/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin-bottom: 15px;
}
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.magento-payments-review .block .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.magento-payments-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.magento-payments-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.magento-payments-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.magento-payments-review .block .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.magento-payments-review .block .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filtered .item .action.remove:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
#store-selector .form-continue .actions-toolbar .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.order-review-form .amshopby-button,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.order-review-form .am-filter-go,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.magento-payments-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.magento-payments-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.magento-payments-review .block .actions-toolbar .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.magento-payments-review .block .actions-toolbar .amshopby-button:focus,
.magento-payments-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.magento-payments-review .block .actions-toolbar .am-filter-go:focus,
.magento-payments-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.magento-payments-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.magento-payments-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.magento-payments-review-discount > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.magento-payments-review-discount > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .magento-payments-review-discount > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.magento-payments-review-discount > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.magento-payments-review-discount.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.magento-payments-review-discount.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2'), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff) format('woff');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'liga';
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Perrill/Lillenas/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/Perrill/Lillenas/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/Perrill/Lillenas/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../../frontend/Perrill/Lillenas/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Perrill/Lillenas/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Perrill/Lillenas/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Perrill/Lillenas/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button,
.google-pay .cart.table-wrapper .actions-toolbar > .action,
.google-pay .action-gift {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amwishlist-wishlist-index .sidebar-main,
.amwishlist-wishlist-index .sidebar-additional {
  width: 22.3%;
}
.amwishlist-wishlist-index .column.main {
  width: 77.7%;
}
.amwishlist-overlay-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.amwishlist-wishlist-index .pager {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 20px;
}
.amwishlist-wishlist-index .pager .pages {
  flex-basis: 100%;
  text-align: center;
}
.amwishlist-wishlist-index .pager .limiter {
  margin: 30px 0 0 auto;
}
.amwishlist-wishlist-index .pager .toolbar-amount {
  display: none;
}
.amwishlist-pager .toolbar-amount,
.amwishlist-pager .pages,
.amwishlist-pager .limiter {
  display: inline-block;
}
.amwishlist-pager .pages {
  right: 0;
  left: 0;
  width: auto;
}
.amwishlist-messages-list {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #eb5757;
  list-style: none;
  text-align: left;
  text-transform: capitalize;
  font-size: 12px;
}
.amwishlist-messages-list .amwishlist-item {
  display: block;
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
}
.amwishlist-qty-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.amwishlist-qty-block.-disabled {
  opacity: .8;
  pointer-events: none;
}
.amwishlist-qty-block.-disabled .amwishlist-button {
  display: none;
}
.amwishlist-qty-block.-disabled .amwishlist-input {
  opacity: .8;
  pointer-events: none;
}
.amwishlist-qty-block .amwishlist-input:not([disabled]) {
  box-sizing: border-box;
  margin: 0 15px;
  width: 54px;
  text-align: center;
}
.amwishlist-qty-block .amwishlist-input.-error {
  border-color: #eb5757;
}
.amwishlist-qty-block .amwishlist-msg.-error {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 2px 0 0;
  color: #eb5757;
  text-align: center;
  font-size: 12px;
}
.amwishlist-button.-incr,
.amwishlist-button.-decr {
  max-width: 12px;
  width: 100%;
  height: 12px;
  color: #adadad;
}
.amwishlist-button.-incr:before,
.amwishlist-button.-decr:before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 0;
}
.amwishlist-button.-incr:hover,
.amwishlist-button.-decr:hover {
  color: #1452f2;
}
.amwishlist-button.-incr:focus,
.amwishlist-button.-decr:focus,
.amwishlist-button.-incr:active,
.amwishlist-button.-decr:active {
  color: #1846be;
}
.amwishlist-button.-incr:before {
  content: '+';
}
.amwishlist-button.-decr:before {
  content: '-';
  transform: translateY(-2px) scaleX(1.8);
}
.amwishlist-toolbar-block.-mass-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  margin: 0 -5px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 -10px 30px rgba(154, 162, 181, 0.05), 0 -5px 15px rgba(154, 162, 181, 0.14);
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button.-addtolist {
  flex-basis: 100%;
  margin: 15px 5px 0 5px;
  height: 40px;
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
  flex-basis: auto;
  justify-content: flex-start;
  margin-right: auto;
  min-width: 70px;
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button {
  flex-basis: calc(100% / 3 - 10px);
  margin: 0 5px;
  padding: 0;
  min-width: 100px;
  height: 32px;
}
.amwishlist-tabs-block.-title {
  display: flex;
  margin: 0 0 30px;
  padding: 0;
  border-bottom: 1px solid #d1d1d1;
  list-style: none;
}
.amwishlist-tabs-block.-title .amwishlist-item {
  transition: 0.1s border ease-in;
  -webkit-transition: 0.1 border linear;
  -moz-transition: 0.1 border linear;
  -o-transition: 0.1 border linear;
  transition: 0.1 border linear;
  margin: 0;
  padding: 0 10px 12px;
  border-bottom: 2px solid transparent;
  text-transform: capitalize;
  font-size: 18px;
  cursor: pointer;
}
.amwishlist-tabs-block.-title .amwishlist-item:hover,
.amwishlist-tabs-block.-title .amwishlist-item.-active {
  font-weight: 600;
}
.amwishlist-tabs-block.-title .amwishlist-item.-active {
  border-bottom-color: #4776f0;
}
.amwishlist-content-tab:not(.-active) {
  display: none;
}
.amwishlist-tabs-block.-block .amwishlist-list {
  padding: 0;
  list-style: none;
}
.amwishlist-tabs-block.-block .amwishlist-list.-active {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.amwishlist-product-grid > .amwishlist-items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
  position: relative;
  z-index: 2;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 10px 20px;
  padding: 15px;
  max-width: 275px;
  width: 100%;
}
.amwishlist-product-grid > .amwishlist-items > .amwishlist-item.-active {
  background: #f4f5fa;
}
.amwishlist-product-grid .amwishlist-image-block {
  display: block;
  margin: 0 0 10px;
}
.amwishlist-product-grid .product-image-container {
  min-width: 100%;
}
.amwishlist-product-grid .product-item-tooltip {
  padding: 0 0 10px;
}
.amwishlist-product-grid .amwishlist-inner {
  z-index: 4;
  opacity: 1;
}
.amwishlist-product-grid .amwishlist-info {
  width: 100%;
}
.amwishlist-product-grid .amwishlist-info:hover {
  border-bottom-color: transparent;
}
.amwishlist-product-grid .amwishlist-toolbar-block {
  display: flex;
  justify-content: space-between;
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1 0.2s linear;
  -moz-transition: 0.1 0.2s linear;
  -o-transition: 0.1 0.2s linear;
  transition: 0.1 0.2s linear;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 25px;
  width: 100%;
}
.amwishlist-product-grid .amwishlist-select-block {
  right: 45px;
}
.amwishlist-product-grid .amwishlist-name {
  display: block;
  margin: 0 0 10px;
  color: #000;
  letter-spacing: normal;
  font-size: 14px;
  line-height: normal;
}
.amwishlist-product-grid .amwishlist-field {
  margin: 0 0 15px 0;
}
.amwishlist-product-grid .product-reviews-summary {
  margin-bottom: 10px;
}
.amwishlist-product-grid .amwishlist-input.-qty {
  max-width: 54px;
  color: #333;
  text-align: center;
}
.amwishlist-product-grid .amwishlist-label {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
}
.amwishlist-product-grid .product-item-comment {
  color: #5f5f5f;
}
.amwishlist-product-grid .reviews-actions {
  margin-left: 15px;
  color: #006bb4;
  line-height: normal;
}
.amwishlist-product-grid .reviews-actions .action {
  font-size: 12px;
}
.amwishlist-product-grid .amwishlist-button.-tocart {
  font-size: 13px;
}
.amwishlist-product-grid .field.comment-box > .label {
  display: none;
}
.amwishlist-list-grid {
  overflow: hidden;
}
.amwishlist-list-grid .amwishlist-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.amwishlist-list-grid .amwishlist-list > .amwishlist-item {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1 0.2s linear;
  -moz-transition: 0.1 0.2s linear;
  -o-transition: 0.1 0.2s linear;
  transition: 0.1 0.2s linear;
  flex-basis: 336px;
  box-sizing: border-box;
  margin: 0 8px 20px;
  padding: 15px;
  border-radius: 5px;
}
.amwishlist-list-grid .amwishlist-title {
  display: flex;
  align-items: center;
  position: relative;
  margin: 10px 0 5px 0;
}
.amwishlist-list-grid .amwishlist-name {
  flex-basis: 100%;
  margin: 0;
  padding: 0 5px 0 0;
  text-align: left;
  word-break: break-word;
  font-weight: 600;
  font-size: 18px;
}
.amwishlist-list-grid .amwishlist-select-block {
  right: 20px;
  bottom: 0;
  max-width: 160px;
}
.amwishlist-list-grid .amwishlist-desc {
  flex-basis: 100%;
  color: #757575;
  text-align: left;
  font-size: 10px;
}
.amwishlist-list-grid .amwishlist-button.-add {
  margin: 15px 0 0;
  width: 100%;
}
.amwishlist-list-grid .amwishlist-preview-block {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: -4px;
  padding: 8px;
  min-height: 312px;
  border: 1px solid #e8e9ef;
  border-radius: 5px;
  background: #fff;
}
.amwishlist-list-grid .amwishlist-preview-block.-empty {
  display: flex;
  justify-content: center;
  align-items: center;
}
.amwishlist-list-grid .amwishlist-preview-block.-empty:before {
  color: #000;
  content: attr(data-label);
  font-size: 14px;
}
.amwishlist-list-grid .amwishlist-preview-block .amwishlist-image {
  margin: 7px;
  width: calc(50% - 7px * 2);
  height: 134px;
}
.amwishlist-button:not(.-regular) {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1 0.2s linear;
  -moz-transition: 0.1 0.2s linear;
  -o-transition: 0.1 0.2s linear;
  transition: 0.1 0.2s linear;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  height: 40px;
  box-shadow: none;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
}
.amwishlist-button:not(.-regular):hover,
.amwishlist-button:not(.-regular):active,
.amwishlist-button:not(.-regular):focus {
  background: none;
  box-shadow: none;
}
.amwishlist-button:not(.-regular):before,
.amwishlist-button:not(.-regular):after {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1 0.2s linear;
  -moz-transition: 0.1 0.2s linear;
  -o-transition: 0.1 0.2s linear;
  transition: 0.1 0.2s linear;
}
.amwishlist-button:not(.-regular).-disabled {
  pointer-events: none;
}
.amwishlist-button:not(.-regular).-disabled:focus {
  pointer-events: none;
}
.amwishlist-button.-clear {
  margin: 0;
  padding: 0;
  width: auto;
  height: initial;
  border: none;
  background: transparent;
  box-shadow: none;
}
.amwishlist-button.-clear:active,
.amwishlist-button.-clear:hover,
.amwishlist-button.-clear:focus {
  border: none;
  background: transparent;
  box-shadow: none;
}
.amwishlist-button.-link {
  color: #4776f0;
}
.amwishlist-button.-link:hover {
  color: #1452f2;
}
.amwishlist-button.-plus {
  font-weight: 600;
}
.amwishlist-button.-plus:before {
  margin: 0 5px 0 0;
  content: '+';
  font-size: 20px;
}
.amwishlist-button.-search:after {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTkuODI5OCAxNy45ODA5QzE5LjgyOTggMTcuOTgwOSAxOS4yMTk5IDE3LjM1NzQgMTggMTYuMTEwNUMxNi43ODAxIDE0Ljg2MzYgMTUuODQ0IDEzLjkxNDMgMTUuMTkxNSAxMy4yNjI1QzE0LjkwNzggMTIuOTc5MSAxNC42NjY3IDEyLjc1MjQgMTQuNDY4MSAxMi41ODI0QzE0LjI5NzkgMTIuMzg0IDE0LjIxMjggMTIuMjg0OCAxNC4yMTI4IDEyLjI4NDhDMTQuNDM5NyAxMS45NzMxIDE0LjYzODMgMTEuNjQ3MiAxNC44MDg1IDExLjMwNzFDMTQuOTc4NyAxMC45Mzg3IDE1LjEzNDggMTAuNTcwMyAxNS4yNzY2IDEwLjIwMTlDMTUuMzkwMSA5LjgwNTE3IDE1LjQ3NTIgOS40MDg0MyAxNS41MzE5IDkuMDExNjlDMTUuNjE3IDguNjE0OTUgMTUuNjU5NiA4LjIwNDA0IDE1LjY1OTYgNy43Nzg5NkMxNS42NTk2IDcuMjQwNTIgMTUuNjAyOCA2LjczMDQzIDE1LjQ4OTQgNi4yNDg2N0MxNS4zNzU5IDUuNzM4NTggMTUuMjE5OSA1LjI0MjY1IDE1LjAyMTMgNC43NjA4OUMxNC44MjI3IDQuMjc5MTQgMTQuNTgxNiAzLjgzOTg5IDE0LjI5NzkgMy40NDMxNUMxNC4wMTQyIDMuMDE4MDcgMTMuNzAyMSAyLjYyMTMyIDEzLjM2MTcgMi4yNTI5MkMxMi45OTI5IDEuOTEyODYgMTIuNTk1NyAxLjYwMTEzIDEyLjE3MDIgMS4zMTc3NUMxMS43NzMgMS4wMzQzNiAxMS4zMzMzIDAuNzkzNDgyIDEwLjg1MTEgMC41OTUxMTJDMTAuMzY4OCAwLjM5Njc0MSA5Ljg3MjM0IDAuMjU1MDQ4IDkuMzYxNyAwLjE3MDAzMkM4Ljg3OTQzIDAuMDU2Njc3MyA4LjM2ODc5IDAgNy44Mjk3OSAwQzcuMjkwNzggMCA2Ljc2NTk2IDAuMDU2Njc3MyA2LjI1NTMyIDAuMTcwMDMyQzUuNzQ0NjggMC4yNTUwNDggNS4yNDgyMyAwLjM5Njc0MSA0Ljc2NTk2IDAuNTk1MTEyQzQuMjgzNjkgMC43OTM0ODIgMy44Mjk3OSAxLjAzNDM2IDMuNDA0MjYgMS4zMTc3NUMzLjAwNzA5IDEuNjAxMTMgMi42MzgzIDEuOTEyODYgMi4yOTc4NyAyLjI1MjkyQzEuOTU3NDUgMi42MjEzMiAxLjY0NTM5IDMuMDE4MDcgMS4zNjE3IDMuNDQzMTVDMS4wNzgwMSAzLjgzOTg5IDAuODM2ODc5IDQuMjc5MTQgMC42MzgyOTggNC43NjA4OUMwLjQxMTM0OCA1LjI0MjY1IDAuMjQxMTM1IDUuNzM4NTggMC4xMjc2NiA2LjI0ODY3QzAuMDQyNTUzMiA2LjczMDQzIDAgNy4yNDA1MiAwIDcuNzc4OTZDMCA4LjM0NTczIDAuMDQyNTUzMiA4Ljg4NDE3IDAuMTI3NjYgOS4zOTQyNkMwLjI0MTEzNSA5Ljg3NjAyIDAuNDExMzQ4IDEwLjM1NzggMC42MzgyOTggMTAuODM5NUMwLjgzNjg3OSAxMS4zMjEzIDEuMDc4MDEgMTEuNzc0NyAxLjM2MTcgMTIuMTk5OEMxLjY0NTM5IDEyLjU5NjUgMS45NTc0NSAxMi45NzkxIDIuMjk3ODcgMTMuMzQ3NUMyLjYzODMgMTMuNjg3NiAzLjAwNzA5IDEzLjk5OTMgMy40MDQyNiAxNC4yODI3QzMuODI5NzkgMTQuNTY2MSA0LjI4MzY5IDE0LjgwNjkgNC43NjU5NiAxNS4wMDUzQzUuMjQ4MjMgMTUuMjAzNyA1Ljc0NDY4IDE1LjM1OTUgNi4yNTUzMiAxNS40NzI5QzYuNzY1OTYgMTUuNTU3OSA3LjI5MDc4IDE1LjYwMDQgNy44Mjk3OSAxNS42MDA0QzguMjI2OTUgMTUuNjAwNCA4LjYyNDExIDE1LjU3MjEgOS4wMjEyOCAxNS41MTU0QzkuNDE4NDQgMTUuNDU4NyA5LjgxNTYgMTUuMzczNyAxMC4yMTI4IDE1LjI2MDRDMTAuNTgxNiAxNS4xMTg3IDEwLjkzNjIgMTQuOTYyOCAxMS4yNzY2IDE0Ljc5MjhDMTEuNjQ1NCAxNC42MjI3IDExLjk4NTggMTQuNDI0NCAxMi4yOTc5IDE0LjE5NzdDMTIuMjk3OSAxNC4xOTc3IDEyLjM4MyAxNC4yODI3IDEyLjU1MzIgMTQuNDUyN0MxMi43MjM0IDE0LjYyMjcgMTIuOTM2MiAxNC44MzUzIDEzLjE5MTUgMTUuMDkwM0MxMy45MjkxIDE1LjgyNzEgMTQuODkzNiAxNi44MTkgMTYuMDg1MSAxOC4wNjU5QzE3LjMwNSAxOS4zMTI4IDE3LjkxNDkgMTkuOTM2MiAxNy45MTQ5IDE5LjkzNjJDMTguMTQxOCAyMC4wMjEzIDE4LjQyNTUgMjAuMDIxMyAxOC43NjYgMTkuOTM2MkMxOS4xMDY0IDE5Ljg1MTIgMTkuMzc1OSAxOS43MjM3IDE5LjU3NDUgMTkuNTUzN0MxOS43NDQ3IDE5LjQxMiAxOS44NzIzIDE5LjE4NTMgMTkuOTU3NCAxOC44NzM1QzIwLjA0MjYgMTguNTYxOCAyMCAxOC4yNjQzIDE5LjgyOTggMTcuOTgwOVpNMTMuMDYzOCAxMC4wMzE5QzEyLjkyMiAxMC4zNzE5IDEyLjczNzYgMTAuNjk3OCAxMi41MTA2IDExLjAwOTZDMTIuMzEyMSAxMS4yOTMgMTIuMDg1MSAxMS41NjIyIDExLjgyOTggMTEuODE3MkMxMS41NzQ1IDEyLjA3MjMgMTEuMjkwOCAxMi4yOTkgMTAuOTc4NyAxMi40OTczQzEwLjY5NSAxMi42OTU3IDEwLjM4MyAxMi44Nzk5IDEwLjA0MjYgMTMuMDQ5OUM5LjcwMjEzIDEzLjE5MTYgOS4zNDc1MiAxMy4zMDUgOC45Nzg3MiAxMy4zOUM4LjYwOTkzIDEzLjQ0NjcgOC4yMjY5NSAxMy40NzUgNy44Mjk3OSAxMy40NzVDNy40MzI2MiAxMy40NzUgNy4wNDk2NSAxMy40NDY3IDYuNjgwODUgMTMuMzlDNi4zMTIwNiAxMy4zMDUgNS45NTc0NSAxMy4xOTE2IDUuNjE3MDIgMTMuMDQ5OUM1LjI3NjYgMTIuODc5OSA0Ljk1MDM1IDEyLjY5NTcgNC42MzgzIDEyLjQ5NzNDNC4zNTQ2MSAxMi4yOTkgNC4wODUxMSAxMi4wNzIzIDMuODI5NzkgMTEuODE3MkMzLjU3NDQ3IDExLjU2MjIgMy4zMzMzMyAxMS4yOTMgMy4xMDYzOCAxMS4wMDk2QzIuOTA3OCAxMC42OTc4IDIuNzM3NTkgMTAuMzcxOSAyLjU5NTc0IDEwLjAzMTlDMi40NTM5IDkuNjkxODIgMi4zNDA0MyA5LjMzNzU4IDIuMjU1MzIgOC45NjkxOEMyLjE3MDIxIDguNTcyNDQgMi4xMjc2NiA4LjE3NTcgMi4xMjc2NiA3Ljc3ODk2QzIuMTI3NjYgNy40MTA1NiAyLjE3MDIxIDcuMDQyMTUgMi4yNTUzMiA2LjY3Mzc1QzIuMzQwNDMgNi4zMDUzNSAyLjQ1MzkgNS45MzY5NSAyLjU5NTc0IDUuNTY4NTRDMi43Mzc1OSA1LjIyODQ4IDIuOTA3OCA0LjkxNjc1IDMuMTA2MzggNC42MzMzN0MzLjMzMzMzIDQuMzIxNjQgMy41NzQ0NyA0LjAzODI2IDMuODI5NzkgMy43ODMyMUM0LjA4NTExIDMuNTI4MTYgNC4zNTQ2MSAzLjMwMTQ1IDQuNjM4MyAzLjEwMzA4QzQuOTUwMzUgMi45MDQ3MSA1LjI3NjYgMi43MjA1MSA1LjYxNzAyIDIuNTUwNDhDNS45NTc0NSAyLjQwODc5IDYuMzEyMDYgMi4zMDk2IDYuNjgwODUgMi4yNTI5MkM3LjA0OTY1IDIuMTY3OTEgNy40MzI2MiAyLjEyNTQgNy44Mjk3OSAyLjEyNTRDOC4yMjY5NSAyLjEyNTQgOC42MDk5MyAyLjE2NzkxIDguOTc4NzIgMi4yNTI5MkM5LjM0NzUyIDIuMzA5NiA5LjcwMjEzIDIuNDA4NzkgMTAuMDQyNiAyLjU1MDQ4QzEwLjM4MyAyLjcyMDUxIDEwLjY5NSAyLjkwNDcxIDEwLjk3ODcgMy4xMDMwOEMxMS4yOTA4IDMuMzAxNDUgMTEuNTc0NSAzLjUyODE2IDExLjgyOTggMy43ODMyMUMxMi4wODUxIDQuMDM4MjYgMTIuMzEyMSA0LjMyMTY0IDEyLjUxMDYgNC42MzMzN0MxMi43Mzc2IDQuOTE2NzUgMTIuOTIyIDUuMjI4NDggMTMuMDYzOCA1LjU2ODU0QzEzLjIwNTcgNS45MzY5NSAxMy4zMDUgNi4zMDUzNSAxMy4zNjE3IDYuNjczNzVDMTMuNDQ2OCA3LjA0MjE1IDEzLjQ4OTQgNy40MTA1NiAxMy40ODk0IDcuNzc4OTZDMTMuNDg5NCA4LjE3NTcgMTMuNDQ2OCA4LjU3MjQ0IDEzLjM2MTcgOC45NjkxOEMxMy4zMDUgOS4zMzc1OCAxMy4yMDU3IDkuNjkxODIgMTMuMDYzOCAxMC4wMzE5WiIgZmlsbD0iI0MyQzJDMiIvPjwvc3ZnPg==);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  transition: none;
}
.amwishlist-button.-search:hover:after {
  filter: invert(23%) sepia(90%) saturate(6191%) hue-rotate(227deg) brightness(100%) contrast(91%);
}
.amwishlist-button.-remove:after {
  content: 'x';
  transform: scale(1.5, 1);
}
.amwishlist-button.-remove:hover:after {
  color: #1452f2;
}
.amwishlist-button.-basket {
  display: flex;
  align-items: center;
  filter: invert(53%) sepia(94%) saturate(3301%) hue-rotate(332deg) brightness(108%) contrast(84%);
}
.amwishlist-button.-basket:hover {
  filter: invert(53%) sepia(94%) saturate(3301%) hue-rotate(332deg) brightness(75%) contrast(84%);
}
.amwishlist-button.-basket:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  display: inline-flex;
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTZIMTFWNkgxVjE2Wk03LjkzNzUgNy44NDM3NUM3LjkzNzUgNy42OTc5MiA3Ljk4OTU4IDcuNTcyOTIgOC4wOTM3NSA3LjQ2ODc1QzguMjE4NzUgNy4zNjQ1OCA4LjM1NDE3IDcuMzEyNSA4LjUgNy4zMTI1QzguNjY2NjcgNy4zMTI1IDguODAyMDggNy4zNjQ1OCA4LjkwNjI1IDcuNDY4NzVDOS4wMTA0MiA3LjU3MjkyIDkuMDYyNSA3LjY5NzkyIDkuMDYyNSA3Ljg0Mzc1VjEzLjc1QzkuMDYyNSAxMy45MTY3IDkuMDEwNDIgMTQuMDUyMSA4LjkwNjI1IDE0LjE1NjNDOC44MDIwOCAxNC4yNjA0IDguNjY2NjcgMTQuMzEyNSA4LjUgMTQuMzEyNUM4LjM1NDE3IDE0LjMxMjUgOC4yMTg3NSAxNC4yNjA0IDguMDkzNzUgMTQuMTU2M0M3Ljk4OTU4IDE0LjA1MjEgNy45Mzc1IDEzLjkxNjcgNy45Mzc1IDEzLjc1VjcuODQzNzVaTTUuNDM3NSA3Ljg0Mzc1QzUuNDM3NSA3LjY5NzkyIDUuNDg5NTggNy41NzI5MiA1LjU5Mzc1IDcuNDY4NzVDNS43MTg3NSA3LjM2NDU4IDUuODU0MTcgNy4zMTI1IDYgNy4zMTI1QzYuMTQ1ODMgNy4zMTI1IDYuMjcwODMgNy4zNjQ1OCA2LjM3NSA3LjQ2ODc1QzYuNSA3LjU3MjkyIDYuNTYyNSA3LjY5NzkyIDYuNTYyNSA3Ljg0Mzc1VjEzLjc1QzYuNTYyNSAxMy45MTY3IDYuNSAxNC4wNTIxIDYuMzc1IDE0LjE1NjNDNi4yNzA4MyAxNC4yNjA0IDYuMTQ1ODMgMTQuMzEyNSA2IDE0LjMxMjVDNS44NTQxNyAxNC4zMTI1IDUuNzE4NzUgMTQuMjYwNCA1LjU5Mzc1IDE0LjE1NjNDNS40ODk1OCAxNC4wNTIxIDUuNDM3NSAxMy45MTY3IDUuNDM3NSAxMy43NVY3Ljg0Mzc1Wk0yLjkzNzUgNy44NDM3NUMyLjkzNzUgNy42OTc5MiAyLjk4OTU4IDcuNTcyOTIgMy4wOTM3NSA3LjQ2ODc1QzMuMTk3OTIgNy4zNjQ1OCAzLjMzMzMzIDcuMzEyNSAzLjUgNy4zMTI1QzMuNjQ1ODMgNy4zMTI1IDMuNzcwODMgNy4zNjQ1OCAzLjg3NSA3LjQ2ODc1QzMuOTc5MTcgNy41NzI5MiA0LjAzMTI1IDcuNjk3OTIgNC4wMzEyNSA3Ljg0Mzc1VjEzLjc1QzQuMDMxMjUgMTMuOTE2NyAzLjk3OTE3IDE0LjA1MjEgMy44NzUgMTQuMTU2M0MzLjc3MDgzIDE0LjI2MDQgMy42NDU4MyAxNC4zMTI1IDMuNSAxNC4zMTI1QzMuMzMzMzMgMTQuMzEyNSAzLjE5NzkyIDE0LjI2MDQgMy4wOTM3NSAxNC4xNTYzQzIuOTg5NTggMTQuMDUyMSAyLjkzNzUgMTMuOTE2NyAyLjkzNzUgMTMuNzVWNy44NDM3NVpNMTEuMjE4OCAxLjk2ODc1SDlWMS42NTYyNUM5IDEuMTk3OTIgOC44NTQxNyAwLjgxMjUgOC41NjI1IDAuNUM4LjI5MTY3IDAuMTY2NjY3IDcuOTI3MDggMCA3LjQ2ODc1IDBINC41QzQuMDYyNSAwIDMuNjk3OTIgMC4xNjY2NjcgMy40MDYyNSAwLjVDMy4xMzU0MiAwLjgxMjUgMyAxLjE5NzkyIDMgMS42NTYyNVYxLjk2ODc1SDAuNzgxMjVDMC41NTIwODMgMS45Njg3NSAwLjM2NDU4MyAyLjA1MjA4IDAuMjE4NzUgMi4yMTg3NUMwLjA3MjkxNjcgMi4zNjQ1OCAwIDIuNTQxNjcgMCAyLjc1VjVIMTJWMi43NUMxMiAyLjU0MTY3IDExLjkyNzEgMi4zNjQ1OCAxMS43ODEzIDIuMjE4NzVDMTEuNjM1NCAyLjA1MjA4IDExLjQ0NzkgMS45Njg3NSAxMS4yMTg4IDEuOTY4NzVaTTggMS45Njg3NUg0VjEuNTMxMjVDNCAxLjM4NTQyIDQuMDUyMDggMS4yNjA0MiA0LjE1NjI1IDEuMTU2MjVDNC4yNjA0MiAxLjA1MjA4IDQuMzc1IDEgNC41IDFINy40Njg3NUM3LjYxNDU4IDEgNy43Mzk1OCAxLjA1MjA4IDcuODQzNzUgMS4xNTYyNUM3Ljk0NzkyIDEuMjYwNDIgOCAxLjM4NTQyIDggMS41MzEyNVYxLjk2ODc1WiIgZmlsbD0iI0VCNTc1NyIvPgo8L3N2Zz4K");
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin: 0 8px 0 0;
}
.amwishlist-button.-share {
  display: flex;
  align-items: center;
}
.amwishlist-button.-share:hover {
  color: #4776f0;
}
.amwishlist-button.-share:hover {
  filter: invert(23%) sepia(90%) saturate(6191%) hue-rotate(227deg) brightness(100%) contrast(91%);
}
.amwishlist-button.-share:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43NSA1QzE0LjQ0MDQgNSAxNSA0LjQ0MDM2IDE1IDMuNzVDMTUgMy4wNTk2NCAxNC40NDA0IDIuNSAxMy43NSAyLjVDMTMuMDU5NiAyLjUgMTIuNSAzLjA1OTY0IDEyLjUgMy43NUMxMi41IDQuNDQwMzYgMTMuMDU5NiA1IDEzLjc1IDVaTTEzLjc1IDYuMjVDMTUuMTMwNyA2LjI1IDE2LjI1IDUuMTMwNzEgMTYuMjUgMy43NUMxNi4yNSAyLjM2OTI5IDE1LjEzMDcgMS4yNSAxMy43NSAxLjI1QzEyLjM2OTMgMS4yNSAxMS4yNSAyLjM2OTI5IDExLjI1IDMuNzVDMTEuMjUgNC4xNzgxIDExLjM1NzYgNC41ODEwNiAxMS41NDcyIDQuOTMzMzJMNy41OTg3NiA3Ljg5NDY4QzcuMjA5NjQgNy42NDQ4OCA2Ljc0Njc0IDcuNSA2LjI1IDcuNUM0Ljg2OTI5IDcuNSAzLjc1IDguNjE5MjkgMy43NSAxMEMzLjc1IDExLjM4MDcgNC44NjkyOSAxMi41IDYuMjUgMTIuNUM2Ljc0Njc0IDEyLjUgNy4yMDk2NCAxMi4zNTUxIDcuNTk4NzYgMTIuMTA1M0wxMS41NDcyIDE1LjA2NjdDMTEuMzU3NiAxNS40MTg5IDExLjI1IDE1LjgyMTkgMTEuMjUgMTYuMjVDMTEuMjUgMTcuNjMwNyAxMi4zNjkzIDE4Ljc1IDEzLjc1IDE4Ljc1QzE1LjEzMDcgMTguNzUgMTYuMjUgMTcuNjMwNyAxNi4yNSAxNi4yNUMxNi4yNSAxNC44NjkzIDE1LjEzMDcgMTMuNzUgMTMuNzUgMTMuNzVDMTMuMjUzMyAxMy43NSAxMi43OTA0IDEzLjg5NDkgMTIuNDAxMiAxNC4xNDQ3TDguNDUyNzYgMTEuMTgzM0M4LjY0MjQgMTAuODMxMSA4Ljc1IDEwLjQyODEgOC43NSAxMEM4Ljc1IDkuNTcxOSA4LjY0MjQgOS4xNjg5NCA4LjQ1Mjc3IDguODE2NjhMMTIuNDAxMiA1Ljg1NTMyQzEyLjc5MDQgNi4xMDUxMiAxMy4yNTMzIDYuMjUgMTMuNzUgNi4yNVpNMTMuNzUgMTcuNUMxNC40NDA0IDE3LjUgMTUgMTYuOTQwNCAxNSAxNi4yNUMxNSAxNS41NTk2IDE0LjQ0MDQgMTUgMTMuNzUgMTVDMTMuMDU5NiAxNSAxMi41IDE1LjU1OTYgMTIuNSAxNi4yNUMxMi41IDE2Ljk0MDQgMTMuMDU5NiAxNy41IDEzLjc1IDE3LjVaTTcuNSAxMEM3LjUgMTAuNjkwNCA2Ljk0MDM2IDExLjI1IDYuMjUgMTEuMjVDNS41NTk2NCAxMS4yNSA1IDEwLjY5MDQgNSAxMEM1IDkuMzA5NjQgNS41NTk2NCA4Ljc1IDYuMjUgOC43NUM2Ljk0MDM2IDguNzUgNy41IDkuMzA5NjQgNy41IDEwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==');
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin: 0 8px 0 0;
}
.amwishlist-button.-update {
  display: flex;
  align-items: center;
}
.amwishlist-button.-update:hover {
  filter: invert(23%) sepia(90%) saturate(6191%) hue-rotate(227deg) brightness(100%) contrast(91%);
}
.amwishlist-button.-update:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  display: inline-flex;
  width: 19px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM1OCAwLjI1QzYuNTk0MTMgMC4yNSAyLjcyMDE1IDQuMTc2NTUgMi43MjAxNSA5VjkuMDI4OTNMMS4wMDk3MiA2LjQyMDg4QzAuODQyMzQ5IDYuMTY0NjIgMC40OTk0NDcgNi4wOTQzNiAwLjI0NjM1MiA2LjI2MzgyQy0wLjAwNjc0MzA2IDYuNDMzMjggLTAuMDc2MTQgNi43ODA0NyAwLjA5MTIyOTEgNy4wMzY3M0wyLjU3MzE5IDEwLjgxODZDMi42NjMgMTAuOTU1IDIuODA1ODggMTEuMDQxOCAyLjk2NTA4IDExLjA2MjVDMi45ODk1NyAxMS4wNjY2IDMuMDA5OTggMTEuMDY2NiAzLjAzNDQ4IDExLjA2NjZDMy4xNjkxOSAxMS4wNjY2IDMuMjk5ODIgMTEuMDE3IDMuNDAxODcgMTAuOTIxOUw2Ljg1MTMxIDcuNzc2NTdDNy4wNzU4MyA3LjU2OTkxIDcuMDk2MjQgNy4yMTg1OSA2Ljg5MjEzIDYuOTg3MTNDNi42ODgwMiA2Ljc1OTggNi4zNDEwNCA2LjczOTE0IDYuMTEyNDQgNi45NDU4TDMuODIyMzQgOS4wNDEzM1Y5QzMuODIyMzQgNC43ODgyNiA3LjIwMjM4IDEuMzY1OTcgMTEuMzU4IDEuMzY1OTdDMTUuNTEzNyAxLjM2NTk3IDE4Ljg5NzggNC43ODgyNiAxOC44OTc4IDlDMTguODk3OCAxMy4yMTE3IDE1LjUxNzggMTYuNjM0IDExLjM2MjEgMTYuNjM0QzkuMzQ5NiAxNi42MzQgNy40NTU0NyAxNS44NDA1IDYuMDM0ODcgMTQuMzk4QzUuODE4NTIgMTQuMTc4OSA1LjQ3MTUzIDE0LjE3ODkgNS4yNTUxOCAxNC4zOThDNS4wMzg4MiAxNC42MTcgNS4wMzg4MiAxNC45Njg0IDUuMjU1MTggMTUuMTg3NEM2Ljg4ODA1IDE2Ljg0MDcgOS4wNTU2OCAxNy43NSAxMS4zNjIxIDE3Ljc1QzE2LjEyMTkgMTcuNzUgMjAgMTMuODI3NiAyMCA5QzIwIDQuMTcyNDEgMTYuMTIxOSAwLjI1IDExLjM1OCAwLjI1WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
  margin: 0 8px 0 0;
  background-size: contain;
}
.amwishlist-button.-prev:hover {
  color: #000;
}
.amwishlist-button.-prev:hover:before {
  transform: scaleY(2) translateX(-1px);
}
.amwishlist-button.-prev:before {
  margin: 0 10px 0 0;
  content: '<';
  font-size: 11px;
  transform: scaleY(2);
}
.amwishlist-button.-edit:hover {
  filter: invert(40%) sepia(63%) saturate(2628%) hue-rotate(210deg) brightness(98%) contrast(91%);
}
.amwishlist-button.-edit:before {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4zMTM3IDMuODI4MzdMMTUuODQ5MyA3LjM2MzlMOC4wNzEwOCAxNS4xNDIxTDIuNzY3NzggMTYuOTA5OEw0LjUzNTU1IDExLjYwNjVMMTIuMzEzNyAzLjgyODM3Wk03LjcxNzUzIDEwLjU0NTlMOS4xMzE3NCAxMS45NjAxTDcuMDEwNDIgMTQuMDgxNEw0LjUzNTU1IDE1LjE0MjFMNS41OTYyMSAxMi42NjcyTDcuNzE3NTMgMTAuNTQ1OVoiIGZpbGw9IiM3RDdEN0QiLz4KPHBhdGggZD0iTTEzLjcyOCAyLjQxNDIxQzE0LjUwOSAxLjYzMzE3IDE1Ljc3NTQgMS42MzMxNyAxNi41NTY0IDIuNDE0MjFMMTcuMjYzNSAzLjEyMTMyQzE4LjA0NDYgMy45MDIzNyAxOC4wNDQ2IDUuMTY4NyAxNy4yNjM1IDUuOTQ5NzVMMTYuNTU2NCA2LjY1Njg1TDEzLjAyMDkgMy4xMjEzMkwxMy43MjggMi40MTQyMVoiIGZpbGw9IiM3RDdEN0QiLz4KPC9zdmc+Cg==");
  background-position: center center;
  background-size: 95% 95%;
  background-repeat: no-repeat;
  content: '';
}
.amwishlist-button.-more {
  min-width: 20px;
  height: 20px;
  font-weight: 700;
  font-size: 24px;
}
.amwishlist-button.-more:hover {
  color: #4776f0;
}
.amwishlist-button.-more:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '...';
  line-height: 7px;
  transform: rotate(90deg);
}
.amwishlist-button.-empty:not(.-disabled) {
  min-width: 100px;
  border: 1px solid #4776f0;
  border-radius: 3px;
  background: #fff;
  color: #4776f0;
}
.amwishlist-button.-empty:not(.-disabled):hover {
  background: linear-gradient(0deg, #c8d7ff, #c8d7ff);
}
.amwishlist-button.-empty:not(.-disabled):focus {
  border: 1px solid #1846be;
  background: transparent;
  color: #1846be;
}
.amwishlist-button.-empty.-disabled {
  box-sizing: border-box;
  border: 1px solid #d0d5e1;
  border-radius: 3px;
  background: #fff;
  color: #d0d5e1;
}
.amwishlist-button.-fill {
  min-width: 100px;
  border: 1px solid;
  border-radius: 3px;
  background: #fff;
  color: #fff;
  text-decoration: none;
}
.amwishlist-button.-fill.-primary:not(.-disabled) {
  border-color: #4776f0;
  background-color: #4776f0;
}
.amwishlist-button.-fill.-primary:not(.-disabled):hover {
  background-color: #1452f2;
}
.amwishlist-button.-fill.-primary:not(.-disabled):focus {
  background-color: #1846be;
}
.amwishlist-button.-fill.-disabled {
  border-color: #d0d5e1;
  background-color: #d0d5e1;
}
.amwishlist-input:not([disabled]) {
  margin: 0;
  padding: 0 10px;
  height: 32px;
  outline: 0;
  border-color: #949494;
}
.amwishlist-input:not([disabled])::placeholder {
  color: #adadad;
}
.amwishlist-input:not([disabled]):focus {
  border: 1px solid #4776f0;
  box-shadow: none;
}
.amwishlist-input:not([disabled]).-error {
  border-color: #eb5757;
}
.amwishlist-input:not([disabled]).-clear {
  margin: 0;
  padding: 0;
  height: auto;
  outline: 0;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}
.amwishlist-input:not([disabled]).-clear:focus,
.amwishlist-input:not([disabled]).-clear:active,
.amwishlist-input:not([disabled]).-clear:hover {
  outline: 0;
  border-color: transparent;
  box-shadow: none;
}
.amwishlist-input.-textarea {
  padding: 5px 10px;
  border-color: #c2c2c2;
}
.amwishlist-checkbox-block {
  transition: 0.1s all ease-in;
  -webkit-transition: 0.1 0.2s linear;
  -moz-transition: 0.1 0.2s linear;
  -o-transition: 0.1 0.2s linear;
  transition: 0.1 0.2s linear;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amwishlist-checkbox-block .amwishlist-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.amwishlist-checkbox-block .amwishlist-input:hover + .amwishlist-checker {
  border-color: #4776f0;
  background: #4776f0;
}
.amwishlist-checkbox-block .amwishlist-input:checked + .amwishlist-checker {
  border-color: #4776f0;
  background: #4776f0;
}
.amwishlist-checkbox-block .amwishlist-input:checked + .amwishlist-checker:before {
  opacity: 1;
}
.amwishlist-checkbox-block .amwishlist-checker {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fff;
}
.amwishlist-checkbox-block .amwishlist-checker:before {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3px;
  left: 0;
  display: inline-flex;
  margin: auto;
  width: 45%;
  height: 30%;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  content: '';
  opacity: 0;
  transform: rotate(-45deg);
}
.amwishlist-select-block {
  position: absolute;
  z-index: 9;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0;
  min-width: 115px;
  max-width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 20px rgba(190, 198, 218, 0.19), 0 1px 7px rgba(190, 198, 218, 0.28);
  font-size: initial;
  line-height: normal;
}
.amwishlist-select-block[aria-hidden='true'] {
  display: none;
}
.amwishlist-select-block .amwishlist-item {
  display: block;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: .25px;
  font-size: 12px;
  cursor: pointer;
}
.amwishlist-select-block .amwishlist-item:hover {
  background: rgba(229, 236, 253, 0.6899999999999999);
  color: #4776f0;
}
.amwishlist-select-block .amwishlist-item > * {
  justify-content: flex-start;
  padding: 4px 0;
  color: #000;
  text-align: left;
  text-decoration: none;
}
.amwishlist-select-block .amwishlist-item.-error > *,
.amwishlist-select-block .amwishlist-item.-error {
  color: #eb5757;
}
.amwishlist-field-block.-editable {
  display: flex;
  align-items: center;
  position: relative;
}
.amwishlist-field-block.-editable.-error {
  border-color: #eb5757;
}
.amwishlist-field-block.-editable .amwishlist-field {
  display: flex;
  position: relative;
  flex-basis: 100%;
  margin: 0 10px 0 0;
  pointer-events: none;
}
.amwishlist-field-block.-editable .amwishlist-input {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  padding: 0;
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.amwishlist-field-block.-editable .amwishlist-button {
  transition: none;
}
.amwishlist-field-block.-editable.-active .amwishlist-input {
  padding: 0 40px 0 10px;
  height: 32px;
  border-color: #4776f0;
  font-weight: 400;
  font-size: 12px;
  pointer-events: initial;
}
.amwishlist-field-block.-editable .amwishlist-button.-remove {
  position: absolute;
  right: 0;
  padding: 8px 10px;
}
.amwishlist-field-block.-editable.-active .amwishlist-button.-save {
  margin: 0;
  min-width: 70px;
  max-width: 70px;
  height: 32px;
  font-size: 14px;
}
.-popup-opened {
  overflow: hidden;
}
.amwishlist-popup-block {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  padding: 15px;
  background: rgba(15, 15, 15, 0.24);
  list-style: none;
}
.amwishlist-popup-block.-active {
  display: flex;
}
.amwishlist-popup-block .amwishlist-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  position: relative;
  z-index: 1;
  overflow: auto;
  box-sizing: border-box;
  max-width: 542px;
  max-height: 100%;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(139, 144, 154, 0.5), 0 3px 7px rgba(139, 144, 154, 0.25);
  text-align: center;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-popup ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-title,
.amwishlist-popup-block .amwishlist-content,
.amwishlist-popup-block .amwishlist-toolbar {
  flex-basis: 100%;
  max-width: 100%;
}
.amwishlist-popup-block .amwishlist-content {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: transparent rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  padding: 0 15px;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  background: transparent;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content::-webkit-scrollbar-thumb {
  width: 0;
}
.amwishlist-popup-block .amwishlist-content ::-webkit-scrollbar-track {
  width: 0;
}
.amwishlist-popup-block .amwishlist-header {
  margin: 0 0 25px;
  padding: 0 30px;
  text-align: center;
  letter-spacing: .25px;
  font-weight: 700;
  font-size: 22px;
}
.amwishlist-popup-block .amwishlist-toolbar {
  display: flex;
  align-items: center;
}
.amwishlist-popup-block .amwishlist-toolbar.-header {
  justify-content: flex-end;
  padding: 12px;
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close {
  position: relative;
  width: 14px;
  height: 14px;
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:hover:after,
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:hover:before {
  background: #1452f2;
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:after,
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e1e1e1;
  content: '';
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:after {
  transform: rotate(-45deg);
}
.amwishlist-popup-block .amwishlist-toolbar.-header .amwishlist-button.-close:before {
  transform: rotate(45deg);
}
.amwishlist-popup-block .amwishlist-toolbar.-footer {
  padding: 15px;
}
.amwishlist-popup-block .amwishlist-toolbar.-footer .amwishlist-button {
  margin: 0 12px;
}
.amwishlist-search-block {
  display: flex;
  align-items: center;
  position: relative;
  flex-basis: 100%;
  margin: 0 0 40px;
  background: #fff;
}
.amwishlist-search-block .amwishlist-search {
  display: block;
  width: 100%;
}
.amwishlist-search-block .amwishlist-field {
  display: flex;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: relative;
  margin: 40px 0 0 0;
  width: 100%;
}
.amwishlist-search-block .amwishlist-field.-active {
  max-width: 100%;
}
.amwishlist-search-block .amwishlist-input.-search {
  flex-basis: 100%;
  padding: 0 40px;
  border: 1px solid #949494;
  font-size: 12px;
}
.amwishlist-search-block .amwishlist-button.-remove {
  right: 0;
  padding: 0 10px;
  height: 100%;
}
.amwishlist-search-block .amwishlist-button.-search {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 100%;
}
.amwishlist-search-block .amwishlist-button.-remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  height: 100%;
}
.amwishlist-search-block .amwishlist-button.-empty {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: 16px;
  padding: 0 15px;
  min-width: auto;
  max-width: 54px;
  height: 34px;
  font-size: 12px;
}
.amwishlist-search-block .amwishlist-message-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  padding: 50px 10px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
  color: #000;
  list-style: none;
}
.amwishlist-search-block .amwishlist-items-block {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  display: block;
  margin: 0;
  padding: 0;
  max-height: 605px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(218, 225, 241, 0.5);
  color: #000;
  list-style: none;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-search-block .amwishlist-items-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-search-block .amwishlist-item {
  transition: 0.2s all ease-in;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 15px;
}
.amwishlist-search-block .amwishlist-item:not(:last-child) {
  border-bottom: 1px solid #ebeef5;
}
.amwishlist-search-block .amwishlist-item:not(.-empty):hover {
  background: #f9f9f9;
}
.amwishlist-search-block .amwishlist-name {
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 15px;
  max-height: 40px;
  width: 65%;
  word-break: break-word;
}
.amwishlist-search-block .amwishlist-image {
  display: inline-block;
  float: left;
  max-width: 29%;
  width: 100px;
  height: 100px;
  background: #fff;
  object-fit: contain;
}
.amwishlist-search-block .amwishlist-sku {
  display: inline-block;
  overflow: hidden;
  margin: 5px 0 0 15px;
  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amwishlist-search-block .amwishlist-price {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0 0 15px;
  text-overflow: ellipsis;
}
.amwishlist-search-block .amwishlist-qty-block {
  display: none;
}
.amwishlist-search-block .amwishlist-qty-block .amwishlist-msg.-error {
  top: 100%;
}
.amwishlist-list-block .amwishlist-list {
  margin: 0 -5px;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  display: inline-flex;
  align-content: flex-start;
  box-sizing: border-box;
  margin: 0 4px 20px;
  padding: 15px;
  min-height: 196px;
  max-width: 150px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:hover {
  background: #f4f5fa;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item.-active,
.amwishlist-list-block .amwishlist-list .amwishlist-item:active {
  border-color: #4776f0;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:before {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 5px;
  width: 120px;
  height: 120px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  content: attr(data-label);
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(1n):before {
  background: #f9d484;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(2n):before {
  background: #eb785f;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(3n):before {
  background: #afe188;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item:nth-child(4n):before {
  background: #86d5f2;
}
.amwishlist-list-block .amwishlist-list .amwishlist-item.-empty:before {
  border-color: #e8e9ef;
  background: #fff;
  color: #000;
  text-transform: inherit;
  font-size: 12px;
}
.amwishlist-list-block .amwishlist-list .amwishlist-name {
  flex-basis: 100%;
  margin: 10px 0;
  text-align: left;
  word-break: break-word;
  font-weight: 600;
}
.amwishlist-list-block .amwishlist-list .amwishlist-desc {
  flex-basis: 100%;
  color: #757575;
  text-align: left;
  font-size: 10px;
}
.amwishlist-list-block.-recently-viewed {
  margin: 40px 0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-title {
  margin: 0;
  padding: 0 0 20px;
  font-weight: 400;
  font-size: 24px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list {
  overflow: hidden;
  overflow-x: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0 -10px;
  padding: 0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list::-webkit-scrollbar-thumb {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-list ::-webkit-scrollbar-track {
  height: 4px;
}
.amwishlist-list-block.-recently-viewed .amwishlist-item {
  margin: 0 10px;
  padding: 0;
  max-width: 120px;
}
.amwishlist-popup-block .amwishlist-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.amwishlist-popup-block .amwishlist-toolbar.-footer {
  z-index: 1;
  border-radius: 0 0 15px 10px;
  background: #fff;
  box-shadow: 0 -10px 30px rgba(154, 162, 181, 0.5), 0 -5px 15px rgba(154, 162, 181, 0.14);
}
.amwishlist-popup-block .amwishlist-button.-addtolist {
  max-width: 100%;
  width: 100%;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  margin: 0 -6px 0 0;
  padding-right: 6px;
  max-height: 48vh;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  background: #f0f0f0;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block::-webkit-scrollbar-thumb {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-tabs-block.-block ::-webkit-scrollbar-track {
  width: 4px;
}
.amwishlist-popup-block .amwishlist-content-tab.-active {
  padding: 0 1px;
}
.amwishlist-newlist-block .amwishlist-button.-plus {
  padding: 0 0 30px;
  width: auto;
  text-align: left;
}
.amwishlist-newlist-block .amwishlist-newlist {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
.amwishlist-newlist-block .amwishlist-form {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.amwishlist-newlist-block .mage-error {
  flex-basis: 100%;
  order: 3;
}
.amwishlist-newlist-block .amwishlist-input {
  flex-basis: 68%;
  order: 1;
  max-width: 240px;
  font-size: 12px;
}
.amwishlist-newlist-block .amwishlist-button.-add {
  order: 2;
  margin: 0 0 0 10px;
  padding: 0 10px;
  min-width: 70px;
  max-width: 70px;
  height: 32px;
}
.amwishlist-newlist-block .amwishlist-messages-list {
  order: 3;
}
.amwishlist-page-title .amwishlist-button.-prev {
  padding: 0 0 20px;
  color: #757575;
}
.amwishlist-page-title .amwishlist-title-block {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px;
}
.amwishlist-page-title .amwishlist-field-block.-title {
  z-index: 2;
  flex-basis: 100%;
  order: 1;
  margin: 0 auto 0 0;
  letter-spacing: .25px;
  font-weight: 600;
  font-size: 24px;
  line-height: 16px;
}
.amwishlist-page-title .amwishlist-messages-list {
  order: 2;
}
.amwishlist-page-title .amwishlist-toolbar {
  display: flex;
  align-items: flex-start;
  flex-basis: 100%;
  order: 3;
}
.amwishlist-page-title .amwishlist-toolbar:not(.-deletable) {
  justify-content: space-between;
}
.amwishlist-page-title .amwishlist-toolbar.-deletable {
  justify-content: flex-end;
}
.amwishlist-page-title .amwishlist-toolbar.-deletable > .amwishlist-button:not(:last-child) {
  margin: 0 20px 0 0;
}
.amwishlist-page-title .amwishlist-toolbar > .amwishlist-button,
.amwishlist-page-title .amwishlist-toolbar .amwishlist-button.-share {
  height: 34px;
}
.amwishlist-page-title .amwishlist-toolbar:not(.-deletable) > .amwishlist-button:not(:last-child) {
  margin: 0 10px 0 0;
}
.amwishlist-page-title .amwishlist-counter {
  display: block;
  flex-basis: 100%;
  order: 2;
  padding: 0 0 20px 0;
  color: #757575;
  font-size: 12px;
}
.amwishlist-types-checker {
  padding: 0 0 25px;
}
.amwishlist-types-checker .amwishlist-label {
  display: flex;
  align-items: center;
  display: inline-flex;
  margin: 0;
}
.amwishlist-types-checker .amwishlist-label:not(:last-child) {
  margin: 0 20px 0 0;
}
.amwishlist-types-checker .amwishlist-input {
  margin: 0 7px 0 0;
}
.amwishlist-overlay-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.amwishlist-overlay-block.-active {
  display: block;
}
.amwishlist-toolbar:not(.-deletable) .amwishlist-sharesocials-container > .amwishlist-button {
  margin: 0 10px 0 0;
}
.amwishlist-sharesocials-container {
  position: relative;
}
.amwishlist-sharesocials-container .amwishlist-social,
.amwishlist-sharesocials-container .amwishlist-button.amwishlist-social.-mail {
  min-width: 40px;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.amwishlist-sharesocials-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  right: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(154, 162, 181, 0.2);
  transition: visibility .1s ease, opacity .1s ease;
  transform: translateX(50%);
}
.amwishlist-sharesocials-dropdown > .amwishlist-social:not(:first-child) {
  margin-left: 15px;
}
.amwishlist-sharesocials-dropdown:not(.-opened) {
  visibility: hidden;
  opacity: 0;
}
.amwishlist-toolbar.-deletable .amwishlist-sharesocials-dropdown {
  right: 0;
  transform: none;
}
.amwishlist-sharesocials-container .amwishlist-social {
  background: center / 100% no-repeat;
}
.amwishlist-sharesocials-container .amwishlist-social:hover {
  filter: brightness(1.3);
}
.amwishlist-sharesocials-container .amwishlist-social.-mail {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIGZpbGw9IiNGRjU2MDQiLz48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMzAuMjE0IDEyLjE0M0g5Ljc4NkwyMCAyMC41NTZsMTAuMzMtOC4zOWEuNzEuNzEgMCAwMC0uMTE2LS4wMjN6Ii8+PHBhdGggZD0iTTIwLjQ5NiAyMi4xODFhLjc4Ni43ODYgMCAwMS0uOTk2IDBMOSAxMy41MzF2MTMuNTRjMCAuNDM0LjM1Mi43ODYuNzg2Ljc4NmgyMC40MjhhLjc4Ni43ODYgMCAwMC43ODYtLjc4NlYxMy42NDdMMjAuNDk2IDIyLjE4eiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5IDkpIiBkPSJNMCAwaDIydjIySDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+');
}
.amwishlist-sharesocials-container .amwishlist-social.-facebook {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQwIDIwQzQwIDguOTUzIDMxLjA0NyAwIDIwIDBTMCA4Ljk1MyAwIDIwYzAgOS45ODQgNy4zMTMgMTguMjU4IDE2Ljg3NSAxOS43NThWMjUuNzhoLTUuMDc4VjIwaDUuMDc4di00LjQwNmMwLTUuMDEyIDIuOTg0LTcuNzgxIDcuNTU1LTcuNzgxIDIuMTg3IDAgNC40NzYuMzkgNC40NzYuMzl2NC45MjJoLTIuNTIzYy0yLjQ4NSAwLTMuMjU4IDEuNTQzLTMuMjU4IDMuMTI1VjIwaDUuNTQ3bC0uODg3IDUuNzgxaC00LjY2djEzLjk3N0MzMi42ODggMzguMjU4IDQwIDI5Ljk4NCA0MCAyMHoiIGZpbGw9IiMxODc3RjIiLz48cGF0aCBkPSJNMjcuNzg1IDI1Ljc4MUwyOC42NzIgMjBoLTUuNTQ3di0zLjc1YzAtMS41ODIuNzczLTMuMTI1IDMuMjU4LTMuMTI1aDIuNTIzVjguMjAzcy0yLjI4OS0uMzktNC40NzYtLjM5Yy00LjU3IDAtNy41NTUgMi43NjktNy41NTUgNy43OFYyMGgtNS4wNzh2NS43ODFoNS4wNzh2MTMuOTc3YzEuMDIuMTYgMi4wNjMuMjQyIDMuMTI1LjI0MiAxLjA2MyAwIDIuMTA1LS4wODIgMy4xMjUtLjI0MlYyNS43OGg0LjY2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==');
}
.amwishlist-sharesocials-container .amwishlist-social.-twitter {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjBDMCA4Ljk1NCA4Ljk1NCAwIDIwIDBzMjAgOC45NTQgMjAgMjAtOC45NTQgMjAtMjAgMjBTMCAzMS4wNDYgMCAyMHoiIGZpbGw9IiM1NUFDRUUiLz48cGF0aCBkPSJNMTkuNDAxIDE2LjI1NmwuMDQyLjY5Mi0uNy0uMDg0Yy0yLjU0Ni0uMzI1LTQuNzctMS40MjctNi42NTktMy4yNzdsLS45MjMtLjkxOC0uMjM4LjY3OGMtLjUwMyAxLjUxMS0uMTgyIDMuMTA3Ljg2OCA0LjE4LjU2LjU5My40MzMuNjc4LS41MzIuMzI1LS4zMzYtLjExMy0uNjMtLjE5OC0uNjU3LS4xNTUtLjA5OC4wOTkuMjM3IDEuMzg0LjUwMyAxLjg5Mi4zNjQuNzA3IDEuMTA1IDEuMzk5IDEuOTE3IDEuODA4bC42ODUuMzI1LS44MTEuMDE0Yy0uNzg0IDAtLjgxMi4wMTQtLjcyOC4zMS4yOC45MTkgMS4zODUgMS44OTMgMi42MTYgMi4zMTdsLjg2OC4yOTctLjc1Ni40NTJhNy44NzYgNy44NzYgMCAwMS0zLjc0OSAxLjA0NWMtLjYzLjAxNC0xLjE0Ny4wNy0xLjE0Ny4xMTMgMCAuMTQgMS43MDcuOTMyIDIuNyAxLjI0MyAyLjk4LjkxOCA2LjUyLjUyMiA5LjE3Ny0xLjA0NiAxLjg4OS0xLjExNSAzLjc3Ny0zLjMzMyA0LjY1OS01LjQ4LjQ3NS0xLjE0My45NTEtMy4yMzQuOTUxLTQuMjM2IDAtLjY1LjA0Mi0uNzM1LjgyNS0xLjUxMi40NjItLjQ1Mi44OTYtLjk0Ni45OC0xLjA4Ny4xNC0uMjY4LjEyNS0uMjY4LS41ODgtLjAyOC0xLjE4OS40MjMtMS4zNTcuMzY3LS43Ny0uMjY5LjQzNC0uNDUyLjk1Mi0xLjI3Ljk1Mi0xLjUxIDAtLjA0My0uMjEuMDI3LS40NDguMTU0LS4yNTIuMTQyLS44MTEuMzUzLTEuMjMuNDhsLS43NTYuMjQtLjY4Ni0uNDY1Yy0uMzc3LS4yNTUtLjkxLS41MzctMS4xODktLjYyMi0uNzEzLS4xOTctMS44MDUtLjE3LTIuNDQ4LjA1Ny0xLjc0OS42MzUtMi44NTQgMi4yNzQtMi43MjggNC4wNjd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+');
}
.field .control._with-tooltip .choice.field {
  width: calc(100% - 39px);
}
.field .control._with-tooltip .choice.field input {
  width: auto;
}
.field .control._with-tooltip select,
.field .control._with-tooltip textarea {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.field .control select[multiple] {
  height: auto;
  background: #ffffff;
}
tr.order-attributes td {
  padding-left: 0;
  padding-right: 0;
}
.order-attributes .order-attributes-form {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
  margin-top: 20px;
}
.order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 20px;
}
.order-attributes .file-uploader .file-uploader-meta {
  color: #727272;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#store-pickup.selected-store-pickup {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  position: absolute;
}
.opc-block-summary .order-attributes-form .field-tooltip-content {
  left: -270px;
  top: -55px;
}
.opc-block-summary .order-attributes-form .field-tooltip-content:before {
  left: 270px;
  top: 44px;
  transform: rotate(-90deg);
}
.opc-block-summary .order-attributes-form .field-tooltip-content:after {
  border-width: 9px;
  left: 271px;
  top: 44px;
  transform: rotate(-90deg);
  width: 0;
}
.amscroll-page-num {
  clear: both;
  padding: 6px 10px;
  color: #252525;
  letter-spacing: .03em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.amscroll-page-num.-amscroll-button {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fbfbfb;
}
.amscroll-page-num.-amscroll-divider {
  border-bottom: 1px solid #c2c2c2;
}
.amscroll-page-num.-amscroll-background {
  background: #fbfbfb;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Perrill/Lillenas/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Perrill/Lillenas/en_US/Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-loading-block {
  margin: 0 auto;
  padding: 10px 0;
  width: 20px;
  height: 20px;
}
.amscroll-loading-icon {
  min-width: 20px;
  height: 20px;
}
.amscroll-loading-icon.-amscroll-animate {
  animation: amScrollRotate 1.5s linear infinite;
}
.amscroll-load-button {
  display: flex;
  align-items: center;
  margin: 5px auto;
  padding: 5px 20px;
  max-width: 100%;
  width: max-content;
  border: 1px solid;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: .03em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: color 0.2s;
}
._keyfocus .amscroll-load-button:focus {
  box-shadow: none;
}
.amscroll-load-button:not(.focus-visible) {
  border-color: transparent !important;
}
.amscroll-load-button:hover,
.amscroll-load-button:focus,
.amscroll-load-button:active {
  background-color: transparent;
}
.amscroll-load-button:hover > .amscroll-text {
  filter: brightness(0.8);
}
.ie11 .amscroll-load-button {
  width: 120px;
}
.amscroll-load-button > .amscroll-text {
  word-break: break-word;
  word-wrap: break-word;
  transition: filter 0.2s;
  pointer-events: none;
  user-select: none;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.amscroll-load-button > .amscroll-loading-icon {
  display: none;
  margin-right: 10px;
}
.amscroll-load-button.-amscroll-loading {
  pointer-events: none;
  user-select: none;
}
.amscroll-load-button.-amscroll-loading > .amscroll-loading-icon {
  display: block;
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Perrill/Lillenas/en_US/Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../../frontend/Perrill/Lillenas/en_US/Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../../frontend/Perrill/Lillenas/en_US/Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amscroll-backtotop-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  transition: right 0.2s;
}
.amscroll-backtotop-block:not(.-amscroll-active) {
  right: -60px !important;
}
._keyfocus .amscroll-backtotop-block:focus,
.amscroll-backtotop-block:not(.primary) {
  box-shadow: none;
}
.amscroll-backtotop-block:hover,
.amscroll-backtotop-block:focus,
.amscroll-backtotop-block:active {
  border: 0;
  box-shadow: none;
  color: #ffffff;
}
.amscroll-backtotop-block .amscroll-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.amscroll-backtotop-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  opacity: 0;
  filter: brightness(0.8);
  transition: opacity 0.2s;
}
.amscroll-backtotop-block:after {
  position: relative;
  z-index: 1;
  display: inline-block;
  content: '';
}
.amscroll-backtotop-block:hover:before {
  opacity: 1;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333333;
  background: #ffffff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #ffffff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.mst-search__index ul.mst-search__list {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul.mst-search__list li {
  margin: 2rem 0;
}
.mst-search__index ul.mst-search__list li:before,
.mst-search__index ul.mst-search__list li:after {
  content: '';
  display: table;
}
.mst-search__index ul.mst-search__list li:after {
  clear: both;
}
.mst-search__index ul.mst-search__list li:last-child {
  margin-bottom: 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > a {
  color: #333333;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > span {
  color: #aaaaaa;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -2px 5px;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:last-child:after {
  display: none;
}
.mst-search__index ul.mst-search__list li .mst-search__index-content {
  color: #666666;
  margin: .5rem 0 0 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__highlight {
  background: #ffff00;
}
.mst-search__misc-recommendations {
  display: flex;
  flex-wrap: wrap;
}
.mst-search__misc-recommendations dt {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd .count {
  color: #7d7d7d;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 7px;
  top: 3px;
  font-size: 21px;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.items.payment-methods .certificates {
  text-align: center;
  padding-bottom: 10px;
}
.totals-tax.certificate-links {
  display: flex;
  flex-direction: column;
}
.totals-tax.certificate-links a {
  display: inline-block;
}
.cart-totals tbody .totals-tax-details:not(.custom-tax) th,
.table-totals tbody .totals-tax-details:not(.custom-tax) th.mark {
  padding-left: 10px;
}
.customs-explanation {
  clear: both;
  padding-top: 20px;
}
.avatax-certificate-dialog {
  background-image: url('../../frontend/Perrill/Lillenas/en_US/Avalara_AvaTax/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 200px;
}
.avatax-certificate-dialog #gencert_loading {
  display: none !important;
}
.account.avatax-certificates-index .page-title-wrapper {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}
.account.avatax-certificates-index .page-title-wrapper:before,
.account.avatax-certificates-index .page-title-wrapper:after {
  display: none;
}
.account.avatax-certificates-index .page-title-wrapper .page-title {
  margin: 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#click-and-collect-store-selector-popup {
  display: none;
}
#click-and-collect-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
#click-and-collect-store-selector-popup .store-selector-popup-table {
  margin-top: 10px;
}
#store-selector-popup .get-position {
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
  margin-left: 10px;
}
#store-selector-popup .get-position img {
  position: absolute;
  top: 0;
  left: 0;
}
#store-selector-popup .search-store-input button,
#store-selector-popup .search-store-input input,
#store-selector-popup .search-store-input .cart.table-wrapper .actions-toolbar > .action,
#store-selector-popup .search-store-input .action-gift {
  float: left;
}
#store-selector-popup .search-store-input button,
#store-selector-popup .search-store-input .cart.table-wrapper .actions-toolbar > .action,
#store-selector-popup .search-store-input .action-gift {
  margin-left: 10px;
}
#store-selector-popup .search-store-input input {
  width: 50%;
}
#store-selector-popup .search-store-input-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
#store-selector-popup .search-store-row {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#store-selector-popup .error-message {
  color: red;
}
.modal-content #click-and-collect-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
.selected-store-pickup .pick-date-time {
  margin-top: 20px;
  margin-bottom: 20px;
}
.selected-store-pickup .datepicker {
  margin-top: 5px;
}
.selected-store-pickup .pick-up-time {
  margin-top: 5px;
}
.selected-store-pickup .pickup-time {
  margin-top: 5px;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Perrill/Lillenas/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 10px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -10px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -10px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-10px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Perrill/Lillenas/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Perrill/Lillenas/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border-top: 2px solid #1ba1fc;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 7px;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results {
  height: 100%;
  overflow-y: auto;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results.__all {
  margin-bottom: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  border-top: 1px solid #efefef;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  font-weight: 600;
  padding: 10px 0;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  border-bottom: 1px solid #efefef;
  padding: 10px 0 9px 0px;
  margin: 0 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #777777;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0;
  padding: 7px 10px;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 500;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active {
  background: #f8f8f8;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
  font-weight: 600;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__index.magento_catalog_product {
  border-left: 1px solid transparent;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
  padding: 10px;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 8rem;
  max-width: 8rem;
  display: block;
  margin: auto;
  object-fit: contain;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #777777;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #777777;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .store > .price {
  display: block;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.3rem;
}
.mst-searchautocomplete__item.magento_catalog_product .store > .price .price-label {
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mst-searchautocomplete__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #f8f8f8 !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #777777;
}
.mst-searchautocomplete__item a.title {
  word-break: break-word;
}
.mst-searchautocomplete__item a.title i {
  color: #777777;
  display: inline-block;
  margin: 0 .5rem;
  font-style: normal;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1ba1fc;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 480px;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 223px;
    width: 223px;
    padding-bottom: 2rem;
    box-sizing: border-box;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index .mst-searchautocomplete__index-title {
    margin-right: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px;
    max-width: 480px;
    clear: right;
    float: right;
    border-left: 1px solid #f6f6f6;
    border-right: unset;
    padding-bottom: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
}
@media (max-width: 768px) {
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    font-weight: bold;
    color: #999999;
    font-size: 1.6rem;
    padding: 10px;
    line-height: 1rem;
    cursor: pointer;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
html.mstInPage,
html.mstInPage body {
  position: absolute;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mstInPage__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
  overflow-y: scroll;
}
.mstInPage__container._visible {
  display: block;
}
.mstInPage__backdrop {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(240, 243, 246, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.mstInPage__wrapper {
  position: relative;
  z-index: 1000001;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #ffffff;
}
.mstInPage__header form {
  width: 100%;
  display: flex;
  align-items: center;
}
.mstInPage__header form:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg enable-background='new 0 0 32 32' height='32px' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='play'/%3E%3Cg id='stop'/%3E%3Cg id='pause'/%3E%3Cg id='replay'/%3E%3Cg id='next'/%3E%3Cg id='Layer_8'/%3E%3Cg id='search'%3E%3Cg%3E%3Ccircle cx='14.5' cy='14.5' fill='none' r='11.5' stroke='%23CCCCCC' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%23CCCCCC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='29' x2='23' y1='29' y2='23'/%3E%3C/g%3E%3C/g%3E%3Cg id='list'/%3E%3Cg id='love'/%3E%3Cg id='menu'/%3E%3Cg id='add'/%3E%3Cg id='headset'/%3E%3Cg id='random'/%3E%3Cg id='music'/%3E%3Cg id='setting'/%3E%3Cg id='Layer_17'/%3E%3Cg id='Layer_18'/%3E%3Cg id='Layer_19'/%3E%3Cg id='Layer_20'/%3E%3Cg id='Layer_21'/%3E%3Cg id='Layer_22'/%3E%3Cg id='Layer_23'/%3E%3Cg id='Layer_24'/%3E%3Cg id='Layer_25'/%3E%3Cg id='Layer_26'/%3E%3C/svg%3E");
}
.mstInPage__header .mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header._loading form:before {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.542 1.487A21.507 21.507 0 00.5 22c0 11.874 9.626 21.5 21.5 21.5 9.847 0 18.364-6.675 20.809-16.072a1.5 1.5 0 00-2.904-.756C37.803 34.755 30.473 40.5 22 40.5 11.783 40.5 3.5 32.217 3.5 22c0-8.137 5.3-15.247 12.942-17.65a1.5 1.5 0 10-.9-2.863z' fill='%23CCCCCC' %3E%3C/path%3E%3C/svg%3E");
  animation: mstInPage--loading 0.5s linear infinite;
}
.mstInPage__header input[type=search] {
  border: none;
  font-size: 2.3rem;
  color: #575757;
  height: 60px;
  background: #ffffff;
  margin-right: 30px;
  padding-left: 30px;
  width: 100%;
}
.mstInPage__header input[type=search]::placeholder {
  color: #cccccc;
}
.mstInPage__header input[type=search]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.mstInPage__viewAll {
  white-space: nowrap;
  margin-right: 50px;
  color: #1ba1fc;
  text-decoration: none;
}
.mstInPage__viewAll:hover {
  color: #1ba1fc;
  text-decoration: underline;
}
.mstInPage__indexList {
  display: flex;
  align-items: center;
}
.mstInPage__indexList .mstInPage__indexListList {
  display: flex;
}
.mstInPage__indexList .mstInPage__index {
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-right: 10px;
}
.mstInPage__indexList .mstInPage__index span,
.mstInPage__indexList .mstInPage__index i {
  display: block;
}
.mstInPage__indexList .mstInPage__index span {
  font-weight: 600;
  line-height: 2rem;
  font-size: 1.4rem;
}
.mstInPage__indexList .mstInPage__index i {
  font-style: normal;
  font-size: 1.2rem;
  color: #999999;
  margin-left: 1rem;
  line-height: 2rem;
}
.mstInPage__indexList .mstInPage__index:hover {
  border-color: #1ba1fc;
}
.mstInPage__indexList .mstInPage__index._active {
  background: #1ba1fc;
  border-color: #1ba1fc;
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._active i {
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._empty {
  display: none;
  opacity: 0.3;
  border-color: transparent !important;
}
.mstInPage__itemList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.mstInPage__itemList._empty {
  background: #fdf0d5;
  color: #6f4400;
  padding: 15px;
  font-size: 90%;
}
.mstInPage__highlight {
  color: #1ba1fc;
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product {
  display: flex;
}
.mstInPage__item.magento_catalog_product .mst__product-image {
  width: 130px;
  flex-shrink: 0;
  margin-right: 20px;
  background: #ffffff;
}
.mstInPage__item.magento_catalog_product .mst__product-image img {
  border: 1px solid #ececec;
  padding: 5px;
  max-width: 120px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__title {
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__sku {
  color: #999999;
  margin-bottom: 5px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__description {
  font-size: 1.2rem;
  color: #999999;
  height: 4.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 8px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .reviews-actions {
  font-size: 12px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mstInPage__item.magento_catalog_product .mst__product-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .to-cart {
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-container {
  display: flex;
  align-items: center;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-label {
  font-size: 1.2rem;
  color: #999999;
  font-weight: 500;
  display: block;
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price {
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mstInPage__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mstInPage__item.mst__item-border {
  padding: 10px;
  border: 1px solid #ececec;
}
.mstInPage__item.mst__item-border .title i {
  font-style: normal;
  color: #999999;
  margin: 0 10px;
}
.mstInPage__content {
  display: flex;
  background: #ffffff;
  border-top: 1px solid #ececec;
  overflow: hidden;
  flex-wrap: nowrap;
}
.mstInPage__content.disable {
  flex-direction: column;
}
.mstInPage__content.disable .mstInPage__sidebar {
  display: none;
}
.mstInPage__content .mstInPage__sidebar {
  width: 350px;
  flex-shrink: 0;
  overflow: scroll;
}
.mstInPage__content .mstInPage__main {
  padding: 30px;
  flex-grow: 1;
  overflow: auto;
}
.mstInPage__content._empty {
  display: none;
}
.mstInPage__bucketList.disable {
  dispalay: none;
}
.mstInPage__bucketList.listApplied {
  padding: 0 0 20px 0;
}
.mstInPage__bucketList.filters_top {
  overflow-x: scroll;
}
.mstInPage__bucketList .mstInPage__bucket {
  border-bottom: 1px solid #ececec;
  user-select: none;
}
.mstInPage__bucketList .mstInPage__bucket:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding: 20px 30px;
  letter-spacing: .5px;
  cursor: pointer;
}
.mstInPage__bucketList .mstInPage__bucket strong {
  padding: 20px 0 20px 30px;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket.listApplied strong {
  padding: 0px 0 0px 30px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  padding: 0 28px 10px 28px;
  flex-wrap: wrap;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem {
  margin: 11px 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  font-size: 14px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem:first-child {
  margin-top: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem span {
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem i {
  display: block;
  font-style: normal;
  margin-left: 16px;
  background: rgba(65, 66, 71, 0.08);
  color: #999999;
  font-weight: 600;
  font-size: 10px;
  border-radius: 1px;
  padding: 0 4px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(65, 66, 71, 0.08);
  border: none;
  border-radius: 2px;
  height: 16px;
  margin: -4px 16px 0 0;
  position: relative;
  width: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox]:after {
  background-color: #ffffff;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-2px) translateY(-2px);
  width: 4px;
  opacity: .1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox] {
  background-color: #1ba1fc;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox]:after {
  opacity: 1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active span {
  font-weight: 600;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketItemList {
  display: block;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketExpand {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M33.17 17.17l-9.17 9.17-9.17-9.17-2.83 2.83 12 12 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E");
  background-size: cover;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketExpand {
  transform: rotate(180deg);
}
.mstInPage__bucketState {
  display: none;
  flex-wrap: wrap;
  padding: 10px 28px;
}
.mstInPage__bucketState .mstInPage__bucketItemList strong {
  display: none;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem {
  cursor: pointer;
  border: 1px solid #ececec;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  margin: 3px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem .mstInPage__close {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem:hover {
  border-color: #1ba1fc;
}
.mstInPage__content.filters_top {
  flex-direction: column;
}
.mstInPage__content.filters_top .mstInPage__sidebar {
  width: 100%;
  overflow: auto;
}
.mstInPage__content.filters_top .mstInPage__bucketList > div:first-of-type {
  display: flex;
}
.mstInPage__content.filters_top .mstInPage__main {
  padding-top: 0;
}
.mstInPage__content.filters_top .mstInPage__bucketList {
  border-bottom: 1px solid #ececec;
  padding: 0px 20px;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  padding: 10px;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  position: absolute !important;
  z-index: 10000;
  max-height: 36vh;
  overflow-y: auto;
  min-width: 12rem;
  max-width: 28rem;
  padding: 10px 10px 0 10px;
  margin-top: -1rem;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__slider {
  width: 20rem;
}
.mstInPage__stat {
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 10px;
  margin-top: -18px;
  transition: all 100ms;
}
.mstInPage__stat._loading {
  opacity: 0.3;
}
.mstInPage__pagination {
  display: flex;
  margin-top: 30px;
}
.mstInPage__pagination .mstInPage__page {
  padding: 5px 11px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-right: 5px;
}
.mstInPage__pagination .mstInPage__page.current {
  background: #1ba1fc;
  color: #ffffff;
}
.mstInPage__pagination .mstInPage__page:hover {
  border-color: #1ba1fc;
}
.mstInPage__pagination .mstInPage__pagination_prev {
  content: "<";
}
.mstInPage__pagination .mstInPage__pagination_next {
  content: ">";
}
.mstInPage__slider {
  margin: 10px 42px 20px 35px;
  height: 5px;
  background: #d9d9d9;
}
.mstInPage__slider .ui-slider-range {
  height: 5px;
  position: absolute;
  background: #1ba1fc;
}
.mstInPage__slider .ui-slider-handle {
  height: 24px;
  border-radius: 2px;
  width: 16px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  margin-top: -10px;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
  cursor: pointer;
}
.mstInPage__sliderFromTo {
  display: flex;
  margin: 0 30px 20px 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
@keyframes mstInPage--loading {
  to {
    transform: rotate(1turn);
  }
}
@media (min-width: 768px) {
  .mstInPage__wrapper {
    margin: 15px auto;
    max-width: 1420px;
    max-height: calc(100vh - 30px);
  }
}
@media (max-width: 768px) {
  .mstInPage__wrapper {
    margin: 0;
    max-width: 100%;
  }
  .mstInPage__wrapper .mstInPage__header {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__header .mstInPage__indexList {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__main {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__itemList {
    grid-template-columns: 1fr;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__stat {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__sidebar {
    display: none;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-sitemap__map .search-bar {
  display: flex;
}
.mst-seo-sitemap__map .search-bar input[type=search] {
  position: relative;
  margin: 0 auto;
  max-width: 45rem;
}
.mst-seo-sitemap__map .provider {
  margin-bottom: 4rem;
}
.mst-seo-sitemap__map .provider ul {
  list-style: none;
  margin: 2rem 0 0 2rem;
  padding: 0;
}
.mst-seo-sitemap__map .provider ul.cols-1 {
  column-count: 1;
}
.mst-seo-sitemap__map .provider ul.cols-2 {
  column-count: 2;
}
.mst-seo-sitemap__map .provider ul.cols-3 {
  column-count: 3;
}
.mst-seo-sitemap__map .provider ul.cols-4 {
  column-count: 4;
}
.mst-seo-sitemap__map .provider ul.cols-5 {
  column-count: 5;
}
.mst-seo-sitemap__map .provider ul.cols-6 {
  column-count: 6;
}
.mst-seo-sitemap__map .provider ul.cols-7 {
  column-count: 7;
}
.mst-seo-sitemap__map .provider ul.cols-8 {
  column-count: 8;
}
.mst-seo-sitemap__map .provider ul.cols-9 {
  column-count: 9;
}
.mst-seo-sitemap__map .provider ul.cols-10 {
  column-count: 10;
}
.mst-seo-sitemap__map .provider ul li {
  display: inline;
}
.mst-seo-sitemap__map .provider ul li a {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}
.mst-seo-sitemap__map .provider ul li a span:after {
  font-size: 10px;
  line-height: 20px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #707070;
}
.mst-seo-sitemap__map .provider ul li a span:last-child:after {
  display: none;
}
.mst-seo-sitemap__map .provider .letter {
  margin: 0 0 2rem -2rem;
}
.mst-seo-sitemap__map .provider .letter strong {
  font-size: 2rem;
  font-weight: 800;
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_visible {
  display: block;
}
.mst-seo-sitemap__map .provider .letter .strong_hidden {
  display: none;
}
.mst-seo-sitemap__map .provider .letter ul {
  margin-top: 0;
}
.mst-seo-sitemap__map .provider ._highlight {
  background: #fad764;
  font-style: normal;
}
@media (max-width: 801px) {
  .mst-seo-sitemap__map ul {
    column-count: 1 !important;
  }
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .action {
  margin-bottom: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._disabled {
  outline: none;
  box-shadow: none;
  display: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ':';
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: -1px;
}
.sidebar .block-wishlist .action.delete {
  line-height: unset;
  width: auto;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child,
.block-minicart .block-content > .actions > .primary .amshopby-button:last-child,
.block-minicart .block-content > .actions > .primary .am-filter-go:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
  white-space: normal;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Perrill/Lillenas/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Perrill/Lillenas/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Perrill/Lillenas/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
/****OOCSS****/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
/***Magento Blank Theme Basic resets***/
html {
  min-height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-overflow-scrolling: touch;
}
html,
body {
  height: auto !important;
  overflow-y: auto !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
body .column.main {
  min-height: 0;
}
body .page-footer {
  margin-top: auto;
}
/* Display Properties */
.column-wrapper,
.columns-wrapper {
  overflow: hidden;
}
.pull-left,
.left,
.alignleft {
  float: left;
}
.pull-right,
.right,
.alignright {
  float: right;
}
.no-float,
.float-none {
  float: none;
}
.clear {
  clear: both;
}
.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.absolute.full,
.fixed.full {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.relative.full {
  width: 100%;
  height: 100%;
}
.hidden,
.hide {
  display: none;
}
.display-block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.display-inherit {
  display: inherit;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.vertical-mid,
.vert-mid {
  vertical-align: middle;
}
.vertical-top,
.vert-top {
  vertical-align: top;
}
.vertical-bottom,
.vert-bottom {
  vertical-align: bottom;
}
.text-two-column,
.text-two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-4 {
  z-index: 4;
}
.z-index-5 {
  z-index: 5;
}
.z-index-100 {
  z-index: 100;
}
.z-index-200 {
  z-index: 200;
}
.z-index-500 {
  z-index: 500;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Screen Reader Only Text */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skip-to-content {
  opacity: 0;
  left: -120px;
  background-color: #fff;
  color: #DC2122;
  z-index: 2;
}
.skip-to-content:focus {
  opacity: 1;
  left: 20px;
}
/* Flexbox Classes
 * review mixins.less for flexbox methods available
 */
.flex,
.page-layout-2columns-right .columns,
.page-layout-blog-archive .columns,
.page-layout-blog-landing .columns,
.page-layout-2columns-left .columns,
body .page-main .toolbar .pager,
.catalog-product-view .column.main,
.checkout-cart-index .cart-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-wrap,
.page-layout-2columns-right .columns,
.page-layout-blog-archive .columns,
.page-layout-blog-landing .columns,
.page-layout-2columns-left .columns,
body .page-main .toolbar .pager,
.catalog-product-view .column.main,
.checkout-cart-index .cart-summary {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-grow-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.flex-grow-3 {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.space-between {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.order--1 {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.display-inherit {
  display: inherit;
}
.full-height {
  height: 100%;
}
/* Percentage Widths */
.one {
  width: 1%;
}
.two {
  width: 2%;
}
.three {
  width: 3%;
}
.four {
  width: 4%;
}
.five {
  width: 5%;
}
.six {
  width: 6%;
}
.seven {
  width: 7%;
}
.eight {
  width: 8%;
}
.nine {
  width: 9%;
}
.ten {
  width: 10%;
}
.eleven {
  width: 11%;
}
.twelve {
  width: 12%;
}
.thirteen {
  width: 13%;
}
.fourteen {
  width: 14%;
}
.fifteen {
  width: 15%;
}
.sixteen,
.six-column {
  width: 16.66666%;
}
.seven-column {
  width: 14.28%;
}
.twenty,
.five-column {
  width: 20%;
}
.twentyfive,
.twenty-five,
.four-column {
  width: 25%;
}
.thirty {
  width: 30%;
}
.thirtythree,
.thirty-three,
.three-column {
  width: 33.333%;
}
.fourty,
.forty {
  width: 40%;
}
.fortyfive {
  width: 45%;
}
.fifty,
.two-column {
  width: 50%;
}
.fiftyfive {
  width: 55%;
}
.sixty {
  width: 60%;
}
.sixtyfive,
.sixty-five {
  width: 65%;
}
.sixtysix,
.sixty-six {
  width: 66.666%;
}
.seventy {
  width: 70%;
}
.seventyfive,
.seventy-five {
  width: 75%;
}
.eighty {
  width: 80%;
}
.eightyfive,
.eighty-five {
  width: 85%;
}
.ninety {
  width: 90%;
}
.ninetyfive,
.ninety-five {
  width: 95%;
}
.hundred,
.one-column {
  width: 100%;
}
/* Typography Properties
 * review mixins.less to see availible methods for altering font-sizes and other properties
 */
.italic {
  font-style: italic;
}
.weight-light {
  font-weight: 300;
}
.weight-normal {
  font-weight: 400;
}
.weight-semi-bold {
  font-weight: 600;
}
.weight-bold {
  font-weight: 700;
}
.weight-extra-bold {
  font-weight: 800;
}
.weight-black {
  font-weight: 900;
}
.textleft,
.text-left {
  text-align: left;
}
.textright,
.text-right {
  text-align: right;
}
.textcenter,
.text-center {
  text-align: center;
}
.strikethrough,
.line-through {
  text-decoration: line-through;
}
.line-height-0 {
  line-height: 0;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-1 {
  line-height: 1.1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-3 {
  line-height: 1.3;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-1-6 {
  line-height: 1.6;
}
.line-height-1-7 {
  line-height: 1.7;
}
.line-height-1-8 {
  line-height: 1.8;
}
.line-height-1-9 {
  line-height: 1.9;
}
.line-height-2 {
  line-height: 2;
}
.underline {
  text-decoration: underline;
}
.uppercase,
.caps {
  text-transform: uppercase;
}
.lowercase,
.lower {
  text-transform: lowercase;
}
.no-list,
.no-list ul,
.list-right-angle {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inside-list,
.list-inside {
  list-style-position: inside;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-indent: -9999px;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.nowrap,
.no-wrap {
  white-space: nowrap;
}
/* Margin & Padding Properties */
.no-margin {
  margin: 0;
}
.no-top-margin {
  margin-top: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.margin-auto {
  margin: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.no-padding {
  padding: 0;
}
body .no-lr-padding {
  padding-left: 0;
  padding-right: 0;
}
/* Overlay */
.overlay-0 {
  background-color: rgba(0, 0, 0, 0);
}
.overlay-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.overlay-100 {
  background-color: #000000;
}
/* Image Helpers */
.responsive {
  width: 100%;
  height: auto;
}
.max-image {
  max-width: 100%;
  height: auto;
}
.bg-cover,
.background-cover,
.backgroundcover {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-bc,
.background-bottom-center {
  background-position: center bottom;
}
.bg-bl,
.background-bottom-left {
  background-position: left bottom;
}
.bg-br,
.background-bottom-right {
  background-position: right bottom;
}
.bg-center,
.background-center {
  background-position: center center;
}
.bg-lc,
.background-left-center,
.background-middle-left {
  background-position: left center;
}
.bg-rc,
.background-right-center,
.background-middle-right {
  background-position: right center;
}
.bg-tc,
.background-top-center {
  background-position: center top;
}
.bg-tl,
.background-top-left {
  background-position: left top;
}
.bg-tr,
.background-top-right {
  background-position: right top;
}
/* Animation, Transitions, & Transforms
 * review mixins.less to view all methods for transitions and transforms
 */
.transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.pre-animated,
.no-visible,
.not-visible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
.delay-one,
.delay-1,
.delay1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.delay-two,
.delay-2,
.delay2 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.delay-two-five,
.delay-2-5,
.delay2-5 {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.delay-three,
.delay-3,
.delay3 {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.delay-four,
.delay-4,
.delay4 {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.delay-five,
.delay-5,
.delay5 {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 565px) {
  .parallax {
    background-attachment: scroll;
  }
}
/* Other Helpers */
.pointer:hover {
  cursor: pointer;
}
/* Grid Media Queries
 * review styleguide.less to see all available media queries widths.
 */
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66667%;
}
.col-10 {
  width: 83.33333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66667%;
}
.col-7 {
  width: 58.33333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66667%;
}
.col-4 {
  width: 33.33333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.6666%;
}
.col-1 {
  width: 8.33333%;
}
@media (max-width: 1500px) {
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66667%;
  }
  .col-xxl-10 {
    width: 83.33333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66667%;
  }
  .col-xxl-7 {
    width: 58.33333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66667%;
  }
  .col-xxl-4 {
    width: 33.33333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.6666%;
  }
  .col-xxl-1 {
    width: 8.33333%;
  }
  .xxl-one {
    width: 1%;
  }
  .xxl-two {
    width: 2%;
  }
  .xxl-three {
    width: 3%;
  }
  .xxl-four {
    width: 4%;
  }
  .xxl-five {
    width: 5%;
  }
  .xxl-six {
    width: 6%;
  }
  .xxl-seven {
    width: 7%;
  }
  .xxl-eight {
    width: 8%;
  }
  .xxl-nine {
    width: 9%;
  }
  .xxl-ten {
    width: 10%;
  }
  .xxl-eleven {
    width: 11%;
  }
  .xxl-twelve {
    width: 12%;
  }
  .xxl-thirteen {
    width: 13%;
  }
  .xxl-fourteen {
    width: 14%;
  }
  .xxl-fifteen {
    width: 15%;
  }
  .xxl-thirtythree,
  .xxl-thirty-three,
  .xxl-three-column {
    width: 33.333%;
  }
  .xxl-twentyfive,
  .xxl-twenty-five,
  .xxl-four-column {
    width: 25%;
  }
  .xxl-twenty,
  .xxl-five-column {
    width: 20%;
  }
  .xxl-sixteen,
  .xxl-six-column {
    width: 16.66666%;
  }
  .xxl-seven-column {
    width: 14.28%;
  }
  .xxl-thirty {
    width: 30%;
  }
  .xxl-fourty,
  .xxl-forty {
    width: 40%;
  }
  .xxl-fortyfive {
    width: 45%;
  }
  .xxl-fifty,
  .xxl-two-column {
    width: 50%;
  }
  .xxl-fiftyfive {
    width: 55%;
  }
  .xxl-sixty {
    width: 60%;
  }
  .xxl-sixtysix,
  .xxl-sixty-six {
    width: 66.666%;
  }
  .xxl-seventy {
    width: 70%;
  }
  .xxl-seventyfive,
  .xxl-seventy-five {
    width: 75%;
  }
  .xxl-eighty {
    width: 80%;
  }
  .xxl-eightyfive,
  .xxl-eighty-five {
    width: 85%;
  }
  .xxl-ninety {
    width: 90%;
  }
  .xxl-ninetyfive,
  .xxl-ninety-five {
    width: 95%;
  }
  .xxl-hundred,
  .xxl-one-column {
    width: 100%;
  }
  .xxl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .xxl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .xxl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .xxl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xxl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xxl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .xxl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .xxl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxl-no-padding {
    padding: 0;
  }
  body .xxl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .xxl-hidden,
  .xxl-hide {
    display: none;
  }
  .xxl-block {
    display: block;
  }
  .xxl-inline {
    display: inline;
  }
  .xxl-inline-block {
    display: inline-block;
  }
  .xxl-static {
    position: static;
  }
  .xxl-relative {
    position: relative;
  }
  .xxl-absolute {
    position: absolute;
  }
  .xxl-fixed {
    position: fixed;
  }
  .xxl-sticky {
    position: sticky;
  }
  .xxl-clearfix:before,
  .xxl-clearfix:after {
    content: " ";
    display: table;
  }
  .xxl-clearfix:after {
    clear: both;
  }
  .xxl-column-wrapper,
  .xxl-columns-wrapper {
    overflow: hidden;
  }
  .xxl-vertical-top,
  .xxl-vert-top {
    vertical-align: top;
  }
  .xxl-vertical-bottom,
  .xxl-vert-btm {
    vertical-align: bottom;
  }
  .xxl-vertical-middle,
  .xxl-vert-mid {
    vertical-align: middle;
  }
  .xxl-left,
  .xxl-pull-left {
    float: left;
  }
  .xxl-right,
  .xxl-pull-right {
    float: right;
  }
  .xxl-no-float,
  .xxl-float-none {
    float: none;
  }
  .xxl-textleft,
  .xxl-text-left {
    text-align: left;
  }
  .xxl-textright,
  .xxl-text-right {
    text-align: right;
  }
  .xxl-textcenter,
  .xxl-text-center {
    text-align: center;
  }
  .xxl-margin-auto {
    margin: auto;
  }
  .xxl-margin-left-auto {
    margin-left: auto;
  }
  .xxl-margin-right-auto {
    margin-right: auto;
  }
  .xxl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-xxl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-xxl-12 {
    padding-left: 0px;
  }
}
@media (max-width: 1400px) {
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.6666%;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .xl-one {
    width: 1%;
  }
  .xl-two {
    width: 2%;
  }
  .xl-three {
    width: 3%;
  }
  .xl-four {
    width: 4%;
  }
  .xl-five {
    width: 5%;
  }
  .xl-six {
    width: 6%;
  }
  .xl-seven {
    width: 7%;
  }
  .xl-eight {
    width: 8%;
  }
  .xl-nine {
    width: 9%;
  }
  .xl-ten {
    width: 10%;
  }
  .xl-eleven {
    width: 11%;
  }
  .xl-twelve {
    width: 12%;
  }
  .xl-thirteen {
    width: 13%;
  }
  .xl-fourteen {
    width: 14%;
  }
  .xl-fifteen {
    width: 15%;
  }
  .xl-sixteen,
  .xl-six-column {
    width: 16.66666%;
  }
  .xl-twenty,
  .xl-five-column {
    width: 20%;
  }
  .xl-twentyfive,
  .xl-twenty-five,
  .xl-four-column {
    width: 25%;
  }
  .xl-thirty {
    width: 30%;
  }
  .xl-thirtythree,
  .xl-thirty-three,
  .xl-three-column {
    width: 33.333%;
  }
  .xl-seven-column {
    width: 14.28%;
  }
  .xl-fourty,
  .xl-forty {
    width: 40%;
  }
  .xl-fortyfive {
    width: 45%;
  }
  .xl-fifty,
  .xl-two-column {
    width: 50%;
  }
  .xl-fiftyfive {
    width: 55%;
  }
  .xl-sixty {
    width: 60%;
  }
  .xl-sixtysix,
  .xl-sixty-six {
    width: 66.666%;
  }
  .xl-seventy {
    width: 70%;
  }
  .xl-seventyfive,
  .xl-seventy-five {
    width: 75%;
  }
  .xl-eighty {
    width: 80%;
  }
  .xl-eightyfive,
  .xl-eighty-five {
    width: 85%;
  }
  .xl-ninety {
    width: 90%;
  }
  .xl-ninetyfive,
  .xl-ninety-five {
    width: 95%;
  }
  .xl-hundred,
  .xl-one-column {
    width: 100%;
  }
  .xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .xl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .xl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .xl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .xl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .xl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xl-no-padding {
    padding: 0;
  }
  body .xl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .xl-hidden,
  .xl-hide {
    display: none;
  }
  .xl-block {
    display: block;
  }
  .xl-inline {
    display: inline;
  }
  .xl-inline-block {
    display: inline-block;
  }
  .xl-static {
    position: static;
  }
  .xl-relative {
    position: relative;
  }
  .xl-absolute {
    position: absolute;
  }
  .xl-fixed {
    position: fixed;
  }
  .xl-sticky {
    position: sticky;
  }
  .xl-clearfix:before,
  .xl-clearfix:after {
    content: " ";
    display: table;
  }
  .xl-clearfix:after {
    clear: both;
  }
  .xl-column-wrapper,
  .xl-columns-wrapper {
    overflow: hidden;
  }
  .xl-vertical-top,
  .xl-vert-top {
    vertical-align: top;
  }
  .xl-vertical-bottom,
  .xl-vert-btm {
    vertical-align: bottom;
  }
  .xl-vertical-middle,
  .xl-vert-mid {
    vertical-align: middle;
  }
  .xl-left,
  .xl-pull-left {
    float: left;
  }
  .xl-right,
  .xl-pull-right {
    float: right;
  }
  .xl-no-float,
  .xl-float-none {
    float: none;
  }
  .xl-textleft,
  .xl-text-left {
    text-align: left;
  }
  .xl-textright,
  .xl-text-right {
    text-align: right;
  }
  .xl-textcenter,
  .xl-text-center {
    text-align: center;
  }
  .xl-margin-auto {
    margin: auto;
  }
  .xl-margin-left-auto {
    margin-left: auto;
  }
  .xl-margin-right-auto {
    margin-right: auto;
  }
  .xl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-xl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-xl-12 {
    padding-left: 0px;
  }
}
@media (max-width: 1200px) {
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.6666%;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .lg-one {
    width: 1%;
  }
  .lg-two {
    width: 2%;
  }
  .lg-three {
    width: 3%;
  }
  .lg-four {
    width: 4%;
  }
  .lg-five {
    width: 5%;
  }
  .lg-six {
    width: 6%;
  }
  .lg-seven {
    width: 7%;
  }
  .lg-eight {
    width: 8%;
  }
  .lg-nine {
    width: 9%;
  }
  .lg-ten {
    width: 10%;
  }
  .lg-eleven {
    width: 11%;
  }
  .lg-twelve {
    width: 12%;
  }
  .lg-thirteen {
    width: 13%;
  }
  .lg-fourteen {
    width: 14%;
  }
  .lg-fifteen {
    width: 15%;
  }
  .lg-sixteen,
  .lg-six-column {
    width: 16.66666%;
  }
  .lg-twenty,
  .lg-five-column {
    width: 20%;
  }
  .lg-seven-column {
    width: 14.28%;
  }
  .lg-twentyfive,
  .lg-twenty-five,
  .lg-four-column {
    width: 25%;
  }
  .lg-thirty {
    width: 30%;
  }
  .lg-thirtythree,
  .lg-thirty-three,
  .lg-three-column {
    width: 33.333%;
  }
  .lg-fourty,
  .lg-forty {
    width: 40%;
  }
  .lg-fortyfive {
    width: 45%;
  }
  .lg-fifty,
  .lg-two-column {
    width: 50%;
  }
  .lg-fiftyfive {
    width: 55%;
  }
  .lg-sixty {
    width: 60%;
  }
  .lg-sixtysix,
  .lg-sixty-six {
    width: 66.666%;
  }
  .lg-seventy {
    width: 70%;
  }
  .lg-seventyfive,
  .lg-seventy-five {
    width: 75%;
  }
  .lg-eighty {
    width: 80%;
  }
  .lg-eightyfive,
  .lg-eighty-five {
    width: 85%;
  }
  .lg-ninety {
    width: 90%;
  }
  .lg-ninetyfive,
  .lg-ninety-five {
    width: 95%;
  }
  .lg-hundred,
  .lg-one-column {
    width: 100%;
  }
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lg-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lg-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lg-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .lg-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .lg-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .lg-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lg-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lg-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .lg-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .lg-no-padding {
    padding: 0;
  }
  body .lg-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-hidden,
  .lg-hide {
    display: none;
  }
  .lg-block {
    display: block;
  }
  .lg-inline {
    display: inline;
  }
  .lg-inline-block {
    display: inline-block;
  }
  .lg-static {
    position: static;
  }
  .lg-relative {
    position: relative;
  }
  .lg-absolute {
    position: absolute;
  }
  .lg-fixed {
    position: fixed;
  }
  .lg-sticky {
    position: sticky;
  }
  .lg-clearfix:before,
  .lg-clearfix:after {
    content: " ";
    display: table;
  }
  .lg-clearfix:after {
    clear: both;
  }
  .lg-column-wrapper,
  .lg-columns-wrapper {
    overflow: hidden;
  }
  .lg-vertical-top,
  .lg-vert-top {
    vertical-align: top;
  }
  .lg-vertical-bottom,
  .lg-vert-btm {
    vertical-align: bottom;
  }
  .lg-vertical-middle,
  .lg-vert-mid {
    vertical-align: middle;
  }
  .lg-left,
  .lg-pull-left {
    float: left;
  }
  .lg-right,
  .lg-pull-right {
    float: right;
  }
  .lg-no-float,
  .lg-float-none {
    float: none;
  }
  .lg-textleft,
  .lg-text-left {
    text-align: left;
  }
  .lg-textright,
  .lg-text-right {
    text-align: right;
  }
  .lg-textcenter,
  .lg-text-center {
    text-align: center;
  }
  .lg-margin-auto {
    margin: auto;
  }
  .lg-margin-left-auto {
    margin-left: auto;
  }
  .lg-margin-right-auto {
    margin-right: auto;
  }
  .lg-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-lg-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-lg-12 {
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  .col-tbl-12 {
    width: 100%;
  }
  .col-tbl-11 {
    width: 91.66667%;
  }
  .col-tbl-10 {
    width: 83.33333%;
  }
  .col-tbl-9 {
    width: 75%;
  }
  .col-tbl-8 {
    width: 66.66667%;
  }
  .col-tbl-7 {
    width: 58.33333%;
  }
  .col-tbl-6 {
    width: 50%;
  }
  .col-tbl-5 {
    width: 41.66667%;
  }
  .col-tbl-4 {
    width: 33.33333%;
  }
  .col-tbl-3 {
    width: 25%;
  }
  .col-tbl-2 {
    width: 16.6666%;
  }
  .col-tbl-1 {
    width: 8.33333%;
  }
  .tbl-one {
    width: 1%;
  }
  .tbl-two {
    width: 2%;
  }
  .tbl-three {
    width: 3%;
  }
  .tbl-four {
    width: 4%;
  }
  .tbl-five {
    width: 5%;
  }
  .tbl-six {
    width: 6%;
  }
  .tbl-seven {
    width: 7%;
  }
  .tbl-eight {
    width: 8%;
  }
  .tbl-nine {
    width: 9%;
  }
  .tbl-ten {
    width: 10%;
  }
  .tbl-eleven {
    width: 11%;
  }
  .tbl-twelve {
    width: 12%;
  }
  .tbl-thirteen {
    width: 13%;
  }
  .tbl-fourteen {
    width: 14%;
  }
  .tbl-fifteen {
    width: 15%;
  }
  .tbl-sixteen,
  .tbl-six-column {
    width: 16.66666%;
  }
  .tbl-twenty,
  .tbl-five-column {
    width: 20%;
  }
  .tlb-seven-column {
    width: 14.28%;
  }
  .tbl-twentyfive,
  .tbl-twenty-five,
  .tbl-four-column {
    width: 25%;
  }
  .tbl-thirty {
    width: 30%;
  }
  .tbl-thirtythree,
  .tbl-thirty-three,
  .tbl-three-column {
    width: 33.333%;
  }
  .tbl-fourty,
  .tbl-forty {
    width: 40%;
  }
  .tbl-fortyfive {
    width: 45%;
  }
  .tbl-fifty,
  .tbl-two-column {
    width: 50%;
  }
  .tbl-fiftyfive {
    width: 55%;
  }
  .tbl-sixty {
    width: 60%;
  }
  .tbl-sixtysix,
  .tbl-sixty-six {
    width: 66.666%;
  }
  .tbl-seventy {
    width: 70%;
  }
  .tbl-seventyfive,
  .tbl-seventy-five {
    width: 75%;
  }
  .tbl-eighty {
    width: 80%;
  }
  .tbl-eightyfive,
  .tbl-eighty-five {
    width: 85%;
  }
  .tbl-ninety {
    width: 90%;
  }
  .tbl-ninetyfive,
  .tbl-ninety-five {
    width: 95%;
  }
  .tbl-hundred,
  .tbl-one-column {
    width: 100%;
  }
  .tbl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tbl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tbl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tbl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tbl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tbl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .tbl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .tbl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tbl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tbl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .tbl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .tbl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tbl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tbl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tbl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .tbl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .tbl-no-padding {
    padding: 0;
  }
  body .tbl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .tbl-hidden,
  .tbl-hide {
    display: none;
  }
  .tbl-block {
    display: block;
  }
  .tbl-inline {
    display: inline;
  }
  .tbl-inline-block {
    display: inline-block;
  }
  .tbl-static {
    position: static;
  }
  .tbl-relative {
    position: relative;
  }
  .tbl-absolute {
    position: absolute;
  }
  .tbl-fixed {
    position: fixed;
  }
  .tbl-sticky {
    position: sticky;
  }
  .tbl-clearfix:before,
  .tbl-clearfix:after {
    content: " ";
    display: table;
  }
  .tbl-clearfix:after {
    clear: both;
  }
  .tbl-column-wrapper,
  .tbl-columns-wrapper {
    overflow: hidden;
  }
  .tbl-vertical-top,
  .tbl-vert-top {
    vertical-align: top;
  }
  .tbl-vertical-bottom,
  .tbl-vert-btm {
    vertical-align: bottom;
  }
  .tbl-vertical-middle,
  .tbl-vert-mid {
    vertical-align: middle;
  }
  .tbl-left,
  .tbl-pull-left {
    float: left;
  }
  .tbl-right,
  .tbl-pull-right {
    float: right;
  }
  .tbl-no-float,
  .tbl-float-none {
    float: none;
  }
  .tbl-textleft,
  .tbl-text-left {
    text-align: left;
  }
  .tbl-textright,
  .tbl-text-right {
    text-align: right;
  }
  .tbl-textcenter,
  .tbl-text-center {
    text-align: center;
  }
  .tbl-margin-auto {
    margin: auto;
  }
  .tbl-margin-left-auto {
    margin-left: auto;
  }
  .tbl-margin-right-auto {
    margin-right: auto;
  }
  .tbl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-tbl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-tbl-12 {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .sm-one {
    width: 1%;
  }
  .sm-two {
    width: 2%;
  }
  .sm-three {
    width: 3%;
  }
  .sm-four {
    width: 4%;
  }
  .sm-five {
    width: 5%;
  }
  .sm-six {
    width: 6%;
  }
  .sm-seven {
    width: 7%;
  }
  .sm-eight {
    width: 8%;
  }
  .sm-nine {
    width: 9%;
  }
  .sm-ten {
    width: 10%;
  }
  .sm-eleven {
    width: 11%;
  }
  .sm-twelve {
    width: 12%;
  }
  .sm-thirteen {
    width: 13%;
  }
  .sm-fourteen {
    width: 14%;
  }
  .sm-fifteen {
    width: 15%;
  }
  .sm-sixteen,
  .sm-six-column {
    width: 16.66666%;
  }
  .sm-twenty,
  .sm-five-column {
    width: 20%;
  }
  .sm-seven-column {
    width: 14.28%;
  }
  .sm-twentyfive,
  .sm-twenty-five,
  .sm-four-column {
    width: 25%;
  }
  .sm-thirty {
    width: 30%;
  }
  .sm-thirtythree,
  .sm-thirty-three,
  .sm-three-column {
    width: 33.333%;
  }
  .sm-fourty,
  .sm-forty {
    width: 40%;
  }
  .sm-fortyfive {
    width: 45%;
  }
  .sm-fifty,
  .sm-two-column {
    width: 50%;
  }
  .sm-fiftyfive {
    width: 55%;
  }
  .sm-sixty {
    width: 60%;
  }
  .sm-sixtysix,
  .sm-sixty-six {
    width: 66.666%;
  }
  .sm-seventy {
    width: 70%;
  }
  .sm-seventyfive,
  .sm-seventy-five {
    width: 75%;
  }
  .sm-eighty {
    width: 80%;
  }
  .sm-eightyfive,
  .sm-eighty-five {
    width: 85%;
  }
  .sm-ninety {
    width: 90%;
  }
  .sm-ninetyfive,
  .sm-ninety-five {
    width: 95%;
  }
  .sm-hundred,
  .sm-one-column {
    width: 100%;
  }
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sm-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .sm-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .sm-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sm-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sm-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .sm-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .sm-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .sm-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .sm-no-padding {
    padding: 0;
  }
  body .sm-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-hidden,
  .sm-hide {
    display: none;
  }
  .sm-block {
    display: block;
  }
  .sm-inline {
    display: inline;
  }
  .sm-inline-block {
    display: inline-block;
  }
  .sm-static {
    position: static;
  }
  .sm-relative {
    position: relative;
  }
  .sm-absolute {
    position: absolute;
  }
  .sm-fixed {
    position: fixed;
  }
  .sm-sticky {
    position: sticky;
  }
  .sm-clearfix:before,
  .sm-clearfix:after {
    content: " ";
    display: table;
  }
  .sm-clearfix:after {
    clear: both;
  }
  .sm-column-wrapper,
  .sm-columns-wrapper {
    overflow: hidden;
  }
  .sm-vertical-top,
  .sm-vert-top {
    vertical-align: top;
  }
  .sm-vertical-bottom,
  .sm-vert-btm {
    vertical-align: bottom;
  }
  .sm-vertical-middle,
  .sm-vert-mid {
    vertical-align: middle;
  }
  .sm-left,
  .sm-pull-left {
    float: left;
  }
  .sm-right,
  .sm-pull-right {
    float: right;
  }
  .sm-no-float,
  .sm-float-none {
    float: none;
  }
  .sm-textleft,
  .sm-text-left {
    text-align: left;
  }
  .sm-textright,
  .sm-text-right {
    text-align: right;
  }
  .sm-textcenter,
  .sm-text-center {
    text-align: center;
  }
  .sm-margin-auto {
    margin: auto;
  }
  .sm-margin-left-auto {
    margin-left: auto;
  }
  .sm-margin-right-auto {
    margin-right: auto;
  }
  .sm-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-sm-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-sm-12 {
    padding-left: 0px;
  }
}
@media (max-width: 643px) {
  .col-xsm-12 {
    width: 100%;
  }
  .col-xsm-11 {
    width: 91.66667%;
  }
  .col-xsm-10 {
    width: 83.33333%;
  }
  .col-xsm-9 {
    width: 75%;
  }
  .col-xsm-8 {
    width: 66.66667%;
  }
  .col-xsm-7 {
    width: 58.33333%;
  }
  .col-xsm-6 {
    width: 50%;
  }
  .col-xsm-5 {
    width: 41.66667%;
  }
  .col-xsm-4 {
    width: 33.33333%;
  }
  .col-xsm-3 {
    width: 25%;
  }
  .col-xsm-2 {
    width: 16.6666%;
  }
  .col-xsm-1 {
    width: 8.33333%;
  }
  .xsm-one {
    width: 1%;
  }
  .xsm-two {
    width: 2%;
  }
  .xsm-three {
    width: 3%;
  }
  .xsm-four {
    width: 4%;
  }
  .xsm-five {
    width: 5%;
  }
  .xsm-six {
    width: 6%;
  }
  .xsm-seven {
    width: 7%;
  }
  .xsm-eight {
    width: 8%;
  }
  .xsm-nine {
    width: 9%;
  }
  .xsm-ten {
    width: 10%;
  }
  .xsm-eleven {
    width: 11%;
  }
  .xsm-twelve {
    width: 12%;
  }
  .xsm-thirteen {
    width: 13%;
  }
  .xsm-fourteen {
    width: 14%;
  }
  .xsm-fifteen {
    width: 15%;
  }
  .xsm-sixteen,
  .xsm-six-column {
    width: 16.66666%;
  }
  .xsm-twenty,
  .xsm-five-column {
    width: 20%;
  }
  .xsm-seven-column {
    width: 14.28%;
  }
  .xsm-twentyfive,
  .xsm-twenty-five,
  .xsm-four-column {
    width: 25%;
  }
  .xsm-thirty {
    width: 30%;
  }
  .xsm-thirtythree,
  .xsm-thirty-three,
  .xsm-three-column {
    width: 33.333%;
  }
  .xsm-fourty,
  .xsm-forty {
    width: 40%;
  }
  .xsm-fortyfive {
    width: 45%;
  }
  .xsm-fifty,
  .xsm-two-column {
    width: 50%;
  }
  .xsm-fiftyfive {
    width: 55%;
  }
  .xsm-sixty {
    width: 60%;
  }
  .xsm-sixtysix,
  .xsm-sixty-six {
    width: 66.666%;
  }
  .xsm-seventy {
    width: 70%;
  }
  .xsm-seventyfive,
  .xsm-seventy-five {
    width: 75%;
  }
  .xsm-eighty {
    width: 80%;
  }
  .xsm-eightyfive,
  .xsm-eighty-five {
    width: 85%;
  }
  .xsm-ninety {
    width: 90%;
  }
  .xsm-ninetyfive,
  .xsm-ninety-five {
    width: 95%;
  }
  .xsm-hundred,
  .xsm-one-column {
    width: 100%;
  }
  .xsm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xsm-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xsm-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xsm-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xsm-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .xsm-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .xsm-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .xsm-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xsm-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xsm-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .xsm-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .xsm-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xsm-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xsm-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xsm-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xsm-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xsm-no-padding {
    padding: 0;
  }
  body .xsm-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .xsm-hidden,
  .xsm-hide {
    display: none;
  }
  .xsm-block {
    display: block;
  }
  .xsm-inline {
    display: inline;
  }
  .xsm-inline-block {
    display: inline-block;
  }
  .xsm-static {
    position: static;
  }
  .xsm-relative {
    position: relative;
  }
  .xsm-absolute {
    position: absolute;
  }
  .xsm-fixed {
    position: fixed;
  }
  .xsm-sticky {
    position: sticky;
  }
  .xsm-clearfix:before,
  .xsm-clearfix:after {
    content: " ";
    display: table;
  }
  .xsm-clearfix:after {
    clear: both;
  }
  .xsm-column-wrapper,
  .xsm-columns-wrapper {
    overflow: hidden;
  }
  .xsm-vertical-top,
  .xsm-vert-top {
    vertical-align: top;
  }
  .xsm-vertical-bottom,
  .xsm-vert-btm {
    vertical-align: bottom;
  }
  .xsm-vertical-middle,
  .xsm-vert-mid {
    vertical-align: middle;
  }
  .xsm-left,
  .xsm-pull-left {
    float: left;
  }
  .xsm-right,
  .xsm-pull-right {
    float: right;
  }
  .xsm-no-float,
  .xsm-float-none {
    float: none;
  }
  .xsm-textleft,
  .xsm-text-left {
    text-align: left;
  }
  .xsm-textright,
  .xsm-text-right {
    text-align: right;
  }
  .xsm-textcenter,
  .xsm-text-center {
    text-align: center;
  }
  .xsm-margin-auto {
    margin: auto;
  }
  .xsm-margin-left-auto {
    margin-left: auto;
  }
  .xsm-margin-right-auto {
    margin-right: auto;
  }
  .xsm-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-xsm-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-xsm-12 {
    padding-left: 0px;
  }
}
@media (max-width: 500px) {
  .col-mbl-12 {
    width: 100%;
  }
  .col-mbl-11 {
    width: 91.66667%;
  }
  .col-mbl-10 {
    width: 83.33333%;
  }
  .col-mbl-9 {
    width: 75%;
  }
  .col-mbl-8 {
    width: 66.66667%;
  }
  .col-mbl-7 {
    width: 58.33333%;
  }
  .col-mbl-6 {
    width: 50%;
  }
  .col-mbl-5 {
    width: 41.66667%;
  }
  .col-mbl-4 {
    width: 33.33333%;
  }
  .col-mbl-3 {
    width: 25%;
  }
  .col-mbl-2 {
    width: 16.6666%;
  }
  .col-mbl-1 {
    width: 8.33333%;
  }
  .mbl-one {
    width: 1%;
  }
  .mbl-two {
    width: 2%;
  }
  .mbl-three {
    width: 3%;
  }
  .mbl-four {
    width: 4%;
  }
  .mbl-five {
    width: 5%;
  }
  .mbl-six {
    width: 6%;
  }
  .mbl-seven {
    width: 7%;
  }
  .mbl-eight {
    width: 8%;
  }
  .mbl-nine {
    width: 9%;
  }
  .mbl-ten {
    width: 10%;
  }
  .mbl-eleven {
    width: 11%;
  }
  .mbl-twelve {
    width: 12%;
  }
  .mbl-thirteen {
    width: 13%;
  }
  .mbl-fourteen {
    width: 14%;
  }
  .mbl-fifteen {
    width: 15%;
  }
  .mbl-sixteen,
  .mbl-six-column {
    width: 16.66666%;
  }
  .mbl-twenty,
  .mbl-five-column {
    width: 20%;
  }
  .mbl-seven-column {
    width: 14.28%;
  }
  .mbl-twentyfive,
  .mbl-twenty-five,
  .mbl-four-column {
    width: 25%;
  }
  .mbl-thirty {
    width: 30%;
  }
  .mbl-thirtythree,
  .mbl-thirty-three,
  .mbl-three-column {
    width: 33.333%;
  }
  .mbl-fourty,
  .mbl-forty {
    width: 40%;
  }
  .mbl-fortyfive {
    width: 45%;
  }
  .mbl-fifty,
  .mbl-two-column {
    width: 50%;
  }
  .mbl-fiftyfive {
    width: 55%;
  }
  .mbl-sixty {
    width: 60%;
  }
  .mbl-sixtysix,
  .mbl-sixty-six {
    width: 66.666%;
  }
  .mbl-seventy {
    width: 70%;
  }
  .mbl-seventyfive,
  .mbl-seventy-five {
    width: 75%;
  }
  .mbl-eighty {
    width: 80%;
  }
  .mbl-eightyfive,
  .mbl-eighty-five {
    width: 85%;
  }
  .mbl-ninety {
    width: 90%;
  }
  .mbl-ninetyfive,
  .mbl-ninety-five {
    width: 95%;
  }
  .mbl-hundred,
  .mbl-one-column {
    width: 100%;
  }
  .mbl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mbl-flex-column {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mbl-flex-row {
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mbl-flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mbl-flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mbl-flex-grow-2 {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .mbl-flex-grow-3 {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  .mbl-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mbl-align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mbl-order--1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .mbl-order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .mbl-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mbl-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .mbl-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mbl-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .mbl-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .mbl-no-padding {
    padding: 0;
  }
  body .mbl-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .mbl-hidden,
  .mbl-hide {
    display: none;
  }
  .mbl-block {
    display: block;
  }
  .mbl-inline {
    display: inline;
  }
  .mbl-inline-block {
    display: inline-block;
  }
  .mbl-static {
    position: static;
  }
  .mbl-relative {
    position: relative;
  }
  .mbl-absolute {
    position: absolute;
  }
  .mbl-fixed {
    position: fixed;
  }
  .mbl-sticky {
    position: sticky;
  }
  .mbl-clearfix:before,
  .mbl-clearfix:after {
    content: " ";
    display: table;
  }
  .mbl-clearfix:after {
    clear: both;
  }
  .mbl-column-wrapper,
  .mbl-columns-wrapper {
    overflow: hidden;
  }
  .mbl-vertical-top,
  .mbl-vert-top {
    vertical-align: top;
  }
  .mbl-vertical-bottom,
  .mbl-vert-btm {
    vertical-align: bottom;
  }
  .mbl-vertical-middle,
  .mbl-vert-mid {
    vertical-align: middle;
  }
  .mbl-left,
  .mbl-pull-left {
    float: left;
  }
  .mbl-right,
  .mbl-pull-right {
    float: right;
  }
  .mbl-no-float,
  .mbl-float-none {
    float: none;
  }
  .mbl-textleft,
  .mbl-text-left {
    text-align: left;
  }
  .mbl-textright,
  .mbl-text-right {
    text-align: right;
  }
  .mbl-textcenter,
  .mbl-text-center {
    text-align: center;
  }
  .mbl-margin-auto {
    margin: auto;
  }
  .mbl-margin-left-auto {
    margin-left: auto;
  }
  .mbl-margin-right-auto {
    margin-right: auto;
  }
  .mbl-no-bg-img {
    background-image: none !important;
  }
  .gform_wrapper .left-column.col-mbl-12 {
    padding-right: 0px;
  }
  .gform_wrapper .right-column.col-mbl-12 {
    padding-left: 0px;
  }
}
/* Site Widths
 * review styleguide.less to review current variables.
 */
.site-width,
body[class*="cms-noroute-"] .page-wrapper .page-main,
body.cms-page-view .page-wrapper .page-main,
.catalog-category-view .page-wrapper .page-main,
.catalogsearch-result-index .page-wrapper .page-main,
.catalog-category-view main#maincontent,
.catalogsearch-result-index main#maincontent,
.catalog-product-view .page-wrapper .page-main,
body[class*="checkout-"] .page-wrapper .page-main,
body[class*="customer-account-"] .page-wrapper .page-main,
body.account .page-wrapper .page-main {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.lg-site-width {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.med-site-width {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.sm-site-width {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1100px) {
  .site-width,
  body[class*="cms-noroute-"] .page-wrapper .page-main,
  body.cms-page-view .page-wrapper .page-main,
  .catalog-category-view .page-wrapper .page-main,
  .catalogsearch-result-index .page-wrapper .page-main,
  .catalog-category-view main#maincontent,
  .catalogsearch-result-index main#maincontent,
  .catalog-product-view .page-wrapper .page-main,
  body[class*="checkout-"] .page-wrapper .page-main,
  body[class*="customer-account-"] .page-wrapper .page-main,
  body.account .page-wrapper .page-main {
    padding-left: 12px;
    padding-right: 12px;
  }
  .site-width.no-padding,
  .catalog-product-view .page-wrapper .page-main.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1220px) {
  .lg-site-width {
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1100px) {
  .med-site-width {
    padding-left: 12px;
    padding-right: 12px;
  }
  .med-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 770px) {
  .sm-site-width {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm-site-width.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Global elements Styles */
body,
button,
input,
select,
textarea,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
body {
  background-color: #e7e7de;
  margin: 0;
  max-width: 2000px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .title {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
/* enter customer header styles for each media break point below */
h1,
.h1 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}
h2,
.h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
h3,
.h3,
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}
h4,
.h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
h6,
.h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
  }
  h2,
  .h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  h3,
  .h3,
  .contentmanager-contenttype-standing_orders .cat .cur-cat-details .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
  h4,
  .h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  h5,
  .h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  h6,
  .h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  h2,
  .h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  h3,
  .h3,
  .contentmanager-contenttype-standing_orders .cat .cur-cat-details .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  h4,
  .h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  h5,
  .h5 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  h6,
  .h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
select,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 100%;
  height: 44px;
  color: #333333;
  padding: 0;
  padding-left: 10px;
  background-color: #ffffff;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* Use for custom select dropdowns styles */
select::-ms-expand {
  display: none;
}
select:not([disabled]):focus {
  box-shadow: none;
}
textarea {
  height: 200px;
  padding: 10px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
input[type="text"]:active,
input[type="tel"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="search"]:active,
select:active,
textarea:active {
  outline: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  color: #7e8083;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
:-moz-placeholder {
  color: #7e8083;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
::-moz-placeholder {
  color: #7e8083;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
:-ms-input-placeholder {
  color: #7e8083;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-input-placeholder {
  color: transparent;
}
input:focus::-moz-input-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}
a {
  color: #ce6517;
  text-decoration: none;
}
a:hover,
a:active {
  color: #7e8083;
  text-decoration: none;
}
a:visited {
  color: #ce6517;
}
a:visited:hover {
  color: #7e8083;
}
a:focus {
  outline: none;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
hr {
  display: block;
  border: none;
  border-bottom: 3px solid #333333;
  padding-top: 25px;
  margin-bottom: 25px;
}
i {
  font-style: normal;
  display: inline-block;
}
b,
strong,
.bold {
  font-weight: 700;
}
cite,
dfn,
em {
  font-style: italic;
}
ul,
ol {
  list-style: none;
  padding-left: 20px;
}
ul,
.ct-field-area ul,
.ct-field-area nav ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 24px;
}
ol,
.ct-field-area ol,
.ct-field-area nav ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 24px;
}
.ct-field-area ul.no-list,
.ct-field-area ol.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol li {
  padding-bottom: 10px;
}
/****************************************************************************************************/
/*************************************Color Helpers**************************************************/
/****************************************************************************************************/
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.green {
  color: #58b94a;
}
.orange {
  color: #ce6517;
}
.blue {
  color: #181c6e;
}
.light-blue {
  color: #499bc7;
}
/****************************************************************************************************/
/****************************************Fonts*******************************************************/
/****************************************************************************************************/
.worksans {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
.sourcesans {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.oswald {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
/****************************************************************************************************/
/*******************************************Buttons**************************************************/
/****************************************************************************************************/
.button,
button,
input[type="submit"],
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  background: #58b94a;
  padding: 15px 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
  outline: none;
  border: none;
  display: inline-block;
}
.button.btn-white {
  background-color: #ffffff;
  color: #181c6e;
}
.button.btn-orange {
  background-color: #ce6517;
  color: #ffffff;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px 43px;
}
.button.btn-blue {
  background-color: #181c6e;
  color: #ffffff;
}
.button:focus,
button:focus,
.button:active,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  outline: none;
}
.link-angle-right {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
.link-angle-right:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  margin-left: 15px;
  font-weight: 700;
  font-size: 26px;
  vertical-align: middle;
}
/****************************************************************************************************/
/******************************************Webforms**************************************************/
/****************************************************************************************************/
.webforms .fieldset > .field:not(.choice) > .label {
  display: block;
  float: none;
  width: 100%;
  padding: 0 0 5px 0;
  text-align: left;
}
.webforms .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
}
.webforms .actions-toolbar {
  margin-left: 0;
}
.webforms .webforms-datepicker {
  margin: 0;
}
.webforms .webforms-calendar {
  float: none;
  display: block;
  width: 100%;
}
.webforms .webforms-calendar .ui-datepicker-trigger {
  padding: 0;
  margin: 0;
  background-color: transparent;
  height: auto;
}
.webforms .webforms-calendar .ui-datepicker-trigger:after {
  display: none;
}
.webforms .actions-toolbar {
  clear: both;
}
/*Cart Button Deafult Style Removal*/
.cart-container .form-cart .action.update,
.cart-container .form-cart .action.clear {
  padding: 0;
  color: #333333;
  background-color: transparent;
  border: 0;
}
.cart-container .form-cart .action.update:hover,
.cart-container .form-cart .action.clear:hover {
  color: #ce6517;
  background-color: transparent;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  padding: 0;
  color: #ce6517;
  background-color: transparent;
  font-weight: 400;
  border: 0;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  color: #333333;
  background-color: transparent;
  border: 0;
}
.cart-container .form-cart .action.continue {
  border: 0;
  background-color: transparent;
  padding: 0;
  line-height: 1.7;
}
.cart-container .form-cart .action.continue:hover {
  color: #ce6517;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
.cart-container .form-cart .action.continue:before {
  line-height: 24px;
}
.cart-container .form-cart .action.update:before {
  font-size: 29px;
  position: relative;
  left: 6px;
  border: 0;
}
.button:active,
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active,
.action-gift:active {
  box-shadow: none;
}
/********************************************************************************************************************/
/*************************************************Header*************************************************************/
/********************************************************************************************************************/
.header .minicart-wrapper {
  margin: 0;
  float: none;
}
.header .custom-logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .custom-logo img {
  max-width: 280px;
  width: 100%;
  margin: auto;
}
.header .aux-mini {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  height: 206px;
}
@media (max-width: 767px) {
  .header .aux-mini {
    height: 145px;
  }
}
.header .aux-menu-cart {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 20px;
}
.header .aux-menu-cart .aux-menu {
  order: 1;
}
.header .aux-menu-cart .welcome-name {
  order: 4;
  width: 100%;
  text-align: right;
  color: #656565;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  padding-top: 5px;
}
.header .aux-menu-cart .minicart-wrapper {
  order: 3;
}
.header .aux-menu {
  font-size: 12px;
  font-size: 1.2rem;
}
.header .aux-menu a {
  color: #333333;
  text-decoration: underline;
}
.header .aux-account a {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  text-decoration: none;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
.header .aux-account a span.fa-user {
  color: #58b94a;
  font-size: 22px;
  font-size: 2.2rem;
}
.header .aux-account a span.fa-sign-out {
  color: #58b94a;
  font-size: 22px;
  font-size: 2.2rem;
}
.header .aux-account li.logout-item {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
.header .aux-account li.logout-item a:before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #003470;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.header .minicart-wrapper {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
.header .minicart-wrapper:before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #003470;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
}
.header .minicart-wrapper .action.showcart:before {
  color: #58b94a;
  content: '\f07a';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 20px;
}
.header .minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
  color: #333333;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.header .minicart-wrapper .action.showcart .counter.qty .counter-number:before {
  content: '(';
}
.header .minicart-wrapper .action.showcart .counter.qty .counter-number:after {
  content: ')';
}
.header .lower-header-inner {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.header .lower-header .custom-navigation > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-left: 0;
  margin-bottom: 10px;
}
.header .lower-header .custom-navigation > ul > li {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.header .lower-header .custom-navigation > ul > li > a {
  padding: 14px 12px 0 12px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.header .lower-header .custom-navigation > ul > li > a.menu-item-active > span {
  text-decoration: none;
}
.header .lower-header .custom-navigation > ul > li:first-of-type > a {
  padding-left: 0;
}
.header .lower-header .custom-navigation > ul > li > ul.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 220px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .lower-header .custom-navigation > ul > li:hover > ul.submenu {
  display: block;
}
.header .lower-header .custom-navigation > ul > li > ul.submenu li {
  margin-bottom: 0;
}
.header .lower-header .custom-navigation > ul > li > ul.submenu li a {
  color: #333333;
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.header .lower-header .custom-navigation > ul > li > ul.submenu li a.menu-item-active > span {
  text-decoration: none;
}
.header .lower-header .custom-navigation > ul > li > ul.submenu li a.menu-item-active,
.header .lower-header .custom-navigation > ul > li > ul.submenu li a:hover {
  color: #ffffff;
  background-color: #181c6e;
}
.mst-searchautocomplete__index.popular ul li {
  float: none;
  padding: 5px 10px;
}
.lower-header .block-search {
  margin-bottom: 0;
  width: 235px;
  max-width: 235px;
  position: absolute;
  right: 0;
  bottom: 35px;
}
@media (max-width: 767px) {
  .lower-header .block-search {
    position: static;
  }
}
.lower-header .block-search .block-content {
  margin-bottom: 0;
}
.lower-header .block-search .control {
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
}
.form.minisearch {
  position: relative;
}
.form.minisearch .action {
  height: 34px;
  z-index: 1000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.form.minisearch .action span {
  display: none;
}
.form.minisearch input {
  padding-top: 5px;
  padding-right: 35px;
  position: static;
  margin: 0;
  height: 34px;
}
.amsearch-form-container.-opened .amsearch-wrapper-input {
  position: relative;
  right: auto;
  width: 235px;
  max-width: 235px;
}
.search-autocomplete.-bottom-position {
  top: calc(75%);
}
.lower-header .block-search .action.search:before {
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mobile-menu-btn .bars {
  width: 25px;
  height: 25px;
  position: relative;
}
.mobile-menu-btn .bar {
  opacity: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #656565;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.mobile-menu-btn .bar:nth-child(1) {
  top: 0px;
}
.mobile-menu-btn .bar:nth-child(2) {
  top: 9px;
}
.mobile-menu-btn .bar:nth-child(3) {
  top: 18px;
}
.mobile-menu-btn.open .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
.mobile-menu-btn.open .bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.mobile-menu-btn.open .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
.mobile-arrow {
  position: absolute;
  height: 25px;
  width: 25px;
  right: 10px;
  top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/static/frontend/Perrill/Lillenas/en_US/images/arrow.svg');
  filter: brightness(0) saturate(100%) invert(49%) sepia(56%) saturate(5970%) hue-rotate(11deg) brightness(97%) contrast(82%);
}
.mobile-header {
  position: relative;
  z-index: 500;
}
.mobile-header .custom-navigation {
  display: none;
  position: absolute;
  background-color: #ebebeb;
  z-index: 10;
  width: 300px;
  left: 0;
  top: calc(100% + 20px);
}
.mobile-header .custom-navigation ul,
.mobile-header .custom-navigation li {
  padding: 0;
  margin: 0;
}
.mobile-header .custom-navigation li {
  position: relative;
}
.mobile-header .custom-navigation a.level0 {
  border-bottom: 1px solid #c5c5c2;
  color: #333333;
  display: block;
  padding: 14px 26px 12px 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.mobile-header .custom-navigation > ul > li > ul.submenu {
  display: none;
}
.mobile-header .custom-navigation > ul > li > ul.submenu a {
  display: block;
  color: #333333;
  border-bottom: 1px solid #c5c5c2;
  padding: 5px 15px 5px 25px;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.mobile-header .custom-navigation > ul > li > ul.submenu a:hover {
  color: #ffffff;
  background-color: #181c6e;
}
.mobile-header .custom-navigation .mobile-expand-button {
  position: absolute;
  right: 0;
  top: 8px;
}
.mobile-header .custom-navigation .mobile-expand-button i {
  font-size: 28px;
  vertical-align: middle;
  cursor: pointer;
}
body.mobile-open .mobile-header .custom-navigation {
  display: block;
}
.mobile-header .block-search {
  z-index: 1;
}
.mobile-header .block-search .label {
  display: none;
}
.mobile-header .block-search .control input {
  left: 0;
  margin: 0;
  position: static;
}
.mobile-header .block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #333;
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mobile-header .block-search .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding: 5px 0;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.mobile-header .block-search .form.minisearch {
  position: relative;
}
.mobile-header .block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mobile-header .block-search .control {
  border-top: none;
}
.promo-ribbon {
  background-color: #ce6517;
  min-height: 50px;
  text-align: center;
  color: #ffffff;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 600;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}
.promo-ribbon p {
  margin-bottom: 0;
}
.promo-ribbon a {
  color: #ffffff;
  text-decoration: underline;
}
/********************************************************************************************************************/
/********************************************Header (Media Queries)**************************************************/
/********************************************************************************************************************/
@media (max-width: 1024px) {
  .header .lower-header .custom-navigation > ul > li > a {
    padding: 14px 6px 0px 5px;
  }
  .header .lower-header .block-search {
    width: 160px;
  }
  .promo-ribbon {
    min-height: 30px;
    padding: 10px;
  }
}
@media (max-width: 850px) {
  .header .lower-header .custom-navigation > ul > li > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .header .lower-header-inner .custom-navigation {
    display: none;
  }
  .header .upper-header-inner .custom-logo {
    order: 1;
    width: 45%;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header .upper-header-inner .custom-logo img {
    width: 100%;
    max-width: 160px;
  }
  .header .upper-header-inner .aux-mini {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 20px;
  }
  .header .upper-header-inner .aux-mini .aux-menu-cart {
    display: flex;
    order: 3;
    width: 30%;
    margin-top: 0;
  }
  .header .upper-header-inner .minicart-wrapper:before {
    display: none;
  }
  .header .upper-header-inner .aux-mini .aux-menu-cart .minicart-wrapper {
    display: block;
    padding-left: 0;
    margin-left: 5px;
    order: 1;
  }
  .header .upper-header-inner .aux-menu-cart .aux-menu {
    order: 2;
    text-align: right;
    padding-top: 5px;
    width: 100%;
  }
  .header .upper-header-inner .aux-menu-cart .aux-menu p {
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  }
  .header .upper-header-inner .aux-menu-cart .aux-menu p a {
    font-weight: 500;
  }
  .header .upper-header-inner .aux-log-block {
    order: 2;
    width: 25%;
    text-align: right;
    margin-top: 5px;
  }
  .header .upper-header-inner .aux-log-block .mbl-acc-cart {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .header .upper-header-inner .aux-account a {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 10px;
  }
  .header .upper-header-inner .aux-account li.logout-item {
    padding-left: 0;
    margin-left: 0;
  }
  .header .upper-header-inner .aux-account li.logout-item a:before {
    display: none;
  }
  .promo-ribbon {
    margin-top: 30px;
  }
  .mst-searchautocomplete__autocomplete {
    min-width: 400px;
  }
}
@media (max-width: 425px) {
  .mst-searchautocomplete__autocomplete {
    min-width: 350px;
  }
}
@media (max-width: 370px) {
  .mst-searchautocomplete__autocomplete {
    min-width: 320px;
  }
}
@media (max-width: 500px) {
  .header .upper-header-inner .aux-log-block {
    width: auto;
    position: absolute;
    right: 90px;
  }
  .header .upper-header-inner .aux-account a {
    margin-right: 0px;
  }
  .header .upper-header-inner .aux-mini .aux-menu-cart {
    display: flex;
    order: 3;
    width: 55%;
    margin-top: 0;
  }
}
/********************************************************************************************************************/
/*************************************************Footer*************************************************************/
/********************************************************************************************************************/
.grecaptcha-badge {
  display: none;
}
.footer.content {
  border-top: none;
}
@media (max-width: 767px) {
  .footer.content {
    padding-top: 0;
  }
}
.footer .upper-footer .column-left {
  padding-right: 40px;
  margin-top: 40px;
}
.footer .upper-footer .social a {
  background-color: #333333;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  color: white;
  text-align: center;
}
.footer .upper-footer .newsletter-wrapper .form-header-wrapper {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
}
.footer .upper-footer .newsletter-wrapper .form-header {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  color: #000;
  border: none;
  margin: 0;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer .upper-footer .newsletter-wrapper .input-wrapper input {
  height: 57px;
  margin-top: 5px;
}
.footer .upper-footer .newsletter-wrapper .input-wrapper .button {
  height: 57px;
  padding: 0 18px;
  margin-left: 5px;
  margin-top: 5px;
  outline: none;
  border: none;
}
.footer .upper-footer .social-phone {
  margin-top: 30px;
}
.footer .upper-footer .social-phone .social-header {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.footer .upper-footer .social-phone a {
  color: #333333;
}
.footer .upper-footer .social-phone a span {
  margin-top: 5px;
}
.footer .upper-footer .social-phone .call-us a {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
}
.footer .upper-footer .custom-navigation > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.footer .upper-footer .custom-navigation > ul > li {
  width: 33.3333%;
  padding-right: 20px;
}
.footer .upper-footer .custom-navigation > ul > li > span {
  line-height: 40px;
  text-transform: uppercase;
  cursor: text;
  color: #181c6e;
  font-weight: 700;
}
.footer .upper-footer .custom-navigation > ul > li > ul a {
  line-height: 30px;
  color: #333333;
  font-weight: 600;
}
.footer .lower-footer .lower-footer-inner {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .footer .upper-footer .custom-navigation > ul > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .upper-footer .column-left {
    margin-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .footer .upper-footer .custom-navigation > ul {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
body > iframe {
  display: none;
}
.margin-separator {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .margin-separator.tbl-no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }
  .margin-separator.tbl-no-margin-top {
    margin-top: 0;
  }
  .margin-separator.tbl-no-margin-bottom {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .margin-separator.sm-no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }
  .margin-separator.sm-no-margin-top {
    margin-top: 0;
  }
  .margin-separator.sm-no-margin-bottom {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .margin-separator.mbl-no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }
  .margin-separator.mbl-no-margin-top {
    margin-top: 0;
  }
  .margin-separator.mbl-no-margin-bottom {
    margin-bottom: 0;
  }
}
.list-right-angle {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.list-right-angle li {
  position: relative;
  padding-left: 15px;
}
.list-right-angle li:before {
  display: inline-block;
  line-height: 1;
  content: "";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 2px;
}
.fs-tta .mobile-tab-title {
  padding: 15px 0;
  border-bottom: 1px solid black;
}
.fs-tta .mobile-tab-title.active .arrow-down i {
  margin-top: 6px;
}
.fs-tta .mobile-tab-title.active .arrow-down i:before {
  content: "\f0de";
}
.fs-tta .actual-title {
  font-size: 20px;
  font-size: 2rem;
  flex: 1 0 90%;
  color: #333333;
  font-weight: 600;
  padding-right: 20px;
  line-height: 28px;
}
.fs-tta .arrow-down {
  font-size: 30px;
  font-size: 3rem;
  color: #333333;
}
.fs-tta .arrow-down i {
  margin-top: -8px;
}
.fs-tta .tab-body {
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
/********************************************************************************************************************/
/************************************************Column Widths*******************************************************/
/********************************************************************************************************************/
.page-header {
  border-bottom: none;
}
.page-wrapper .page-main {
  max-width: 100%;
  padding: 0;
  width: 100%;
  padding-top: 30px;
}
.page-layout-1column .columns {
  display: block;
  width: 100%;
}
.page-layout-1column .columns .column.main {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.page-layout-2columns-right .columns .column.main,
.page-layout-blog-archive .columns .column.main,
.page-layout-blog-landing .columns .column.main {
  width: 75%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
}
.page-layout-2columns-right .columns .sidebar-main,
.page-layout-blog-archive .columns .sidebar-main,
.page-layout-blog-landing .columns .sidebar-main {
  width: 25%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
}
.page-layout-2columns-left .columns .column.main {
  width: 75%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
  padding-left: 15px;
}
.page-layout-2columns-left .columns .sidebar-main {
  width: 25%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  padding: 0;
  padding-right: 15px;
}
body.cms-page-view .breadcrumbs {
  max-width: 1090px;
  margin: 25px auto 40px;
}
body.cms-page-view .breadcrumbs .items {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
}
body.cms-page-view .breadcrumbs .item:last-of-type {
  color: #181c6e;
  font-weight: 700;
}
body.cms-page-view .breadcrumbs strong {
  font-weight: 700;
}
body.cms-page-view .breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
@media (max-width: 767px) {
  body.cms-page-view .breadcrumbs {
    margin-left: 0;
  }
  body.cms-page-view .breadcrumbs .items {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .page-layout-2columns-right .columns .column.main,
  .page-layout-blog-archive .columns .column.main,
  .page-layout-blog-landing .columns .column.main {
    width: 100%;
    padding: 0;
  }
  .page-layout-2columns-right .columns .sidebar-main,
  .page-layout-blog-archive .columns .sidebar-main,
  .page-layout-blog-landing .columns .sidebar-main {
    width: 100%;
    padding: 0;
  }
  .page-layout-2columns-left .columns {
    max-width: 720px;
    margin: auto;
  }
  .page-layout-2columns-left .columns .column.main {
    width: 100%;
    padding: 0;
    padding-left: 0;
  }
  .page-layout-2columns-left .columns .sidebar-main {
    width: 100%;
    padding: 0;
    padding-right: 0;
  }
  .page-layout-2columns-left .columns .sidebar-main .block.filter {
    margin-bottom: 20px;
  }
  .page-layout-2columns-left .page-main .page-title-wrapper {
    max-width: 720px;
    margin: auto;
  }
}
/********************************************************************************************************************/
/*************************************************Breadcrumbs********************************************************/
/********************************************************************************************************************/
.l-breadcrumbs {
  margin: 25px auto 40px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
}
.l-breadcrumbs .breadcrumb-current {
  color: #181c6e;
  font-weight: 700;
}
.l-breadcrumbs .separator {
  margin: 0 4px;
}
.l-breadcrumbs a {
  color: #333333;
}
.breadcrumbs .item:not(:last-child):after {
  vertical-align: middle;
}
/********************************************************************************************************************/
/*************************************************Pagination*********************************************************/
/********************************************************************************************************************/
body .page-main .toolbar {
  background: #bcbbb3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-family: Arial,Helvetica,sans-serif;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: capitalize;
  padding: 12px;
  margin-bottom: 20px;
}
body .page-main .toolbar:before,
body .page-main .toolbar:after {
  display: none;
}
body .page-main .toolbar .modes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  order: 3;
}
body .page-main .toolbar .toolbar-amount {
  order: 1;
  margin-bottom: 0px;
  line-height: 32px;
  padding: 0 10px;
}
body .page-main .toolbar .toolbar-amount .of-text {
  display: none;
}
body .page-main .toolbar .sorter {
  order: 2;
  padding-top: 0;
}
body .page-main .toolbar .limiter {
  display: none;
}
body .page-main .toolbar .sorter-options,
body .page-main .toolbar .limiter-options {
  height: 29px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
body .page-main .toolbar .sorter-options {
  border: 1px solid #ce6517;
  width: 176px;
}
body .page-main .toolbar .modes-mode {
  padding: 0;
  border: none;
  color: #FFF;
}
body .page-main .toolbar .modes-mode.active {
  opacity: .5;
  color: #FFF;
}
body .page-main .toolbar .modes-mode.mode-grid {
  order: 2;
}
body .page-main .toolbar .modes-mode.mode-list {
  order: 1;
}
body .page-main .toolbar .modes-mode:before {
  display: none;
}
body .page-main .toolbar .modes-mode:last-child {
  border-right: none;
  margin-right: 15px;
}
body .page-main .toolbar .modes-mode:not(.active):hover {
  color: #FFF;
  background: none;
}
body .page-main .toolbar .modes-mode .fa {
  font-size: 26px;
}
body .page-main .toolbar .modes-label,
body .page-main .toolbar .modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .page-main .toolbar .toolbar-amount {
  display: block;
}
body .page-main .toolbar .toolbar-amount .of-text {
  display: inline;
}
body .page-main .toolbar .pages {
  width: auto;
  float: none;
  order: 2;
  position: static;
}
body .page-main .toolbar .limiter {
  display: none;
}
body .page-main .toolbar .pages .item {
  font-size: 14px;
  font-size: 1.4rem;
}
body .page-main .toolbar .pages a.page {
  color: #181c6e;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: .5;
}
body .page-main .toolbar .pages a.page:hover {
  opacity: 1;
}
body .page-main .toolbar .pages strong.page {
  color: #181c6e;
  font-size: 14px;
  font-size: 1.4rem;
}
body .page-main .toolbar .pages .action {
  border: none;
  width: auto;
  color: #181c6e;
}
body .page-main .toolbar .pages .action.previous {
  margin-right: 8px;
}
body .page-main .toolbar .pages .action.next {
  margin-left: 8px;
}
body .page-main .toolbar .pages .action.previous > span:not(.label),
body .page-main .toolbar .pages .action.next > span:not(.label) {
  clip: initial;
  height: auto;
  width: auto;
  margin: 0;
  position: static;
  color: #181c6e;
}
body .page-main .toolbar .pages .action.next > span:not(.label):after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
}
body .page-main .toolbar .pages .action.previous > span:not(.label):before {
  content: '<';
  display: inline-block;
  margin-right: 5px;
}
body .page-main .toolbar .pages .action.previous:before,
body .page-main .toolbar .pages .action.next:before {
  display: none;
}
@media (max-width: 643px) {
  body .page-main .toolbar .sorter,
  body .page-main .toolbar .modes {
    display: none;
  }
}
/********************************************************************************************************************/
/*************************************************Sidebars***********************************************************/
/********************************************************************************************************************/
.l-ecp-view-title {
  margin-bottom: 30px;
  color: #181c6e;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .l-ecp-view-title {
    margin-bottom: 20px;
  }
}
.l-acm-sidebar {
  padding-right: 15px;
}
.l-acm-sidebar .sidebar-link {
  border-bottom: 1px solid #c3c5ca;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-acm-sidebar .sidebar-link a {
  color: #918b8e;
  display: block;
  padding: 15px 15px 15px 0;
  font-family: Arial,Helvetica,sans-serif;
}
.l-acm-sidebar .sidebar-link.active a,
.l-acm-sidebar .sidebar-link a:hover {
  color: #5c5b60;
}
@media (max-width: 767px) {
  .l-acm-sidebar {
    text-align: center;
  }
}
/********************************************************************************************************************/
/*************************************************Other**************************************************************/
/********************************************************************************************************************/
.foundry-fake-email-popup,
.lillenas-welcome-popup {
  max-width: 900px;
  margin: auto;
  position: relative;
  background-color: #FFF;
}
.foundry-fake-email-popup .inner,
.lillenas-welcome-popup .inner {
  padding: 100px 50px;
}
.foundry-fake-email-popup .title,
.lillenas-welcome-popup .title {
  color: #181c6e;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
.foundry-fake-email-popup .excerpt,
.lillenas-welcome-popup .excerpt {
  color: #333333;
}
.foundry-fake-email-popup .content,
.lillenas-welcome-popup .content {
  position: relative;
}
.foundry-fake-email-popup .content a,
.lillenas-welcome-popup .content a {
  text-decoration: underline;
}
.foundry-fake-email-popup .button,
.lillenas-welcome-popup .button {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.mfp-close-btn-in .foundry-fake-email-popup .mfp-close,
.mfp-close-btn-in .lillenas-welcome-popup .mfp-close {
  color: #333333;
}
.modal-popup.popup-authentication .block-authentication .actions-toolbar > .primary .action {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
/********************************************************************************************************************/
/************************************************ACM Pages***********************************************************/
/********************************************************************************************************************/
.l-home-banner-slider {
  margin-top: 0;
}
.l-home-banner-slider .main-slider .slide .slide-inner {
  background-color: #ce6517;
  padding: 30px 100px;
}
.l-home-banner-slider .main-slider .slide .slide-inner,
.l-home-banner-slider .main-slider .slide-with-bg2 img {
  height: 430px;
}
.l-home-banner-slider .main-slider h2 {
  font-size: 60px;
  color: #181c6e;
  line-height: 1;
}
.l-home-banner-slider .main-slider .content {
  font-size: 18px;
  color: #181c6e;
  font-style: italic;
}
.l-home-banner-slider .main-slider a.button {
  color: #ffffff;
}
.l-home-banner-slider .main-slider .slick-arrow {
  height: 45px;
  width: 20px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: #FFF;
  font-size: 40px;
  line-height: 30px;
  cursor: pointer;
  background: none !important;
}
.l-home-banner-slider .main-slider .slick-prev,
.l-home-banner-slider .main-slider .slick-next {
  height: 45px;
  width: 20px;
  line-height: 45px;
  text-align: center;
  color: white;
}
.l-home-banner-slider .main-slider .slick-prev {
  left: 30px;
}
.l-home-banner-slider .main-slider .slick-next {
  right: 30px;
}
.l-home-banner-slider .main-slider .slick-prev:before,
.l-home-banner-slider .main-slider .slick-next:before,
.l-home-banner-slider .main-slider .slick-prev:after,
.l-home-banner-slider .main-slider .slick-next:after {
  display: none;
}
.l-home-banner-slider .aux-slider {
  background-color: #f1f1ed;
}
.l-home-banner-slider .aux-slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.l-home-banner-slider .aux-slider img.max-image.vert-bottom.slick-slide {
  max-height: 70px;
  width: auto !important;
  max-width: 70px;
  margin: 10px;
  opacity: .5;
}
.l-home-banner-slider .aux-slider img.max-image.vert-bottom.slick-slide.slick-current {
  opacity: 1;
}
@media (max-width: 767px) {
  .l-home-banner-slider .aux-slider img.max-image.vert-bottom.slick-slide {
    max-height: 60px;
    width: 100% !important;
    max-width: 60px;
  }
  .l-home-banner-slider .main-slider .slide .slide-inner {
    padding: 30px;
  }
  .l-home-banner-slider .main-slider h2 {
    font-size: 30px;
  }
  .l-home-banner-slider .main-slider a.button {
    padding: 10px 20px;
  }
  .l-home-banner-slider .main-slider .slick-arrow {
    font-size: 20px;
    width: 10px;
  }
  .l-home-banner-slider .main-slider .slick-prev {
    left: 10px;
  }
  .l-home-banner-slider .main-slider .slick-next {
    right: 10px;
  }
}
@media (max-width: 500px) {
  .l-home-banner-slider .main-slider .slide .slide-inner .left-col {
    padding-right: 20px;
  }
  .l-home-banner-slider .main-slider .slide .slide-inner .right-col {
    width: 120px;
  }
  .l-home-banner-slider .main-slider .slide .slide-inner,
  .l-home-banner-slider .main-slider .slide-with-bg2 img {
    height: 340px;
  }
}
.l-home-tcit .inner {
  background-color: #499bc7;
}
@media (max-width: 767px) {
  .l-home-tcit .inner {
    padding: 0 20px 30px;
  }
}
.l-home-product-pulls .top-section {
  padding-bottom: 15px;
}
.l-home-product-pulls .top-section h2 {
  margin-right: 20px;
}
.l-home-product-pulls .top-section .link-angle-right {
  margin: 20px 0;
}
.l-home-product-pulls .inner {
  margin-left: -15px;
  margin-right: -15px;
}
.l-home-product-pulls .slide {
  padding: 0 15px;
}
.l-home-product-pulls .content-type-emphasis {
  font-size: 16px;
  font-size: 1.6rem;
}
.l-home-product-pulls .content-created-by {
  font-size: 13px;
  font-size: 1.3rem;
}
.l-home-product-pulls .ribbon {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  line-height: 7px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 3px 0;
  width: 300px;
  height: 12px;
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-box-shadow: #ebebeb 0 0 3px 0;
  box-shadow: #ebebeb 0 0 3px 0;
}
.l-home-product-pulls .ribbons .ribbon:nth-of-type(1) {
  right: -119px;
  bottom: 25px;
}
.l-home-product-pulls .ribbons .ribbon:nth-of-type(2) {
  right: -107px;
  bottom: 34px;
}
@media (max-width: 767px) {
  .l-home-product-pulls .content {
    margin-bottom: 20px;
  }
  .l-home-product-pulls .inner {
    margin-left: -8px;
    margin-right: -8px;
  }
  .l-home-product-pulls .slide {
    padding: 0 7px;
  }
  .l-home-product-pulls.l-home-category-pulls .image {
    margin-bottom: 14px;
  }
}
.l-ecp-view .body {
  line-height: 24px;
  padding-left: 30px;
  padding-top: 17px;
}
.l-ecp-view table.horizontal-lines-only,
.l-ecp-view table.horizontal-lines-only tr,
.l-ecp-view table.horizontal-lines-only th,
.l-ecp-view table.horizontal-lines-only td {
  border: none;
}
.l-ecp-view table.horizontal-lines-only th {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
}
.l-ecp-view table.horizontal-lines-only th,
.l-ecp-view table.horizontal-lines-only td {
  border-bottom: 1px solid #c5c5c2;
}
@media (max-width: 767px) {
  .l-ecp-view .body {
    padding-left: 0;
    padding-top: 20px;
  }
}
.contact-page .contact-page-inner {
  min-width: 390px;
}
.contact-page .contact-page-title {
  background-color: #ce6517;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 100%;
  padding: 20px;
  margin: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.contact-page .contact-page-body {
  padding: 20px;
}
.contact-page .contact-page-body h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 250%;
  font-weight: bold;
}
.contact-page .contact-page-body a {
  color: #333333;
}
.contact-page .footer {
  background: #bcbbb3 !important;
  padding: 15px 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin-left: -20px;
  margin-right: -20px;
}
.contact-page .footer p {
  color: #333;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contact-page .contact-page-inner {
    min-width: 0;
  }
}
.l-choral-club-two-image-section .left-col,
.l-choral-club-two-image-section .right-col {
  padding-left: 15px;
  padding-right: 15px;
}
.l-choral-club-two-image-section .left-col-inner {
  background-color: #bcbbb3;
  padding: 30px;
  max-height: 350px;
}
@media (max-width: 1100px) {
  .l-choral-club-two-image-section .left-col,
  .l-choral-club-two-image-section .right-col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .l-choral-club-two-image-section .left-col,
  .l-choral-club-two-image-section .right-col {
    padding-left: 0;
    padding-right: 0;
  }
  .l-choral-club-two-image-section .left-col {
    margin-bottom: 30px;
  }
}
.l-choral-club-blue-text .inner {
  background: #003470;
  padding: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 0;
  font-weight: 700;
}
.l-choral-club-acc .acc-title {
  background: #181c6e;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  line-height: 100%;
  cursor: pointer;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
}
.l-choral-club-acc .acc-title:after {
  content: '\f067';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 15px;
  right: 15px;
}
.l-choral-club-acc .acc-title.open:after {
  content: '\f068';
}
.l-choral-club-acc .acc-body {
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-choral-club-acc .acc-body h2,
.l-choral-club-acc .acc-body h3,
.l-choral-club-acc .acc-body h4,
.l-choral-club-acc .acc-body h5 {
  margin: 0 0 15px 0;
}
.l-choral-club-acc .acc-body.wysiwyg p {
  font-size: 16px;
  font-size: 1.6rem;
}
.l-choral-club-acc .acc-body.wysiwyg ul > li,
.l-choral-club-acc .acc-body.wysiwyg ol > li {
  margin-bottom: 0;
}
.l-choral-club-prod .cc-product {
  background: #bcbbb3;
}
.l-choral-club-prod .cc-product-inner {
  padding: 60px;
}
.l-choral-club-prod .image,
.l-choral-club-prod .content,
.l-choral-club-prod .actions {
  padding-left: 15px;
  padding-right: 15px;
}
.l-choral-club-prod h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #333333;
  text-transform: uppercase;
  line-height: 120%;
  font-weight: 700;
}
.l-choral-club-prod .content-content,
.l-choral-club-prod .content-content p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 0;
}
.l-choral-club-prod .content-content ul,
.l-choral-club-prod .content-content ul > li {
  margin-bottom: 0;
}
.l-choral-club-prod .price {
  font-size: 30px;
  font-size: 3rem;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .l-choral-club-prod .cc-product-inner {
    padding: 30px;
  }
}
@media (max-width: 850px) {
  .l-choral-club-prod .content {
    width: 40%;
  }
  .l-choral-club-prod .actions {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .l-choral-club-prod .cc-product-inner {
    padding: 15px;
  }
  .l-choral-club-prod .image,
  .l-choral-club-prod .content,
  .l-choral-club-prod .actions {
    width: 100%;
  }
  .l-choral-club-prod .image {
    padding-bottom: 10px;
  }
  .l-choral-club-prod .price {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .l-choral-club-prod .button {
    width: 100%;
  }
}
/********************************************************************************************************************/
/*********************************************Category Page**********************************************************/
/********************************************************************************************************************/
.toolbar .sorter {
  float: none;
}
.page-main .toolbar .limiter {
  display: block;
  float: none;
}
.toolbar .modes {
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
}
.toolbar .toolbar-amount {
  float: none;
}
@media (max-width: 1024px) {
  .catalogsearch-result-index .page-main .page-title-wrapper {
    max-width: 720px;
    margin: auto;
  }
}
.catalog-category-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
  max-width: 1090px;
  margin: 10px auto 10px;
}
.catalog-category-view .breadcrumbs .items,
.catalogsearch-result-index .breadcrumbs .items {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
}
.catalog-category-view .breadcrumbs .item:last-of-type,
.catalogsearch-result-index .breadcrumbs .item:last-of-type {
  color: #181c6e;
  font-weight: 700;
}
.catalog-category-view .breadcrumbs strong,
.catalogsearch-result-index .breadcrumbs strong {
  font-weight: 700;
}
.catalog-category-view .breadcrumbs a,
.catalogsearch-result-index .breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .catalog-category-view .breadcrumbs,
  .catalogsearch-result-index .breadcrumbs {
    max-width: 760px;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .breadcrumbs,
  .catalogsearch-result-index .breadcrumbs {
    margin-left: 0;
  }
  .catalog-category-view .breadcrumbs .items,
  .catalogsearch-result-index .breadcrumbs .items {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
body .page-main .toolbar-bottom .toolbar {
  padding: 0;
}
.catalog-category-view .catalog-topnav.amasty-catalog-topnav,
.catalogsearch-result-index .catalog-topnav.amasty-catalog-topnav {
  display: none;
}
.catalog-category-view .custom-products-grid > .item,
.catalogsearch-result-index .custom-products-grid > .item {
  padding: 0 10px 10px 10px;
  margin-bottom: 20px;
}
.catalog-category-view .product-item-photo,
.catalogsearch-result-index .product-item-photo {
  height: auto;
  line-height: 0;
}
.catalog-category-view .product-image-photo,
.catalogsearch-result-index .product-image-photo {
  width: 100%;
  position: static;
  height: auto;
}
.catalog-category-view .product-image-wrapper,
.catalogsearch-result-index .product-image-wrapper {
  padding-bottom: 0 !important;
  overflow: visible;
  height: auto;
}
.catalog-category-view .product-name,
.catalogsearch-result-index .product-name {
  display: block;
  margin: 10px 0 3px;
}
.catalog-category-view .product-details div,
.catalogsearch-result-index .product-details div {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 1.2;
}
.catalog-category-view .product-name a,
.catalogsearch-result-index .product-name a {
  color: #181c6e;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 120%;
}
.catalog-category-view .product-name a i,
.catalogsearch-result-index .product-name a i {
  font-style: italic;
}
.catalog-category-view .ribbon,
.catalogsearch-result-index .ribbon {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  line-height: 7px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 3px 0;
  width: 300px;
  height: 12px;
  position: absolute;
  top: auto;
  left: auto;
  z-index: 1;
  -webkit-box-shadow: #ebebeb 0 0 3px 0;
  box-shadow: #ebebeb 0 0 3px 0;
}
.catalog-category-view .ribbons .ribbon:nth-of-type(1),
.catalogsearch-result-index .ribbons .ribbon:nth-of-type(1) {
  right: -119px;
  bottom: 25px;
}
.catalog-category-view .ribbons .ribbon:nth-of-type(2),
.catalogsearch-result-index .ribbons .ribbon:nth-of-type(2) {
  right: -107px;
  bottom: 34px;
}
@media (max-width: 767px) {
  .catalog-category-view .custom-products-grid .product-item,
  .catalogsearch-result-index .custom-products-grid .product-item {
    width: 33.33%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .catalog-category-view .product-item-info,
  .catalogsearch-result-index .product-item-info {
    margin-left: auto;
    margin-right: auto;
  }
  .catalog-category-view .custom-products-grid .product-item,
  .catalogsearch-result-index .custom-products-grid .product-item {
    width: 100%;
  }
  .catalog-category-view .product-image-photo,
  .catalogsearch-result-index .product-image-photo {
    height: auto;
  }
}
.catalog-category-view .sidebar .page-title-wrapper,
.catalogsearch-result-index .sidebar .page-title-wrapper {
  height: 60px;
  background-color: #ce6517;
  padding: 15px;
}
.catalog-category-view .sidebar #page-title-heading,
.catalogsearch-result-index .sidebar #page-title-heading {
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.catalog-category-view .sidebar .block.filter .filter-title,
.catalogsearch-result-index .sidebar .block.filter .filter-title {
  display: none;
}
.catalog-category-view .sidebar .block-subtitle,
.catalogsearch-result-index .sidebar .block-subtitle {
  display: none;
}
.catalog-category-view .sidebar .filter-options-container,
.catalogsearch-result-index .sidebar .filter-options-container {
  border-bottom: 1px solid #c5c5c2;
}
.catalog-category-view .sidebar .filter-options .filter-options-container .filter-options-title,
.catalogsearch-result-index .sidebar .filter-options .filter-options-container .filter-options-title {
  color: #181c6e;
  text-transform: uppercase;
  margin-top: 18px;
  padding-bottom: 7px;
  position: relative;
  cursor: pointer;
}
.catalog-category-view .sidebar .filter-options .filter-options-container .filter-options-title:after,
.catalogsearch-result-index .sidebar .filter-options .filter-options-container .filter-options-title:after {
  content: '\f067';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 1px;
}
.catalog-category-view .sidebar .filter-options .filter-options-container.open .filter-options-title:after,
.catalogsearch-result-index .sidebar .filter-options .filter-options-container.open .filter-options-title:after {
  content: '\f068';
}
.catalog-category-view .sidebar .filter-options .count,
.catalogsearch-result-index .sidebar .filter-options .count {
  color: #333333;
}
.catalog-category-view .sidebar .filter-options .filter-options-content,
.catalogsearch-result-index .sidebar .filter-options .filter-options-content {
  margin: 22px 0 5px;
  display: none;
}
.catalog-category-view .sidebar .filter-options-content .items a,
.catalogsearch-result-index .sidebar .filter-options-content .items a {
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial,Helvetica,sans-serif;
  padding-left: 25px;
  font-weight: 400;
  display: inline-block;
}
.catalog-category-view .sidebar .filter-options .filter-options-content .item,
.catalogsearch-result-index .sidebar .filter-options .filter-options-content .item {
  margin-bottom: 3px;
  padding-bottom: 6px;
  position: relative;
}
.catalog-category-view .sidebar .filter-options .filter-options-content .item input[type="checkbox"],
.catalogsearch-result-index .sidebar .filter-options .filter-options-content .item input[type="checkbox"] {
  position: absolute;
  display: none;
}
.catalog-category-view .sidebar .filter-options-content .items.-am-singleselect .item > input[type='radio'],
.catalogsearch-result-index .sidebar .filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-category-view .sidebar .filter-options-content .items a:before,
.catalogsearch-result-index .sidebar .filter-options-content .items a:before {
  display: none;
}
.catalog-category-view .sidebar .filter-options-content .items a:after,
.catalogsearch-result-index .sidebar .filter-options-content .items a:after {
  content: "\f00c";
  font-family: 'Font Awesome 6 Pro';
  color: #ce6517 !important;
  position: absolute;
  left: 2px;
  top: 1px;
  font-weight: 700;
  font-size: 13px;
  display: none;
}
.catalog-category-view .sidebar .filter-options-content .items a.am_shopby_link_selected:after,
.catalogsearch-result-index .sidebar .filter-options-content .items a.am_shopby_link_selected:after {
  display: block;
}
.catalogsearch-result-index .page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.catalogsearch-result-index .sidebar .block.filter .filter-title {
  height: 60px;
  background-color: #ce6517;
  padding: 15px;
  display: block;
}
.catalogsearch-result-index .sidebar .block.filter .filter-title strong {
  display: block;
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
.catalog-category-view .products.wrapper.list.products-list .product-item,
.catalogsearch-result-index .products.wrapper.list.products-list .product-item {
  border-bottom: 1px solid #c5c5c2;
  padding-bottom: 25px;
  margin-top: 15px;
}
.catalog-category-view .products.wrapper.list.products-list .product-image-container,
.catalogsearch-result-index .products.wrapper.list.products-list .product-image-container {
  max-width: 150px;
}
.catalog-category-view .products.wrapper.list.products-list .product-image-wrapper .product-image-photo,
.catalogsearch-result-index .products.wrapper.list.products-list .product-image-wrapper .product-image-photo {
  max-height: 200px;
}
.catalog-category-view .products.wrapper.list.products-list .product.name a,
.catalogsearch-result-index .products.wrapper.list.products-list .product.name a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
}
.catalog-category-view .products.wrapper.list.products-list .product-name,
.catalogsearch-result-index .products.wrapper.list.products-list .product-name {
  margin: 3px 0 5px;
}
.catalog-category-view .products.wrapper.list.products-list .product-details > div,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details > div {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  margin-bottom: 15px;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description {
  margin-top: 0;
  position: relative;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description ul,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description ul,
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description ol,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description ol,
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description ul li,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description ul li,
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description ol li,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description ol li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description .product-item-description-inner,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description .product-item-description-inner {
  font-size: 14px;
  font-size: 1.4rem;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description:not(.open).has-see-more .product-item-description-inner,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description:not(.open).has-see-more .product-item-description-inner {
  max-height: 95px !important;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description:not(.open).has-see-more .product-item-description-inner:before,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description:not(.open).has-see-more .product-item-description-inner:before {
  content: '';
  background-color: #e7e7de;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.product-item-description.open .product-item-description-inner,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.product-item-description.open .product-item-description-inner {
  padding-bottom: 40px;
}
.catalog-category-view .products.wrapper.list.products-list .product-details div.see-btn,
.catalogsearch-result-index .products.wrapper.list.products-list .product-details div.see-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #181c6e;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
@media (max-width: 643px) {
  .catalog-category-view .products.wrapper.list.products-list .product-item,
  .catalogsearch-result-index .products.wrapper.list.products-list .product-item {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0;
  }
  .catalog-category-view .products.wrapper.list.products-list .product-item-info,
  .catalogsearch-result-index .products.wrapper.list.products-list .product-item-info {
    display: block;
    width: 100%;
  }
  .catalog-category-view .products.wrapper.list.products-list .product-details,
  .catalogsearch-result-index .products.wrapper.list.products-list .product-details {
    display: block;
    padding: 30px 0 50px;
  }
  .catalog-category-view .products.wrapper.list.products-list .product-item-photo,
  .catalogsearch-result-index .products.wrapper.list.products-list .product-item-photo {
    width: 100%;
    display: block;
    text-align: center;
  }
}
/********************************************************************************************************************/
/**************************************Category Page (Media Queries)*************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/*********************************************Product Page***********************************************************/
/********************************************************************************************************************/
.catalog-product-view .column.main .product.media {
  order: 0;
  width: 25%;
  padding-right: 15px;
}
.catalog-product-view .column.main .product-info-main {
  order: 1;
  width: 75%;
  padding-left: 15px;
}
.catalog-product-view .column.main .product-instrumentation {
  order: 2;
  width: 100%;
}
.catalog-product-view .column.main .product-videos {
  order: 3;
  width: 100%;
}
.catalog-product-view .column.main .product-clipart {
  order: 4;
  width: 100%;
}
.catalog-product-view .column.main .block.related {
  order: 5;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-product-view .column.main .product.media {
    width: 100%;
    padding-right: 0;
  }
  .catalog-product-view .column.main .product-info-main {
    width: 100%;
    padding-left: 0;
  }
}
.catalog-product-view .breadcrumbs {
  max-width: 1090px;
  margin: 25px auto 40px;
}
.catalog-product-view .breadcrumbs .items {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
}
.catalog-product-view .breadcrumbs .item:last-of-type {
  color: #181c6e;
  font-weight: 700;
}
.catalog-product-view .breadcrumbs strong {
  font-weight: 700;
}
.catalog-product-view .breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
@media (max-width: 767px) {
  .catalog-product-view .breadcrumbs {
    margin-left: 0;
  }
  .catalog-product-view .breadcrumbs .items {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.catalog-product-view .product.media .fotorama__wrap--css3 .fotorama__stage {
  height: auto !important;
}
.catalog-product-view .product.media .fotorama__stage__frame.fotorama__active {
  position: static;
}
.catalog-product-view .product.media .fotorama__stage__frame .fotorama__img {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog-product-view .product.media .fotorama__stage__frame .fotorama__img {
    width: auto;
    max-height: 600px;
  }
  .catalog-product-view .product.media .fotorama-item:not(.fotorama--fullscreen) .fotorama__stage {
    max-height: 100%;
  }
}
.catalog-product-view .product-info-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-product-view .product-info-main .product-info-main-right {
  padding-bottom: 40px;
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 135%;
}
.catalog-product-view .product-info-main .content-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 133%;
}
.catalog-product-view .product-info-main .content-created-by {
  margin-bottom: 20px;
}
.catalog-product-view .product-info-main .content-created-by,
.catalog-product-view .product-info-main .content-voicing,
.catalog-product-view .product-info-main .content-promotional-package,
.catalog-product-view .product-info-main .content-difficulty,
.catalog-product-view .product-info-main .content-duration,
.catalog-product-view .product-info-main .content-release-date {
  font-size: 16px;
  font-size: 1.6rem;
}
.catalog-product-view .product-info-main .content-additionals > div > div {
  padding-right: 5px;
}
.catalog-product-view .product-info-main .product-item-description {
  margin-top: 28px;
  position: relative;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
.catalog-product-view .product-info-main .product-item-description ul,
.catalog-product-view .product-info-main .product-item-description ol,
.catalog-product-view .product-info-main .product-item-description ul li,
.catalog-product-view .product-info-main .product-item-description ol li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-product-view .product-info-main .product-item-description i {
  font-style: italic;
  display: inline;
}
.catalog-product-view .product-info-main .product-item-description blockquote {
  font-style: none;
  margin: 0;
}
.catalog-product-view .product-info-main .product-item-description .product-item-description-inner {
  font-size: 14px;
  font-size: 1.4rem;
}
.catalog-product-view .product-info-main .product-item-description:not(.open).has-see-more .product-item-description-inner {
  max-height: 95px !important;
}
.catalog-product-view .product-info-main .product-item-description:not(.open).has-see-more .product-item-description-inner:before {
  content: '';
  background-color: #e7e7de;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.catalog-product-view .product-info-main .product-item-description.open .product-item-description-inner {
  padding-bottom: 40px;
}
.catalog-product-view .product-info-main .product-item-description .see-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #181c6e;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
.catalog-product-view .product-info-main .product-info-price {
  width: 100%;
  padding-bottom: 50px;
}
.catalog-product-view .product-info-main .box-tocart .input-text.qty {
  width: 37px;
  height: 37px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main .product-item-description:not(.open).has-see-more .product-item-description-inner {
    max-height: 90px !important;
    height: 90px;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-main .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before {
    width: 100px;
  }
}
.catalog-product-view .table-wrapper-header {
  padding: 20px;
  background-color: #181c6e;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 120%;
  text-transform: uppercase;
}
.catalog-product-view .table-wrapper.grouped thead tr {
  background-color: #bcbbb3;
}
.catalog-product-view .table-wrapper.grouped thead th {
  line-height: unset;
  text-align: left;
  padding: 15px;
  width: auto;
}
.catalog-product-view .table-wrapper.grouped td.qty input {
  text-align: center;
  width: 35px;
  height: 22px;
  margin: 0;
  text-indent: 0;
  padding: 0;
}
.catalog-product-view .table-wrapper.grouped tbody tr {
  border-bottom: 1px solid #c5c5c2;
}
.catalog-product-view .table-wrapper.grouped td {
  word-break: keep-all;
  line-height: unset;
  text-align: left;
  padding: 3px 15px 3px;
  width: auto;
  vertical-align: middle;
}
.catalog-product-view .table-wrapper.grouped .item-format i {
  color: #181c6e;
}
.catalog-product-view .table-wrapper.grouped .price-box {
  margin-top: 0;
}
.catalog-product-view .table-wrapper.grouped .price-box .price-wrapper .price {
  font-weight: 400;
}
.catalog-product-view .product-info-main .box-tocart {
  margin: 0 0 0 auto;
}
.catalog-product-view .product-info-main .box-tocart .actions {
  padding-top: 0;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart {
  background: #58b94a;
  border: none;
  padding: 10px 15px;
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 120%;
  text-transform: none;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart:before {
  content: '\f07a';
  font-family: 'Font Awesome 6 Pro';
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-main .product-add-form {
    width: 100%;
  }
  .catalog-product-view .table-wrapper.grouped .control.qty,
  .catalog-product-view .table-wrapper.grouped .price-box {
    display: inline-block;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    text-align: right;
  }
  .catalog-product-view .product-info-main .box-tocart .action.tocart {
    width: auto;
  }
}
.catalog-product-view .product-instrumentation,
.catalog-product-view .product-videos,
.catalog-product-view .product-clipart {
  padding-bottom: 30px;
}
.catalog-product-view .product-instrumentation h2.title,
.catalog-product-view .product-videos h2.title,
.catalog-product-view .product-clipart h2.title {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 120%;
  padding: 15px;
  text-transform: uppercase;
  border-bottom: none;
  background: #bcbbb3;
  color: #181c6e;
  margin: 0 0 20px;
}
.catalog-product-view .product-instrumentation .content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.catalog-product-view .product-videos .video-container {
  padding: 0 20px;
  margin-bottom: 15px;
  min-height: 210px;
}
.catalog-product-view .product-videos .video-box iframe {
  vertical-align: bottom;
}
.catalog-product-view .product-videos .video-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
  margin-top: 15px;
}
.catalog-product-view .product-clipart .sample {
  padding: 15px;
}
.catalog-product-view .product-clipart .sample-image {
  height: auto;
  margin-bottom: 20px;
}
.catalog-product-view .product-clipart .sample-name {
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
  color: #333333;
  font-weight: 700;
  text-decoration: underline;
}
.catalog-product-view .product-sample-audio .product-sample-audio-container {
  margin: 10px 0 0 0;
  padding: 15px;
  background: #FFF;
  max-height: 500px;
  overflow-y: auto;
}
.catalog-product-view .product-sample-audio .product-sample-audio-container .sample-name {
  color: #333333;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
  display: block;
  line-height: 170%;
  cursor: pointer;
}
.catalog-product-view .product-sample-audio .product-sample-audio-container .sample-name i {
  color: #181c6e;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
}
.catalog-product-view .product-sample-audio .product-sample-audio-player {
  padding: 0 15px 15px;
  background-color: #FFF;
}
.catalog-product-view .product-sample-audio .detailSocialMedia {
  margin: 45px 0 0 0;
}
.catalog-product-view .product-sample-audio .detailSocialMedia a {
  color: #fff;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  float: left;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.catalog-product-view .product-sample-audio .detailSocialMedia .fa-pinterest-p {
  background-color: #cb1f27;
}
.catalog-product-view .product-sample-audio .detailSocialMedia .fa-facebook-f {
  background-color: #3b5997;
}
.catalog-product-view .product-sample-audio .detailSocialMedia .fa-x-twitter {
  background-color: #55abed;
}
@media (max-width: 767px) {
  .catalog-product-view .product-sample-audio .detailSocialMedia {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin: 30px 0;
  }
}
.catalog-product-view .block.related .products-grid .product-item {
  padding: 0 20px;
  width: 16.66%;
  margin: 0;
}
.catalog-product-view .block.related .products {
  margin: 0;
}
.catalog-product-view .block.related .block-title {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 120%;
  padding: 15px;
  text-transform: uppercase;
  border-bottom: none;
  background: #bcbbb3;
  color: #181c6e;
  margin: 0 0 20px;
}
.catalog-product-view .block.related .block-title strong {
  font-size: 20px;
  font-size: 2rem;
}
.catalog-product-view .block.related .product-image-photo {
  position: static;
  width: 100%;
  height: auto;
}
.catalog-product-view .block.related .product-image-wrapper {
  overflow: visible;
  padding: 0 !important;
  height: auto;
}
.catalog-product-view .block.related .product-item-info {
  text-align: center;
  width: auto;
}
.catalog-product-view .block.related .product.name a,
.catalog-product-view .block.related .product-item-name > a {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #181c6e;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
@media (max-width: 1024px) {
  .catalog-product-view .block.related .products-grid .product-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .block.related .products-grid .product-item {
    width: 50%;
  }
}
/********************************************************************************************************************/
/**************************************Product Page (Media Queries)**************************************************/
/********************************************************************************************************************/
@media (max-width: 767px) {
  .fotorama-item:not(.fotorama--fullscreen) .fotorama__stage {
    max-height: 210px;
  }
}
/********************************************************************************************************************/
/*************************************************Cart Page**********************************************************/
/********************************************************************************************************************/
.checkout-cart-index .cart-summary > .checkout.methods {
  width: 100%;
  order: 0;
}
.checkout-cart-index .cart-summary > .summary {
  width: 100%;
  order: 1;
}
.checkout-cart-index .cart-summary > .block.shipping {
  width: 100%;
  order: 2;
}
.checkout-cart-index .cart-summary > .cart-totals {
  width: 100%;
  order: 3;
}
.checkout-cart-index .cart-summary > .block.discount {
  width: 100%;
  order: 4;
}
.checkout-cart-index .cart-summary > .cart-promo {
  width: 100%;
  order: 5;
}
body[class*="checkout-"] .page-title-wrapper,
body[class*="checkout-"] .page-title-wrapper h1 {
  color: #181c6e;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
body.checkout-cart-index .cart-summary .cart-totals,
body.checkout-cart-index .cart.item td.col.price span.price,
body.checkout-cart-index .cart.item td.col.subtotal span.price,
body.checkout-cart-index .cart-summary .action.primary.checkout,
body.checkout-cart-index .cart-summary .amshopby-button.checkout,
body.checkout-cart-index .cart-summary .am-filter-go.checkout {
  display: none;
}
body.checkout-cart-index .cart-summary .loading-mask,
body.checkout-cart-index .cart-summary .loading-mask .loader {
  opacity: 1 !important;
  background: #ffffff !important;
}
body.checkout-cart-index .cart.table-wrapper .product-item-photo {
  width: 20%;
  float: left;
  position: static;
  padding: 0;
}
body.checkout-cart-index .cart.table-wrapper .product-item-details {
  float: left;
  padding-left: 10px;
  width: 80%;
}
body.checkout-cart-index .cart.table-wrapper .item .col.item {
  padding: 10px;
  overflow: hidden;
}
body.checkout-cart-index .cart-summary .action.primary,
body.checkout-cart-index .cart-summary .amshopby-button,
body.checkout-cart-index .cart-summary .am-filter-go {
  background-color: #181c6e;
  border: 1px solid #181c6e;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-cart-index .cart-container .cart-summary > .title {
  font-weight: 700;
  font-size: 16px;
  padding-left: 4px;
}
body.checkout-cart-index .column.main .cart-summary .block > .title strong,
body.checkout-cart-index .column.main .paypal-review-discount .block > .title strong {
  font-weight: 700;
  font-size: 16px;
}
body.checkout-cart-index .cart-container .table-wrapper {
  background-color: #FFF;
  padding: 0 10px;
}
body.checkout-cart-index .cart-container .cart.table-wrapper .items > .item:last-of-type {
  border-bottom: none;
}
body.checkout-cart-index .cart-container .cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
  height: 24px;
  width: 30px;
  text-align: center;
  padding: 0;
}
body.checkout-cart-index .cart-container .price-including-tax .price,
body.checkout-cart-index .price-excluding-tax .price {
  font-weight: 400;
  font-size: 14px;
}
body.checkout-cart-index .cart-container .product-item-name > a,
body.checkout-cart-index .product.name a > a {
  font-size: 16px;
}
/********************************************************************************************************************/
/******************************************Cart Page (Media Queries)*************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/*********************************************Checkout Page**********************************************************/
/********************************************************************************************************************/
body.cart-contains-only-subscription-items .table-checkout-shipping-method tr.row-error {
  display: none;
}
body.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 100%;
}
body.checkout-index-index .table-checkout-shipping-method .message.error {
  color: black;
  background-color: white;
  font-weight: bold;
}
body.checkout-index-index .action-show-popup {
  display: block;
}
body.checkout-index-index .checkout-billing-address {
  padding-top: 20px;
}
body.checkout-index-index .checkout-billing-address:before {
  content: 'Billing Address';
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
  padding-bottom: 15px;
}
body.checkout-index-index .swap-origin-wrapper {
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
body.checkout-index-index .checkout-shipping-method .actions-toolbar .action.primary,
body.checkout-index-index .checkout-shipping-method .actions-toolbar .amshopby-button,
body.checkout-index-index .checkout-shipping-method .actions-toolbar .am-filter-go {
  background-color: #181c6e;
  border: 1px solid #181c6e;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
body.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
body.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #FFF;
}
body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
}
body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty:before {
  content: '(';
}
body.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty:after {
  content: ')';
}
body.checkout-index-index .opc-progress-bar-item:before,
body.checkout-index-index .opc-progress-bar-item > span:before,
body.checkout-index-index .opc-progress-bar-item > span:after {
  background: #cfcfcf;
}
body.checkout-index-index .opc-progress-bar-item > span {
  color: #333333;
}
body.checkout-index-index .opc-progress-bar-item._active:before,
body.checkout-index-index .opc-progress-bar-item._active > span:before,
body.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #ce6517;
}
body.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #ce6517;
}
body.checkout-index-index .opc-progress-bar-item._active > span {
  color: #333;
}
body.checkout-index-index .opc-progress-bar-item._active > span:after {
  background: #FFF;
}
body.checkout-index-index .opc-block-shipping-information {
  padding: 0;
}
body.checkout-index-index .opc-block-shipping-information .shipping-information {
  padding: 20px 30px;
  background: #f5f5f5;
}
body.checkout-index-index .opc-wrapper .edit-address-link {
  margin: 26px 15px 0 0;
}
body.checkout-index-index .opc-wrapper .action-select-shipping-item {
  padding: 7px 10px;
  float: none;
  background-color: #181c6e;
  border: none;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-index-index .action-show-popup {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.checkout-index-index .order-attributes .order-attributes-form.fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
body.checkout-index-index .order-attributes .order-attributes-form.fieldset > .field:not(.choice) > .control {
  width: 100%;
}
body.checkout-index-index .minicart-items .product > .product-image-container,
body.checkout-index-index .minicart-items .product > .product-image-container img {
  height: auto;
  width: auto;
}
body.checkout-index-index .checkout-payment-method .credit-card-types img {
  -webkit-filter: none;
}
body.checkout-index-index .opc-wrapper .form-discount .actions-toolbar > .primary .action-apply {
  background-color: #181c6e;
  border: 1px solid #181c6e;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  padding: 7px 15px;
}
body.checkout-index-index .modal-popup .modal-footer .action-save-address {
  background-color: #181c6e;
  border: 1px solid #181c6e;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  padding: 7px 15px;
}
body.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 15px;
  background: none;
  color: #181c6e;
  border: none;
}
body.checkout-onepage-success .page-main > .page-title-wrapper .page-title + .action {
  float: none;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 16px;
  text-transform: none;
  color: #ce6517;
  font-weight: 400;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
}
body.checkout-onepage-success .actions-toolbar .primary a.action.continue {
  background-color: #181c6e;
  border: 1px solid #181c6e;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  padding: 7px 15px;
}
/********************************************************************************************************************/
/**************************************Checkout Page (Media Queries)*************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/*********************************************Account Pages**********************************************************/
/********************************************************************************************************************/
body[class*="customer-account-"] .account-nav .item.current a,
body.account .account-nav .item.current a {
  border-color: #ce6517;
}
body[class*="customer-account-"] .page-title-wrapper,
body.account .page-title-wrapper,
body[class*="customer-account-"] .page-title-wrapper h1,
body.account .page-title-wrapper h1 {
  color: #181c6e;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
body.account.sales-order-view .order-status,
body.account.sales-order-print .order-status,
body.account.sales-order-view .order-date,
body.account.sales-order-print .order-date,
body.account.sales-order-view .order-actions-toolbar .action,
body.account.sales-order-print .order-actions-toolbar .action {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
}
body.account.sales-order-view .order-actions-toolbar .action,
body.account.sales-order-print .order-actions-toolbar .action {
  color: #ce6517;
}
body.account.sales-order-view .order-actions-toolbar .action:hover,
body.account.sales-order-print .order-actions-toolbar .action:hover,
body.account.sales-order-view .order-actions-toolbar .action:focus,
body.account.sales-order-print .order-actions-toolbar .action:focus {
  color: #7e8083;
}
@media print {
  body.account.sales-order-view .page-title-wrapper,
  body.account.sales-order-print .page-title-wrapper,
  body.account.sales-order-view .page-title-wrapper h1,
  body.account.sales-order-print .page-title-wrapper h1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body.customer-account-login .login-container .action.primary,
body.customer-account-forgotpassword .form.password.forget .action.primary,
body.customer-account-createpassword .form.password.reset .action.primary,
body.account .page-main .action.primary,
body.customer-account-login .login-container .amshopby-button,
body.customer-account-forgotpassword .form.password.forget .amshopby-button,
body.customer-account-createpassword .form.password.reset .amshopby-button,
body.account .page-main .amshopby-button,
body.customer-account-login .login-container .am-filter-go,
body.customer-account-forgotpassword .form.password.forget .am-filter-go,
body.customer-account-createpassword .form.password.reset .am-filter-go,
body.account .page-main .am-filter-go {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
/*Account Create*/
.form-create-account .field-account_type {
  display: none;
}
.form-create-account .field-lillenas_account_type_personal,
.form-create-account .field-account_type_organization {
  display: none;
}
.customer-account-create .page-main #group-fields-customer-attributes {
  width: 100%;
  display: block !important;
}
body.customer-account-login .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
}
body.customer-account-login .login-container .fieldset > .field > .control {
  width: 100%;
}
body.customer-account-login .column form .actions-toolbar {
  margin-left: 0;
}
body.customer-account-login .login-container .fieldset:after {
  margin-left: 0;
}
body.customer-account-login .actions-toolbar .secondary a.action {
  text-decoration: underline;
}
body.customer-account-forgotpassword .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
}
body.customer-account-forgotpassword .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
body.customer-account-forgotpassword .column form .actions-toolbar {
  margin-left: 0;
}
body.customer-account-forgotpassword .actions-toolbar .secondary a.action {
  text-decoration: underline;
}
body.newsletter-manage-index .fieldset .legend,
body.newsletter-manage-index .column form .actions-toolbar {
  margin-left: 0;
}
body.newsletter-manage-index .fieldset > .field.choice:before {
  display: none;
}
body.sales-order-view .return-status,
body.sales-order-print .return-status,
body.sales-order-view .order-status,
body.sales-order-print .order-status {
  display: block;
}
@media (max-width: 767px) {
  body.account.page-layout-2columns-left .columns .column.main {
    margin-bottom: 50px;
  }
}
body.account .column.main .toolbar .limiter-options {
  height: 24px;
  padding-left: 0;
}
body.account .column.main .block.block-dashboard-info .block-content .box.box-information {
  width: 100%;
}
body.customer-account-create .column form .actions-toolbar {
  margin-left: 0;
}
body.customer-account-create .account-create-wrapper .fieldset > .field:not(.choice) > .label {
  width: 100%;
  text-align: left;
}
body.customer-account-create .account-create-wrapper .fieldset > .field > .control {
  width: 100%;
}
body.customer-account-create .account-create-wrapper .fieldset > .field {
  margin-bottom: 10px;
}
body.customer-account-create .account-create-wrapper .fieldset {
  margin-bottom: 20px;
}
body.customer-account-create .account-create-wrapper .fieldset .legend,
body.customer-account-create .account-create-wrapper .column form .actions-toolbar {
  margin-left: 0;
}
body.customer-account-create .account-create-wrapper .fieldset > .field.choice:before {
  display: none;
}
body.customer-account-create .account-create-wrapper .account-type-select {
  margin-bottom: 40px;
}
body.customer-account-create .account-create-wrapper .account-type-select .label {
  font-size: 20px;
  margin-bottom: 10px;
}
body.customer-account-create .account-create-wrapper .account-type-select .button {
  background-color: #CCC;
}
body.customer-account-create .account-create-wrapper .account-type-select .button.active {
  background-color: #ce6517;
}
body.customer-account-create .account-create-wrapper .fieldset > .field > .control .nested .amorderattr_img_checkbox {
  display: block !important;
}
body.customer-account-create .account-create-wrapper .fieldset > .field > .control .nested .amorderattr_img_checkbox input[type="checkbox"] {
  margin: 2px 15px 0 0;
}
body.customer-account-create .account-create-wrapper .field.street .field .label[for="street_1"] {
  display: block;
  border: none;
  clip: unset;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: static;
  width: auto;
  font-weight: 700;
}
body.customer-account-create .account-create-wrapper .field.street .field .label[for="street_1"] > span:first-of-type {
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
body.customer-account-create .account-create-wrapper .field.street .field .label[for="street_1"] > span:last-of-type {
  float: left;
}
body.customer-account-create .account-create-wrapper .action.primary,
body.customer-account-create .account-create-wrapper .amshopby-button,
body.customer-account-create .account-create-wrapper .am-filter-go {
  background-color: #ce6517;
  border: 1px solid #ce6517;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
body.customer-account-create .account-create-wrapper .field-recaptcha {
  padding-top: 20px;
}
.modal-popup.popup-authentication.show-failed-login .block-authentication .block[class] + .block:before {
  display: none;
}
.block-authentication .failed-login-msg-warning-icon {
  position: absolute;
  left: -29px;
  top: -4px;
}
.block-authentication .failed-login-msg-warning-icon:before {
  content: '\e602';
  font-family: 'icons-blank-theme';
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
}
/********************************************************************************************************************/
/**************************************Account Pages (Media Queries)*************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/
/*************************************************JPlayer************************************************************/
/********************************************************************************************************************/
/*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 - 2014 Happyworm Ltd
 * Licensed under the MIT license.
 *  - http://www.opensource.org/licenses/mit-license.php
 *
 * Author: Silvia Benvenuti
 * Skin Version: 5.1 (jPlayer 2.8.0)
 * Date: 13th November 2014
 */
button.remove-btn-style,
.cart.table-wrapper .actions-toolbar > .action.remove-btn-style,
.action-gift.remove-btn-style {
  padding: 0;
}
button.remove-btn-style:hover,
.cart.table-wrapper .actions-toolbar > .action.remove-btn-style:hover,
.action-gift.remove-btn-style:hover {
  border: none;
}
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  outline: none;
}
.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner,
.jp-audio .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.jp-audio-stream .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.jp-video .cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.jp-audio .action-gift::-moz-focus-inner,
.jp-audio-stream .action-gift::-moz-focus-inner,
.jp-video .action-gift::-moz-focus-inner {
  border: 0;
}
.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  font-family: Verdana,Arial,sans-serif;
  line-height: 1.6;
  color: #666;
  border: none;
  background-color: #FFF;
}
.jp-audio {
  width: 100%;
  margin-top: 0;
}
.jp-audio-stream {
  width: 182px;
}
.jp-video-270p {
  width: 480px;
}
.jp-video-360p {
  width: 640px;
}
.jp-video-full {
  width: 480px;
  height: 270px;
  position: static !important;
  position: relative;
}
.jp-video-full div div {
  z-index: 1000;
}
.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  overflow: hidden;
}
.jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  bottom: 0;
  left: 0;
}
.jp-interface {
  position: relative;
  background-color: #f7f8f9;
  width: 100%;
}
.jp-audio .jp-interface {
  height: 100px;
}
.jp-audio-stream .jp-interface {
  height: 80px;
}
.jp-controls-holder {
  clear: both;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  width: 100%;
}
.jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.jp-audio .jp-controls {
  width: 105px;
  padding: 0;
}
.jp-audio-stream .jp-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 142px;
}
.jp-video .jp-type-single .jp-controls {
  width: 78px;
  margin-left: 200px;
}
.jp-video .jp-controls {
  float: left;
}
.jp-controls button,
.jp-controls .cart.table-wrapper .actions-toolbar > .action,
.jp-controls .action-gift {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.jp-play {
  width: 40px;
  height: 40px;
}
.jp-play {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
.jp-play:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
.jp-play:hover {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
.jp-state-playing .jp-play {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
}
.jp-state-playing .jp-play:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
}
.jp-state-playing .jp-play:hover {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
}
.jp-stop,
.jp-previous,
.jp-next {
  width: 31px;
  height: 31px;
  margin-top: 6px;
}
.jp-stop {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
  margin-left: 10px;
}
.jp-stop:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
.jp-stop:hover {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
.jp-previous {
  margin-right: 1px;
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
}
.jp-previous:focus {
  margin-right: 1px;
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
}
.jp-previous:hover {
  margin-right: 1px;
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
}
.jp-next {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
}
.jp-next:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
}
.jp-next:hover {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
}
.jp-progress {
  overflow: hidden;
  background-color: #b1b3b5;
}
.jp-audio .jp-progress {
  position: absolute;
  top: 32px;
  height: 15px;
  border: none;
}
.jp-audio .jp-type-single .jp-progress {
  margin-top: 70px;
  width: 90%;
  top: 0;
  left: 5%;
  height: 7px;
}
.jp-audio .jp-type-playlist .jp-progress {
  left: 10px;
  width: calc(100% - 20px);
  top: 65px;
  height: 8px;
}
.jp-audio .jp-type-playlist .jp-time-holder {
  left: 10px;
  top: 75px;
}
.jp-video .jp-progress {
  top: 0;
  left: 0;
  margin-top: 16px;
  width: 50%;
  height: 7px;
}
.jp-seek-bar {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -246px repeat-x;
  width: 0;
  height: 8px;
  cursor: pointer;
}
.jp-play-bar {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -218px repeat-x;
  width: 0;
  height: 7px;
}
.jp-seeking-bg {
  width: 100% !important;
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.seeking.gif");
}
.jp-state-no-volume .jp-volume-controls {
  display: none;
}
.jp-volume-controls {
  position: absolute;
  top: 29px;
  right: 30px;
  width: 90px;
  left: 110px;
}
.jp-video .jp-volume-controls {
  top: 32px;
}
.jp-volume-controls button,
.jp-volume-controls .cart.table-wrapper .actions-toolbar > .action,
.jp-volume-controls .action-gift {
  display: block;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.jp-mute,
.jp-volume-max {
  width: 10px;
  height: 8px;
}
.jp-volume-max {
  left: 74px;
}
.jp-mute {
  margin-left: 8px;
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
}
.jp-mute:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
}
.jp-mute:hover {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
}
.jp-volume-max {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
}
.jp-volume-max:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
}
.jp-volume-max:hover {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
}
.jp-volume-bar {
  position: absolute;
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -246px repeat-x;
  left: 22px;
  width: 46px;
  height: 7px;
  cursor: pointer;
  top: 0px;
}
.jp-volume-bar-value {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
  width: 0;
  height: 7px;
  position: relative;
}
.jp-volume-bar-value span {
  width: 14px;
  height: 14px;
  position: absolute;
  right: -7px;
  top: -4px;
  background: url("../../frontend/Perrill/Lillenas/en_US/images/volPoint.png") 0 0 no-repeat;
}
.jp-audio .jp-time-holder {
  position: absolute;
  top: 50px;
}
.jp-audio .jp-type-single .jp-time-holder {
  left: 10px;
  width: 176px;
  top: 76px;
}
.jp-current-time,
.jp-duration {
  width: auto;
  font-size: 9px;
  font-style: oblique;
  font-family: Arial,Helvetica,sans-serif;
}
.jp-current-time {
  float: left;
  font-weight: bold;
  color: #000;
  display: inline;
  cursor: default;
  width: auto;
  font-size: 9px;
  font-style: oblique;
}
.jp-current-time::after {
  content: "/";
  margin-left: 3px;
  margin-right: 3px;
}
.jp-duration {
  float: left;
  display: inline;
  text-align: right;
  cursor: pointer;
}
.jp-video .jp-duration {
  margin-right: 20px;
}
.jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default;
}
span.jp-artist {
  font-size: .8em;
  color: #666;
}
.jp-video-play {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}
.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px;
}
.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px;
}
.jp-video-full .jp-video-play {
  height: 100%;
}
.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
.jp-video-play-icon:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}
.jp-jplayer audio,
.jp-jplayer {
  width: 0;
  height: 0;
}
.jp-jplayer {
  background-color: #000;
}
.jp-toggles {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.jp-audio .jp-type-single .jp-toggles {
  width: 25px;
}
.jp-video .jp-toggles {
  position: absolute;
  right: 16px;
  margin: 0;
  margin-top: 10px;
  width: 100px;
}
.jp-toggles button,
.jp-toggles .cart.table-wrapper .actions-toolbar > .action,
.jp-toggles .action-gift {
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  border: none;
  cursor: pointer;
}
.jp-full-screen {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -310px no-repeat;
  margin-left: 20px;
}
.jp-full-screen:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -30px -310px no-repeat;
}
.jp-state-full-screen .jp-full-screen {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -60px -310px no-repeat;
}
.jp-state-full-screen .jp-full-screen:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -90px -310px no-repeat;
}
.jp-repeat {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -290px no-repeat;
}
.jp-repeat:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -30px -290px no-repeat;
}
.jp-state-looped .jp-repeat {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -60px -290px no-repeat;
}
.jp-state-looped .jp-repeat:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -90px -290px no-repeat;
}
.jp-shuffle {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") 0 -270px no-repeat;
  margin-left: 5px;
}
.jp-shuffle:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -30px -270px no-repeat;
}
.jp-state-shuffled .jp-shuffle {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -60px -270px no-repeat;
}
.jp-state-shuffled .jp-shuffle:focus {
  background: url("../../frontend/Perrill/Lillenas/en_US/images/jplayer.blue.monday.jpg") -90px -270px no-repeat;
}
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}
.jp-volume-bar-value,
.jp-progress,
.jp-seek-bar,
.jp-volume-bar,
.jp-play-bar {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.jp-video .jp-progress {
  width: 100%;
  margin-top: 55px;
}
.jp-controls-holder {
  height: 200px;
}
.jp-volume-controls {
  right: auto;
}
.jp-video .jp-volume-controls {
  top: 110px;
}
.jp-controls-holder {
  height: auto;
}
#jpContainer .jp-controls-holder .jp-volume-controls {
  top: 52px !important;
}
@media (max-width: 1100px) {
  .jp-volume-controls {
    top: 52px;
    left: auto;
    right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jp-video .jp-progress {
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jp-video .jp-progress {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .jp-play {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 0 no-repeat;
  }
  .jp-play:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 0 no-repeat;
  }
  .jp-play:hover {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 0 no-repeat;
  }
  .jp-state-playing .jp-play {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
  }
  .jp-state-playing .jp-play:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
  }
  .jp-state-playing .jp-play:hover {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -1px -42px no-repeat;
  }
  .jp-stop {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -83px no-repeat;
  }
  .jp-stop:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
  }
  .jp-stop:hover {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -29px -83px no-repeat;
  }
  .jp-previous {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
  }
  .jp-previous:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
  }
  .jp-previous:hover {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -96px no-repeat;
  }
  .jp-next {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
  }
  .jp-next:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
  }
  .jp-next:hover {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -131px no-repeat;
  }
  .jp-seek-bar {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -246px repeat-x;
  }
  .jp-play-bar {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -218px repeat-x;
  }
  .jp-seeking-bg {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.seeking.gif");
  }
  .jp-mute {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
  }
  .jp-mute:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
  }
  .jp-mute:hover {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -174px no-repeat;
  }
  .jp-volume-max {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
  }
  .jp-volume-max:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
  }
  .jp-volume-max:hover {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -190px no-repeat;
  }
  .jp-volume-bar {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -246px repeat-x;
  }
  .jp-volume-bar-value {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -256px repeat-x;
  }
  .jp-volume-bar-value span {
    background: url("../../frontend/Perrill/Lillenas/default/images/volPoint.png") 0 0 no-repeat;
  }
  .jp-video-play-icon {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  }
  .jp-video-play-icon:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
  }
  .jp-full-screen {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -310px no-repeat;
  }
  .jp-full-screen:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -30px -310px no-repeat;
  }
  .jp-state-full-screen .jp-full-screen {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -60px -310px no-repeat;
  }
  .jp-state-full-screen .jp-full-screen:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -90px -310px no-repeat;
  }
  .jp-repeat {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -290px no-repeat;
  }
  .jp-repeat:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -30px -290px no-repeat;
  }
  .jp-state-looped .jp-repeat {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -60px -290px no-repeat;
  }
  .jp-state-looped .jp-repeat:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -90px -290px no-repeat;
  }
  .jp-shuffle {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") 0 -270px no-repeat;
  }
  .jp-shuffle:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -30px -270px no-repeat;
  }
  .jp-state-shuffled .jp-shuffle {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -60px -270px no-repeat;
  }
  .jp-state-shuffled .jp-shuffle:focus {
    background: url("../../frontend/Perrill/Lillenas/default/images/jplayer.blue.monday.jpg") -90px -270px no-repeat;
  }
}
.contentmanager-contenttype-standing_orders .curriculums.grouped-products,
.contentmanager-contenttype-standing_orders .expander {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.contentmanager-contenttype-standing_orders .expander {
  font-weight: bold;
}
.contentmanager-contenttype-standing_orders .sample {
  padding-bottom: 10px;
  text-align: center;
}
.contentmanager-contenttype-standing_orders .sample video {
  height: auto;
  max-height: 190px;
  margin-top: 10px;
}
.contentmanager-contenttype-standing_orders .complex-product-logo {
  margin-right: 15px;
}
.contentmanager-contenttype-standing_orders .curriculums.active-orders .outer-bar {
  background-color: #737373;
}
.contentmanager-contenttype-standing_orders .curriculums .outer-bar {
  background-color: #d7d7d7;
  margin-top: 7px;
  cursor: pointer;
}
.contentmanager-contenttype-standing_orders .curriculums .title-bar {
  font-weight: 700;
  font-style: italic;
  color: #434343;
  padding-top: 11px;
  padding-bottom: 11px;
}
.contentmanager-contenttype-standing_orders .curriculums.active-orders .title-bar {
  color: #ffffff;
}
.contentmanager-contenttype-standing_orders .curriculums .title-bar .title {
  padding-left: 20px;
}
.contentmanager-contenttype-standing_orders .curriculums .title-bar .fa {
  font-size: 30px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transforms 0.4s ease-in;
  -webkit-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
}
.contentmanager-contenttype-standing_orders .curriculums .title-bar .totals {
  margin-right: 50px;
}
.contentmanager-contenttype-standing_orders .curriculums.active-orders .title-bar .button {
  color: #ffffff;
  border-color: #ffffff;
  width: 80.47px;
}
.contentmanager-contenttype-standing_orders .curriculums.active-orders .title-bar .button:hover {
  color: #434343;
}
.contentmanager-contenttype-standing_orders .curriculums .title-bar .button {
  color: #434343;
  border-color: #434343;
}
.contentmanager-contenttype-standing_orders .curriculums .outer-bar.open .fa {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contentmanager-contenttype-standing_orders .curriculums .group-title {
  margin-left: auto;
  margin-right: 20px;
  font-weight: 700;
  color: #979797;
}
.contentmanager-contenttype-standing_orders .cat .outer-body {
  background-color: #ececec;
  display: none;
}
.contentmanager-contenttype-standing_orders .cat .outer-body .grouped-products {
  padding-bottom: 30px;
}
.contentmanager-contenttype-standing_orders .cat .outer-body .cur-cat-details {
  padding: 40px 0;
}
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .title {
  font-size: 35px;
}
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .subtitle {
  color: #737373;
}
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .description {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  color: #737373;
  padding-top: 10px;
}
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .learn-more span {
  display: inline-block;
  padding-right: 12px;
}
.contentmanager-contenttype-standing_orders .cat .cur-cat-details .mobile-arrow {
  position: relative;
  top: 7px;
  display: inline-block;
}
.contentmanager-contenttype-standing_orders .group-totals {
  margin-left: auto;
  margin-right: 20px;
  font-weight: 700;
  color: #979797;
}
.contentmanager-contenttype-standing_orders .group-add-to-cart {
  padding-top: 30px;
  padding-bottom: 50px;
}
.contentmanager-contenttype-standing_orders .order-totals {
  text-align: right;
  padding-bottom: 20px;
}
.contentmanager-contenttype-standing_orders .group-heading {
  text-align: left;
  padding: 15px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-title {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 15px;
  color: #979797;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid {
  margin: -9px;
  margin-bottom: 40px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item {
  padding: 9px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item.group-hide {
  display: none;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner {
  padding: 14px 9px 9px 20px;
  background-color: #ffffff;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .image {
  padding-right: 20px;
  margin: auto;
  display: block;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  background-color: #d7d7d7;
  transition: background-colors 0.8s ease-in;
  -webkit-transition: background-color 0.8s linear;
  -moz-transition: background-color 0.8s linear;
  -o-transition: background-color 0.8s linear;
  transition: background-color 0.8s linear;
  left: 0;
  top: 0;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item.active .inner:before {
  background-color: #4c374b;
  transition: background-colors 0.8s ease-in;
  -webkit-transition: background-color 0.8s linear;
  -moz-transition: background-color 0.8s linear;
  -o-transition: background-color 0.8s linear;
  transition: background-color 0.8s linear;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .product-name {
  font-weight: 600;
  color: #434343;
  font-size: 16px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .product-subtitle {
  font-size: 16px;
  color: #737373;
  padding-bottom: 20px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .product-subtitle.has-genus {
  padding-bottom: 0;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .genus {
  padding-bottom: 20px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .old-price .price-container .price {
  top: -15px;
  color: #979797;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .special-price .price-container .price {
  color: #979797;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item.active .inner .special-price .price-container .price {
  color: #434343;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item.active .inner .price-container.price-final_price .price {
  color: #434343;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .qty label {
  display: inline-block;
  font-size: 14px;
  color: #979797;
  padding-right: 3px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .qty input {
  height: 35px;
  width: 38px;
  font-weight: 600;
  display: inline-block;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .old-price .price-container .price {
  font-size: 13px;
  top: -11px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .special-price .price-container .price {
  font-size: 15px;
}
.contentmanager-contenttype-standing_orders .grouped-products .group-grid .item .inner .price-container.price-final_price .price {
  font-size: 15px;
}
.contentmanager-contenttype-standing_orders .group-heading .title-section,
.contentmanager-contenttype-standing_orders .contentmanager-contenttype-standing-orders .group-heading .title-section,
.contentmanager-contenttype-standing_orders .contentmanager-contenttype-standing_orders .group-heading .title-section {
  width: 55%;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .amwishlist-product-grid .product-item-tooltip.wrapper.tooltip {
    margin-left: 0;
  }
  .amscroll-backtotop-block.-mobile-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../../frontend/Perrill/Lillenas/en_US/Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-mobile-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-mobile-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-mobile-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-text:after {
    width: 24px;
    height: 24px;
    background: url('../../frontend/Perrill/Lillenas/en_US/Amasty_Scroll/images/chevron.svg');
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amwishlist-button:not(.-regular) {
    width: auto;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 36px;
    max-height: none;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-button.-empty {
    position: initial;
    flex-grow: 1;
    margin: 0 0 0 10px;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-image {
    float: none;
    width: 70px;
    height: 70px;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-name {
    display: flex;
    margin: 0 20px;
    max-height: 60px;
    width: 30%;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-qty-block {
    margin: 0 10px;
    width: 20%;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-sku {
    overflow: hidden;
    margin: 0 10px;
    width: 378px;
  }
  .amwishlist-search-block .amwishlist-items-block .amwishlist-price {
    flex-basis: auto;
    overflow: initial;
    margin: 0 10px;
    width: 25%;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900); }

.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before {
  content: var(--fa); }

.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after {
  content: var(--fa--fa); }

.fa-classic.fa-duotone {
  font-family: 'Font Awesome 6 Duotone'; }

.fass,
.fa-sharp {
  font-weight: 900; }

.fad,
.fa-duotone {
  font-weight: 900; }

.fasds,
.fa-sharp-duotone {
  font-weight: 900; }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: 'Font Awesome 6 Pro'; }

.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: 'Font Awesome 6 Duotone'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: 'Font Awesome 6 Sharp'; }

.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: 'Font Awesome 6 Sharp Duotone'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0 {
  --fa: "\30";
  --fa--fa: "\30\30"; }

.fa-1 {
  --fa: "\31";
  --fa--fa: "\31\31"; }

.fa-2 {
  --fa: "\32";
  --fa--fa: "\32\32"; }

.fa-3 {
  --fa: "\33";
  --fa--fa: "\33\33"; }

.fa-4 {
  --fa: "\34";
  --fa--fa: "\34\34"; }

.fa-5 {
  --fa: "\35";
  --fa--fa: "\35\35"; }

.fa-6 {
  --fa: "\36";
  --fa--fa: "\36\36"; }

.fa-7 {
  --fa: "\37";
  --fa--fa: "\37\37"; }

.fa-8 {
  --fa: "\38";
  --fa--fa: "\38\38"; }

.fa-9 {
  --fa: "\39";
  --fa--fa: "\39\39"; }

.fa-fill-drip {
  --fa: "\f576";
  --fa--fa: "\f576\f576"; }

.fa-arrows-to-circle {
  --fa: "\e4bd";
  --fa--fa: "\e4bd\e4bd"; }

.fa-circle-chevron-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138"; }

.fa-chevron-circle-right {
  --fa: "\f138";
  --fa--fa: "\f138\f138"; }

.fa-wagon-covered {
  --fa: "\f8ee";
  --fa--fa: "\f8ee\f8ee"; }

.fa-line-height {
  --fa: "\f871";
  --fa--fa: "\f871\f871"; }

.fa-bagel {
  --fa: "\e3d7";
  --fa--fa: "\e3d7\e3d7"; }

.fa-transporter-7 {
  --fa: "\e2a8";
  --fa--fa: "\e2a8\e2a8"; }

.fa-at {
  --fa: "\40";
  --fa--fa: "\40\40"; }

.fa-rectangles-mixed {
  --fa: "\e323";
  --fa--fa: "\e323\e323"; }

.fa-phone-arrow-up-right {
  --fa: "\e224";
  --fa--fa: "\e224\e224"; }

.fa-phone-arrow-up {
  --fa: "\e224";
  --fa--fa: "\e224\e224"; }

.fa-phone-outgoing {
  --fa: "\e224";
  --fa--fa: "\e224\e224"; }

.fa-trash-can {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed"; }

.fa-trash-alt {
  --fa: "\f2ed";
  --fa--fa: "\f2ed\f2ed"; }

.fa-circle-l {
  --fa: "\e114";
  --fa--fa: "\e114\e114"; }

.fa-head-side-goggles {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea"; }

.fa-head-vr {
  --fa: "\f6ea";
  --fa--fa: "\f6ea\f6ea"; }

.fa-text-height {
  --fa: "\f034";
  --fa--fa: "\f034\f034"; }

.fa-user-xmark {
  --fa: "\f235";
  --fa--fa: "\f235\f235"; }

.fa-user-times {
  --fa: "\f235";
  --fa--fa: "\f235\f235"; }

.fa-face-hand-yawn {
  --fa: "\e379";
  --fa--fa: "\e379\e379"; }

.fa-gauge-simple-min {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d"; }

.fa-tachometer-slowest {
  --fa: "\f62d";
  --fa--fa: "\f62d\f62d"; }

.fa-stethoscope {
  --fa: "\f0f1";
  --fa--fa: "\f0f1\f0f1"; }

.fa-coffin {
  --fa: "\f6c6";
  --fa--fa: "\f6c6\f6c6"; }

.fa-message {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a"; }

.fa-comment-alt {
  --fa: "\f27a";
  --fa--fa: "\f27a\f27a"; }

.fa-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e"; }

.fa-bowl-salad {
  --fa: "\f81e";
  --fa--fa: "\f81e\f81e"; }

.fa-info {
  --fa: "\f129";
  --fa--fa: "\f129\f129"; }

.fa-robot-astromech {
  --fa: "\e2d2";
  --fa--fa: "\e2d2\e2d2"; }

.fa-ring-diamond {
  --fa: "\e5ab";
  --fa--fa: "\e5ab\e5ab"; }

.fa-fondue-pot {
  --fa: "\e40d";
  --fa--fa: "\e40d\e40d"; }

.fa-theta {
  --fa: "\f69e";
  --fa--fa: "\f69e\f69e"; }

.fa-face-hand-peeking {
  --fa: "\e481";
  --fa--fa: "\e481\e481"; }

.fa-square-user {
  --fa: "\e283";
  --fa--fa: "\e283\e283"; }

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
  --fa--fa: "\f422\f422"; }

.fa-compress-alt {
  --fa: "\f422";
  --fa--fa: "\f422\f422"; }

.fa-explosion {
  --fa: "\e4e9";
  --fa--fa: "\e4e9\e4e9"; }

.fa-file-lines {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c"; }

.fa-file-alt {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c"; }

.fa-file-text {
  --fa: "\f15c";
  --fa--fa: "\f15c\f15c"; }

.fa-wave-square {
  --fa: "\f83e";
  --fa--fa: "\f83e\f83e"; }

.fa-ring {
  --fa: "\f70b";
  --fa--fa: "\f70b\f70b"; }

.fa-building-un {
  --fa: "\e4d9";
  --fa--fa: "\e4d9\e4d9"; }

.fa-dice-three {
  --fa: "\f527";
  --fa--fa: "\f527\f527"; }

.fa-tire-pressure-warning {
  --fa: "\f633";
  --fa--fa: "\f633\f633"; }

.fa-wifi-fair {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab"; }

.fa-wifi-2 {
  --fa: "\f6ab";
  --fa--fa: "\f6ab\f6ab"; }

.fa-calendar-days {
  --fa: "\f073";
  --fa--fa: "\f073\f073"; }

.fa-calendar-alt {
  --fa: "\f073";
  --fa--fa: "\f073\f073"; }

.fa-mp3-player {
  --fa: "\f8ce";
  --fa--fa: "\f8ce\f8ce"; }

.fa-anchor-circle-check {
  --fa: "\e4aa";
  --fa--fa: "\e4aa\e4aa"; }

.fa-tally-4 {
  --fa: "\e297";
  --fa--fa: "\e297\e297"; }

.fa-rectangle-history {
  --fa: "\e4a2";
  --fa--fa: "\e4a2\e4a2"; }

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
  --fa--fa: "\e4d1\e4d1"; }

.fa-volleyball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f"; }

.fa-volleyball-ball {
  --fa: "\f45f";
  --fa--fa: "\f45f\f45f"; }

.fa-sun-haze {
  --fa: "\f765";
  --fa--fa: "\f765\f765"; }

.fa-text-size {
  --fa: "\f894";
  --fa--fa: "\f894\f894"; }

.fa-ufo {
  --fa: "\e047";
  --fa--fa: "\e047\e047"; }

.fa-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3"; }

.fa-utensil-fork {
  --fa: "\f2e3";
  --fa--fa: "\f2e3\f2e3"; }

.fa-arrows-up-to-line {
  --fa: "\e4c2";
  --fa--fa: "\e4c2\e4c2"; }

.fa-mobile-signal {
  --fa: "\e1ef";
  --fa--fa: "\e1ef\e1ef"; }

.fa-barcode-scan {
  --fa: "\f465";
  --fa--fa: "\f465\f465"; }

.fa-sort-down {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd"; }

.fa-sort-desc {
  --fa: "\f0dd";
  --fa--fa: "\f0dd\f0dd"; }

.fa-folder-arrow-down {
  --fa: "\e053";
  --fa--fa: "\e053\e053"; }

.fa-folder-download {
  --fa: "\e053";
  --fa--fa: "\e053\e053"; }

.fa-circle-minus {
  --fa: "\f056";
  --fa--fa: "\f056\f056"; }

.fa-minus-circle {
  --fa: "\f056";
  --fa--fa: "\f056\f056"; }

.fa-face-icicles {
  --fa: "\e37c";
  --fa--fa: "\e37c\e37c"; }

.fa-shovel {
  --fa: "\f713";
  --fa--fa: "\f713\f713"; }

.fa-door-open {
  --fa: "\f52b";
  --fa--fa: "\f52b\f52b"; }

.fa-films {
  --fa: "\e17a";
  --fa--fa: "\e17a\e17a"; }

.fa-right-from-bracket {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5"; }

.fa-sign-out-alt {
  --fa: "\f2f5";
  --fa--fa: "\f2f5\f2f5"; }

.fa-face-glasses {
  --fa: "\e377";
  --fa--fa: "\e377\e377"; }

.fa-nfc {
  --fa: "\e1f7";
  --fa--fa: "\e1f7\e1f7"; }

.fa-atom {
  --fa: "\f5d2";
  --fa--fa: "\f5d2\f5d2"; }

.fa-soap {
  --fa: "\e06e";
  --fa--fa: "\e06e\e06e"; }

.fa-icons {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d"; }

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
  --fa--fa: "\f86d\f86d"; }

.fa-microphone-lines-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539"; }

.fa-microphone-alt-slash {
  --fa: "\f539";
  --fa--fa: "\f539\f539"; }

.fa-closed-captioning-slash {
  --fa: "\e135";
  --fa--fa: "\e135\e135"; }

.fa-calculator-simple {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c"; }

.fa-calculator-alt {
  --fa: "\f64c";
  --fa--fa: "\f64c\f64c"; }

.fa-bridge-circle-check {
  --fa: "\e4c9";
  --fa--fa: "\e4c9\e4c9"; }

.fa-sliders-up {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1"; }

.fa-sliders-v {
  --fa: "\f3f1";
  --fa--fa: "\f3f1\f3f1"; }

.fa-location-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609"; }

.fa-map-marker-minus {
  --fa: "\f609";
  --fa--fa: "\f609\f609"; }

.fa-pump-medical {
  --fa: "\e06a";
  --fa--fa: "\e06a\e06a"; }

.fa-fingerprint {
  --fa: "\f577";
  --fa--fa: "\f577\f577"; }

.fa-ski-boot {
  --fa: "\e3cc";
  --fa--fa: "\e3cc\e3cc"; }

.fa-standard-definition {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a"; }

.fa-rectangle-sd {
  --fa: "\e28a";
  --fa--fa: "\e28a\e28a"; }

.fa-h1 {
  --fa: "\f313";
  --fa--fa: "\f313\f313"; }

.fa-hand-point-right {
  --fa: "\f0a4";
  --fa--fa: "\f0a4\f0a4"; }

.fa-magnifying-glass-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689"; }

.fa-search-location {
  --fa: "\f689";
  --fa--fa: "\f689\f689"; }

.fa-message-bot {
  --fa: "\e3b8";
  --fa--fa: "\e3b8\e3b8"; }

.fa-forward-step {
  --fa: "\f051";
  --fa--fa: "\f051\f051"; }

.fa-step-forward {
  --fa: "\f051";
  --fa--fa: "\f051\f051"; }

.fa-face-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8"; }

.fa-smile-beam {
  --fa: "\f5b8";
  --fa--fa: "\f5b8\f5b8"; }

.fa-light-ceiling {
  --fa: "\e016";
  --fa--fa: "\e016\e016"; }

.fa-message-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5"; }

.fa-comment-alt-exclamation {
  --fa: "\f4a5";
  --fa--fa: "\f4a5\f4a5"; }

.fa-bowl-scoop {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de"; }

.fa-bowl-shaved-ice {
  --fa: "\e3de";
  --fa--fa: "\e3de\e3de"; }

.fa-square-x {
  --fa: "\e286";
  --fa--fa: "\e286\e286"; }

.fa-building-memo {
  --fa: "\e61e";
  --fa--fa: "\e61e\e61e"; }

.fa-utility-pole-double {
  --fa: "\e2c4";
  --fa--fa: "\e2c4\e2c4"; }

.fa-flag-checkered {
  --fa: "\f11e";
  --fa--fa: "\f11e\f11e"; }

.fa-chevrons-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325"; }

.fa-chevron-double-up {
  --fa: "\f325";
  --fa--fa: "\f325\f325"; }

.fa-football {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e"; }

.fa-football-ball {
  --fa: "\f44e";
  --fa--fa: "\f44e\f44e"; }

.fa-user-vneck {
  --fa: "\e461";
  --fa--fa: "\e461\e461"; }

.fa-school-circle-exclamation {
  --fa: "\e56c";
  --fa--fa: "\e56c\e56c"; }

.fa-crop {
  --fa: "\f125";
  --fa--fa: "\f125\f125"; }

.fa-angles-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103"; }

.fa-angle-double-down {
  --fa: "\f103";
  --fa--fa: "\f103\f103"; }

.fa-users-rectangle {
  --fa: "\e594";
  --fa--fa: "\e594\e594"; }

.fa-people-roof {
  --fa: "\e537";
  --fa--fa: "\e537\e537"; }

.fa-square-arrow-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b"; }

.fa-arrow-square-right {
  --fa: "\f33b";
  --fa--fa: "\f33b\f33b"; }

.fa-location-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a"; }

.fa-map-marker-plus {
  --fa: "\f60a";
  --fa--fa: "\f60a\f60a"; }

.fa-lightbulb-exclamation-on {
  --fa: "\e1ca";
  --fa--fa: "\e1ca\e1ca"; }

.fa-people-line {
  --fa: "\e534";
  --fa--fa: "\e534\e534"; }

.fa-beer-mug-empty {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc"; }

.fa-beer {
  --fa: "\f0fc";
  --fa--fa: "\f0fc\f0fc"; }

.fa-carpool {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c"; }

.fa-car-people {
  --fa: "\e69c";
  --fa--fa: "\e69c\e69c"; }

.fa-crate-empty {
  --fa: "\e151";
  --fa--fa: "\e151\e151"; }

.fa-diagram-predecessor {
  --fa: "\e477";
  --fa--fa: "\e477\e477"; }

.fa-transporter {
  --fa: "\e042";
  --fa--fa: "\e042\e042"; }

.fa-calendar-circle-user {
  --fa: "\e471";
  --fa--fa: "\e471\e471"; }

.fa-arrow-up-long {
  --fa: "\f176";
  --fa--fa: "\f176\f176"; }

.fa-long-arrow-up {
  --fa: "\f176";
  --fa--fa: "\f176\f176"; }

.fa-person-carry-box {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf"; }

.fa-person-carry {
  --fa: "\f4cf";
  --fa--fa: "\f4cf\f4cf"; }

.fa-fire-flame-simple {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a"; }

.fa-burn {
  --fa: "\f46a";
  --fa--fa: "\f46a\f46a"; }

.fa-person {
  --fa: "\f183";
  --fa--fa: "\f183\f183"; }

.fa-male {
  --fa: "\f183";
  --fa--fa: "\f183\f183"; }

.fa-laptop {
  --fa: "\f109";
  --fa--fa: "\f109\f109"; }

.fa-file-csv {
  --fa: "\f6dd";
  --fa--fa: "\f6dd\f6dd"; }

.fa-menorah {
  --fa: "\f676";
  --fa--fa: "\f676\f676"; }

.fa-union {
  --fa: "\f6a2";
  --fa--fa: "\f6a2\f6a2"; }

.fa-chevrons-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323"; }

.fa-chevron-double-left {
  --fa: "\f323";
  --fa--fa: "\f323\f323"; }

.fa-circle-heart {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7"; }

.fa-heart-circle {
  --fa: "\f4c7";
  --fa--fa: "\f4c7\f4c7"; }

.fa-truck-plane {
  --fa: "\e58f";
  --fa--fa: "\e58f\e58f"; }

.fa-record-vinyl {
  --fa: "\f8d9";
  --fa--fa: "\f8d9\f8d9"; }

.fa-bring-forward {
  --fa: "\f856";
  --fa--fa: "\f856\f856"; }

.fa-square-p {
  --fa: "\e279";
  --fa--fa: "\e279\e279"; }

.fa-face-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587"; }

.fa-grin-stars {
  --fa: "\f587";
  --fa--fa: "\f587\f587"; }

.fa-sigma {
  --fa: "\f68b";
  --fa--fa: "\f68b\f68b"; }

.fa-camera-movie {
  --fa: "\f8a9";
  --fa--fa: "\f8a9\f8a9"; }

.fa-bong {
  --fa: "\f55c";
  --fa--fa: "\f55c\f55c"; }

.fa-clarinet {
  --fa: "\f8ad";
  --fa--fa: "\f8ad\f8ad"; }

.fa-truck-flatbed {
  --fa: "\e2b6";
  --fa--fa: "\e2b6\e2b6"; }

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b"; }

.fa-pastafarianism {
  --fa: "\f67b";
  --fa--fa: "\f67b\f67b"; }

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
  --fa--fa: "\e4af\e4af"; }

.fa-arrows-rotate-reverse {
  --fa: "\e630";
  --fa--fa: "\e630\e630"; }

.fa-leaf-heart {
  --fa: "\f4cb";
  --fa--fa: "\f4cb\f4cb"; }

.fa-house-building {
  --fa: "\e1b1";
  --fa--fa: "\e1b1\e1b1"; }

.fa-cheese-swiss {
  --fa: "\f7f0";
  --fa--fa: "\f7f0\f7f0"; }

.fa-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5"; }

.fa-utensil-spoon {
  --fa: "\f2e5";
  --fa--fa: "\f2e5\f2e5"; }

.fa-jar-wheat {
  --fa: "\e517";
  --fa--fa: "\e517\e517"; }

.fa-envelopes-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674"; }

.fa-mail-bulk {
  --fa: "\f674";
  --fa--fa: "\f674\f674"; }

.fa-file-circle-exclamation {
  --fa: "\e4eb";
  --fa--fa: "\e4eb\e4eb"; }

.fa-bow-arrow {
  --fa: "\f6b9";
  --fa--fa: "\f6b9\f6b9"; }

.fa-cart-xmark {
  --fa: "\e0dd";
  --fa--fa: "\e0dd\e0dd"; }

.fa-hexagon-xmark {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee"; }

.fa-times-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee"; }

.fa-xmark-hexagon {
  --fa: "\f2ee";
  --fa--fa: "\f2ee\f2ee"; }

.fa-circle-h {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e"; }

.fa-hospital-symbol {
  --fa: "\f47e";
  --fa--fa: "\f47e\f47e"; }

.fa-merge {
  --fa: "\e526";
  --fa--fa: "\e526\e526"; }

.fa-pager {
  --fa: "\f815";
  --fa--fa: "\f815\f815"; }

.fa-cart-minus {
  --fa: "\e0db";
  --fa--fa: "\e0db\e0db"; }

.fa-address-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9"; }

.fa-contact-book {
  --fa: "\f2b9";
  --fa--fa: "\f2b9\f2b9"; }

.fa-pan-frying {
  --fa: "\e42c";
  --fa--fa: "\e42c\e42c"; }

.fa-grid {
  --fa: "\e195";
  --fa--fa: "\e195\e195"; }

.fa-grid-3 {
  --fa: "\e195";
  --fa--fa: "\e195\e195"; }

.fa-football-helmet {
  --fa: "\f44f";
  --fa--fa: "\f44f\f44f"; }

.fa-hand-love {
  --fa: "\e1a5";
  --fa--fa: "\e1a5\e1a5"; }

.fa-trees {
  --fa: "\f724";
  --fa--fa: "\f724\f724"; }

.fa-strikethrough {
  --fa: "\f0cc";
  --fa--fa: "\f0cc\f0cc"; }

.fa-page {
  --fa: "\e428";
  --fa--fa: "\e428\e428"; }

.fa-k {
  --fa: "\4b";
  --fa--fa: "\4b\4b"; }

.fa-diagram-previous {
  --fa: "\e478";
  --fa--fa: "\e478\e478"; }

.fa-gauge-min {
  --fa: "\f628";
  --fa--fa: "\f628\f628"; }

.fa-tachometer-alt-slowest {
  --fa: "\f628";
  --fa--fa: "\f628\f628"; }

.fa-folder-grid {
  --fa: "\e188";
  --fa--fa: "\e188\e188"; }

.fa-eggplant {
  --fa: "\e16c";
  --fa--fa: "\e16c\e16c"; }

.fa-excavator {
  --fa: "\e656";
  --fa--fa: "\e656\e656"; }

.fa-ram {
  --fa: "\f70a";
  --fa--fa: "\f70a\f70a"; }

.fa-landmark-flag {
  --fa: "\e51c";
  --fa--fa: "\e51c\e51c"; }

.fa-lips {
  --fa: "\f600";
  --fa--fa: "\f600\f600"; }

.fa-pencil {
  --fa: "\f303";
  --fa--fa: "\f303\f303"; }

.fa-pencil-alt {
  --fa: "\f303";
  --fa--fa: "\f303\f303"; }

.fa-backward {
  --fa: "\f04a";
  --fa--fa: "\f04a\f04a"; }

.fa-caret-right {
  --fa: "\f0da";
  --fa--fa: "\f0da\f0da"; }

.fa-comments {
  --fa: "\f086";
  --fa--fa: "\f086\f086"; }

.fa-paste {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea"; }

.fa-file-clipboard {
  --fa: "\f0ea";
  --fa--fa: "\f0ea\f0ea"; }

.fa-desktop-arrow-down {
  --fa: "\e155";
  --fa--fa: "\e155\e155"; }

.fa-code-pull-request {
  --fa: "\e13c";
  --fa--fa: "\e13c\e13c"; }

.fa-pumpkin {
  --fa: "\f707";
  --fa--fa: "\f707\f707"; }

.fa-clipboard-list {
  --fa: "\f46d";
  --fa--fa: "\f46d\f46d"; }

.fa-pen-field {
  --fa: "\e211";
  --fa--fa: "\e211\e211"; }

.fa-chart-sine {
  --fa: "\e69d";
  --fa--fa: "\e69d\e69d"; }

.fa-blueberries {
  --fa: "\e2e8";
  --fa--fa: "\e2e8\e2e8"; }

.fa-truck-ramp-box {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de"; }

.fa-truck-loading {
  --fa: "\f4de";
  --fa--fa: "\f4de\f4de"; }

.fa-note {
  --fa: "\e1ff";
  --fa--fa: "\e1ff\e1ff"; }

.fa-arrow-down-to-square {
  --fa: "\e096";
  --fa--fa: "\e096\e096"; }

.fa-user-check {
  --fa: "\f4fc";
  --fa--fa: "\f4fc\f4fc"; }

.fa-cloud-xmark {
  --fa: "\e35f";
  --fa--fa: "\e35f\e35f"; }

.fa-vial-virus {
  --fa: "\e597";
  --fa--fa: "\e597\e597"; }

.fa-book-blank {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9"; }

.fa-book-alt {
  --fa: "\f5d9";
  --fa--fa: "\f5d9\f5d9"; }

.fa-golf-flag-hole {
  --fa: "\e3ac";
  --fa--fa: "\e3ac\e3ac"; }

.fa-message-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db"; }

.fa-comment-alt-arrow-down {
  --fa: "\e1db";
  --fa--fa: "\e1db\e1db"; }

.fa-face-unamused {
  --fa: "\e39f";
  --fa--fa: "\e39f\e39f"; }

.fa-sheet-plastic {
  --fa: "\e571";
  --fa--fa: "\e571\e571"; }

.fa-circle-9 {
  --fa: "\e0f6";
  --fa--fa: "\e0f6\e0f6"; }

.fa-blog {
  --fa: "\f781";
  --fa--fa: "\f781\f781"; }

.fa-user-ninja {
  --fa: "\f504";
  --fa--fa: "\f504\f504"; }

.fa-pencil-slash {
  --fa: "\e215";
  --fa--fa: "\e215\e215"; }

.fa-bowling-pins {
  --fa: "\f437";
  --fa--fa: "\f437\f437"; }

.fa-person-arrow-up-from-line {
  --fa: "\e539";
  --fa--fa: "\e539\e539"; }

.fa-down-right {
  --fa: "\e16b";
  --fa--fa: "\e16b\e16b"; }

.fa-scroll-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0"; }

.fa-torah {
  --fa: "\f6a0";
  --fa--fa: "\f6a0\f6a0"; }

.fa-webhook {
  --fa: "\e5d5";
  --fa--fa: "\e5d5\e5d5"; }

.fa-blinds-open {
  --fa: "\f8fc";
  --fa--fa: "\f8fc\f8fc"; }

.fa-fence {
  --fa: "\e303";
  --fa--fa: "\e303\e303"; }

.fa-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357"; }

.fa-arrow-alt-up {
  --fa: "\f357";
  --fa--fa: "\f357\f357"; }

.fa-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458"; }

.fa-quidditch {
  --fa: "\f458";
  --fa--fa: "\f458\f458"; }

.fa-quidditch-broom-ball {
  --fa: "\f458";
  --fa--fa: "\f458\f458"; }

.fa-drumstick {
  --fa: "\f6d6";
  --fa--fa: "\f6d6\f6d6"; }

.fa-square-v {
  --fa: "\e284";
  --fa--fa: "\e284\e284"; }

.fa-face-awesome {
  --fa: "\e409";
  --fa--fa: "\e409\e409"; }

.fa-gave-dandy {
  --fa: "\e409";
  --fa--fa: "\e409\e409"; }

.fa-dial-off {
  --fa: "\e162";
  --fa--fa: "\e162\e162"; }

.fa-toggle-off {
  --fa: "\f204";
  --fa--fa: "\f204\f204"; }

.fa-face-smile-horns {
  --fa: "\e391";
  --fa--fa: "\e391\e391"; }

.fa-box-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187"; }

.fa-archive {
  --fa: "\f187";
  --fa--fa: "\f187\f187"; }

.fa-grapes {
  --fa: "\e306";
  --fa--fa: "\e306\e306"; }

.fa-person-drowning {
  --fa: "\e545";
  --fa--fa: "\e545\e545"; }

.fa-dial-max {
  --fa: "\e15e";
  --fa--fa: "\e15e\e15e"; }

.fa-circle-m {
  --fa: "\e115";
  --fa--fa: "\e115\e115"; }

.fa-calendar-image {
  --fa: "\e0d4";
  --fa--fa: "\e0d4\e0d4"; }

.fa-circle-caret-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d"; }

.fa-caret-circle-down {
  --fa: "\f32d";
  --fa--fa: "\f32d\f32d"; }

.fa-arrow-down-9-1 {
  --fa: "\f886";
  --fa--fa: "\f886\f886"; }

.fa-sort-numeric-desc {
  --fa: "\f886";
  --fa--fa: "\f886\f886"; }

.fa-sort-numeric-down-alt {
  --fa: "\f886";
  --fa--fa: "\f886\f886"; }

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a"; }

.fa-grin-tongue-squint {
  --fa: "\f58a";
  --fa--fa: "\f58a\f58a"; }

.fa-shish-kebab {
  --fa: "\f821";
  --fa--fa: "\f821\f821"; }

.fa-spray-can {
  --fa: "\f5bd";
  --fa--fa: "\f5bd\f5bd"; }

.fa-alarm-snooze {
  --fa: "\f845";
  --fa--fa: "\f845\f845"; }

.fa-scarecrow {
  --fa: "\f70d";
  --fa--fa: "\f70d\f70d"; }

.fa-truck-monster {
  --fa: "\f63b";
  --fa--fa: "\f63b\f63b"; }

.fa-gift-card {
  --fa: "\f663";
  --fa--fa: "\f663\f663"; }

.fa-w {
  --fa: "\57";
  --fa--fa: "\57\57"; }

.fa-code-pull-request-draft {
  --fa: "\e3fa";
  --fa--fa: "\e3fa\e3fa"; }

.fa-square-b {
  --fa: "\e264";
  --fa--fa: "\e264\e264"; }

.fa-elephant {
  --fa: "\f6da";
  --fa--fa: "\f6da\f6da"; }

.fa-earth-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c"; }

.fa-globe-africa {
  --fa: "\f57c";
  --fa--fa: "\f57c\f57c"; }

.fa-rainbow {
  --fa: "\f75b";
  --fa--fa: "\f75b\f75b"; }

.fa-circle-notch {
  --fa: "\f1ce";
  --fa--fa: "\f1ce\f1ce"; }

.fa-tablet-screen-button {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa"; }

.fa-tablet-alt {
  --fa: "\f3fa";
  --fa--fa: "\f3fa\f3fa"; }

.fa-paw {
  --fa: "\f1b0";
  --fa--fa: "\f1b0\f1b0"; }

.fa-message-question {
  --fa: "\e1e3";
  --fa--fa: "\e1e3\e1e3"; }

.fa-cloud {
  --fa: "\f0c2";
  --fa--fa: "\f0c2\f0c2"; }

.fa-trowel-bricks {
  --fa: "\e58a";
  --fa--fa: "\e58a\e58a"; }

.fa-square-3 {
  --fa: "\e258";
  --fa--fa: "\e258\e258"; }

.fa-face-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579"; }

.fa-flushed {
  --fa: "\f579";
  --fa--fa: "\f579\f579"; }

.fa-hospital-user {
  --fa: "\f80d";
  --fa--fa: "\f80d\f80d"; }

.fa-microwave {
  --fa: "\e01b";
  --fa--fa: "\e01b\e01b"; }

.fa-chf-sign {
  --fa: "\e602";
  --fa--fa: "\e602\e602"; }

.fa-tent-arrow-left-right {
  --fa: "\e57f";
  --fa--fa: "\e57f\e57f"; }

.fa-cart-circle-arrow-up {
  --fa: "\e3f0";
  --fa--fa: "\e3f0\e3f0"; }

.fa-trash-clock {
  --fa: "\e2b0";
  --fa--fa: "\e2b0\e2b0"; }

.fa-reflect-both {
  --fa: "\e66f";
  --fa--fa: "\e66f\e66f"; }

.fa-gavel {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3"; }

.fa-legal {
  --fa: "\f0e3";
  --fa--fa: "\f0e3\f0e3"; }

.fa-sprinkler-ceiling {
  --fa: "\e44c";
  --fa--fa: "\e44c\e44c"; }

.fa-browsers {
  --fa: "\e0cb";
  --fa--fa: "\e0cb\e0cb"; }

.fa-trillium {
  --fa: "\e588";
  --fa--fa: "\e588\e588"; }

.fa-table-cells-unlock {
  --fa: "\e692";
  --fa--fa: "\e692\e692"; }

.fa-music-slash {
  --fa: "\f8d1";
  --fa--fa: "\f8d1\f8d1"; }

.fa-truck-ramp {
  --fa: "\f4e0";
  --fa--fa: "\f4e0\f4e0"; }

.fa-binoculars {
  --fa: "\f1e5";
  --fa--fa: "\f1e5\f1e5"; }

.fa-microphone-slash {
  --fa: "\f131";
  --fa--fa: "\f131\f131"; }

.fa-box-tissue {
  --fa: "\e05b";
  --fa--fa: "\e05b\e05b"; }

.fa-circle-c {
  --fa: "\e101";
  --fa--fa: "\e101\e101"; }

.fa-star-christmas {
  --fa: "\f7d4";
  --fa--fa: "\f7d4\f7d4"; }

.fa-chart-bullet {
  --fa: "\e0e1";
  --fa--fa: "\e0e1\e0e1"; }

.fa-motorcycle {
  --fa: "\f21c";
  --fa--fa: "\f21c\f21c"; }

.fa-tree-christmas {
  --fa: "\f7db";
  --fa--fa: "\f7db\f7db"; }

.fa-tire-flat {
  --fa: "\f632";
  --fa--fa: "\f632\f632"; }

.fa-sunglasses {
  --fa: "\f892";
  --fa--fa: "\f892\f892"; }

.fa-badge {
  --fa: "\f335";
  --fa--fa: "\f335\f335"; }

.fa-message-pen {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4"; }

.fa-comment-alt-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4"; }

.fa-message-edit {
  --fa: "\f4a4";
  --fa--fa: "\f4a4\f4a4"; }

.fa-bell-concierge {
  --fa: "\f562";
  --fa--fa: "\f562\f562"; }

.fa-concierge-bell {
  --fa: "\f562";
  --fa--fa: "\f562\f562"; }

.fa-pen-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae"; }

.fa-pencil-ruler {
  --fa: "\f5ae";
  --fa--fa: "\f5ae\f5ae"; }

.fa-file-mp3 {
  --fa: "\e648";
  --fa--fa: "\e648\e648"; }

.fa-arrow-progress {
  --fa: "\e5df";
  --fa--fa: "\e5df\e5df"; }

.fa-chess-rook-piece {
  --fa: "\f448";
  --fa--fa: "\f448\f448"; }

.fa-chess-rook-alt {
  --fa: "\f448";
  --fa--fa: "\f448\f448"; }

.fa-square-root {
  --fa: "\f697";
  --fa--fa: "\f697\f697"; }

.fa-album-collection-circle-plus {
  --fa: "\e48e";
  --fa--fa: "\e48e\e48e"; }

.fa-people-arrows {
  --fa: "\e068";
  --fa--fa: "\e068\e068"; }

.fa-people-arrows-left-right {
  --fa: "\e068";
  --fa--fa: "\e068\e068"; }

.fa-sign-post {
  --fa: "\e624";
  --fa--fa: "\e624\e624"; }

.fa-face-angry-horns {
  --fa: "\e368";
  --fa--fa: "\e368\e368"; }

.fa-mars-and-venus-burst {
  --fa: "\e523";
  --fa--fa: "\e523\e523"; }

.fa-tombstone {
  --fa: "\f720";
  --fa--fa: "\f720\f720"; }

.fa-square-caret-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152"; }

.fa-caret-square-right {
  --fa: "\f152";
  --fa--fa: "\f152\f152"; }

.fa-scissors {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4"; }

.fa-cut {
  --fa: "\f0c4";
  --fa--fa: "\f0c4\f0c4"; }

.fa-list-music {
  --fa: "\f8c9";
  --fa--fa: "\f8c9\f8c9"; }

.fa-sun-plant-wilt {
  --fa: "\e57a";
  --fa--fa: "\e57a\e57a"; }

.fa-toilets-portable {
  --fa: "\e584";
  --fa--fa: "\e584\e584"; }

.fa-hockey-puck {
  --fa: "\f453";
  --fa--fa: "\f453\f453"; }

.fa-mustache {
  --fa: "\e5bc";
  --fa--fa: "\e5bc\e5bc"; }

.fa-hyphen {
  --fa: "\2d";
  --fa--fa: "\2d\2d"; }

.fa-table {
  --fa: "\f0ce";
  --fa--fa: "\f0ce\f0ce"; }

.fa-user-chef {
  --fa: "\e3d2";
  --fa--fa: "\e3d2\e3d2"; }

.fa-message-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0"; }

.fa-comment-alt-image {
  --fa: "\e1e0";
  --fa--fa: "\e1e0\e1e0"; }

.fa-users-medical {
  --fa: "\f830";
  --fa--fa: "\f830\f830"; }

.fa-sensor-triangle-exclamation {
  --fa: "\e029";
  --fa--fa: "\e029\e029"; }

.fa-sensor-alert {
  --fa: "\e029";
  --fa--fa: "\e029\e029"; }

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
  --fa--fa: "\e521\e521"; }

.fa-tachograph-digital {
  --fa: "\f566";
  --fa--fa: "\f566\f566"; }

.fa-digital-tachograph {
  --fa: "\f566";
  --fa--fa: "\f566\f566"; }

.fa-face-mask {
  --fa: "\e37f";
  --fa--fa: "\e37f\e37f"; }

.fa-pickleball {
  --fa: "\e435";
  --fa--fa: "\e435\e435"; }

.fa-star-sharp-half {
  --fa: "\e28c";
  --fa--fa: "\e28c\e28c"; }

.fa-users-slash {
  --fa: "\e073";
  --fa--fa: "\e073\e073"; }

.fa-clover {
  --fa: "\e139";
  --fa--fa: "\e139\e139"; }

.fa-meat {
  --fa: "\f814";
  --fa--fa: "\f814\f814"; }

.fa-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5"; }

.fa-mail-reply {
  --fa: "\f3e5";
  --fa--fa: "\f3e5\f3e5"; }

.fa-star-and-crescent {
  --fa: "\f699";
  --fa--fa: "\f699\f699"; }

.fa-empty-set {
  --fa: "\f656";
  --fa--fa: "\f656\f656"; }

.fa-house-fire {
  --fa: "\e50c";
  --fa--fa: "\e50c\e50c"; }

.fa-square-minus {
  --fa: "\f146";
  --fa--fa: "\f146\f146"; }

.fa-minus-square {
  --fa: "\f146";
  --fa--fa: "\f146\f146"; }

.fa-helicopter {
  --fa: "\f533";
  --fa--fa: "\f533\f533"; }

.fa-bird {
  --fa: "\e469";
  --fa--fa: "\e469\e469"; }

.fa-compass {
  --fa: "\f14e";
  --fa--fa: "\f14e\f14e"; }

.fa-square-caret-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150"; }

.fa-caret-square-down {
  --fa: "\f150";
  --fa--fa: "\f150\f150"; }

.fa-heart-half-stroke {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac"; }

.fa-heart-half-alt {
  --fa: "\e1ac";
  --fa--fa: "\e1ac\e1ac"; }

.fa-file-circle-question {
  --fa: "\e4ef";
  --fa--fa: "\e4ef\e4ef"; }

.fa-truck-utensils {
  --fa: "\e628";
  --fa--fa: "\e628\e628"; }

.fa-laptop-code {
  --fa: "\f5fc";
  --fa--fa: "\f5fc\f5fc"; }

.fa-joystick {
  --fa: "\f8c5";
  --fa--fa: "\f8c5\f8c5"; }

.fa-grill-fire {
  --fa: "\e5a4";
  --fa--fa: "\e5a4\e5a4"; }

.fa-rectangle-vertical-history {
  --fa: "\e237";
  --fa--fa: "\e237\e237"; }

.fa-swatchbook {
  --fa: "\f5c3";
  --fa--fa: "\f5c3\f5c3"; }

.fa-prescription-bottle {
  --fa: "\f485";
  --fa--fa: "\f485\f485"; }

.fa-bars {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9"; }

.fa-navicon {
  --fa: "\f0c9";
  --fa--fa: "\f0c9\f0c9"; }

.fa-keyboard-left {
  --fa: "\e1c3";
  --fa--fa: "\e1c3\e1c3"; }

.fa-people-group {
  --fa: "\e533";
  --fa--fa: "\e533\e533"; }

.fa-hourglass-end {
  --fa: "\f253";
  --fa--fa: "\f253\f253"; }

.fa-hourglass-3 {
  --fa: "\f253";
  --fa--fa: "\f253\f253"; }

.fa-heart-crack {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9"; }

.fa-heart-broken {
  --fa: "\f7a9";
  --fa--fa: "\f7a9\f7a9"; }

.fa-face-beam-hand-over-mouth {
  --fa: "\e47c";
  --fa--fa: "\e47c\e47c"; }

.fa-droplet-percent {
  --fa: "\f750";
  --fa--fa: "\f750\f750"; }

.fa-humidity {
  --fa: "\f750";
  --fa--fa: "\f750\f750"; }

.fa-square-up-right {
  --fa: "\f360";
  --fa--fa: "\f360\f360"; }

.fa-external-link-square-alt {
  --fa: "\f360";
  --fa--fa: "\f360\f360"; }

.fa-face-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597"; }

.fa-kiss-beam {
  --fa: "\f597";
  --fa--fa: "\f597\f597"; }

.fa-corn {
  --fa: "\f6c7";
  --fa--fa: "\f6c7\f6c7"; }

.fa-roller-coaster {
  --fa: "\e324";
  --fa--fa: "\e324\e324"; }

.fa-photo-film-music {
  --fa: "\e228";
  --fa--fa: "\e228\e228"; }

.fa-radar {
  --fa: "\e024";
  --fa--fa: "\e024\e024"; }

.fa-sickle {
  --fa: "\f822";
  --fa--fa: "\f822\f822"; }

.fa-film {
  --fa: "\f008";
  --fa--fa: "\f008\f008"; }

.fa-coconut {
  --fa: "\e2f6";
  --fa--fa: "\e2f6\e2f6"; }

.fa-ruler-horizontal {
  --fa: "\f547";
  --fa--fa: "\f547\f547"; }

.fa-shield-cross {
  --fa: "\f712";
  --fa--fa: "\f712\f712"; }

.fa-cassette-tape {
  --fa: "\f8ab";
  --fa--fa: "\f8ab\f8ab"; }

.fa-square-terminal {
  --fa: "\e32a";
  --fa--fa: "\e32a\e32a"; }

.fa-people-robbery {
  --fa: "\e536";
  --fa--fa: "\e536\e536"; }

.fa-lightbulb {
  --fa: "\f0eb";
  --fa--fa: "\f0eb\f0eb"; }

.fa-caret-left {
  --fa: "\f0d9";
  --fa--fa: "\f0d9\f0d9"; }

.fa-comment-middle {
  --fa: "\e149";
  --fa--fa: "\e149\e149"; }

.fa-trash-can-list {
  --fa: "\e2ab";
  --fa--fa: "\e2ab\e2ab"; }

.fa-block {
  --fa: "\e46a";
  --fa--fa: "\e46a\e46a"; }

.fa-circle-exclamation {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a"; }

.fa-exclamation-circle {
  --fa: "\f06a";
  --fa--fa: "\f06a\f06a"; }

.fa-school-circle-xmark {
  --fa: "\e56d";
  --fa--fa: "\e56d\e56d"; }

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b"; }

.fa-sign-out {
  --fa: "\f08b";
  --fa--fa: "\f08b\f08b"; }

.fa-face-frown-slight {
  --fa: "\e376";
  --fa--fa: "\e376\e376"; }

.fa-circle-chevron-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a"; }

.fa-chevron-circle-down {
  --fa: "\f13a";
  --fa--fa: "\f13a\f13a"; }

.fa-sidebar-flip {
  --fa: "\e24f";
  --fa--fa: "\e24f\e24f"; }

.fa-unlock-keyhole {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e"; }

.fa-unlock-alt {
  --fa: "\f13e";
  --fa--fa: "\f13e\f13e"; }

.fa-temperature-list {
  --fa: "\e299";
  --fa--fa: "\e299\e299"; }

.fa-cloud-showers-heavy {
  --fa: "\f740";
  --fa--fa: "\f740\f740"; }

.fa-headphones-simple {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f"; }

.fa-headphones-alt {
  --fa: "\f58f";
  --fa--fa: "\f58f\f58f"; }

.fa-sitemap {
  --fa: "\f0e8";
  --fa--fa: "\f0e8\f0e8"; }

.fa-pipe-section {
  --fa: "\e438";
  --fa--fa: "\e438\e438"; }

.fa-space-station-moon-construction {
  --fa: "\e034";
  --fa--fa: "\e034\e034"; }

.fa-space-station-moon-alt {
  --fa: "\e034";
  --fa--fa: "\e034\e034"; }

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9"; }

.fa-donate {
  --fa: "\f4b9";
  --fa--fa: "\f4b9\f4b9"; }

.fa-memory {
  --fa: "\f538";
  --fa--fa: "\f538\f538"; }

.fa-face-sleeping {
  --fa: "\e38d";
  --fa--fa: "\e38d\e38d"; }

.fa-road-spikes {
  --fa: "\e568";
  --fa--fa: "\e568\e568"; }

.fa-fire-burner {
  --fa: "\e4f1";
  --fa--fa: "\e4f1\e4f1"; }

.fa-squirrel {
  --fa: "\f71a";
  --fa--fa: "\f71a\f71a"; }

.fa-arrow-up-to-line {
  --fa: "\f341";
  --fa--fa: "\f341\f341"; }

.fa-arrow-to-top {
  --fa: "\f341";
  --fa--fa: "\f341\f341"; }

.fa-flag {
  --fa: "\f024";
  --fa--fa: "\f024\f024"; }

.fa-face-cowboy-hat {
  --fa: "\e36e";
  --fa--fa: "\e36e\e36e"; }

.fa-hanukiah {
  --fa: "\f6e6";
  --fa--fa: "\f6e6\f6e6"; }

.fa-chart-scatter-3d {
  --fa: "\e0e8";
  --fa--fa: "\e0e8\e0e8"; }

.fa-display-chart-up {
  --fa: "\e5e3";
  --fa--fa: "\e5e3\e5e3"; }

.fa-square-code {
  --fa: "\e267";
  --fa--fa: "\e267\e267"; }

.fa-feather {
  --fa: "\f52d";
  --fa--fa: "\f52d\f52d"; }

.fa-volume-low {
  --fa: "\f027";
  --fa--fa: "\f027\f027"; }

.fa-volume-down {
  --fa: "\f027";
  --fa--fa: "\f027\f027"; }

.fa-xmark-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771"; }

.fa-times-to-slot {
  --fa: "\f771";
  --fa--fa: "\f771\f771"; }

.fa-vote-nay {
  --fa: "\f771";
  --fa--fa: "\f771\f771"; }

.fa-box-taped {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a"; }

.fa-box-alt {
  --fa: "\f49a";
  --fa--fa: "\f49a\f49a"; }

.fa-comment-slash {
  --fa: "\f4b3";
  --fa--fa: "\f4b3\f4b3"; }

.fa-swords {
  --fa: "\f71d";
  --fa--fa: "\f71d\f71d"; }

.fa-cloud-sun-rain {
  --fa: "\f743";
  --fa--fa: "\f743\f743"; }

.fa-album {
  --fa: "\f89f";
  --fa--fa: "\f89f\f89f"; }

.fa-circle-n {
  --fa: "\e118";
  --fa--fa: "\e118\e118"; }

.fa-compress {
  --fa: "\f066";
  --fa--fa: "\f066\f066"; }

.fa-wheat-awn {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd"; }

.fa-wheat-alt {
  --fa: "\e2cd";
  --fa--fa: "\e2cd\e2cd"; }

.fa-ankh {
  --fa: "\f644";
  --fa--fa: "\f644\f644"; }

.fa-hands-holding-child {
  --fa: "\e4fa";
  --fa--fa: "\e4fa\e4fa"; }

.fa-asterisk {
  --fa: "\2a";
  --fa--fa: "\2a\2a"; }

.fa-key-skeleton-left-right {
  --fa: "\e3b4";
  --fa--fa: "\e3b4\e3b4"; }

.fa-comment-lines {
  --fa: "\f4b0";
  --fa--fa: "\f4b0\f4b0"; }

.fa-luchador-mask {
  --fa: "\f455";
  --fa--fa: "\f455\f455"; }

.fa-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455"; }

.fa-mask-luchador {
  --fa: "\f455";
  --fa--fa: "\f455\f455"; }

.fa-square-check {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a"; }

.fa-check-square {
  --fa: "\f14a";
  --fa--fa: "\f14a\f14a"; }

.fa-shredder {
  --fa: "\f68a";
  --fa--fa: "\f68a\f68a"; }

.fa-book-open-cover {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0"; }

.fa-book-open-alt {
  --fa: "\e0c0";
  --fa--fa: "\e0c0\e0c0"; }

.fa-sandwich {
  --fa: "\f81f";
  --fa--fa: "\f81f\f81f"; }

.fa-peseta-sign {
  --fa: "\e221";
  --fa--fa: "\e221\e221"; }

.fa-square-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617"; }

.fa-parking-slash {
  --fa: "\f617";
  --fa--fa: "\f617\f617"; }

.fa-train-tunnel {
  --fa: "\e454";
  --fa--fa: "\e454\e454"; }

.fa-heading {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc"; }

.fa-header {
  --fa: "\f1dc";
  --fa--fa: "\f1dc\f1dc"; }

.fa-ghost {
  --fa: "\f6e2";
  --fa--fa: "\f6e2\f6e2"; }

.fa-face-anguished {
  --fa: "\e369";
  --fa--fa: "\e369\e369"; }

.fa-hockey-sticks {
  --fa: "\f454";
  --fa--fa: "\f454\f454"; }

.fa-abacus {
  --fa: "\f640";
  --fa--fa: "\f640\f640"; }

.fa-film-simple {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0"; }

.fa-film-alt {
  --fa: "\f3a0";
  --fa--fa: "\f3a0\f3a0"; }

.fa-list {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a"; }

.fa-list-squares {
  --fa: "\f03a";
  --fa--fa: "\f03a\f03a"; }

.fa-tree-palm {
  --fa: "\f82b";
  --fa--fa: "\f82b\f82b"; }

.fa-square-phone-flip {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b"; }

.fa-phone-square-alt {
  --fa: "\f87b";
  --fa--fa: "\f87b\f87b"; }

.fa-user-beard-bolt {
  --fa: "\e689";
  --fa--fa: "\e689\e689"; }

.fa-cart-plus {
  --fa: "\f217";
  --fa--fa: "\f217\f217"; }

.fa-gamepad {
  --fa: "\f11b";
  --fa--fa: "\f11b\f11b"; }

.fa-border-center-v {
  --fa: "\f89d";
  --fa--fa: "\f89d\f89d"; }

.fa-circle-dot {
  --fa: "\f192";
  --fa--fa: "\f192\f192"; }

.fa-dot-circle {
  --fa: "\f192";
  --fa--fa: "\f192\f192"; }

.fa-clipboard-medical {
  --fa: "\e133";
  --fa--fa: "\e133\e133"; }

.fa-face-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567"; }

.fa-dizzy {
  --fa: "\f567";
  --fa--fa: "\f567\f567"; }

.fa-egg {
  --fa: "\f7fb";
  --fa--fa: "\f7fb\f7fb"; }

.fa-up-to-line {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d"; }

.fa-arrow-alt-to-top {
  --fa: "\f34d";
  --fa--fa: "\f34d\f34d"; }

.fa-house-medical-circle-xmark {
  --fa: "\e513";
  --fa--fa: "\e513\e513"; }

.fa-watch-fitness {
  --fa: "\f63e";
  --fa--fa: "\f63e\f63e"; }

.fa-clock-nine-thirty {
  --fa: "\e34d";
  --fa--fa: "\e34d\e34d"; }

.fa-campground {
  --fa: "\f6bb";
  --fa--fa: "\f6bb\f6bb"; }

.fa-folder-plus {
  --fa: "\f65e";
  --fa--fa: "\f65e\f65e"; }

.fa-jug {
  --fa: "\f8c6";
  --fa--fa: "\f8c6\f8c6"; }

.fa-futbol {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3"; }

.fa-futbol-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3"; }

.fa-soccer-ball {
  --fa: "\f1e3";
  --fa--fa: "\f1e3\f1e3"; }

.fa-snow-blowing {
  --fa: "\f761";
  --fa--fa: "\f761\f761"; }

.fa-paintbrush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc"; }

.fa-paint-brush {
  --fa: "\f1fc";
  --fa--fa: "\f1fc\f1fc"; }

.fa-lock {
  --fa: "\f023";
  --fa--fa: "\f023\f023"; }

.fa-arrow-down-from-line {
  --fa: "\f345";
  --fa--fa: "\f345\f345"; }

.fa-arrow-from-top {
  --fa: "\f345";
  --fa--fa: "\f345\f345"; }

.fa-gas-pump {
  --fa: "\f52f";
  --fa--fa: "\f52f\f52f"; }

.fa-signal-bars-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694"; }

.fa-signal-alt-slash {
  --fa: "\f694";
  --fa--fa: "\f694\f694"; }

.fa-monkey {
  --fa: "\f6fb";
  --fa--fa: "\f6fb\f6fb"; }

.fa-rectangle-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235"; }

.fa-pro {
  --fa: "\e235";
  --fa--fa: "\e235\e235"; }

.fa-house-night {
  --fa: "\e010";
  --fa--fa: "\e010\e010"; }

.fa-hot-tub-person {
  --fa: "\f593";
  --fa--fa: "\f593\f593"; }

.fa-hot-tub {
  --fa: "\f593";
  --fa--fa: "\f593\f593"; }

.fa-globe-pointer {
  --fa: "\e60e";
  --fa--fa: "\e60e\e60e"; }

.fa-blanket {
  --fa: "\f498";
  --fa--fa: "\f498\f498"; }

.fa-map-location {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f"; }

.fa-map-marked {
  --fa: "\f59f";
  --fa--fa: "\f59f\f59f"; }

.fa-house-flood-water {
  --fa: "\e50e";
  --fa--fa: "\e50e\e50e"; }

.fa-comments-question-check {
  --fa: "\e14f";
  --fa--fa: "\e14f\e14f"; }

.fa-tree {
  --fa: "\f1bb";
  --fa--fa: "\f1bb\f1bb"; }

.fa-arrows-cross {
  --fa: "\e0a2";
  --fa--fa: "\e0a2\e0a2"; }

.fa-backpack {
  --fa: "\f5d4";
  --fa--fa: "\f5d4\f5d4"; }

.fa-square-small {
  --fa: "\e27e";
  --fa--fa: "\e27e\e27e"; }

.fa-folder-arrow-up {
  --fa: "\e054";
  --fa--fa: "\e054\e054"; }

.fa-folder-upload {
  --fa: "\e054";
  --fa--fa: "\e054\e054"; }

.fa-bridge-lock {
  --fa: "\e4cc";
  --fa--fa: "\e4cc\e4cc"; }

.fa-crosshairs-simple {
  --fa: "\e59f";
  --fa--fa: "\e59f\e59f"; }

.fa-sack-dollar {
  --fa: "\f81d";
  --fa--fa: "\f81d\f81d"; }

.fa-pen-to-square {
  --fa: "\f044";
  --fa--fa: "\f044\f044"; }

.fa-edit {
  --fa: "\f044";
  --fa--fa: "\f044\f044"; }

.fa-square-sliders {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0"; }

.fa-sliders-h-square {
  --fa: "\f3f0";
  --fa--fa: "\f3f0\f3f0"; }

.fa-car-side {
  --fa: "\f5e4";
  --fa--fa: "\f5e4\f5e4"; }

.fa-message-middle-top {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2"; }

.fa-comment-middle-top-alt {
  --fa: "\e1e2";
  --fa--fa: "\e1e2\e1e2"; }

.fa-lightbulb-on {
  --fa: "\f672";
  --fa--fa: "\f672\f672"; }

.fa-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4"; }

.fa-utensil-knife {
  --fa: "\f2e4";
  --fa--fa: "\f2e4\f2e4"; }

.fa-share-nodes {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0"; }

.fa-share-alt {
  --fa: "\f1e0";
  --fa--fa: "\f1e0\f1e0"; }

.fa-display-chart-up-circle-dollar {
  --fa: "\e5e6";
  --fa--fa: "\e5e6\e5e6"; }

.fa-wave-sine {
  --fa: "\f899";
  --fa--fa: "\f899\f899"; }

.fa-heart-circle-minus {
  --fa: "\e4ff";
  --fa--fa: "\e4ff\e4ff"; }

.fa-circle-w {
  --fa: "\e12c";
  --fa--fa: "\e12c\e12c"; }

.fa-circle-calendar {
  --fa: "\e102";
  --fa--fa: "\e102\e102"; }

.fa-calendar-circle {
  --fa: "\e102";
  --fa--fa: "\e102\e102"; }

.fa-hourglass-half {
  --fa: "\f252";
  --fa--fa: "\f252\f252"; }

.fa-hourglass-2 {
  --fa: "\f252";
  --fa--fa: "\f252\f252"; }

.fa-microscope {
  --fa: "\f610";
  --fa--fa: "\f610\f610"; }

.fa-sunset {
  --fa: "\f767";
  --fa--fa: "\f767\f767"; }

.fa-sink {
  --fa: "\e06d";
  --fa--fa: "\e06d\e06d"; }

.fa-calendar-exclamation {
  --fa: "\f334";
  --fa--fa: "\f334\f334"; }

.fa-truck-container-empty {
  --fa: "\e2b5";
  --fa--fa: "\e2b5\e2b5"; }

.fa-hand-heart {
  --fa: "\f4bc";
  --fa--fa: "\f4bc\f4bc"; }

.fa-bag-shopping {
  --fa: "\f290";
  --fa--fa: "\f290\f290"; }

.fa-shopping-bag {
  --fa: "\f290";
  --fa--fa: "\f290\f290"; }

.fa-arrow-down-z-a {
  --fa: "\f881";
  --fa--fa: "\f881\f881"; }

.fa-sort-alpha-desc {
  --fa: "\f881";
  --fa--fa: "\f881\f881"; }

.fa-sort-alpha-down-alt {
  --fa: "\f881";
  --fa--fa: "\f881\f881"; }

.fa-mitten {
  --fa: "\f7b5";
  --fa--fa: "\f7b5\f7b5"; }

.fa-reply-clock {
  --fa: "\e239";
  --fa--fa: "\e239\e239"; }

.fa-reply-time {
  --fa: "\e239";
  --fa--fa: "\e239\e239"; }

.fa-person-rays {
  --fa: "\e54d";
  --fa--fa: "\e54d\e54d"; }

.fa-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356"; }

.fa-arrow-alt-right {
  --fa: "\f356";
  --fa--fa: "\f356\f356"; }

.fa-circle-f {
  --fa: "\e10e";
  --fa--fa: "\e10e\e10e"; }

.fa-users {
  --fa: "\f0c0";
  --fa--fa: "\f0c0\f0c0"; }

.fa-face-pleading {
  --fa: "\e386";
  --fa--fa: "\e386\e386"; }

.fa-eye-slash {
  --fa: "\f070";
  --fa--fa: "\f070\f070"; }

.fa-flask-vial {
  --fa: "\e4f3";
  --fa--fa: "\e4f3\e4f3"; }

.fa-police-box {
  --fa: "\e021";
  --fa--fa: "\e021\e021"; }

.fa-cucumber {
  --fa: "\e401";
  --fa--fa: "\e401\e401"; }

.fa-head-side-brain {
  --fa: "\f808";
  --fa--fa: "\f808\f808"; }

.fa-hand {
  --fa: "\f256";
  --fa--fa: "\f256\f256"; }

.fa-hand-paper {
  --fa: "\f256";
  --fa--fa: "\f256\f256"; }

.fa-person-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b"; }

.fa-biking-mountain {
  --fa: "\f84b";
  --fa--fa: "\f84b\f84b"; }

.fa-utensils-slash {
  --fa: "\e464";
  --fa--fa: "\e464\e464"; }

.fa-print-magnifying-glass {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a"; }

.fa-print-search {
  --fa: "\f81a";
  --fa--fa: "\f81a\f81a"; }

.fa-turn-right {
  --fa: "\e639";
  --fa--fa: "\e639\e639"; }

.fa-folder-bookmark {
  --fa: "\e186";
  --fa--fa: "\e186\e186"; }

.fa-arrow-turn-left-down {
  --fa: "\e633";
  --fa--fa: "\e633\e633"; }

.fa-om {
  --fa: "\f679";
  --fa--fa: "\f679\f679"; }

.fa-pi {
  --fa: "\f67e";
  --fa--fa: "\f67e\f67e"; }

.fa-flask-round-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1"; }

.fa-flask-potion {
  --fa: "\f6e1";
  --fa--fa: "\f6e1\f6e1"; }

.fa-face-shush {
  --fa: "\e38c";
  --fa--fa: "\e38c\e38c"; }

.fa-worm {
  --fa: "\e599";
  --fa--fa: "\e599\e599"; }

.fa-house-circle-xmark {
  --fa: "\e50b";
  --fa--fa: "\e50b\e50b"; }

.fa-plug {
  --fa: "\f1e6";
  --fa--fa: "\f1e6\f1e6"; }

.fa-calendar-circle-exclamation {
  --fa: "\e46e";
  --fa--fa: "\e46e\e46e"; }

.fa-square-i {
  --fa: "\e272";
  --fa--fa: "\e272\e272"; }

.fa-chevron-up {
  --fa: "\f077";
  --fa--fa: "\f077\f077"; }

.fa-face-saluting {
  --fa: "\e484";
  --fa--fa: "\e484\e484"; }

.fa-gauge-simple-low {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c"; }

.fa-tachometer-slow {
  --fa: "\f62c";
  --fa--fa: "\f62c\f62c"; }

.fa-face-persevering {
  --fa: "\e385";
  --fa--fa: "\e385\e385"; }

.fa-circle-camera {
  --fa: "\e103";
  --fa--fa: "\e103\e103"; }

.fa-camera-circle {
  --fa: "\e103";
  --fa--fa: "\e103\e103"; }

.fa-hand-spock {
  --fa: "\f259";
  --fa--fa: "\f259\f259"; }

.fa-spider-web {
  --fa: "\f719";
  --fa--fa: "\f719\f719"; }

.fa-circle-microphone {
  --fa: "\e116";
  --fa--fa: "\e116\e116"; }

.fa-microphone-circle {
  --fa: "\e116";
  --fa--fa: "\e116\e116"; }

.fa-book-arrow-up {
  --fa: "\e0ba";
  --fa--fa: "\e0ba\e0ba"; }

.fa-popsicle {
  --fa: "\e43e";
  --fa--fa: "\e43e\e43e"; }

.fa-command {
  --fa: "\e142";
  --fa--fa: "\e142\e142"; }

.fa-blinds {
  --fa: "\f8fb";
  --fa--fa: "\f8fb\f8fb"; }

.fa-stopwatch {
  --fa: "\f2f2";
  --fa--fa: "\f2f2\f2f2"; }

.fa-saxophone {
  --fa: "\f8dc";
  --fa--fa: "\f8dc\f8dc"; }

.fa-square-2 {
  --fa: "\e257";
  --fa--fa: "\e257\e257"; }

.fa-field-hockey-stick-ball {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c"; }

.fa-field-hockey {
  --fa: "\f44c";
  --fa--fa: "\f44c\f44c"; }

.fa-arrow-up-square-triangle {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b"; }

.fa-sort-shapes-up-alt {
  --fa: "\f88b";
  --fa--fa: "\f88b\f88b"; }

.fa-face-scream {
  --fa: "\e38b";
  --fa--fa: "\e38b\e38b"; }

.fa-square-m {
  --fa: "\e276";
  --fa--fa: "\e276\e276"; }

.fa-camera-web {
  --fa: "\f832";
  --fa--fa: "\f832\f832"; }

.fa-webcam {
  --fa: "\f832";
  --fa--fa: "\f832\f832"; }

.fa-comment-arrow-down {
  --fa: "\e143";
  --fa--fa: "\e143\e143"; }

.fa-lightbulb-cfl {
  --fa: "\e5a6";
  --fa--fa: "\e5a6\e5a6"; }

.fa-window-frame-open {
  --fa: "\e050";
  --fa--fa: "\e050\e050"; }

.fa-face-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596"; }

.fa-kiss {
  --fa: "\f596";
  --fa--fa: "\f596\f596"; }

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
  --fa--fa: "\e4cb\e4cb"; }

.fa-period {
  --fa: "\2e";
  --fa--fa: "\2e\2e"; }

.fa-face-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589"; }

.fa-grin-tongue {
  --fa: "\f589";
  --fa--fa: "\f589\f589"; }

.fa-up-to-dotted-line {
  --fa: "\e457";
  --fa--fa: "\e457\e457"; }

.fa-thought-bubble {
  --fa: "\e32e";
  --fa--fa: "\e32e\e32e"; }

.fa-skeleton-ribs {
  --fa: "\e5cb";
  --fa--fa: "\e5cb\e5cb"; }

.fa-raygun {
  --fa: "\e025";
  --fa--fa: "\e025\e025"; }

.fa-flute {
  --fa: "\f8b9";
  --fa--fa: "\f8b9\f8b9"; }

.fa-acorn {
  --fa: "\f6ae";
  --fa--fa: "\f6ae\f6ae"; }

.fa-video-arrow-up-right {
  --fa: "\e2c9";
  --fa--fa: "\e2c9\e2c9"; }

.fa-grate-droplet {
  --fa: "\e194";
  --fa--fa: "\e194\e194"; }

.fa-seal-exclamation {
  --fa: "\e242";
  --fa--fa: "\e242\e242"; }

.fa-chess-bishop {
  --fa: "\f43a";
  --fa--fa: "\f43a\f43a"; }

.fa-message-sms {
  --fa: "\e1e5";
  --fa--fa: "\e1e5\e1e5"; }

.fa-coffee-beans {
  --fa: "\e13f";
  --fa--fa: "\e13f\e13f"; }

.fa-hat-witch {
  --fa: "\f6e7";
  --fa--fa: "\f6e7\f6e7"; }

.fa-face-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c"; }

.fa-grin-wink {
  --fa: "\f58c";
  --fa--fa: "\f58c\f58c"; }

.fa-clock-three-thirty {
  --fa: "\e357";
  --fa--fa: "\e357\e357"; }

.fa-ear-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4"; }

.fa-deaf {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4"; }

.fa-deafness {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4"; }

.fa-hard-of-hearing {
  --fa: "\f2a4";
  --fa--fa: "\f2a4\f2a4"; }

.fa-alarm-clock {
  --fa: "\f34e";
  --fa--fa: "\f34e\f34e"; }

.fa-eclipse {
  --fa: "\f749";
  --fa--fa: "\f749\f749"; }

.fa-face-relieved {
  --fa: "\e389";
  --fa--fa: "\e389\e389"; }

.fa-road-circle-check {
  --fa: "\e564";
  --fa--fa: "\e564\e564"; }

.fa-dice-five {
  --fa: "\f523";
  --fa--fa: "\f523\f523"; }

.fa-octagon-minus {
  --fa: "\f308";
  --fa--fa: "\f308\f308"; }

.fa-minus-octagon {
  --fa: "\f308";
  --fa--fa: "\f308\f308"; }

.fa-square-rss {
  --fa: "\f143";
  --fa--fa: "\f143\f143"; }

.fa-rss-square {
  --fa: "\f143";
  --fa--fa: "\f143\f143"; }

.fa-face-zany {
  --fa: "\e3a4";
  --fa--fa: "\e3a4\e3a4"; }

.fa-tricycle {
  --fa: "\e5c3";
  --fa--fa: "\e5c3\e5c3"; }

.fa-land-mine-on {
  --fa: "\e51b";
  --fa--fa: "\e51b\e51b"; }

.fa-square-arrow-up-left {
  --fa: "\e263";
  --fa--fa: "\e263\e263"; }

.fa-i-cursor {
  --fa: "\f246";
  --fa--fa: "\f246\f246"; }

.fa-chart-mixed-up-circle-dollar {
  --fa: "\e5d9";
  --fa--fa: "\e5d9\e5d9"; }

.fa-salt-shaker {
  --fa: "\e446";
  --fa--fa: "\e446\e446"; }

.fa-stamp {
  --fa: "\f5bf";
  --fa--fa: "\f5bf\f5bf"; }

.fa-file-plus {
  --fa: "\f319";
  --fa--fa: "\f319\f319"; }

.fa-draw-square {
  --fa: "\f5ef";
  --fa--fa: "\f5ef\f5ef"; }

.fa-toilet-paper-under-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1"; }

.fa-toilet-paper-reverse-slash {
  --fa: "\e2a1";
  --fa--fa: "\e2a1\e2a1"; }

.fa-stairs {
  --fa: "\e289";
  --fa--fa: "\e289\e289"; }

.fa-drone-front {
  --fa: "\f860";
  --fa--fa: "\f860\f860"; }

.fa-drone-alt {
  --fa: "\f860";
  --fa--fa: "\f860\f860"; }

.fa-glass-empty {
  --fa: "\e191";
  --fa--fa: "\e191\e191"; }

.fa-dial-high {
  --fa: "\e15c";
  --fa--fa: "\e15c\e15c"; }

.fa-user-helmet-safety {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c"; }

.fa-user-construction {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c"; }

.fa-user-hard-hat {
  --fa: "\f82c";
  --fa--fa: "\f82c\f82c"; }

.fa-i {
  --fa: "\49";
  --fa--fa: "\49\49"; }

.fa-hryvnia-sign {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2"; }

.fa-hryvnia {
  --fa: "\f6f2";
  --fa--fa: "\f6f2\f6f2"; }

.fa-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "\e092";
  --fa--fa: "\e092\e092"; }

.fa-pills {
  --fa: "\f484";
  --fa--fa: "\f484\f484"; }

.fa-face-grin-wide {
  --fa: "\f581";
  --fa--fa: "\f581\f581"; }

.fa-grin-alt {
  --fa: "\f581";
  --fa--fa: "\f581\f581"; }

.fa-tooth {
  --fa: "\f5c9";
  --fa--fa: "\f5c9\f5c9"; }

.fa-basketball-hoop {
  --fa: "\f435";
  --fa--fa: "\f435\f435"; }

.fa-objects-align-bottom {
  --fa: "\e3bb";
  --fa--fa: "\e3bb\e3bb"; }

.fa-v {
  --fa: "\56";
  --fa--fa: "\56\56"; }

.fa-sparkles {
  --fa: "\f890";
  --fa--fa: "\f890\f890"; }

.fa-squid {
  --fa: "\e450";
  --fa--fa: "\e450\e450"; }

.fa-leafy-green {
  --fa: "\e41d";
  --fa--fa: "\e41d\e41d"; }

.fa-circle-arrow-up-right {
  --fa: "\e0fc";
  --fa--fa: "\e0fc\e0fc"; }

.fa-calendars {
  --fa: "\e0d7";
  --fa--fa: "\e0d7\e0d7"; }

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
  --fa--fa: "\e2e6\e2e6"; }

.fa-bicycle {
  --fa: "\f206";
  --fa--fa: "\f206\f206"; }

.fa-hammer-war {
  --fa: "\f6e4";
  --fa--fa: "\f6e4\f6e4"; }

.fa-circle-d {
  --fa: "\e104";
  --fa--fa: "\e104\e104"; }

.fa-spider-black-widow {
  --fa: "\f718";
  --fa--fa: "\f718\f718"; }

.fa-staff-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579"; }

.fa-rod-asclepius {
  --fa: "\e579";
  --fa--fa: "\e579\e579"; }

.fa-rod-snake {
  --fa: "\e579";
  --fa--fa: "\e579\e579"; }

.fa-staff-aesculapius {
  --fa: "\e579";
  --fa--fa: "\e579\e579"; }

.fa-pear {
  --fa: "\e20c";
  --fa--fa: "\e20c\e20c"; }

.fa-head-side-cough-slash {
  --fa: "\e062";
  --fa--fa: "\e062\e062"; }

.fa-file-mov {
  --fa: "\e647";
  --fa--fa: "\e647\e647"; }

.fa-triangle {
  --fa: "\f2ec";
  --fa--fa: "\f2ec\f2ec"; }

.fa-apartment {
  --fa: "\e468";
  --fa--fa: "\e468\e468"; }

.fa-truck-medical {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9"; }

.fa-ambulance {
  --fa: "\f0f9";
  --fa--fa: "\f0f9\f0f9"; }

.fa-pepper {
  --fa: "\e432";
  --fa--fa: "\e432\e432"; }

.fa-piano {
  --fa: "\f8d4";
  --fa--fa: "\f8d4\f8d4"; }

.fa-gun-squirt {
  --fa: "\e19d";
  --fa--fa: "\e19d\e19d"; }

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
  --fa--fa: "\e598\e598"; }

.fa-snowman {
  --fa: "\f7d0";
  --fa--fa: "\f7d0\f7d0"; }

.fa-user-alien {
  --fa: "\e04a";
  --fa--fa: "\e04a\e04a"; }

.fa-shield-check {
  --fa: "\f2f7";
  --fa--fa: "\f2f7\f2f7"; }

.fa-mortar-pestle {
  --fa: "\f5a7";
  --fa--fa: "\f5a7\f5a7"; }

.fa-road-barrier {
  --fa: "\e562";
  --fa--fa: "\e562\e562"; }

.fa-chart-candlestick {
  --fa: "\e0e2";
  --fa--fa: "\e0e2\e0e2"; }

.fa-briefcase-blank {
  --fa: "\e0c8";
  --fa--fa: "\e0c8\e0c8"; }

.fa-school {
  --fa: "\f549";
  --fa--fa: "\f549\f549"; }

.fa-igloo {
  --fa: "\f7ae";
  --fa--fa: "\f7ae\f7ae"; }

.fa-bracket-round {
  --fa: "\28";
  --fa--fa: "\28\28"; }

.fa-parenthesis {
  --fa: "\28";
  --fa--fa: "\28\28"; }

.fa-joint {
  --fa: "\f595";
  --fa--fa: "\f595\f595"; }

.fa-horse-saddle {
  --fa: "\f8c3";
  --fa--fa: "\f8c3\f8c3"; }

.fa-mug-marshmallows {
  --fa: "\f7b7";
  --fa--fa: "\f7b7\f7b7"; }

.fa-filters {
  --fa: "\e17e";
  --fa--fa: "\e17e\e17e"; }

.fa-bell-on {
  --fa: "\f8fa";
  --fa--fa: "\f8fa\f8fa"; }

.fa-angle-right {
  --fa: "\f105";
  --fa--fa: "\f105\f105"; }

.fa-dial-med {
  --fa: "\e15f";
  --fa--fa: "\e15f\e15f"; }

.fa-horse {
  --fa: "\f6f0";
  --fa--fa: "\f6f0\f6f0"; }

.fa-q {
  --fa: "\51";
  --fa--fa: "\51\51"; }

.fa-monitor-waveform {
  --fa: "\f611";
  --fa--fa: "\f611\f611"; }

.fa-monitor-heart-rate {
  --fa: "\f611";
  --fa--fa: "\f611\f611"; }

.fa-link-simple {
  --fa: "\e1cd";
  --fa--fa: "\e1cd\e1cd"; }

.fa-whistle {
  --fa: "\f460";
  --fa--fa: "\f460\f460"; }

.fa-g {
  --fa: "\47";
  --fa--fa: "\47\47"; }

.fa-wine-glass-crack {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb"; }

.fa-fragile {
  --fa: "\f4bb";
  --fa--fa: "\f4bb\f4bb"; }

.fa-slot-machine {
  --fa: "\e3ce";
  --fa--fa: "\e3ce\e3ce"; }

.fa-notes-medical {
  --fa: "\f481";
  --fa--fa: "\f481\f481"; }

.fa-car-wash {
  --fa: "\f5e6";
  --fa--fa: "\f5e6\f5e6"; }

.fa-escalator {
  --fa: "\e171";
  --fa--fa: "\e171\e171"; }

.fa-comment-image {
  --fa: "\e148";
  --fa--fa: "\e148\e148"; }

.fa-temperature-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9"; }

.fa-temperature-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9"; }

.fa-thermometer-2 {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9"; }

.fa-thermometer-half {
  --fa: "\f2c9";
  --fa--fa: "\f2c9\f2c9"; }

.fa-dong-sign {
  --fa: "\e169";
  --fa--fa: "\e169\e169"; }

.fa-donut {
  --fa: "\e406";
  --fa--fa: "\e406\e406"; }

.fa-doughnut {
  --fa: "\e406";
  --fa--fa: "\e406\e406"; }

.fa-capsules {
  --fa: "\f46b";
  --fa--fa: "\f46b\f46b"; }

.fa-poo-storm {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a"; }

.fa-poo-bolt {
  --fa: "\f75a";
  --fa--fa: "\f75a\f75a"; }

.fa-tally-1 {
  --fa: "\e294";
  --fa--fa: "\e294\e294"; }

.fa-file-vector {
  --fa: "\e64c";
  --fa--fa: "\e64c\e64c"; }

.fa-face-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a"; }

.fa-frown-open {
  --fa: "\f57a";
  --fa--fa: "\f57a\f57a"; }

.fa-square-dashed {
  --fa: "\e269";
  --fa--fa: "\e269\e269"; }

.fa-bag-shopping-plus {
  --fa: "\e651";
  --fa--fa: "\e651\e651"; }

.fa-square-j {
  --fa: "\e273";
  --fa--fa: "\e273\e273"; }

.fa-hand-point-up {
  --fa: "\f0a6";
  --fa--fa: "\f0a6\f0a6"; }

.fa-money-bill {
  --fa: "\f0d6";
  --fa--fa: "\f0d6\f0d6"; }

.fa-arrow-up-big-small {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e"; }

.fa-sort-size-up {
  --fa: "\f88e";
  --fa--fa: "\f88e\f88e"; }

.fa-barcode-read {
  --fa: "\f464";
  --fa--fa: "\f464\f464"; }

.fa-baguette {
  --fa: "\e3d8";
  --fa--fa: "\e3d8\e3d8"; }

.fa-bowl-soft-serve {
  --fa: "\e46b";
  --fa--fa: "\e46b\e46b"; }

.fa-face-holding-back-tears {
  --fa: "\e482";
  --fa--fa: "\e482\e482"; }

.fa-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353"; }

.fa-arrow-alt-square-up {
  --fa: "\f353";
  --fa--fa: "\f353\f353"; }

.fa-train-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3"; }

.fa-subway-tunnel {
  --fa: "\e2a3";
  --fa--fa: "\e2a3\e2a3"; }

.fa-square-exclamation {
  --fa: "\f321";
  --fa--fa: "\f321\f321"; }

.fa-exclamation-square {
  --fa: "\f321";
  --fa--fa: "\f321\f321"; }

.fa-semicolon {
  --fa: "\3b";
  --fa--fa: "\3b\3b"; }

.fa-bookmark {
  --fa: "\f02e";
  --fa--fa: "\f02e\f02e"; }

.fa-fan-table {
  --fa: "\e004";
  --fa--fa: "\e004\e004"; }

.fa-align-justify {
  --fa: "\f039";
  --fa--fa: "\f039\f039"; }

.fa-battery-low {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1"; }

.fa-battery-1 {
  --fa: "\e0b1";
  --fa--fa: "\e0b1\e0b1"; }

.fa-credit-card-front {
  --fa: "\f38a";
  --fa--fa: "\f38a\f38a"; }

.fa-brain-arrow-curved-right {
  --fa: "\f677";
  --fa--fa: "\f677\f677"; }

.fa-mind-share {
  --fa: "\f677";
  --fa--fa: "\f677\f677"; }

.fa-umbrella-beach {
  --fa: "\f5ca";
  --fa--fa: "\f5ca\f5ca"; }

.fa-helmet-un {
  --fa: "\e503";
  --fa--fa: "\e503\e503"; }

.fa-location-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d"; }

.fa-map-marker-smile {
  --fa: "\f60d";
  --fa--fa: "\f60d\f60d"; }

.fa-arrow-left-to-line {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e"; }

.fa-arrow-to-left {
  --fa: "\f33e";
  --fa--fa: "\f33e\f33e"; }

.fa-bullseye {
  --fa: "\f140";
  --fa--fa: "\f140\f140"; }

.fa-sushi {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a"; }

.fa-nigiri {
  --fa: "\e48a";
  --fa--fa: "\e48a\e48a"; }

.fa-message-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de"; }

.fa-comment-alt-captions {
  --fa: "\e1de";
  --fa--fa: "\e1de\e1de"; }

.fa-trash-list {
  --fa: "\e2b1";
  --fa--fa: "\e2b1\e2b1"; }

.fa-bacon {
  --fa: "\f7e5";
  --fa--fa: "\f7e5\f7e5"; }

.fa-option {
  --fa: "\e318";
  --fa--fa: "\e318\e318"; }

.fa-raccoon {
  --fa: "\e613";
  --fa--fa: "\e613\e613"; }

.fa-hand-point-down {
  --fa: "\f0a7";
  --fa--fa: "\f0a7\f0a7"; }

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
  --fa--fa: "\e09a\e09a"; }

.fa-head-side-gear {
  --fa: "\e611";
  --fa--fa: "\e611\e611"; }

.fa-trash-plus {
  --fa: "\e2b2";
  --fa--fa: "\e2b2\e2b2"; }

.fa-file-cad {
  --fa: "\e672";
  --fa--fa: "\e672\e672"; }

.fa-objects-align-top {
  --fa: "\e3c0";
  --fa--fa: "\e3c0\e3c0"; }

.fa-folder {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b"; }

.fa-folder-blank {
  --fa: "\f07b";
  --fa--fa: "\f07b\f07b"; }

.fa-face-anxious-sweat {
  --fa: "\e36a";
  --fa--fa: "\e36a\e36a"; }

.fa-credit-card-blank {
  --fa: "\f389";
  --fa--fa: "\f389\f389"; }

.fa-file-waveform {
  --fa: "\f478";
  --fa--fa: "\f478\f478"; }

.fa-file-medical-alt {
  --fa: "\f478";
  --fa--fa: "\f478\f478"; }

.fa-microchip-ai {
  --fa: "\e1ec";
  --fa--fa: "\e1ec\e1ec"; }

.fa-mug {
  --fa: "\f874";
  --fa--fa: "\f874\f874"; }

.fa-plane-up-slash {
  --fa: "\e22e";
  --fa--fa: "\e22e\e22e"; }

.fa-radiation {
  --fa: "\f7b9";
  --fa--fa: "\f7b9\f7b9"; }

.fa-pen-circle {
  --fa: "\e20e";
  --fa--fa: "\e20e\e20e"; }

.fa-bag-seedling {
  --fa: "\e5f2";
  --fa--fa: "\e5f2\e5f2"; }

.fa-chart-simple {
  --fa: "\e473";
  --fa--fa: "\e473\e473"; }

.fa-crutches {
  --fa: "\f7f8";
  --fa--fa: "\f7f8\f7f8"; }

.fa-circle-parking {
  --fa: "\f615";
  --fa--fa: "\f615\f615"; }

.fa-parking-circle {
  --fa: "\f615";
  --fa--fa: "\f615\f615"; }

.fa-mars-stroke {
  --fa: "\f229";
  --fa--fa: "\f229\f229"; }

.fa-leaf-oak {
  --fa: "\f6f7";
  --fa--fa: "\f6f7\f6f7"; }

.fa-square-bolt {
  --fa: "\e265";
  --fa--fa: "\e265\e265"; }

.fa-vial {
  --fa: "\f492";
  --fa--fa: "\f492\f492"; }

.fa-gauge {
  --fa: "\f624";
  --fa--fa: "\f624\f624"; }

.fa-dashboard {
  --fa: "\f624";
  --fa--fa: "\f624\f624"; }

.fa-gauge-med {
  --fa: "\f624";
  --fa--fa: "\f624\f624"; }

.fa-tachometer-alt-average {
  --fa: "\f624";
  --fa--fa: "\f624\f624"; }

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca"; }

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
  --fa--fa: "\e2ca\e2ca"; }

.fa-lambda {
  --fa: "\f66e";
  --fa--fa: "\f66e\f66e"; }

.fa-e {
  --fa: "\45";
  --fa--fa: "\45\45"; }

.fa-pizza {
  --fa: "\f817";
  --fa--fa: "\f817\f817"; }

.fa-bowl-chopsticks-noodles {
  --fa: "\e2ea";
  --fa--fa: "\e2ea\e2ea"; }

.fa-h3 {
  --fa: "\f315";
  --fa--fa: "\f315\f315"; }

.fa-pen-clip {
  --fa: "\f305";
  --fa--fa: "\f305\f305"; }

.fa-pen-alt {
  --fa: "\f305";
  --fa--fa: "\f305\f305"; }

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
  --fa--fa: "\e4ca\e4ca"; }

.fa-badge-percent {
  --fa: "\f646";
  --fa--fa: "\f646\f646"; }

.fa-rotate-reverse {
  --fa: "\e631";
  --fa--fa: "\e631\e631"; }

.fa-user {
  --fa: "\f007";
  --fa--fa: "\f007\f007"; }

.fa-sensor {
  --fa: "\e028";
  --fa--fa: "\e028\e028"; }

.fa-comma {
  --fa: "\2c";
  --fa--fa: "\2c\2c"; }

.fa-school-circle-check {
  --fa: "\e56b";
  --fa--fa: "\e56b\e56b"; }

.fa-toilet-paper-under {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0"; }

.fa-toilet-paper-reverse {
  --fa: "\e2a0";
  --fa--fa: "\e2a0\e2a0"; }

.fa-light-emergency {
  --fa: "\e41f";
  --fa--fa: "\e41f\e41f"; }

.fa-arrow-down-to-arc {
  --fa: "\e4ae";
  --fa--fa: "\e4ae\e4ae"; }

.fa-dumpster {
  --fa: "\f793";
  --fa--fa: "\f793\f793"; }

.fa-van-shuttle {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6"; }

.fa-shuttle-van {
  --fa: "\f5b6";
  --fa--fa: "\f5b6\f5b6"; }

.fa-building-user {
  --fa: "\e4da";
  --fa--fa: "\e4da\e4da"; }

.fa-light-switch {
  --fa: "\e017";
  --fa--fa: "\e017\e017"; }

.fa-square-caret-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191"; }

.fa-caret-square-left {
  --fa: "\f191";
  --fa--fa: "\f191\f191"; }

.fa-highlighter {
  --fa: "\f591";
  --fa--fa: "\f591\f591"; }

.fa-wave-pulse {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8"; }

.fa-heart-rate {
  --fa: "\f5f8";
  --fa--fa: "\f5f8\f5f8"; }

.fa-key {
  --fa: "\f084";
  --fa--fa: "\f084\f084"; }

.fa-arrow-left-to-bracket {
  --fa: "\e669";
  --fa--fa: "\e669\e669"; }

.fa-hat-santa {
  --fa: "\f7a7";
  --fa--fa: "\f7a7\f7a7"; }

.fa-tamale {
  --fa: "\e451";
  --fa--fa: "\e451\e451"; }

.fa-box-check {
  --fa: "\f467";
  --fa--fa: "\f467\f467"; }

.fa-bullhorn {
  --fa: "\f0a1";
  --fa--fa: "\f0a1\f0a1"; }

.fa-steak {
  --fa: "\f824";
  --fa--fa: "\f824\f824"; }

.fa-location-crosshairs-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603"; }

.fa-location-slash {
  --fa: "\f603";
  --fa--fa: "\f603\f603"; }

.fa-person-dolly {
  --fa: "\f4d0";
  --fa--fa: "\f4d0\f4d0"; }

.fa-globe {
  --fa: "\f0ac";
  --fa--fa: "\f0ac\f0ac"; }

.fa-synagogue {
  --fa: "\f69b";
  --fa--fa: "\f69b\f69b"; }

.fa-file-chart-column {
  --fa: "\f659";
  --fa--fa: "\f659\f659"; }

.fa-file-chart-line {
  --fa: "\f659";
  --fa--fa: "\f659\f659"; }

.fa-person-half-dress {
  --fa: "\e548";
  --fa--fa: "\e548\e548"; }

.fa-folder-image {
  --fa: "\e18a";
  --fa--fa: "\e18a\e18a"; }

.fa-calendar-pen {
  --fa: "\f333";
  --fa--fa: "\f333\f333"; }

.fa-calendar-edit {
  --fa: "\f333";
  --fa--fa: "\f333\f333"; }

.fa-road-bridge {
  --fa: "\e563";
  --fa--fa: "\e563\e563"; }

.fa-face-smile-tear {
  --fa: "\e393";
  --fa--fa: "\e393\e393"; }

.fa-message-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8"; }

.fa-comment-alt-plus {
  --fa: "\f4a8";
  --fa--fa: "\f4a8\f4a8"; }

.fa-location-arrow {
  --fa: "\f124";
  --fa--fa: "\f124\f124"; }

.fa-c {
  --fa: "\43";
  --fa--fa: "\43\43"; }

.fa-tablet-button {
  --fa: "\f10a";
  --fa--fa: "\f10a\f10a"; }

.fa-person-dress-fairy {
  --fa: "\e607";
  --fa--fa: "\e607\e607"; }

.fa-rectangle-history-circle-user {
  --fa: "\e4a4";
  --fa--fa: "\e4a4\e4a4"; }

.fa-building-lock {
  --fa: "\e4d6";
  --fa--fa: "\e4d6\e4d6"; }

.fa-chart-line-up {
  --fa: "\e0e5";
  --fa--fa: "\e0e5\e0e5"; }

.fa-mailbox {
  --fa: "\f813";
  --fa--fa: "\f813\f813"; }

.fa-sign-posts {
  --fa: "\e625";
  --fa--fa: "\e625\e625"; }

.fa-truck-bolt {
  --fa: "\e3d0";
  --fa--fa: "\e3d0\e3d0"; }

.fa-pizza-slice {
  --fa: "\f818";
  --fa--fa: "\f818\f818"; }

.fa-money-bill-wave {
  --fa: "\f53a";
  --fa--fa: "\f53a\f53a"; }

.fa-chart-area {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe"; }

.fa-area-chart {
  --fa: "\f1fe";
  --fa--fa: "\f1fe\f1fe"; }

.fa-house-flag {
  --fa: "\e50d";
  --fa--fa: "\e50d\e50d"; }

.fa-circle-three-quarters-stroke {
  --fa: "\e5d4";
  --fa--fa: "\e5d4\e5d4"; }

.fa-person-circle-minus {
  --fa: "\e540";
  --fa--fa: "\e540\e540"; }

.fa-scalpel {
  --fa: "\f61d";
  --fa--fa: "\f61d\f61d"; }

.fa-ban {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e"; }

.fa-cancel {
  --fa: "\f05e";
  --fa--fa: "\f05e\f05e"; }

.fa-bell-exclamation {
  --fa: "\f848";
  --fa--fa: "\f848\f848"; }

.fa-circle-bookmark {
  --fa: "\e100";
  --fa--fa: "\e100\e100"; }

.fa-bookmark-circle {
  --fa: "\e100";
  --fa--fa: "\e100\e100"; }

.fa-egg-fried {
  --fa: "\f7fc";
  --fa--fa: "\f7fc\f7fc"; }

.fa-face-weary {
  --fa: "\e3a1";
  --fa--fa: "\e3a1\e3a1"; }

.fa-uniform-martial-arts {
  --fa: "\e3d1";
  --fa--fa: "\e3d1\e3d1"; }

.fa-camera-rotate {
  --fa: "\e0d8";
  --fa--fa: "\e0d8\e0d8"; }

.fa-sun-dust {
  --fa: "\f764";
  --fa--fa: "\f764\f764"; }

.fa-comment-text {
  --fa: "\e14d";
  --fa--fa: "\e14d\e14d"; }

.fa-spray-can-sparkles {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0"; }

.fa-air-freshener {
  --fa: "\f5d0";
  --fa--fa: "\f5d0\f5d0"; }

.fa-signal-bars {
  --fa: "\f690";
  --fa--fa: "\f690\f690"; }

.fa-signal-alt {
  --fa: "\f690";
  --fa--fa: "\f690\f690"; }

.fa-signal-alt-4 {
  --fa: "\f690";
  --fa--fa: "\f690\f690"; }

.fa-signal-bars-strong {
  --fa: "\f690";
  --fa--fa: "\f690\f690"; }

.fa-diamond-exclamation {
  --fa: "\e405";
  --fa--fa: "\e405\e405"; }

.fa-star {
  --fa: "\f005";
  --fa--fa: "\f005\f005"; }

.fa-dial-min {
  --fa: "\e161";
  --fa--fa: "\e161\e161"; }

.fa-repeat {
  --fa: "\f363";
  --fa--fa: "\f363\f363"; }

.fa-cross {
  --fa: "\f654";
  --fa--fa: "\f654\f654"; }

.fa-page-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429"; }

.fa-file-caret-down {
  --fa: "\e429";
  --fa--fa: "\e429\e429"; }

.fa-box {
  --fa: "\f466";
  --fa--fa: "\f466\f466"; }

.fa-venus-mars {
  --fa: "\f228";
  --fa--fa: "\f228\f228"; }

.fa-clock-seven-thirty {
  --fa: "\e351";
  --fa--fa: "\e351\e351"; }

.fa-arrow-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245"; }

.fa-mouse-pointer {
  --fa: "\f245";
  --fa--fa: "\f245\f245"; }

.fa-clock-four-thirty {
  --fa: "\e34b";
  --fa--fa: "\e34b\e34b"; }

.fa-signal-bars-good {
  --fa: "\f693";
  --fa--fa: "\f693\f693"; }

.fa-signal-alt-3 {
  --fa: "\f693";
  --fa--fa: "\f693\f693"; }

.fa-cactus {
  --fa: "\f8a7";
  --fa--fa: "\f8a7\f8a7"; }

.fa-lightbulb-gear {
  --fa: "\e5fd";
  --fa--fa: "\e5fd\e5fd"; }

.fa-maximize {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e"; }

.fa-expand-arrows-alt {
  --fa: "\f31e";
  --fa--fa: "\f31e\f31e"; }

.fa-charging-station {
  --fa: "\f5e7";
  --fa--fa: "\f5e7\f5e7"; }

.fa-shapes {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f"; }

.fa-triangle-circle-square {
  --fa: "\f61f";
  --fa--fa: "\f61f\f61f"; }

.fa-plane-tail {
  --fa: "\e22c";
  --fa--fa: "\e22c\e22c"; }

.fa-gauge-simple-max {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b"; }

.fa-tachometer-fastest {
  --fa: "\f62b";
  --fa--fa: "\f62b\f62b"; }

.fa-circle-u {
  --fa: "\e127";
  --fa--fa: "\e127\e127"; }

.fa-shield-slash {
  --fa: "\e24b";
  --fa--fa: "\e24b\e24b"; }

.fa-square-phone-hangup {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a"; }

.fa-phone-square-down {
  --fa: "\e27a";
  --fa--fa: "\e27a\e27a"; }

.fa-arrow-up-left {
  --fa: "\e09d";
  --fa--fa: "\e09d\e09d"; }

.fa-transporter-1 {
  --fa: "\e043";
  --fa--fa: "\e043\e043"; }

.fa-peanuts {
  --fa: "\e431";
  --fa--fa: "\e431\e431"; }

.fa-shuffle {
  --fa: "\f074";
  --fa--fa: "\f074\f074"; }

.fa-random {
  --fa: "\f074";
  --fa--fa: "\f074\f074"; }

.fa-person-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c"; }

.fa-running {
  --fa: "\f70c";
  --fa--fa: "\f70c\f70c"; }

.fa-mobile-retro {
  --fa: "\e527";
  --fa--fa: "\e527\e527"; }

.fa-grip-lines-vertical {
  --fa: "\f7a5";
  --fa--fa: "\f7a5\f7a5"; }

.fa-bin-bottles-recycle {
  --fa: "\e5f6";
  --fa--fa: "\e5f6\e5f6"; }

.fa-arrow-up-from-square {
  --fa: "\e09c";
  --fa--fa: "\e09c\e09c"; }

.fa-file-dashed-line {
  --fa: "\f877";
  --fa--fa: "\f877\f877"; }

.fa-page-break {
  --fa: "\f877";
  --fa--fa: "\f877\f877"; }

.fa-bracket-curly-right {
  --fa: "\7d";
  --fa--fa: "\7d\7d"; }

.fa-spider {
  --fa: "\f717";
  --fa--fa: "\f717\f717"; }

.fa-clock-three {
  --fa: "\e356";
  --fa--fa: "\e356\e356"; }

.fa-hands-bound {
  --fa: "\e4f9";
  --fa--fa: "\e4f9\e4f9"; }

.fa-scalpel-line-dashed {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e"; }

.fa-scalpel-path {
  --fa: "\f61e";
  --fa--fa: "\f61e\f61e"; }

.fa-file-invoice-dollar {
  --fa: "\f571";
  --fa--fa: "\f571\f571"; }

.fa-pipe-smoking {
  --fa: "\e3c4";
  --fa--fa: "\e3c4\e3c4"; }

.fa-face-astonished {
  --fa: "\e36b";
  --fa--fa: "\e36b\e36b"; }

.fa-window {
  --fa: "\f40e";
  --fa--fa: "\f40e\f40e"; }

.fa-plane-circle-exclamation {
  --fa: "\e556";
  --fa--fa: "\e556\e556"; }

.fa-ear {
  --fa: "\f5f0";
  --fa--fa: "\f5f0\f5f0"; }

.fa-file-lock {
  --fa: "\e3a6";
  --fa--fa: "\e3a6\e3a6"; }

.fa-diagram-venn {
  --fa: "\e15a";
  --fa--fa: "\e15a\e15a"; }

.fa-arrow-down-from-bracket {
  --fa: "\e667";
  --fa--fa: "\e667\e667"; }

.fa-x-ray {
  --fa: "\f497";
  --fa--fa: "\f497\f497"; }

.fa-goal-net {
  --fa: "\e3ab";
  --fa--fa: "\e3ab\e3ab"; }

.fa-coffin-cross {
  --fa: "\e051";
  --fa--fa: "\e051\e051"; }

.fa-octopus {
  --fa: "\e688";
  --fa--fa: "\e688\e688"; }

.fa-spell-check {
  --fa: "\f891";
  --fa--fa: "\f891\f891"; }

.fa-location-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e"; }

.fa-map-marker-times {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e"; }

.fa-map-marker-xmark {
  --fa: "\f60e";
  --fa--fa: "\f60e\f60e"; }

.fa-circle-quarter-stroke {
  --fa: "\e5d3";
  --fa--fa: "\e5d3\e5d3"; }

.fa-lasso {
  --fa: "\f8c8";
  --fa--fa: "\f8c8\f8c8"; }

.fa-slash {
  --fa: "\f715";
  --fa--fa: "\f715\f715"; }

.fa-person-to-portal {
  --fa: "\e022";
  --fa--fa: "\e022\e022"; }

.fa-portal-enter {
  --fa: "\e022";
  --fa--fa: "\e022\e022"; }

.fa-calendar-star {
  --fa: "\f736";
  --fa--fa: "\f736\f736"; }

.fa-computer-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc"; }

.fa-mouse {
  --fa: "\f8cc";
  --fa--fa: "\f8cc\f8cc"; }

.fa-arrow-right-to-bracket {
  --fa: "\f090";
  --fa--fa: "\f090\f090"; }

.fa-sign-in {
  --fa: "\f090";
  --fa--fa: "\f090\f090"; }

.fa-pegasus {
  --fa: "\f703";
  --fa--fa: "\f703\f703"; }

.fa-files-medical {
  --fa: "\f7fd";
  --fa--fa: "\f7fd\f7fd"; }

.fa-cannon {
  --fa: "\e642";
  --fa--fa: "\e642\e642"; }

.fa-nfc-lock {
  --fa: "\e1f8";
  --fa--fa: "\e1f8\e1f8"; }

.fa-person-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8"; }

.fa-ski-lift {
  --fa: "\f7c8";
  --fa--fa: "\f7c8\f7c8"; }

.fa-square-6 {
  --fa: "\e25b";
  --fa--fa: "\e25b\e25b"; }

.fa-shop-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070"; }

.fa-store-alt-slash {
  --fa: "\e070";
  --fa--fa: "\e070\e070"; }

.fa-wind-turbine {
  --fa: "\f89b";
  --fa--fa: "\f89b\f89b"; }

.fa-sliders-simple {
  --fa: "\e253";
  --fa--fa: "\e253\e253"; }

.fa-grid-round {
  --fa: "\e5da";
  --fa--fa: "\e5da\e5da"; }

.fa-badge-sheriff {
  --fa: "\f8a2";
  --fa--fa: "\f8a2\f8a2"; }

.fa-server {
  --fa: "\f233";
  --fa--fa: "\f233\f233"; }

.fa-virus-covid-slash {
  --fa: "\e4a9";
  --fa--fa: "\e4a9\e4a9"; }

.fa-intersection {
  --fa: "\f668";
  --fa--fa: "\f668\f668"; }

.fa-shop-lock {
  --fa: "\e4a5";
  --fa--fa: "\e4a5\e4a5"; }

.fa-family {
  --fa: "\e300";
  --fa--fa: "\e300\e300"; }

.fa-hourglass-start {
  --fa: "\f251";
  --fa--fa: "\f251\f251"; }

.fa-hourglass-1 {
  --fa: "\f251";
  --fa--fa: "\f251\f251"; }

.fa-user-hair-buns {
  --fa: "\e3d3";
  --fa--fa: "\e3d3\e3d3"; }

.fa-blender-phone {
  --fa: "\f6b6";
  --fa--fa: "\f6b6\f6b6"; }

.fa-hourglass-clock {
  --fa: "\e41b";
  --fa--fa: "\e41b\e41b"; }

.fa-person-seat-reclined {
  --fa: "\e21f";
  --fa--fa: "\e21f\e21f"; }

.fa-paper-plane-top {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a"; }

.fa-paper-plane-alt {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a"; }

.fa-send {
  --fa: "\e20a";
  --fa--fa: "\e20a\e20a"; }

.fa-message-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc"; }

.fa-comment-alt-arrow-up {
  --fa: "\e1dc";
  --fa--fa: "\e1dc\e1dc"; }

.fa-lightbulb-exclamation {
  --fa: "\f671";
  --fa--fa: "\f671\f671"; }

.fa-layer-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe"; }

.fa-layer-group-minus {
  --fa: "\f5fe";
  --fa--fa: "\f5fe\f5fe"; }

.fa-chart-pie-simple-circle-currency {
  --fa: "\e604";
  --fa--fa: "\e604\e604"; }

.fa-circle-e {
  --fa: "\e109";
  --fa--fa: "\e109\e109"; }

.fa-building-wheat {
  --fa: "\e4db";
  --fa--fa: "\e4db\e4db"; }

.fa-gauge-max {
  --fa: "\f626";
  --fa--fa: "\f626\f626"; }

.fa-tachometer-alt-fastest {
  --fa: "\f626";
  --fa--fa: "\f626\f626"; }

.fa-person-breastfeeding {
  --fa: "\e53a";
  --fa--fa: "\e53a\e53a"; }

.fa-apostrophe {
  --fa: "\27";
  --fa--fa: "\27\27"; }

.fa-file-png {
  --fa: "\e666";
  --fa--fa: "\e666\e666"; }

.fa-fire-hydrant {
  --fa: "\e17f";
  --fa--fa: "\e17f\e17f"; }

.fa-right-to-bracket {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6"; }

.fa-sign-in-alt {
  --fa: "\f2f6";
  --fa--fa: "\f2f6\f2f6"; }

.fa-video-plus {
  --fa: "\f4e1";
  --fa--fa: "\f4e1\f4e1"; }

.fa-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352"; }

.fa-arrow-alt-square-right {
  --fa: "\f352";
  --fa--fa: "\f352\f352"; }

.fa-comment-smile {
  --fa: "\f4b4";
  --fa--fa: "\f4b4\f4b4"; }

.fa-venus {
  --fa: "\f221";
  --fa--fa: "\f221\f221"; }

.fa-passport {
  --fa: "\f5ab";
  --fa--fa: "\f5ab\f5ab"; }

.fa-thumbtack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f"; }

.fa-thumb-tack-slash {
  --fa: "\e68f";
  --fa--fa: "\e68f\e68f"; }

.fa-inbox-in {
  --fa: "\f310";
  --fa--fa: "\f310\f310"; }

.fa-inbox-arrow-down {
  --fa: "\f310";
  --fa--fa: "\f310\f310"; }

.fa-heart-pulse {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e"; }

.fa-heartbeat {
  --fa: "\f21e";
  --fa--fa: "\f21e\f21e"; }

.fa-circle-8 {
  --fa: "\e0f5";
  --fa--fa: "\e0f5\e0f5"; }

.fa-clouds-moon {
  --fa: "\f745";
  --fa--fa: "\f745\f745"; }

.fa-clock-ten-thirty {
  --fa: "\e355";
  --fa--fa: "\e355\e355"; }

.fa-people-carry-box {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce"; }

.fa-people-carry {
  --fa: "\f4ce";
  --fa--fa: "\f4ce\f4ce"; }

.fa-folder-user {
  --fa: "\e18e";
  --fa--fa: "\e18e\e18e"; }

.fa-trash-can-xmark {
  --fa: "\e2ae";
  --fa--fa: "\e2ae\e2ae"; }

.fa-temperature-high {
  --fa: "\f769";
  --fa--fa: "\f769\f769"; }

.fa-microchip {
  --fa: "\f2db";
  --fa--fa: "\f2db\f2db"; }

.fa-left-long-to-line {
  --fa: "\e41e";
  --fa--fa: "\e41e\e41e"; }

.fa-crown {
  --fa: "\f521";
  --fa--fa: "\f521\f521"; }

.fa-weight-hanging {
  --fa: "\f5cd";
  --fa--fa: "\f5cd\f5cd"; }

.fa-xmarks-lines {
  --fa: "\e59a";
  --fa--fa: "\e59a\e59a"; }

.fa-file-prescription {
  --fa: "\f572";
  --fa--fa: "\f572\f572"; }

.fa-table-cells-lock {
  --fa: "\e679";
  --fa--fa: "\e679\e679"; }

.fa-calendar-range {
  --fa: "\e0d6";
  --fa--fa: "\e0d6\e0d6"; }

.fa-flower-daffodil {
  --fa: "\f800";
  --fa--fa: "\f800\f800"; }

.fa-hand-back-point-up {
  --fa: "\e1a2";
  --fa--fa: "\e1a2\e1a2"; }

.fa-weight-scale {
  --fa: "\f496";
  --fa--fa: "\f496\f496"; }

.fa-weight {
  --fa: "\f496";
  --fa--fa: "\f496\f496"; }

.fa-arrow-up-to-arc {
  --fa: "\e617";
  --fa--fa: "\e617\e617"; }

.fa-star-exclamation {
  --fa: "\f2f3";
  --fa--fa: "\f2f3\f2f3"; }

.fa-books {
  --fa: "\f5db";
  --fa--fa: "\f5db\f5db"; }

.fa-user-group {
  --fa: "\f500";
  --fa--fa: "\f500\f500"; }

.fa-user-friends {
  --fa: "\f500";
  --fa--fa: "\f500\f500"; }

.fa-arrow-up-a-z {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e"; }

.fa-sort-alpha-up {
  --fa: "\f15e";
  --fa--fa: "\f15e\f15e"; }

.fa-layer-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff"; }

.fa-layer-group-plus {
  --fa: "\f5ff";
  --fa--fa: "\f5ff\f5ff"; }

.fa-play-pause {
  --fa: "\e22f";
  --fa--fa: "\e22f\e22f"; }

.fa-block-question {
  --fa: "\e3dd";
  --fa--fa: "\e3dd\e3dd"; }

.fa-snooze {
  --fa: "\f880";
  --fa--fa: "\f880\f880"; }

.fa-zzz {
  --fa: "\f880";
  --fa--fa: "\f880\f880"; }

.fa-scanner-image {
  --fa: "\f8f3";
  --fa--fa: "\f8f3\f8f3"; }

.fa-tv-retro {
  --fa: "\f401";
  --fa--fa: "\f401\f401"; }

.fa-square-t {
  --fa: "\e280";
  --fa--fa: "\e280\e280"; }

.fa-farm {
  --fa: "\f864";
  --fa--fa: "\f864\f864"; }

.fa-barn-silo {
  --fa: "\f864";
  --fa--fa: "\f864\f864"; }

.fa-chess-knight {
  --fa: "\f441";
  --fa--fa: "\f441\f441"; }

.fa-bars-sort {
  --fa: "\e0ae";
  --fa--fa: "\e0ae\e0ae"; }

.fa-pallet-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483"; }

.fa-palette-boxes {
  --fa: "\f483";
  --fa--fa: "\f483\f483"; }

.fa-pallet-alt {
  --fa: "\f483";
  --fa--fa: "\f483\f483"; }

.fa-face-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b"; }

.fa-laugh-squint {
  --fa: "\f59b";
  --fa--fa: "\f59b\f59b"; }

.fa-code-simple {
  --fa: "\e13d";
  --fa--fa: "\e13d\e13d"; }

.fa-bolt-slash {
  --fa: "\e0b8";
  --fa--fa: "\e0b8\e0b8"; }

.fa-panel-fire {
  --fa: "\e42f";
  --fa--fa: "\e42f\e42f"; }

.fa-binary-circle-check {
  --fa: "\e33c";
  --fa--fa: "\e33c\e33c"; }

.fa-comment-minus {
  --fa: "\f4b1";
  --fa--fa: "\f4b1\f4b1"; }

.fa-burrito {
  --fa: "\f7ed";
  --fa--fa: "\f7ed\f7ed"; }

.fa-violin {
  --fa: "\f8ed";
  --fa--fa: "\f8ed\f8ed"; }

.fa-objects-column {
  --fa: "\e3c1";
  --fa--fa: "\e3c1\e3c1"; }

.fa-square-chevron-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329"; }

.fa-chevron-square-down {
  --fa: "\f329";
  --fa--fa: "\f329\f329"; }

.fa-comment-plus {
  --fa: "\f4b2";
  --fa--fa: "\f4b2\f4b2"; }

.fa-triangle-instrument {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2"; }

.fa-triangle-music {
  --fa: "\f8e2";
  --fa--fa: "\f8e2\f8e2"; }

.fa-wheelchair {
  --fa: "\f193";
  --fa--fa: "\f193\f193"; }

.fa-user-pilot-tie {
  --fa: "\e2c1";
  --fa--fa: "\e2c1\e2c1"; }

.fa-piano-keyboard {
  --fa: "\f8d5";
  --fa--fa: "\f8d5\f8d5"; }

.fa-bed-empty {
  --fa: "\f8f9";
  --fa--fa: "\f8f9\f8f9"; }

.fa-circle-arrow-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa"; }

.fa-arrow-circle-up {
  --fa: "\f0aa";
  --fa--fa: "\f0aa\f0aa"; }

.fa-toggle-on {
  --fa: "\f205";
  --fa--fa: "\f205\f205"; }

.fa-rectangle-vertical {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb"; }

.fa-rectangle-portrait {
  --fa: "\f2fb";
  --fa--fa: "\f2fb\f2fb"; }

.fa-person-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554"; }

.fa-walking {
  --fa: "\f554";
  --fa--fa: "\f554\f554"; }

.fa-l {
  --fa: "\4c";
  --fa--fa: "\4c\4c"; }

.fa-signal-stream {
  --fa: "\f8dd";
  --fa--fa: "\f8dd\f8dd"; }

.fa-down-to-bracket {
  --fa: "\e4e7";
  --fa--fa: "\e4e7\e4e7"; }

.fa-circle-z {
  --fa: "\e130";
  --fa--fa: "\e130\e130"; }

.fa-stars {
  --fa: "\f762";
  --fa--fa: "\f762\f762"; }

.fa-fire {
  --fa: "\f06d";
  --fa--fa: "\f06d\f06d"; }

.fa-bed-pulse {
  --fa: "\f487";
  --fa--fa: "\f487\f487"; }

.fa-procedures {
  --fa: "\f487";
  --fa--fa: "\f487\f487"; }

.fa-house-day {
  --fa: "\e00e";
  --fa--fa: "\e00e\e00e"; }

.fa-shuttle-space {
  --fa: "\f197";
  --fa--fa: "\f197\f197"; }

.fa-space-shuttle {
  --fa: "\f197";
  --fa--fa: "\f197\f197"; }

.fa-shirt-long-sleeve {
  --fa: "\e3c7";
  --fa--fa: "\e3c7\e3c7"; }

.fa-chart-pie-simple {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e"; }

.fa-chart-pie-alt {
  --fa: "\f64e";
  --fa--fa: "\f64e\f64e"; }

.fa-face-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599"; }

.fa-laugh {
  --fa: "\f599";
  --fa--fa: "\f599\f599"; }

.fa-folder-open {
  --fa: "\f07c";
  --fa--fa: "\f07c\f07c"; }

.fa-album-collection-circle-user {
  --fa: "\e48f";
  --fa--fa: "\e48f\e48f"; }

.fa-candy {
  --fa: "\e3e7";
  --fa--fa: "\e3e7\e3e7"; }

.fa-bowl-hot {
  --fa: "\f823";
  --fa--fa: "\f823\f823"; }

.fa-soup {
  --fa: "\f823";
  --fa--fa: "\f823\f823"; }

.fa-flatbread {
  --fa: "\e40b";
  --fa--fa: "\e40b\e40b"; }

.fa-heart-circle-plus {
  --fa: "\e500";
  --fa--fa: "\e500\e500"; }

.fa-code-fork {
  --fa: "\e13b";
  --fa--fa: "\e13b\e13b"; }

.fa-city {
  --fa: "\f64f";
  --fa--fa: "\f64f\f64f"; }

.fa-signal-bars-weak {
  --fa: "\f691";
  --fa--fa: "\f691\f691"; }

.fa-signal-alt-1 {
  --fa: "\f691";
  --fa--fa: "\f691\f691"; }

.fa-microphone-lines {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9"; }

.fa-microphone-alt {
  --fa: "\f3c9";
  --fa--fa: "\f3c9\f3c9"; }

.fa-clock-twelve {
  --fa: "\e358";
  --fa--fa: "\e358\e358"; }

.fa-pepper-hot {
  --fa: "\f816";
  --fa--fa: "\f816\f816"; }

.fa-citrus-slice {
  --fa: "\e2f5";
  --fa--fa: "\e2f5\e2f5"; }

.fa-sheep {
  --fa: "\f711";
  --fa--fa: "\f711\f711"; }

.fa-unlock {
  --fa: "\f09c";
  --fa--fa: "\f09c\f09c"; }

.fa-colon-sign {
  --fa: "\e140";
  --fa--fa: "\e140\e140"; }

.fa-headset {
  --fa: "\f590";
  --fa--fa: "\f590\f590"; }

.fa-badger-honey {
  --fa: "\f6b4";
  --fa--fa: "\f6b4\f6b4"; }

.fa-h4 {
  --fa: "\f86a";
  --fa--fa: "\f86a\f86a"; }

.fa-store-slash {
  --fa: "\e071";
  --fa--fa: "\e071\e071"; }

.fa-road-circle-xmark {
  --fa: "\e566";
  --fa--fa: "\e566\e566"; }

.fa-signal-slash {
  --fa: "\f695";
  --fa--fa: "\f695\f695"; }

.fa-user-minus {
  --fa: "\f503";
  --fa--fa: "\f503\f503"; }

.fa-mars-stroke-up {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a"; }

.fa-mars-stroke-v {
  --fa: "\f22a";
  --fa--fa: "\f22a\f22a"; }

.fa-champagne-glasses {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f"; }

.fa-glass-cheers {
  --fa: "\f79f";
  --fa--fa: "\f79f\f79f"; }

.fa-taco {
  --fa: "\f826";
  --fa--fa: "\f826\f826"; }

.fa-hexagon-plus {
  --fa: "\f300";
  --fa--fa: "\f300\f300"; }

.fa-plus-hexagon {
  --fa: "\f300";
  --fa--fa: "\f300\f300"; }

.fa-clipboard {
  --fa: "\f328";
  --fa--fa: "\f328\f328"; }

.fa-house-circle-exclamation {
  --fa: "\e50a";
  --fa--fa: "\e50a\e50a"; }

.fa-file-arrow-up {
  --fa: "\f574";
  --fa--fa: "\f574\f574"; }

.fa-file-upload {
  --fa: "\f574";
  --fa--fa: "\f574\f574"; }

.fa-wifi {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb"; }

.fa-wifi-3 {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb"; }

.fa-wifi-strong {
  --fa: "\f1eb";
  --fa--fa: "\f1eb\f1eb"; }

.fa-messages {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6"; }

.fa-comments-alt {
  --fa: "\f4b6";
  --fa--fa: "\f4b6\f4b6"; }

.fa-bath {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd"; }

.fa-bathtub {
  --fa: "\f2cd";
  --fa--fa: "\f2cd\f2cd"; }

.fa-umbrella-simple {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc"; }

.fa-umbrella-alt {
  --fa: "\e2bc";
  --fa--fa: "\e2bc\e2bc"; }

.fa-rectangle-history-circle-plus {
  --fa: "\e4a3";
  --fa--fa: "\e4a3\e4a3"; }

.fa-underline {
  --fa: "\f0cd";
  --fa--fa: "\f0cd\f0cd"; }

.fa-prescription-bottle-pill {
  --fa: "\e5c0";
  --fa--fa: "\e5c0\e5c0"; }

.fa-user-pen {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff"; }

.fa-user-edit {
  --fa: "\f4ff";
  --fa--fa: "\f4ff\f4ff"; }

.fa-binary-slash {
  --fa: "\e33e";
  --fa--fa: "\e33e\e33e"; }

.fa-square-o {
  --fa: "\e278";
  --fa--fa: "\e278\e278"; }

.fa-caduceus {
  --fa: "\e681";
  --fa--fa: "\e681\e681"; }

.fa-signature {
  --fa: "\f5b7";
  --fa--fa: "\f5b7\f5b7"; }

.fa-stroopwafel {
  --fa: "\f551";
  --fa--fa: "\f551\f551"; }

.fa-bold {
  --fa: "\f032";
  --fa--fa: "\f032\f032"; }

.fa-anchor-lock {
  --fa: "\e4ad";
  --fa--fa: "\e4ad\e4ad"; }

.fa-building-ngo {
  --fa: "\e4d7";
  --fa--fa: "\e4d7\e4d7"; }

.fa-transporter-3 {
  --fa: "\e045";
  --fa--fa: "\e045\e045"; }

.fa-engine-warning {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2"; }

.fa-engine-exclamation {
  --fa: "\f5f2";
  --fa--fa: "\f5f2\f5f2"; }

.fa-circle-down-right {
  --fa: "\e108";
  --fa--fa: "\e108\e108"; }

.fa-square-k {
  --fa: "\e274";
  --fa--fa: "\e274\e274"; }

.fa-manat-sign {
  --fa: "\e1d5";
  --fa--fa: "\e1d5\e1d5"; }

.fa-money-check-pen {
  --fa: "\f872";
  --fa--fa: "\f872\f872"; }

.fa-money-check-edit {
  --fa: "\f872";
  --fa--fa: "\f872\f872"; }

.fa-not-equal {
  --fa: "\f53e";
  --fa--fa: "\f53e\f53e"; }

.fa-border-top-left {
  --fa: "\f853";
  --fa--fa: "\f853\f853"; }

.fa-border-style {
  --fa: "\f853";
  --fa--fa: "\f853\f853"; }

.fa-map-location-dot {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0"; }

.fa-map-marked-alt {
  --fa: "\f5a0";
  --fa--fa: "\f5a0\f5a0"; }

.fa-tilde {
  --fa: "\7e";
  --fa--fa: "\7e\7e"; }

.fa-jedi {
  --fa: "\f669";
  --fa--fa: "\f669\f669"; }

.fa-square-poll-vertical {
  --fa: "\f681";
  --fa--fa: "\f681\f681"; }

.fa-poll {
  --fa: "\f681";
  --fa--fa: "\f681\f681"; }

.fa-arrow-down-square-triangle {
  --fa: "\f889";
  --fa--fa: "\f889\f889"; }

.fa-sort-shapes-down-alt {
  --fa: "\f889";
  --fa--fa: "\f889\f889"; }

.fa-mug-hot {
  --fa: "\f7b6";
  --fa--fa: "\f7b6\f7b6"; }

.fa-dog-leashed {
  --fa: "\f6d4";
  --fa--fa: "\f6d4\f6d4"; }

.fa-car-battery {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df"; }

.fa-battery-car {
  --fa: "\f5df";
  --fa--fa: "\f5df\f5df"; }

.fa-face-downcast-sweat {
  --fa: "\e371";
  --fa--fa: "\e371\e371"; }

.fa-mailbox-flag-up {
  --fa: "\e5bb";
  --fa--fa: "\e5bb\e5bb"; }

.fa-memo-circle-info {
  --fa: "\e49a";
  --fa--fa: "\e49a\e49a"; }

.fa-gift {
  --fa: "\f06b";
  --fa--fa: "\f06b\f06b"; }

.fa-dice-two {
  --fa: "\f528";
  --fa--fa: "\f528\f528"; }

.fa-volume {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8"; }

.fa-volume-medium {
  --fa: "\f6a8";
  --fa--fa: "\f6a8\f6a8"; }

.fa-transporter-5 {
  --fa: "\e2a6";
  --fa--fa: "\e2a6\e2a6"; }

.fa-gauge-circle-bolt {
  --fa: "\e496";
  --fa--fa: "\e496\e496"; }

.fa-coin-front {
  --fa: "\e3fc";
  --fa--fa: "\e3fc\e3fc"; }

.fa-file-slash {
  --fa: "\e3a7";
  --fa--fa: "\e3a7\e3a7"; }

.fa-message-arrow-up-right {
  --fa: "\e1dd";
  --fa--fa: "\e1dd\e1dd"; }

.fa-treasure-chest {
  --fa: "\f723";
  --fa--fa: "\f723\f723"; }

.fa-chess-queen {
  --fa: "\f445";
  --fa--fa: "\f445\f445"; }

.fa-paintbrush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9"; }

.fa-paint-brush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9"; }

.fa-paint-brush-fine {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9"; }

.fa-paintbrush-alt {
  --fa: "\f5a9";
  --fa--fa: "\f5a9\f5a9"; }

.fa-glasses {
  --fa: "\f530";
  --fa--fa: "\f530\f530"; }

.fa-hood-cloak {
  --fa: "\f6ef";
  --fa--fa: "\f6ef\f6ef"; }

.fa-square-quote {
  --fa: "\e329";
  --fa--fa: "\e329\e329"; }

.fa-up-left {
  --fa: "\e2bd";
  --fa--fa: "\e2bd\e2bd"; }

.fa-bring-front {
  --fa: "\f857";
  --fa--fa: "\f857\f857"; }

.fa-chess-board {
  --fa: "\f43c";
  --fa--fa: "\f43c\f43c"; }

.fa-burger-cheese {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1"; }

.fa-cheeseburger {
  --fa: "\f7f1";
  --fa--fa: "\f7f1\f7f1"; }

.fa-building-circle-check {
  --fa: "\e4d2";
  --fa--fa: "\e4d2\e4d2"; }

.fa-repeat-1 {
  --fa: "\f365";
  --fa--fa: "\f365\f365"; }

.fa-arrow-down-to-line {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d"; }

.fa-arrow-to-bottom {
  --fa: "\f33d";
  --fa--fa: "\f33d\f33d"; }

.fa-grid-5 {
  --fa: "\e199";
  --fa--fa: "\e199\e199"; }

.fa-swap-arrows {
  --fa: "\e60a";
  --fa--fa: "\e60a\e60a"; }

.fa-right-long-to-line {
  --fa: "\e444";
  --fa--fa: "\e444\e444"; }

.fa-person-chalkboard {
  --fa: "\e53d";
  --fa--fa: "\e53d\e53d"; }

.fa-mars-stroke-right {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b"; }

.fa-mars-stroke-h {
  --fa: "\f22b";
  --fa--fa: "\f22b\f22b"; }

.fa-hand-back-fist {
  --fa: "\f255";
  --fa--fa: "\f255\f255"; }

.fa-hand-rock {
  --fa: "\f255";
  --fa--fa: "\f255\f255"; }

.fa-grid-round-5 {
  --fa: "\e5de";
  --fa--fa: "\e5de\e5de"; }

.fa-tally {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c"; }

.fa-tally-5 {
  --fa: "\f69c";
  --fa--fa: "\f69c\f69c"; }

.fa-square-caret-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151"; }

.fa-caret-square-up {
  --fa: "\f151";
  --fa--fa: "\f151\f151"; }

.fa-cloud-showers-water {
  --fa: "\e4e4";
  --fa--fa: "\e4e4\e4e4"; }

.fa-chart-bar {
  --fa: "\f080";
  --fa--fa: "\f080\f080"; }

.fa-bar-chart {
  --fa: "\f080";
  --fa--fa: "\f080\f080"; }

.fa-hands-bubbles {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e"; }

.fa-hands-wash {
  --fa: "\e05e";
  --fa--fa: "\e05e\e05e"; }

.fa-less-than-equal {
  --fa: "\f537";
  --fa--fa: "\f537\f537"; }

.fa-train {
  --fa: "\f238";
  --fa--fa: "\f238\f238"; }

.fa-up-from-dotted-line {
  --fa: "\e456";
  --fa--fa: "\e456\e456"; }

.fa-eye-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8"; }

.fa-low-vision {
  --fa: "\f2a8";
  --fa--fa: "\f2a8\f2a8"; }

.fa-traffic-light-go {
  --fa: "\f638";
  --fa--fa: "\f638\f638"; }

.fa-face-exhaling {
  --fa: "\e480";
  --fa--fa: "\e480\e480"; }

.fa-sensor-fire {
  --fa: "\e02a";
  --fa--fa: "\e02a\e02a"; }

.fa-user-unlock {
  --fa: "\e058";
  --fa--fa: "\e058\e058"; }

.fa-hexagon-divide {
  --fa: "\e1ad";
  --fa--fa: "\e1ad\e1ad"; }

.fa-00 {
  --fa: "\e467";
  --fa--fa: "\e467\e467"; }

.fa-crow {
  --fa: "\f520";
  --fa--fa: "\f520\f520"; }

.fa-cassette-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4"; }

.fa-betamax {
  --fa: "\f8a4";
  --fa--fa: "\f8a4\f8a4"; }

.fa-sailboat {
  --fa: "\e445";
  --fa--fa: "\e445\e445"; }

.fa-window-restore {
  --fa: "\f2d2";
  --fa--fa: "\f2d2\f2d2"; }

.fa-nfc-magnifying-glass {
  --fa: "\e1f9";
  --fa--fa: "\e1f9\e1f9"; }

.fa-file-binary {
  --fa: "\e175";
  --fa--fa: "\e175\e175"; }

.fa-circle-v {
  --fa: "\e12a";
  --fa--fa: "\e12a\e12a"; }

.fa-square-plus {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe"; }

.fa-plus-square {
  --fa: "\f0fe";
  --fa--fa: "\f0fe\f0fe"; }

.fa-bowl-scoops {
  --fa: "\e3df";
  --fa--fa: "\e3df\e3df"; }

.fa-mistletoe {
  --fa: "\f7b4";
  --fa--fa: "\f7b4\f7b4"; }

.fa-custard {
  --fa: "\e403";
  --fa--fa: "\e403\e403"; }

.fa-lacrosse-stick {
  --fa: "\e3b5";
  --fa--fa: "\e3b5\e3b5"; }

.fa-hockey-mask {
  --fa: "\f6ee";
  --fa--fa: "\f6ee\f6ee"; }

.fa-sunrise {
  --fa: "\f766";
  --fa--fa: "\f766\f766"; }

.fa-subtitles {
  --fa: "\e60f";
  --fa--fa: "\e60f\e60f"; }

.fa-panel-ews {
  --fa: "\e42e";
  --fa--fa: "\e42e\e42e"; }

.fa-torii-gate {
  --fa: "\f6a1";
  --fa--fa: "\f6a1\f6a1"; }

.fa-cloud-exclamation {
  --fa: "\e491";
  --fa--fa: "\e491\e491"; }

.fa-message-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6"; }

.fa-comment-alt-lines {
  --fa: "\f4a6";
  --fa--fa: "\f4a6\f4a6"; }

.fa-frog {
  --fa: "\f52e";
  --fa--fa: "\f52e\f52e"; }

.fa-bucket {
  --fa: "\e4cf";
  --fa--fa: "\e4cf\e4cf"; }

.fa-floppy-disk-pen {
  --fa: "\e182";
  --fa--fa: "\e182\e182"; }

.fa-image {
  --fa: "\f03e";
  --fa--fa: "\f03e\f03e"; }

.fa-window-frame {
  --fa: "\e04f";
  --fa--fa: "\e04f\e04f"; }

.fa-microphone {
  --fa: "\f130";
  --fa--fa: "\f130\f130"; }

.fa-cow {
  --fa: "\f6c8";
  --fa--fa: "\f6c8\f6c8"; }

.fa-file-zip {
  --fa: "\e5ee";
  --fa--fa: "\e5ee\e5ee"; }

.fa-square-ring {
  --fa: "\e44f";
  --fa--fa: "\e44f\e44f"; }

.fa-down-from-line {
  --fa: "\f349";
  --fa--fa: "\f349\f349"; }

.fa-arrow-alt-from-top {
  --fa: "\f349";
  --fa--fa: "\f349\f349"; }

.fa-caret-up {
  --fa: "\f0d8";
  --fa--fa: "\f0d8\f0d8"; }

.fa-shield-xmark {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c"; }

.fa-shield-times {
  --fa: "\e24c";
  --fa--fa: "\e24c\e24c"; }

.fa-screwdriver {
  --fa: "\f54a";
  --fa--fa: "\f54a\f54a"; }

.fa-circle-sort-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031"; }

.fa-sort-circle-down {
  --fa: "\e031";
  --fa--fa: "\e031\e031"; }

.fa-folder-closed {
  --fa: "\e185";
  --fa--fa: "\e185\e185"; }

.fa-house-tsunami {
  --fa: "\e515";
  --fa--fa: "\e515\e515"; }

.fa-square-nfi {
  --fa: "\e576";
  --fa--fa: "\e576\e576"; }

.fa-forklift {
  --fa: "\f47a";
  --fa--fa: "\f47a\f47a"; }

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
  --fa--fa: "\e4b5\e4b5"; }

.fa-bracket-square-right {
  --fa: "\5d";
  --fa--fa: "\5d\5d"; }

.fa-martini-glass {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b"; }

.fa-glass-martini-alt {
  --fa: "\f57b";
  --fa--fa: "\f57b\f57b"; }

.fa-square-binary {
  --fa: "\e69b";
  --fa--fa: "\e69b\e69b"; }

.fa-rotate-left {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea"; }

.fa-rotate-back {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea"; }

.fa-rotate-backward {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea"; }

.fa-undo-alt {
  --fa: "\f2ea";
  --fa--fa: "\f2ea\f2ea"; }

.fa-table-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db"; }

.fa-columns {
  --fa: "\f0db";
  --fa--fa: "\f0db\f0db"; }

.fa-square-a {
  --fa: "\e25f";
  --fa--fa: "\e25f\e25f"; }

.fa-tick {
  --fa: "\e32f";
  --fa--fa: "\e32f\e32f"; }

.fa-lemon {
  --fa: "\f094";
  --fa--fa: "\f094\f094"; }

.fa-head-side-mask {
  --fa: "\e063";
  --fa--fa: "\e063\e063"; }

.fa-handshake {
  --fa: "\f2b5";
  --fa--fa: "\f2b5\f2b5"; }

.fa-gem {
  --fa: "\f3a5";
  --fa--fa: "\f3a5\f3a5"; }

.fa-dolly {
  --fa: "\f472";
  --fa--fa: "\f472\f472"; }

.fa-dolly-box {
  --fa: "\f472";
  --fa--fa: "\f472\f472"; }

.fa-smoking {
  --fa: "\f48d";
  --fa--fa: "\f48d\f48d"; }

.fa-minimize {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c"; }

.fa-compress-arrows-alt {
  --fa: "\f78c";
  --fa--fa: "\f78c\f78c"; }

.fa-refrigerator {
  --fa: "\e026";
  --fa--fa: "\e026\e026"; }

.fa-monument {
  --fa: "\f5a6";
  --fa--fa: "\f5a6\f5a6"; }

.fa-octagon-xmark {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0"; }

.fa-times-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0"; }

.fa-xmark-octagon {
  --fa: "\f2f0";
  --fa--fa: "\f2f0\f2f0"; }

.fa-align-slash {
  --fa: "\f846";
  --fa--fa: "\f846\f846"; }

.fa-snowplow {
  --fa: "\f7d2";
  --fa--fa: "\f7d2\f7d2"; }

.fa-angles-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101"; }

.fa-angle-double-right {
  --fa: "\f101";
  --fa--fa: "\f101\f101"; }

.fa-truck-ramp-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd"; }

.fa-truck-couch {
  --fa: "\f4dd";
  --fa--fa: "\f4dd\f4dd"; }

.fa-cannabis {
  --fa: "\f55f";
  --fa--fa: "\f55f\f55f"; }

.fa-circle-play {
  --fa: "\f144";
  --fa--fa: "\f144\f144"; }

.fa-play-circle {
  --fa: "\f144";
  --fa--fa: "\f144\f144"; }

.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "\e0a0";
  --fa--fa: "\e0a0\e0a0"; }

.fa-location-arrow-up {
  --fa: "\e63a";
  --fa--fa: "\e63a\e63a"; }

.fa-tablets {
  --fa: "\f490";
  --fa--fa: "\f490\f490"; }

.fa-360-degrees {
  --fa: "\e2dc";
  --fa--fa: "\e2dc\e2dc"; }

.fa-ethernet {
  --fa: "\f796";
  --fa--fa: "\f796\f796"; }

.fa-euro-sign {
  --fa: "\f153";
  --fa--fa: "\f153\f153"; }

.fa-eur {
  --fa: "\f153";
  --fa--fa: "\f153\f153"; }

.fa-euro {
  --fa: "\f153";
  --fa--fa: "\f153\f153"; }

.fa-chair {
  --fa: "\f6c0";
  --fa--fa: "\f6c0\f6c0"; }

.fa-circle-check {
  --fa: "\f058";
  --fa--fa: "\f058\f058"; }

.fa-check-circle {
  --fa: "\f058";
  --fa--fa: "\f058\f058"; }

.fa-square-dashed-circle-plus {
  --fa: "\e5c2";
  --fa--fa: "\e5c2\e5c2"; }

.fa-hand-holding-circle-dollar {
  --fa: "\e621";
  --fa--fa: "\e621\e621"; }

.fa-money-simple-from-bracket {
  --fa: "\e313";
  --fa--fa: "\e313\e313"; }

.fa-bat {
  --fa: "\f6b5";
  --fa--fa: "\f6b5\f6b5"; }

.fa-circle-stop {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d"; }

.fa-stop-circle {
  --fa: "\f28d";
  --fa--fa: "\f28d\f28d"; }

.fa-head-side-headphones {
  --fa: "\f8c2";
  --fa--fa: "\f8c2\f8c2"; }

.fa-phone-rotary {
  --fa: "\f8d3";
  --fa--fa: "\f8d3\f8d3"; }

.fa-arrow-up-to-bracket {
  --fa: "\e66a";
  --fa--fa: "\e66a\e66a"; }

.fa-compass-drafting {
  --fa: "\f568";
  --fa--fa: "\f568\f568"; }

.fa-drafting-compass {
  --fa: "\f568";
  --fa--fa: "\f568\f568"; }

.fa-plate-wheat {
  --fa: "\e55a";
  --fa--fa: "\e55a\e55a"; }

.fa-calendar-circle-minus {
  --fa: "\e46f";
  --fa--fa: "\e46f\e46f"; }

.fa-chopsticks {
  --fa: "\e3f7";
  --fa--fa: "\e3f7\e3f7"; }

.fa-car-wrench {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3"; }

.fa-car-mechanic {
  --fa: "\f5e3";
  --fa--fa: "\f5e3\f5e3"; }

.fa-icicles {
  --fa: "\f7ad";
  --fa--fa: "\f7ad\f7ad"; }

.fa-person-shelter {
  --fa: "\e54f";
  --fa--fa: "\e54f\e54f"; }

.fa-neuter {
  --fa: "\f22c";
  --fa--fa: "\f22c\f22c"; }

.fa-id-badge {
  --fa: "\f2c1";
  --fa--fa: "\f2c1\f2c1"; }

.fa-kazoo {
  --fa: "\f8c7";
  --fa--fa: "\f8c7\f8c7"; }

.fa-marker {
  --fa: "\f5a1";
  --fa--fa: "\f5a1\f5a1"; }

.fa-bin-bottles {
  --fa: "\e5f5";
  --fa--fa: "\e5f5\e5f5"; }

.fa-face-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a"; }

.fa-laugh-beam {
  --fa: "\f59a";
  --fa--fa: "\f59a\f59a"; }

.fa-square-arrow-down-left {
  --fa: "\e261";
  --fa--fa: "\e261\e261"; }

.fa-battery-bolt {
  --fa: "\f376";
  --fa--fa: "\f376\f376"; }

.fa-tree-large {
  --fa: "\f7dd";
  --fa--fa: "\f7dd\f7dd"; }

.fa-helicopter-symbol {
  --fa: "\e502";
  --fa--fa: "\e502\e502"; }

.fa-aperture {
  --fa: "\e2df";
  --fa--fa: "\e2df\e2df"; }

.fa-universal-access {
  --fa: "\f29a";
  --fa--fa: "\f29a\f29a"; }

.fa-gear-complex {
  --fa: "\e5e9";
  --fa--fa: "\e5e9\e5e9"; }

.fa-file-magnifying-glass {
  --fa: "\f865";
  --fa--fa: "\f865\f865"; }

.fa-file-search {
  --fa: "\f865";
  --fa--fa: "\f865\f865"; }

.fa-up-right {
  --fa: "\e2be";
  --fa--fa: "\e2be\e2be"; }

.fa-circle-chevron-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139"; }

.fa-chevron-circle-up {
  --fa: "\f139";
  --fa--fa: "\f139\f139"; }

.fa-user-police {
  --fa: "\e333";
  --fa--fa: "\e333\e333"; }

.fa-lari-sign {
  --fa: "\e1c8";
  --fa--fa: "\e1c8\e1c8"; }

.fa-volcano {
  --fa: "\f770";
  --fa--fa: "\f770\f770"; }

.fa-teddy-bear {
  --fa: "\e3cf";
  --fa--fa: "\e3cf\e3cf"; }

.fa-stocking {
  --fa: "\f7d5";
  --fa--fa: "\f7d5\f7d5"; }

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
  --fa--fa: "\e553\e553"; }

.fa-image-slash {
  --fa: "\e1b7";
  --fa--fa: "\e1b7\e1b7"; }

.fa-mask-snorkel {
  --fa: "\e3b7";
  --fa--fa: "\e3b7\e3b7"; }

.fa-smoke {
  --fa: "\f760";
  --fa--fa: "\f760\f760"; }

.fa-sterling-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154"; }

.fa-gbp {
  --fa: "\f154";
  --fa--fa: "\f154\f154"; }

.fa-pound-sign {
  --fa: "\f154";
  --fa--fa: "\f154\f154"; }

.fa-battery-exclamation {
  --fa: "\e0b0";
  --fa--fa: "\e0b0\e0b0"; }

.fa-viruses {
  --fa: "\e076";
  --fa--fa: "\e076\e076"; }

.fa-square-person-confined {
  --fa: "\e577";
  --fa--fa: "\e577\e577"; }

.fa-user-tie {
  --fa: "\f508";
  --fa--fa: "\f508\f508"; }

.fa-up-to-bracket {
  --fa: "\e66e";
  --fa--fa: "\e66e\e66e"; }

.fa-arrow-down-long {
  --fa: "\f175";
  --fa--fa: "\f175\f175"; }

.fa-long-arrow-down {
  --fa: "\f175";
  --fa--fa: "\f175\f175"; }

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
  --fa--fa: "\e57e\e57e"; }

.fa-certificate {
  --fa: "\f0a3";
  --fa--fa: "\f0a3\f0a3"; }

.fa-crystal-ball {
  --fa: "\e362";
  --fa--fa: "\e362\e362"; }

.fa-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122"; }

.fa-mail-reply-all {
  --fa: "\f122";
  --fa--fa: "\f122\f122"; }

.fa-suitcase {
  --fa: "\f0f2";
  --fa--fa: "\f0f2\f0f2"; }

.fa-person-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5"; }

.fa-skating {
  --fa: "\f7c5";
  --fa--fa: "\f7c5\f7c5"; }

.fa-star-shooting {
  --fa: "\e036";
  --fa--fa: "\e036\e036"; }

.fa-binary-lock {
  --fa: "\e33d";
  --fa--fa: "\e33d\e33d"; }

.fa-filter-circle-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662"; }

.fa-funnel-dollar {
  --fa: "\f662";
  --fa--fa: "\f662\f662"; }

.fa-camera-retro {
  --fa: "\f083";
  --fa--fa: "\f083\f083"; }

.fa-circle-arrow-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab"; }

.fa-arrow-circle-down {
  --fa: "\f0ab";
  --fa--fa: "\f0ab\f0ab"; }

.fa-comment-pen {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae"; }

.fa-comment-edit {
  --fa: "\f4ae";
  --fa--fa: "\f4ae\f4ae"; }

.fa-file-import {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f"; }

.fa-arrow-right-to-file {
  --fa: "\f56f";
  --fa--fa: "\f56f\f56f"; }

.fa-banjo {
  --fa: "\f8a3";
  --fa--fa: "\f8a3\f8a3"; }

.fa-square-arrow-up-right {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c"; }

.fa-external-link-square {
  --fa: "\f14c";
  --fa--fa: "\f14c\f14c"; }

.fa-light-emergency-on {
  --fa: "\e420";
  --fa--fa: "\e420\e420"; }

.fa-kerning {
  --fa: "\f86f";
  --fa--fa: "\f86f\f86f"; }

.fa-box-open {
  --fa: "\f49e";
  --fa--fa: "\f49e\f49e"; }

.fa-square-f {
  --fa: "\e270";
  --fa--fa: "\e270\e270"; }

.fa-scroll {
  --fa: "\f70e";
  --fa--fa: "\f70e\f70e"; }

.fa-spa {
  --fa: "\f5bb";
  --fa--fa: "\f5bb\f5bb"; }

.fa-arrow-left-from-line {
  --fa: "\f344";
  --fa--fa: "\f344\f344"; }

.fa-arrow-from-right {
  --fa: "\f344";
  --fa--fa: "\f344\f344"; }

.fa-strawberry {
  --fa: "\e32b";
  --fa--fa: "\e32b\e32b"; }

.fa-location-pin-lock {
  --fa: "\e51f";
  --fa--fa: "\e51f\e51f"; }

.fa-pause {
  --fa: "\f04c";
  --fa--fa: "\f04c\f04c"; }

.fa-clock-eight-thirty {
  --fa: "\e346";
  --fa--fa: "\e346\e346"; }

.fa-plane-engines {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de"; }

.fa-plane-alt {
  --fa: "\f3de";
  --fa--fa: "\f3de\f3de"; }

.fa-hill-avalanche {
  --fa: "\e507";
  --fa--fa: "\e507\e507"; }

.fa-temperature-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb"; }

.fa-temperature-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb"; }

.fa-thermometer-0 {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb"; }

.fa-thermometer-empty {
  --fa: "\f2cb";
  --fa--fa: "\f2cb\f2cb"; }

.fa-bomb {
  --fa: "\f1e2";
  --fa--fa: "\f1e2\f1e2"; }

.fa-gauge-low {
  --fa: "\f627";
  --fa--fa: "\f627\f627"; }

.fa-tachometer-alt-slow {
  --fa: "\f627";
  --fa--fa: "\f627\f627"; }

.fa-registered {
  --fa: "\f25d";
  --fa--fa: "\f25d\f25d"; }

.fa-trash-can-plus {
  --fa: "\e2ac";
  --fa--fa: "\e2ac\e2ac"; }

.fa-address-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb"; }

.fa-contact-card {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb"; }

.fa-vcard {
  --fa: "\f2bb";
  --fa--fa: "\f2bb\f2bb"; }

.fa-chart-fft {
  --fa: "\e69e";
  --fa--fa: "\e69e\e69e"; }

.fa-scale-unbalanced-flip {
  --fa: "\f516";
  --fa--fa: "\f516\f516"; }

.fa-balance-scale-right {
  --fa: "\f516";
  --fa--fa: "\f516\f516"; }

.fa-globe-snow {
  --fa: "\f7a3";
  --fa--fa: "\f7a3\f7a3"; }

.fa-subscript {
  --fa: "\f12c";
  --fa--fa: "\f12c\f12c"; }

.fa-diamond-turn-right {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb"; }

.fa-directions {
  --fa: "\f5eb";
  --fa--fa: "\f5eb\f5eb"; }

.fa-integral {
  --fa: "\f667";
  --fa--fa: "\f667\f667"; }

.fa-burst {
  --fa: "\e4dc";
  --fa--fa: "\e4dc\e4dc"; }

.fa-house-laptop {
  --fa: "\e066";
  --fa--fa: "\e066\e066"; }

.fa-laptop-house {
  --fa: "\e066";
  --fa--fa: "\e066\e066"; }

.fa-face-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8"; }

.fa-tired {
  --fa: "\f5c8";
  --fa--fa: "\f5c8\f5c8"; }

.fa-money-bills {
  --fa: "\e1f3";
  --fa--fa: "\e1f3\e1f3"; }

.fa-blinds-raised {
  --fa: "\f8fd";
  --fa--fa: "\f8fd\f8fd"; }

.fa-smog {
  --fa: "\f75f";
  --fa--fa: "\f75f\f75f"; }

.fa-ufo-beam {
  --fa: "\e048";
  --fa--fa: "\e048\e048"; }

.fa-hydra {
  --fa: "\e686";
  --fa--fa: "\e686\e686"; }

.fa-circle-caret-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331"; }

.fa-caret-circle-up {
  --fa: "\f331";
  --fa--fa: "\f331\f331"; }

.fa-user-vneck-hair-long {
  --fa: "\e463";
  --fa--fa: "\e463\e463"; }

.fa-square-a-lock {
  --fa: "\e44d";
  --fa--fa: "\e44d\e44d"; }

.fa-crutch {
  --fa: "\f7f7";
  --fa--fa: "\f7f7\f7f7"; }

.fa-gas-pump-slash {
  --fa: "\f5f4";
  --fa--fa: "\f5f4\f5f4"; }

.fa-cloud-arrow-up {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee"; }

.fa-cloud-upload {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee"; }

.fa-cloud-upload-alt {
  --fa: "\f0ee";
  --fa--fa: "\f0ee\f0ee"; }

.fa-palette {
  --fa: "\f53f";
  --fa--fa: "\f53f\f53f"; }

.fa-transporter-4 {
  --fa: "\e2a5";
  --fa--fa: "\e2a5\e2a5"; }

.fa-chart-mixed-up-circle-currency {
  --fa: "\e5d8";
  --fa--fa: "\e5d8\e5d8"; }

.fa-objects-align-right {
  --fa: "\e3bf";
  --fa--fa: "\e3bf\e3bf"; }

.fa-arrows-turn-right {
  --fa: "\e4c0";
  --fa--fa: "\e4c0\e4c0"; }

.fa-vest {
  --fa: "\e085";
  --fa--fa: "\e085\e085"; }

.fa-pig {
  --fa: "\f706";
  --fa--fa: "\f706\f706"; }

.fa-inbox-full {
  --fa: "\e1ba";
  --fa--fa: "\e1ba\e1ba"; }

.fa-circle-envelope {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c"; }

.fa-envelope-circle {
  --fa: "\e10c";
  --fa--fa: "\e10c\e10c"; }

.fa-triangle-person-digging {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d"; }

.fa-construction {
  --fa: "\f85d";
  --fa--fa: "\f85d\f85d"; }

.fa-ferry {
  --fa: "\e4ea";
  --fa--fa: "\e4ea\e4ea"; }

.fa-bullseye-arrow {
  --fa: "\f648";
  --fa--fa: "\f648\f648"; }

.fa-arrows-down-to-people {
  --fa: "\e4b9";
  --fa--fa: "\e4b9\e4b9"; }

.fa-seedling {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8"; }

.fa-sprout {
  --fa: "\f4d8";
  --fa--fa: "\f4d8\f4d8"; }

.fa-clock-seven {
  --fa: "\e350";
  --fa--fa: "\e350\e350"; }

.fa-left-right {
  --fa: "\f337";
  --fa--fa: "\f337\f337"; }

.fa-arrows-alt-h {
  --fa: "\f337";
  --fa--fa: "\f337\f337"; }

.fa-boxes-packing {
  --fa: "\e4c7";
  --fa--fa: "\e4c7\e4c7"; }

.fa-circle-arrow-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8"; }

.fa-arrow-circle-left {
  --fa: "\f0a8";
  --fa--fa: "\f0a8\f0a8"; }

.fa-flashlight {
  --fa: "\f8b8";
  --fa--fa: "\f8b8\f8b8"; }

.fa-file-jpg {
  --fa: "\e646";
  --fa--fa: "\e646\e646"; }

.fa-group-arrows-rotate {
  --fa: "\e4f6";
  --fa--fa: "\e4f6\e4f6"; }

.fa-bowl-food {
  --fa: "\e4c6";
  --fa--fa: "\e4c6\e4c6"; }

.fa-square-9 {
  --fa: "\e25e";
  --fa--fa: "\e25e\e25e"; }

.fa-candy-cane {
  --fa: "\f786";
  --fa--fa: "\f786\f786"; }

.fa-arrow-down-wide-short {
  --fa: "\f160";
  --fa--fa: "\f160\f160"; }

.fa-sort-amount-asc {
  --fa: "\f160";
  --fa--fa: "\f160\f160"; }

.fa-sort-amount-down {
  --fa: "\f160";
  --fa--fa: "\f160\f160"; }

.fa-square-dollar {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9"; }

.fa-dollar-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9"; }

.fa-usd-square {
  --fa: "\f2e9";
  --fa--fa: "\f2e9\f2e9"; }

.fa-phone-arrow-right {
  --fa: "\e5be";
  --fa--fa: "\e5be\e5be"; }

.fa-hand-holding-seedling {
  --fa: "\f4bf";
  --fa--fa: "\f4bf\f4bf"; }

.fa-message-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2"; }

.fa-comment-alt-check {
  --fa: "\f4a2";
  --fa--fa: "\f4a2\f4a2"; }

.fa-cloud-bolt {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c"; }

.fa-thunderstorm {
  --fa: "\f76c";
  --fa--fa: "\f76c\f76c"; }

.fa-chart-line-up-down {
  --fa: "\e5d7";
  --fa--fa: "\e5d7\e5d7"; }

.fa-text-slash {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d"; }

.fa-remove-format {
  --fa: "\f87d";
  --fa--fa: "\f87d\f87d"; }

.fa-watch {
  --fa: "\f2e1";
  --fa--fa: "\f2e1\f2e1"; }

.fa-circle-down-left {
  --fa: "\e107";
  --fa--fa: "\e107\e107"; }

.fa-text {
  --fa: "\f893";
  --fa--fa: "\f893\f893"; }

.fa-projector {
  --fa: "\f8d6";
  --fa--fa: "\f8d6\f8d6"; }

.fa-face-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da"; }

.fa-smile-wink {
  --fa: "\f4da";
  --fa--fa: "\f4da\f4da"; }

.fa-tombstone-blank {
  --fa: "\f721";
  --fa--fa: "\f721\f721"; }

.fa-tombstone-alt {
  --fa: "\f721";
  --fa--fa: "\f721\f721"; }

.fa-chess-king-piece {
  --fa: "\f440";
  --fa--fa: "\f440\f440"; }

.fa-chess-king-alt {
  --fa: "\f440";
  --fa--fa: "\f440\f440"; }

.fa-circle-6 {
  --fa: "\e0f3";
  --fa--fa: "\e0f3\e0f3"; }

.fa-waves-sine {
  --fa: "\e65d";
  --fa--fa: "\e65d\e65d"; }

.fa-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355"; }

.fa-arrow-alt-left {
  --fa: "\f355";
  --fa--fa: "\f355\f355"; }

.fa-file-word {
  --fa: "\f1c2";
  --fa--fa: "\f1c2\f1c2"; }

.fa-file-powerpoint {
  --fa: "\f1c4";
  --fa--fa: "\f1c4\f1c4"; }

.fa-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350"; }

.fa-arrow-alt-square-down {
  --fa: "\f350";
  --fa--fa: "\f350\f350"; }

.fa-objects-align-center-vertical {
  --fa: "\e3bd";
  --fa--fa: "\e3bd\e3bd"; }

.fa-arrows-left-right {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e"; }

.fa-arrows-h {
  --fa: "\f07e";
  --fa--fa: "\f07e\f07e"; }

.fa-house-lock {
  --fa: "\e510";
  --fa--fa: "\e510\e510"; }

.fa-cloud-arrow-down {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed"; }

.fa-cloud-download {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed"; }

.fa-cloud-download-alt {
  --fa: "\f0ed";
  --fa--fa: "\f0ed\f0ed"; }

.fa-wreath {
  --fa: "\f7e2";
  --fa--fa: "\f7e2\f7e2"; }

.fa-children {
  --fa: "\e4e1";
  --fa--fa: "\e4e1\e4e1"; }

.fa-meter-droplet {
  --fa: "\e1ea";
  --fa--fa: "\e1ea\e1ea"; }

.fa-chalkboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b"; }

.fa-blackboard {
  --fa: "\f51b";
  --fa--fa: "\f51b\f51b"; }

.fa-user-large-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa"; }

.fa-user-alt-slash {
  --fa: "\f4fa";
  --fa--fa: "\f4fa\f4fa"; }

.fa-signal-strong {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f"; }

.fa-signal-4 {
  --fa: "\f68f";
  --fa--fa: "\f68f\f68f"; }

.fa-lollipop {
  --fa: "\e424";
  --fa--fa: "\e424\e424"; }

.fa-lollypop {
  --fa: "\e424";
  --fa--fa: "\e424\e424"; }

.fa-list-tree {
  --fa: "\e1d2";
  --fa--fa: "\e1d2\e1d2"; }

.fa-envelope-open {
  --fa: "\f2b6";
  --fa--fa: "\f2b6\f2b6"; }

.fa-draw-circle {
  --fa: "\f5ed";
  --fa--fa: "\f5ed\f5ed"; }

.fa-cat-space {
  --fa: "\e001";
  --fa--fa: "\e001\e001"; }

.fa-handshake-simple-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f"; }

.fa-handshake-alt-slash {
  --fa: "\e05f";
  --fa--fa: "\e05f\e05f"; }

.fa-rabbit-running {
  --fa: "\f709";
  --fa--fa: "\f709\f709"; }

.fa-rabbit-fast {
  --fa: "\f709";
  --fa--fa: "\f709\f709"; }

.fa-memo-pad {
  --fa: "\e1da";
  --fa--fa: "\e1da\e1da"; }

.fa-mattress-pillow {
  --fa: "\e525";
  --fa--fa: "\e525\e525"; }

.fa-alarm-plus {
  --fa: "\f844";
  --fa--fa: "\f844\f844"; }

.fa-alicorn {
  --fa: "\f6b0";
  --fa--fa: "\f6b0\f6b0"; }

.fa-comment-question {
  --fa: "\e14b";
  --fa--fa: "\e14b\e14b"; }

.fa-gingerbread-man {
  --fa: "\f79d";
  --fa--fa: "\f79d\f79d"; }

.fa-guarani-sign {
  --fa: "\e19a";
  --fa--fa: "\e19a\e19a"; }

.fa-burger-fries {
  --fa: "\e0cd";
  --fa--fa: "\e0cd\e0cd"; }

.fa-mug-tea {
  --fa: "\f875";
  --fa--fa: "\f875\f875"; }

.fa-border-top {
  --fa: "\f855";
  --fa--fa: "\f855\f855"; }

.fa-arrows-rotate {
  --fa: "\f021";
  --fa--fa: "\f021\f021"; }

.fa-refresh {
  --fa: "\f021";
  --fa--fa: "\f021\f021"; }

.fa-sync {
  --fa: "\f021";
  --fa--fa: "\f021\f021"; }

.fa-circle-book-open {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff"; }

.fa-book-circle {
  --fa: "\e0ff";
  --fa--fa: "\e0ff\e0ff"; }

.fa-arrows-to-dotted-line {
  --fa: "\e0a6";
  --fa--fa: "\e0a6\e0a6"; }

.fa-fire-extinguisher {
  --fa: "\f134";
  --fa--fa: "\f134\f134"; }

.fa-magnifying-glass-arrows-rotate {
  --fa: "\e65e";
  --fa--fa: "\e65e\e65e"; }

.fa-garage-open {
  --fa: "\e00b";
  --fa--fa: "\e00b\e00b"; }

.fa-shelves-empty {
  --fa: "\e246";
  --fa--fa: "\e246\e246"; }

.fa-cruzeiro-sign {
  --fa: "\e152";
  --fa--fa: "\e152\e152"; }

.fa-watch-apple {
  --fa: "\e2cb";
  --fa--fa: "\e2cb\e2cb"; }

.fa-watch-calculator {
  --fa: "\f8f0";
  --fa--fa: "\f8f0\f8f0"; }

.fa-list-dropdown {
  --fa: "\e1cf";
  --fa--fa: "\e1cf\e1cf"; }

.fa-cabinet-filing {
  --fa: "\f64b";
  --fa--fa: "\f64b\f64b"; }

.fa-burger-soda {
  --fa: "\f858";
  --fa--fa: "\f858\f858"; }

.fa-square-arrow-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c"; }

.fa-arrow-square-up {
  --fa: "\f33c";
  --fa--fa: "\f33c\f33c"; }

.fa-greater-than-equal {
  --fa: "\f532";
  --fa--fa: "\f532\f532"; }

.fa-pallet-box {
  --fa: "\e208";
  --fa--fa: "\e208\e208"; }

.fa-face-confounded {
  --fa: "\e36c";
  --fa--fa: "\e36c\e36c"; }

.fa-shield-halved {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed"; }

.fa-shield-alt {
  --fa: "\f3ed";
  --fa--fa: "\f3ed\f3ed"; }

.fa-truck-plow {
  --fa: "\f7de";
  --fa--fa: "\f7de\f7de"; }

.fa-book-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558"; }

.fa-atlas {
  --fa: "\f558";
  --fa--fa: "\f558\f558"; }

.fa-virus {
  --fa: "\e074";
  --fa--fa: "\e074\e074"; }

.fa-grid-round-2 {
  --fa: "\e5db";
  --fa--fa: "\e5db\e5db"; }

.fa-comment-middle-top {
  --fa: "\e14a";
  --fa--fa: "\e14a\e14a"; }

.fa-wave {
  --fa: "\e65b";
  --fa--fa: "\e65b\e65b"; }

.fa-envelope-circle-check {
  --fa: "\e4e8";
  --fa--fa: "\e4e8\e4e8"; }

.fa-layer-group {
  --fa: "\f5fd";
  --fa--fa: "\f5fd\f5fd"; }

.fa-restroom-simple {
  --fa: "\e23a";
  --fa--fa: "\e23a\e23a"; }

.fa-arrows-to-dot {
  --fa: "\e4be";
  --fa--fa: "\e4be\e4be"; }

.fa-border-outer {
  --fa: "\f851";
  --fa--fa: "\f851\f851"; }

.fa-hashtag-lock {
  --fa: "\e415";
  --fa--fa: "\e415\e415"; }

.fa-clock-two-thirty {
  --fa: "\e35b";
  --fa--fa: "\e35b\e35b"; }

.fa-archway {
  --fa: "\f557";
  --fa--fa: "\f557\f557"; }

.fa-heart-circle-check {
  --fa: "\e4fd";
  --fa--fa: "\e4fd\e4fd"; }

.fa-house-chimney-crack {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1"; }

.fa-house-damage {
  --fa: "\f6f1";
  --fa--fa: "\f6f1\f6f1"; }

.fa-file-zipper {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6"; }

.fa-file-archive {
  --fa: "\f1c6";
  --fa--fa: "\f1c6\f1c6"; }

.fa-ticket-perforated {
  --fa: "\e63e";
  --fa--fa: "\e63e\e63e"; }

.fa-heart-half {
  --fa: "\e1ab";
  --fa--fa: "\e1ab\e1ab"; }

.fa-comment-check {
  --fa: "\f4ac";
  --fa--fa: "\f4ac\f4ac"; }

.fa-square {
  --fa: "\f0c8";
  --fa--fa: "\f0c8\f0c8"; }

.fa-memo {
  --fa: "\e1d8";
  --fa--fa: "\e1d8\e1d8"; }

.fa-martini-glass-empty {
  --fa: "\f000";
  --fa--fa: "\f000\f000"; }

.fa-glass-martini {
  --fa: "\f000";
  --fa--fa: "\f000\f000"; }

.fa-couch {
  --fa: "\f4b8";
  --fa--fa: "\f4b8\f4b8"; }

.fa-cedi-sign {
  --fa: "\e0df";
  --fa--fa: "\e0df\e0df"; }

.fa-italic {
  --fa: "\f033";
  --fa--fa: "\f033\f033"; }

.fa-glass-citrus {
  --fa: "\f869";
  --fa--fa: "\f869\f869"; }

.fa-calendar-lines-pen {
  --fa: "\e472";
  --fa--fa: "\e472\e472"; }

.fa-table-cells-column-lock {
  --fa: "\e678";
  --fa--fa: "\e678\e678"; }

.fa-church {
  --fa: "\f51d";
  --fa--fa: "\f51d\f51d"; }

.fa-person-snowmobiling {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1"; }

.fa-snowmobile {
  --fa: "\f7d1";
  --fa--fa: "\f7d1\f7d1"; }

.fa-face-hushed {
  --fa: "\e37b";
  --fa--fa: "\e37b\e37b"; }

.fa-comments-dollar {
  --fa: "\f653";
  --fa--fa: "\f653\f653"; }

.fa-tickets-simple {
  --fa: "\e659";
  --fa--fa: "\e659\e659"; }

.fa-pickaxe {
  --fa: "\e5bf";
  --fa--fa: "\e5bf\e5bf"; }

.fa-link-simple-slash {
  --fa: "\e1ce";
  --fa--fa: "\e1ce\e1ce"; }

.fa-democrat {
  --fa: "\f747";
  --fa--fa: "\f747\f747"; }

.fa-face-confused {
  --fa: "\e36d";
  --fa--fa: "\e36d\e36d"; }

.fa-pinball {
  --fa: "\e229";
  --fa--fa: "\e229\e229"; }

.fa-z {
  --fa: "\5a";
  --fa--fa: "\5a\5a"; }

.fa-person-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9"; }

.fa-skiing {
  --fa: "\f7c9";
  --fa--fa: "\f7c9\f7c9"; }

.fa-deer {
  --fa: "\f78e";
  --fa--fa: "\f78e\f78e"; }

.fa-input-pipe {
  --fa: "\e1be";
  --fa--fa: "\e1be\e1be"; }

.fa-road-lock {
  --fa: "\e567";
  --fa--fa: "\e567\e567"; }

.fa-a {
  --fa: "\41";
  --fa--fa: "\41\41"; }

.fa-bookmark-slash {
  --fa: "\e0c2";
  --fa--fa: "\e0c2\e0c2"; }

.fa-temperature-arrow-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f"; }

.fa-temperature-down {
  --fa: "\e03f";
  --fa--fa: "\e03f\e03f"; }

.fa-mace {
  --fa: "\f6f8";
  --fa--fa: "\f6f8\f6f8"; }

.fa-feather-pointed {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b"; }

.fa-feather-alt {
  --fa: "\f56b";
  --fa--fa: "\f56b\f56b"; }

.fa-sausage {
  --fa: "\f820";
  --fa--fa: "\f820\f820"; }

.fa-trash-can-clock {
  --fa: "\e2aa";
  --fa--fa: "\e2aa\e2aa"; }

.fa-p {
  --fa: "\50";
  --fa--fa: "\50\50"; }

.fa-broom-wide {
  --fa: "\e5d1";
  --fa--fa: "\e5d1\e5d1"; }

.fa-snowflake {
  --fa: "\f2dc";
  --fa--fa: "\f2dc\f2dc"; }

.fa-stomach {
  --fa: "\f623";
  --fa--fa: "\f623\f623"; }

.fa-newspaper {
  --fa: "\f1ea";
  --fa--fa: "\f1ea\f1ea"; }

.fa-rectangle-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641"; }

.fa-ad {
  --fa: "\f641";
  --fa--fa: "\f641\f641"; }

.fa-guitar-electric {
  --fa: "\f8be";
  --fa--fa: "\f8be\f8be"; }

.fa-arrow-turn-down-right {
  --fa: "\e3d6";
  --fa--fa: "\e3d6\e3d6"; }

.fa-moon-cloud {
  --fa: "\f754";
  --fa--fa: "\f754\f754"; }

.fa-bread-slice-butter {
  --fa: "\e3e1";
  --fa--fa: "\e3e1\e3e1"; }

.fa-circle-arrow-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9"; }

.fa-arrow-circle-right {
  --fa: "\f0a9";
  --fa--fa: "\f0a9\f0a9"; }

.fa-user-group-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5"; }

.fa-users-crown {
  --fa: "\f6a5";
  --fa--fa: "\f6a5\f6a5"; }

.fa-circle-i {
  --fa: "\e111";
  --fa--fa: "\e111\e111"; }

.fa-toilet-paper-check {
  --fa: "\e5b2";
  --fa--fa: "\e5b2\e5b2"; }

.fa-filter-circle-xmark {
  --fa: "\e17b";
  --fa--fa: "\e17b\e17b"; }

.fa-locust {
  --fa: "\e520";
  --fa--fa: "\e520\e520"; }

.fa-sort {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc"; }

.fa-unsorted {
  --fa: "\f0dc";
  --fa--fa: "\f0dc\f0dc"; }

.fa-list-ol {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb"; }

.fa-list-1-2 {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb"; }

.fa-list-numeric {
  --fa: "\f0cb";
  --fa--fa: "\f0cb\f0cb"; }

.fa-chart-waterfall {
  --fa: "\e0eb";
  --fa--fa: "\e0eb\e0eb"; }

.fa-sparkle {
  --fa: "\e5d6";
  --fa--fa: "\e5d6\e5d6"; }

.fa-face-party {
  --fa: "\e383";
  --fa--fa: "\e383\e383"; }

.fa-kidneys {
  --fa: "\f5fb";
  --fa--fa: "\f5fb\f5fb"; }

.fa-wifi-exclamation {
  --fa: "\e2cf";
  --fa--fa: "\e2cf\e2cf"; }

.fa-chart-network {
  --fa: "\f78a";
  --fa--fa: "\f78a\f78a"; }

.fa-person-dress-burst {
  --fa: "\e544";
  --fa--fa: "\e544\e544"; }

.fa-dice-d4 {
  --fa: "\f6d0";
  --fa--fa: "\f6d0\f6d0"; }

.fa-money-check-dollar {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d"; }

.fa-money-check-alt {
  --fa: "\f53d";
  --fa--fa: "\f53d\f53d"; }

.fa-vector-square {
  --fa: "\f5cb";
  --fa--fa: "\f5cb\f5cb"; }

.fa-bread-slice {
  --fa: "\f7ec";
  --fa--fa: "\f7ec\f7ec"; }

.fa-language {
  --fa: "\f1ab";
  --fa--fa: "\f1ab\f1ab"; }

.fa-wheat-awn-slash {
  --fa: "\e338";
  --fa--fa: "\e338\e338"; }

.fa-face-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598"; }

.fa-kiss-wink-heart {
  --fa: "\f598";
  --fa--fa: "\f598\f598"; }

.fa-dagger {
  --fa: "\f6cb";
  --fa--fa: "\f6cb\f6cb"; }

.fa-podium {
  --fa: "\f680";
  --fa--fa: "\f680\f680"; }

.fa-diamonds-4 {
  --fa: "\e68b";
  --fa--fa: "\e68b\e68b"; }

.fa-memo-circle-check {
  --fa: "\e1d9";
  --fa--fa: "\e1d9\e1d9"; }

.fa-route-highway {
  --fa: "\f61a";
  --fa--fa: "\f61a\f61a"; }

.fa-down-to-line {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a"; }

.fa-arrow-alt-to-bottom {
  --fa: "\f34a";
  --fa--fa: "\f34a\f34a"; }

.fa-filter {
  --fa: "\f0b0";
  --fa--fa: "\f0b0\f0b0"; }

.fa-square-g {
  --fa: "\e271";
  --fa--fa: "\e271\e271"; }

.fa-circle-phone {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b"; }

.fa-phone-circle {
  --fa: "\e11b";
  --fa--fa: "\e11b\e11b"; }

.fa-clipboard-prescription {
  --fa: "\f5e8";
  --fa--fa: "\f5e8\f5e8"; }

.fa-user-nurse-hair {
  --fa: "\e45d";
  --fa--fa: "\e45d\e45d"; }

.fa-question {
  --fa: "\3f";
  --fa--fa: "\3f\3f"; }

.fa-file-signature {
  --fa: "\f573";
  --fa--fa: "\f573\f573"; }

.fa-toggle-large-on {
  --fa: "\e5b1";
  --fa--fa: "\e5b1\e5b1"; }

.fa-up-down-left-right {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2"; }

.fa-arrows-alt {
  --fa: "\f0b2";
  --fa--fa: "\f0b2\f0b2"; }

.fa-dryer-heat {
  --fa: "\f862";
  --fa--fa: "\f862\f862"; }

.fa-dryer-alt {
  --fa: "\f862";
  --fa--fa: "\f862\f862"; }

.fa-house-chimney-user {
  --fa: "\e065";
  --fa--fa: "\e065\e065"; }

.fa-hand-holding-heart {
  --fa: "\f4be";
  --fa--fa: "\f4be\f4be"; }

.fa-arrow-up-small-big {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f"; }

.fa-sort-size-up-alt {
  --fa: "\f88f";
  --fa--fa: "\f88f\f88f"; }

.fa-train-track {
  --fa: "\e453";
  --fa--fa: "\e453\e453"; }

.fa-puzzle-piece {
  --fa: "\f12e";
  --fa--fa: "\f12e\f12e"; }

.fa-money-check {
  --fa: "\f53c";
  --fa--fa: "\f53c\f53c"; }

.fa-star-half-stroke {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0"; }

.fa-star-half-alt {
  --fa: "\f5c0";
  --fa--fa: "\f5c0\f5c0"; }

.fa-file-exclamation {
  --fa: "\f31a";
  --fa--fa: "\f31a\f31a"; }

.fa-code {
  --fa: "\f121";
  --fa--fa: "\f121\f121"; }

.fa-whiskey-glass {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0"; }

.fa-glass-whiskey {
  --fa: "\f7a0";
  --fa--fa: "\f7a0\f7a0"; }

.fa-moon-stars {
  --fa: "\f755";
  --fa--fa: "\f755\f755"; }

.fa-building-circle-exclamation {
  --fa: "\e4d3";
  --fa--fa: "\e4d3\e4d3"; }

.fa-clothes-hanger {
  --fa: "\e136";
  --fa--fa: "\e136\e136"; }

.fa-mobile-notch {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee"; }

.fa-mobile-iphone {
  --fa: "\e1ee";
  --fa--fa: "\e1ee\e1ee"; }

.fa-magnifying-glass-chart {
  --fa: "\e522";
  --fa--fa: "\e522\e522"; }

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e"; }

.fa-external-link {
  --fa: "\f08e";
  --fa--fa: "\f08e\f08e"; }

.fa-cubes-stacked {
  --fa: "\e4e6";
  --fa--fa: "\e4e6\e4e6"; }

.fa-images-user {
  --fa: "\e1b9";
  --fa--fa: "\e1b9\e1b9"; }

.fa-won-sign {
  --fa: "\f159";
  --fa--fa: "\f159\f159"; }

.fa-krw {
  --fa: "\f159";
  --fa--fa: "\f159\f159"; }

.fa-won {
  --fa: "\f159";
  --fa--fa: "\f159\f159"; }

.fa-image-polaroid-user {
  --fa: "\e1b6";
  --fa--fa: "\e1b6\e1b6"; }

.fa-virus-covid {
  --fa: "\e4a8";
  --fa--fa: "\e4a8\e4a8"; }

.fa-square-ellipsis {
  --fa: "\e26e";
  --fa--fa: "\e26e\e26e"; }

.fa-pie {
  --fa: "\f705";
  --fa--fa: "\f705\f705"; }

.fa-chess-knight-piece {
  --fa: "\f442";
  --fa--fa: "\f442\f442"; }

.fa-chess-knight-alt {
  --fa: "\f442";
  --fa--fa: "\f442\f442"; }

.fa-austral-sign {
  --fa: "\e0a9";
  --fa--fa: "\e0a9\e0a9"; }

.fa-cloud-plus {
  --fa: "\e35e";
  --fa--fa: "\e35e\e35e"; }

.fa-f {
  --fa: "\46";
  --fa--fa: "\46\46"; }

.fa-leaf {
  --fa: "\f06c";
  --fa--fa: "\f06c\f06c"; }

.fa-bed-bunk {
  --fa: "\f8f8";
  --fa--fa: "\f8f8\f8f8"; }

.fa-road {
  --fa: "\f018";
  --fa--fa: "\f018\f018"; }

.fa-taxi {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba"; }

.fa-cab {
  --fa: "\f1ba";
  --fa--fa: "\f1ba\f1ba"; }

.fa-person-circle-plus {
  --fa: "\e541";
  --fa--fa: "\e541\e541"; }

.fa-chart-pie {
  --fa: "\f200";
  --fa--fa: "\f200\f200"; }

.fa-pie-chart {
  --fa: "\f200";
  --fa--fa: "\f200\f200"; }

.fa-bolt-lightning {
  --fa: "\e0b7";
  --fa--fa: "\e0b7\e0b7"; }

.fa-clock-eight {
  --fa: "\e345";
  --fa--fa: "\e345\e345"; }

.fa-sack-xmark {
  --fa: "\e56a";
  --fa--fa: "\e56a\e56a"; }

.fa-file-xls {
  --fa: "\e64d";
  --fa--fa: "\e64d\e64d"; }

.fa-file-excel {
  --fa: "\f1c3";
  --fa--fa: "\f1c3\f1c3"; }

.fa-file-contract {
  --fa: "\f56c";
  --fa--fa: "\f56c\f56c"; }

.fa-fish-fins {
  --fa: "\e4f2";
  --fa--fa: "\e4f2\e4f2"; }

.fa-circle-q {
  --fa: "\e11e";
  --fa--fa: "\e11e\e11e"; }

.fa-building-flag {
  --fa: "\e4d5";
  --fa--fa: "\e4d5\e4d5"; }

.fa-face-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582"; }

.fa-grin-beam {
  --fa: "\f582";
  --fa--fa: "\f582\f582"; }

.fa-object-ungroup {
  --fa: "\f248";
  --fa--fa: "\f248\f248"; }

.fa-face-disguise {
  --fa: "\e370";
  --fa--fa: "\e370\e370"; }

.fa-circle-arrow-down-right {
  --fa: "\e0fa";
  --fa--fa: "\e0fa\e0fa"; }

.fa-alien-8bit {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6"; }

.fa-alien-monster {
  --fa: "\f8f6";
  --fa--fa: "\f8f6\f8f6"; }

.fa-hand-point-ribbon {
  --fa: "\e1a6";
  --fa--fa: "\e1a6\e1a6"; }

.fa-poop {
  --fa: "\f619";
  --fa--fa: "\f619\f619"; }

.fa-object-exclude {
  --fa: "\e49c";
  --fa--fa: "\e49c\e49c"; }

.fa-telescope {
  --fa: "\e03e";
  --fa--fa: "\e03e\e03e"; }

.fa-location-pin {
  --fa: "\f041";
  --fa--fa: "\f041\f041"; }

.fa-map-marker {
  --fa: "\f041";
  --fa--fa: "\f041\f041"; }

.fa-square-list {
  --fa: "\e489";
  --fa--fa: "\e489\e489"; }

.fa-kaaba {
  --fa: "\f66b";
  --fa--fa: "\f66b\f66b"; }

.fa-toilet-paper {
  --fa: "\f71e";
  --fa--fa: "\f71e\f71e"; }

.fa-helmet-safety {
  --fa: "\f807";
  --fa--fa: "\f807\f807"; }

.fa-hard-hat {
  --fa: "\f807";
  --fa--fa: "\f807\f807"; }

.fa-hat-hard {
  --fa: "\f807";
  --fa--fa: "\f807\f807"; }

.fa-comment-code {
  --fa: "\e147";
  --fa--fa: "\e147\e147"; }

.fa-sim-cards {
  --fa: "\e251";
  --fa--fa: "\e251\e251"; }

.fa-starship {
  --fa: "\e039";
  --fa--fa: "\e039\e039"; }

.fa-eject {
  --fa: "\f052";
  --fa--fa: "\f052\f052"; }

.fa-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a"; }

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
  --fa--fa: "\f35a\f35a"; }

.fa-plane-circle-check {
  --fa: "\e555";
  --fa--fa: "\e555\e555"; }

.fa-seal {
  --fa: "\e241";
  --fa--fa: "\e241\e241"; }

.fa-user-cowboy {
  --fa: "\f8ea";
  --fa--fa: "\f8ea\f8ea"; }

.fa-hexagon-vertical-nft {
  --fa: "\e505";
  --fa--fa: "\e505\e505"; }

.fa-face-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5"; }

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
  --fa--fa: "\f5a5\f5a5"; }

.fa-bread-loaf {
  --fa: "\f7eb";
  --fa--fa: "\f7eb\f7eb"; }

.fa-rings-wedding {
  --fa: "\f81b";
  --fa--fa: "\f81b\f81b"; }

.fa-object-group {
  --fa: "\f247";
  --fa--fa: "\f247\f247"; }

.fa-french-fries {
  --fa: "\f803";
  --fa--fa: "\f803\f803"; }

.fa-chart-line {
  --fa: "\f201";
  --fa--fa: "\f201\f201"; }

.fa-line-chart {
  --fa: "\f201";
  --fa--fa: "\f201\f201"; }

.fa-calendar-arrow-down {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0"; }

.fa-calendar-download {
  --fa: "\e0d0";
  --fa--fa: "\e0d0\e0d0"; }

.fa-send-back {
  --fa: "\f87e";
  --fa--fa: "\f87e\f87e"; }

.fa-mask-ventilator {
  --fa: "\e524";
  --fa--fa: "\e524\e524"; }

.fa-tickets {
  --fa: "\e658";
  --fa--fa: "\e658\e658"; }

.fa-signature-lock {
  --fa: "\e3ca";
  --fa--fa: "\e3ca\e3ca"; }

.fa-arrow-right {
  --fa: "\f061";
  --fa--fa: "\f061\f061"; }

.fa-signs-post {
  --fa: "\f277";
  --fa--fa: "\f277\f277"; }

.fa-map-signs {
  --fa: "\f277";
  --fa--fa: "\f277\f277"; }

.fa-octagon-plus {
  --fa: "\f301";
  --fa--fa: "\f301\f301"; }

.fa-plus-octagon {
  --fa: "\f301";
  --fa--fa: "\f301\f301"; }

.fa-cash-register {
  --fa: "\f788";
  --fa--fa: "\f788\f788"; }

.fa-person-circle-question {
  --fa: "\e542";
  --fa--fa: "\e542\e542"; }

.fa-melon-slice {
  --fa: "\e311";
  --fa--fa: "\e311\e311"; }

.fa-space-station-moon {
  --fa: "\e033";
  --fa--fa: "\e033\e033"; }

.fa-message-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa"; }

.fa-comment-alt-smile {
  --fa: "\f4aa";
  --fa--fa: "\f4aa\f4aa"; }

.fa-cup-straw {
  --fa: "\e363";
  --fa--fa: "\e363\e363"; }

.fa-left-from-line {
  --fa: "\f348";
  --fa--fa: "\f348\f348"; }

.fa-arrow-alt-from-right {
  --fa: "\f348";
  --fa--fa: "\f348\f348"; }

.fa-h {
  --fa: "\48";
  --fa--fa: "\48\48"; }

.fa-basket-shopping-simple {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af"; }

.fa-shopping-basket-alt {
  --fa: "\e0af";
  --fa--fa: "\e0af\e0af"; }

.fa-hands-holding-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3"; }

.fa-hands-heart {
  --fa: "\f4c3";
  --fa--fa: "\f4c3\f4c3"; }

.fa-clock-nine {
  --fa: "\e34c";
  --fa--fa: "\e34c\e34c"; }

.fa-hammer-brush {
  --fa: "\e620";
  --fa--fa: "\e620\e620"; }

.fa-tarp {
  --fa: "\e57b";
  --fa--fa: "\e57b\e57b"; }

.fa-face-sleepy {
  --fa: "\e38e";
  --fa--fa: "\e38e\e38e"; }

.fa-hand-horns {
  --fa: "\e1a9";
  --fa--fa: "\e1a9\e1a9"; }

.fa-screwdriver-wrench {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9"; }

.fa-tools {
  --fa: "\f7d9";
  --fa--fa: "\f7d9\f7d9"; }

.fa-arrows-to-eye {
  --fa: "\e4bf";
  --fa--fa: "\e4bf\e4bf"; }

.fa-circle-three-quarters {
  --fa: "\e125";
  --fa--fa: "\e125\e125"; }

.fa-trophy-star {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb"; }

.fa-trophy-alt {
  --fa: "\f2eb";
  --fa--fa: "\f2eb\f2eb"; }

.fa-plug-circle-bolt {
  --fa: "\e55b";
  --fa--fa: "\e55b\e55b"; }

.fa-face-thermometer {
  --fa: "\e39a";
  --fa--fa: "\e39a\e39a"; }

.fa-grid-round-4 {
  --fa: "\e5dd";
  --fa--fa: "\e5dd\e5dd"; }

.fa-sign-posts-wrench {
  --fa: "\e626";
  --fa--fa: "\e626\e626"; }

.fa-shirt-running {
  --fa: "\e3c8";
  --fa--fa: "\e3c8\e3c8"; }

.fa-book-circle-arrow-up {
  --fa: "\e0bd";
  --fa--fa: "\e0bd\e0bd"; }

.fa-face-nauseated {
  --fa: "\e381";
  --fa--fa: "\e381\e381"; }

.fa-heart {
  --fa: "\f004";
  --fa--fa: "\f004\f004"; }

.fa-file-chart-pie {
  --fa: "\f65a";
  --fa--fa: "\f65a\f65a"; }

.fa-mars-and-venus {
  --fa: "\f224";
  --fa--fa: "\f224\f224"; }

.fa-house-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0"; }

.fa-home-user {
  --fa: "\e1b0";
  --fa--fa: "\e1b0\e1b0"; }

.fa-circle-arrow-down-left {
  --fa: "\e0f9";
  --fa--fa: "\e0f9\e0f9"; }

.fa-dumpster-fire {
  --fa: "\f794";
  --fa--fa: "\f794\f794"; }

.fa-hexagon-minus {
  --fa: "\f307";
  --fa--fa: "\f307\f307"; }

.fa-minus-hexagon {
  --fa: "\f307";
  --fa--fa: "\f307\f307"; }

.fa-left-to-line {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b"; }

.fa-arrow-alt-to-left {
  --fa: "\f34b";
  --fa--fa: "\f34b\f34b"; }

.fa-house-crack {
  --fa: "\e3b1";
  --fa--fa: "\e3b1\e3b1"; }

.fa-paw-simple {
  --fa: "\f701";
  --fa--fa: "\f701\f701"; }

.fa-paw-alt {
  --fa: "\f701";
  --fa--fa: "\f701\f701"; }

.fa-arrow-left-long-to-line {
  --fa: "\e3d4";
  --fa--fa: "\e3d4\e3d4"; }

.fa-brackets-round {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5"; }

.fa-parentheses {
  --fa: "\e0c5";
  --fa--fa: "\e0c5\e0c5"; }

.fa-martini-glass-citrus {
  --fa: "\f561";
  --fa--fa: "\f561\f561"; }

.fa-cocktail {
  --fa: "\f561";
  --fa--fa: "\f561\f561"; }

.fa-user-shakespeare {
  --fa: "\e2c2";
  --fa--fa: "\e2c2\e2c2"; }

.fa-arrow-right-to-arc {
  --fa: "\e4b2";
  --fa--fa: "\e4b2\e4b2"; }

.fa-face-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2"; }

.fa-surprise {
  --fa: "\f5c2";
  --fa--fa: "\f5c2\f5c2"; }

.fa-bottle-water {
  --fa: "\e4c5";
  --fa--fa: "\e4c5\e4c5"; }

.fa-circle-pause {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b"; }

.fa-pause-circle {
  --fa: "\f28b";
  --fa--fa: "\f28b\f28b"; }

.fa-gauge-circle-plus {
  --fa: "\e498";
  --fa--fa: "\e498\e498"; }

.fa-folders {
  --fa: "\f660";
  --fa--fa: "\f660\f660"; }

.fa-angel {
  --fa: "\f779";
  --fa--fa: "\f779\f779"; }

.fa-value-absolute {
  --fa: "\f6a6";
  --fa--fa: "\f6a6\f6a6"; }

.fa-rabbit {
  --fa: "\f708";
  --fa--fa: "\f708\f708"; }

.fa-toilet-paper-slash {
  --fa: "\e072";
  --fa--fa: "\e072\e072"; }

.fa-circle-euro {
  --fa: "\e5ce";
  --fa--fa: "\e5ce\e5ce"; }

.fa-apple-whole {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1"; }

.fa-apple-alt {
  --fa: "\f5d1";
  --fa--fa: "\f5d1\f5d1"; }

.fa-kitchen-set {
  --fa: "\e51a";
  --fa--fa: "\e51a\e51a"; }

.fa-diamond-half {
  --fa: "\e5b7";
  --fa--fa: "\e5b7\e5b7"; }

.fa-lock-keyhole {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d"; }

.fa-lock-alt {
  --fa: "\f30d";
  --fa--fa: "\f30d\f30d"; }

.fa-r {
  --fa: "\52";
  --fa--fa: "\52\52"; }

.fa-temperature-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca"; }

.fa-temperature-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca"; }

.fa-thermometer-1 {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca"; }

.fa-thermometer-quarter {
  --fa: "\f2ca";
  --fa--fa: "\f2ca\f2ca"; }

.fa-square-info {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f"; }

.fa-info-square {
  --fa: "\f30f";
  --fa--fa: "\f30f\f30f"; }

.fa-wifi-slash {
  --fa: "\f6ac";
  --fa--fa: "\f6ac\f6ac"; }

.fa-toilet-paper-xmark {
  --fa: "\e5b3";
  --fa--fa: "\e5b3\e5b3"; }

.fa-hands-holding-dollar {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5"; }

.fa-hands-usd {
  --fa: "\f4c5";
  --fa--fa: "\f4c5\f4c5"; }

.fa-cube {
  --fa: "\f1b2";
  --fa--fa: "\f1b2\f1b2"; }

.fa-arrow-down-triangle-square {
  --fa: "\f888";
  --fa--fa: "\f888\f888"; }

.fa-sort-shapes-down {
  --fa: "\f888";
  --fa--fa: "\f888\f888"; }

.fa-bitcoin-sign {
  --fa: "\e0b4";
  --fa--fa: "\e0b4\e0b4"; }

.fa-shutters {
  --fa: "\e449";
  --fa--fa: "\e449\e449"; }

.fa-shield-dog {
  --fa: "\e573";
  --fa--fa: "\e573\e573"; }

.fa-solar-panel {
  --fa: "\f5ba";
  --fa--fa: "\f5ba\f5ba"; }

.fa-lock-open {
  --fa: "\f3c1";
  --fa--fa: "\f3c1\f3c1"; }

.fa-table-tree {
  --fa: "\e293";
  --fa--fa: "\e293\e293"; }

.fa-house-chimney-heart {
  --fa: "\e1b2";
  --fa--fa: "\e1b2\e1b2"; }

.fa-tally-3 {
  --fa: "\e296";
  --fa--fa: "\e296\e296"; }

.fa-elevator {
  --fa: "\e16d";
  --fa--fa: "\e16d\e16d"; }

.fa-money-bill-transfer {
  --fa: "\e528";
  --fa--fa: "\e528\e528"; }

.fa-money-bill-trend-up {
  --fa: "\e529";
  --fa--fa: "\e529\e529"; }

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
  --fa--fa: "\e50f\e50f"; }

.fa-square-poll-horizontal {
  --fa: "\f682";
  --fa--fa: "\f682\f682"; }

.fa-poll-h {
  --fa: "\f682";
  --fa--fa: "\f682\f682"; }

.fa-circle {
  --fa: "\f111";
  --fa--fa: "\f111\f111"; }

.fa-left-to-bracket {
  --fa: "\e66d";
  --fa--fa: "\e66d\e66d"; }

.fa-cart-circle-exclamation {
  --fa: "\e3f2";
  --fa--fa: "\e3f2\e3f2"; }

.fa-sword {
  --fa: "\f71c";
  --fa--fa: "\f71c\f71c"; }

.fa-backward-fast {
  --fa: "\f049";
  --fa--fa: "\f049\f049"; }

.fa-fast-backward {
  --fa: "\f049";
  --fa--fa: "\f049\f049"; }

.fa-recycle {
  --fa: "\f1b8";
  --fa--fa: "\f1b8\f1b8"; }

.fa-user-astronaut {
  --fa: "\f4fb";
  --fa--fa: "\f4fb\f4fb"; }

.fa-interrobang {
  --fa: "\e5ba";
  --fa--fa: "\e5ba\e5ba"; }

.fa-plane-slash {
  --fa: "\e069";
  --fa--fa: "\e069\e069"; }

.fa-circle-dashed {
  --fa: "\e105";
  --fa--fa: "\e105\e105"; }

.fa-trademark {
  --fa: "\f25c";
  --fa--fa: "\f25c\f25c"; }

.fa-basketball {
  --fa: "\f434";
  --fa--fa: "\f434\f434"; }

.fa-basketball-ball {
  --fa: "\f434";
  --fa--fa: "\f434\f434"; }

.fa-fork-knife {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6"; }

.fa-utensils-alt {
  --fa: "\f2e6";
  --fa--fa: "\f2e6\f2e6"; }

.fa-satellite-dish {
  --fa: "\f7c0";
  --fa--fa: "\f7c0\f7c0"; }

.fa-badge-check {
  --fa: "\f336";
  --fa--fa: "\f336\f336"; }

.fa-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b"; }

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
  --fa--fa: "\f35b\f35b"; }

.fa-slider {
  --fa: "\e252";
  --fa--fa: "\e252\e252"; }

.fa-mobile-screen-button {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd"; }

.fa-mobile-alt {
  --fa: "\f3cd";
  --fa--fa: "\f3cd\f3cd"; }

.fa-clock-one-thirty {
  --fa: "\e34f";
  --fa--fa: "\e34f\e34f"; }

.fa-inbox-out {
  --fa: "\f311";
  --fa--fa: "\f311\f311"; }

.fa-inbox-arrow-up {
  --fa: "\f311";
  --fa--fa: "\f311\f311"; }

.fa-cloud-slash {
  --fa: "\e137";
  --fa--fa: "\e137\e137"; }

.fa-volume-high {
  --fa: "\f028";
  --fa--fa: "\f028\f028"; }

.fa-volume-up {
  --fa: "\f028";
  --fa--fa: "\f028\f028"; }

.fa-users-rays {
  --fa: "\e593";
  --fa--fa: "\e593\e593"; }

.fa-wallet {
  --fa: "\f555";
  --fa--fa: "\f555\f555"; }

.fa-octagon-check {
  --fa: "\e426";
  --fa--fa: "\e426\e426"; }

.fa-flatbread-stuffed {
  --fa: "\e40c";
  --fa--fa: "\e40c\e40c"; }

.fa-clipboard-check {
  --fa: "\f46c";
  --fa--fa: "\f46c\f46c"; }

.fa-cart-circle-plus {
  --fa: "\e3f3";
  --fa--fa: "\e3f3\e3f3"; }

.fa-truck-clock {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c"; }

.fa-shipping-timed {
  --fa: "\f48c";
  --fa--fa: "\f48c\f48c"; }

.fa-pool-8-ball {
  --fa: "\e3c5";
  --fa--fa: "\e3c5\e3c5"; }

.fa-file-audio {
  --fa: "\f1c7";
  --fa--fa: "\f1c7\f1c7"; }

.fa-turn-down-left {
  --fa: "\e331";
  --fa--fa: "\e331\e331"; }

.fa-lock-hashtag {
  --fa: "\e423";
  --fa--fa: "\e423\e423"; }

.fa-chart-radar {
  --fa: "\e0e7";
  --fa--fa: "\e0e7\e0e7"; }

.fa-staff {
  --fa: "\f71b";
  --fa--fa: "\f71b\f71b"; }

.fa-burger {
  --fa: "\f805";
  --fa--fa: "\f805\f805"; }

.fa-hamburger {
  --fa: "\f805";
  --fa--fa: "\f805\f805"; }

.fa-utility-pole {
  --fa: "\e2c3";
  --fa--fa: "\e2c3\e2c3"; }

.fa-transporter-6 {
  --fa: "\e2a7";
  --fa--fa: "\e2a7\e2a7"; }

.fa-arrow-turn-left {
  --fa: "\e632";
  --fa--fa: "\e632\e632"; }

.fa-wrench {
  --fa: "\f0ad";
  --fa--fa: "\f0ad\f0ad"; }

.fa-bugs {
  --fa: "\e4d0";
  --fa--fa: "\e4d0\e4d0"; }

.fa-vector-polygon {
  --fa: "\e2c7";
  --fa--fa: "\e2c7\e2c7"; }

.fa-diagram-nested {
  --fa: "\e157";
  --fa--fa: "\e157\e157"; }

.fa-rupee-sign {
  --fa: "\f156";
  --fa--fa: "\f156\f156"; }

.fa-rupee {
  --fa: "\f156";
  --fa--fa: "\f156\f156"; }

.fa-file-image {
  --fa: "\f1c5";
  --fa--fa: "\f1c5\f1c5"; }

.fa-circle-question {
  --fa: "\f059";
  --fa--fa: "\f059\f059"; }

.fa-question-circle {
  --fa: "\f059";
  --fa--fa: "\f059\f059"; }

.fa-tickets-perforated {
  --fa: "\e63f";
  --fa--fa: "\e63f\e63f"; }

.fa-image-user {
  --fa: "\e1b8";
  --fa--fa: "\e1b8\e1b8"; }

.fa-buoy {
  --fa: "\e5b5";
  --fa--fa: "\e5b5\e5b5"; }

.fa-plane-departure {
  --fa: "\f5b0";
  --fa--fa: "\f5b0\f5b0"; }

.fa-handshake-slash {
  --fa: "\e060";
  --fa--fa: "\e060\e060"; }

.fa-book-bookmark {
  --fa: "\e0bb";
  --fa--fa: "\e0bb\e0bb"; }

.fa-border-center-h {
  --fa: "\f89c";
  --fa--fa: "\f89c\f89c"; }

.fa-can-food {
  --fa: "\e3e6";
  --fa--fa: "\e3e6\e3e6"; }

.fa-typewriter {
  --fa: "\f8e7";
  --fa--fa: "\f8e7\f8e7"; }

.fa-arrow-right-from-arc {
  --fa: "\e4b1";
  --fa--fa: "\e4b1\e4b1"; }

.fa-circle-k {
  --fa: "\e113";
  --fa--fa: "\e113\e113"; }

.fa-face-hand-over-mouth {
  --fa: "\e378";
  --fa--fa: "\e378\e378"; }

.fa-popcorn {
  --fa: "\f819";
  --fa--fa: "\f819\f819"; }

.fa-house-water {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f"; }

.fa-house-flood {
  --fa: "\f74f";
  --fa--fa: "\f74f\f74f"; }

.fa-object-subtract {
  --fa: "\e49e";
  --fa--fa: "\e49e\e49e"; }

.fa-code-branch {
  --fa: "\f126";
  --fa--fa: "\f126\f126"; }

.fa-warehouse-full {
  --fa: "\f495";
  --fa--fa: "\f495\f495"; }

.fa-warehouse-alt {
  --fa: "\f495";
  --fa--fa: "\f495\f495"; }

.fa-hat-cowboy {
  --fa: "\f8c0";
  --fa--fa: "\f8c0\f8c0"; }

.fa-bridge {
  --fa: "\e4c8";
  --fa--fa: "\e4c8\e4c8"; }

.fa-phone-flip {
  --fa: "\f879";
  --fa--fa: "\f879\f879"; }

.fa-phone-alt {
  --fa: "\f879";
  --fa--fa: "\f879\f879"; }

.fa-arrow-down-from-dotted-line {
  --fa: "\e090";
  --fa--fa: "\e090\e090"; }

.fa-file-doc {
  --fa: "\e5ed";
  --fa--fa: "\e5ed\e5ed"; }

.fa-square-quarters {
  --fa: "\e44e";
  --fa--fa: "\e44e\e44e"; }

.fa-truck-front {
  --fa: "\e2b7";
  --fa--fa: "\e2b7\e2b7"; }

.fa-cat {
  --fa: "\f6be";
  --fa--fa: "\f6be\f6be"; }

.fa-trash-xmark {
  --fa: "\e2b4";
  --fa--fa: "\e2b4\e2b4"; }

.fa-circle-caret-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e"; }

.fa-caret-circle-left {
  --fa: "\f32e";
  --fa--fa: "\f32e\f32e"; }

.fa-files {
  --fa: "\e178";
  --fa--fa: "\e178\e178"; }

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
  --fa--fa: "\e4ab\e4ab"; }

.fa-face-clouds {
  --fa: "\e47d";
  --fa--fa: "\e47d\e47d"; }

.fa-user-crown {
  --fa: "\f6a4";
  --fa--fa: "\f6a4\f6a4"; }

.fa-basket-shopping-plus {
  --fa: "\e653";
  --fa--fa: "\e653\e653"; }

.fa-truck-field {
  --fa: "\e58d";
  --fa--fa: "\e58d\e58d"; }

.fa-route {
  --fa: "\f4d7";
  --fa--fa: "\f4d7\f4d7"; }

.fa-cart-circle-check {
  --fa: "\e3f1";
  --fa--fa: "\e3f1\e3f1"; }

.fa-clipboard-question {
  --fa: "\e4e3";
  --fa--fa: "\e4e3\e4e3"; }

.fa-panorama {
  --fa: "\e209";
  --fa--fa: "\e209\e209"; }

.fa-comment-medical {
  --fa: "\f7f5";
  --fa--fa: "\f7f5\f7f5"; }

.fa-teeth-open {
  --fa: "\f62f";
  --fa--fa: "\f62f\f62f"; }

.fa-user-tie-hair-long {
  --fa: "\e460";
  --fa--fa: "\e460\e460"; }

.fa-file-circle-minus {
  --fa: "\e4ed";
  --fa--fa: "\e4ed\e4ed"; }

.fa-head-side-medical {
  --fa: "\f809";
  --fa--fa: "\f809\f809"; }

.fa-arrow-turn-right {
  --fa: "\e635";
  --fa--fa: "\e635\e635"; }

.fa-tags {
  --fa: "\f02c";
  --fa--fa: "\f02c\f02c"; }

.fa-wine-glass {
  --fa: "\f4e3";
  --fa--fa: "\f4e3\f4e3"; }

.fa-forward-fast {
  --fa: "\f050";
  --fa--fa: "\f050\f050"; }

.fa-fast-forward {
  --fa: "\f050";
  --fa--fa: "\f050\f050"; }

.fa-face-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4"; }

.fa-meh-blank {
  --fa: "\f5a4";
  --fa--fa: "\f5a4\f5a4"; }

.fa-user-robot {
  --fa: "\e04b";
  --fa--fa: "\e04b\e04b"; }

.fa-square-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540"; }

.fa-parking {
  --fa: "\f540";
  --fa--fa: "\f540\f540"; }

.fa-card-diamond {
  --fa: "\e3ea";
  --fa--fa: "\e3ea\e3ea"; }

.fa-face-zipper {
  --fa: "\e3a5";
  --fa--fa: "\e3a5\e3a5"; }

.fa-face-raised-eyebrow {
  --fa: "\e388";
  --fa--fa: "\e388\e388"; }

.fa-house-signal {
  --fa: "\e012";
  --fa--fa: "\e012\e012"; }

.fa-square-chevron-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c"; }

.fa-chevron-square-up {
  --fa: "\f32c";
  --fa--fa: "\f32c\f32c"; }

.fa-bars-progress {
  --fa: "\f828";
  --fa--fa: "\f828\f828"; }

.fa-tasks-alt {
  --fa: "\f828";
  --fa--fa: "\f828\f828"; }

.fa-faucet-drip {
  --fa: "\e006";
  --fa--fa: "\e006\e006"; }

.fa-arrows-to-line {
  --fa: "\e0a7";
  --fa--fa: "\e0a7\e0a7"; }

.fa-dolphin {
  --fa: "\e168";
  --fa--fa: "\e168\e168"; }

.fa-arrow-up-right {
  --fa: "\e09f";
  --fa--fa: "\e09f\e09f"; }

.fa-circle-r {
  --fa: "\e120";
  --fa--fa: "\e120\e120"; }

.fa-cart-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474"; }

.fa-dolly-flatbed {
  --fa: "\f474";
  --fa--fa: "\f474\f474"; }

.fa-ban-smoking {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d"; }

.fa-smoking-ban {
  --fa: "\f54d";
  --fa--fa: "\f54d\f54d"; }

.fa-circle-sort-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032"; }

.fa-sort-circle-up {
  --fa: "\e032";
  --fa--fa: "\e032\e032"; }

.fa-terminal {
  --fa: "\f120";
  --fa--fa: "\f120\f120"; }

.fa-mobile-button {
  --fa: "\f10b";
  --fa--fa: "\f10b\f10b"; }

.fa-house-medical-flag {
  --fa: "\e514";
  --fa--fa: "\e514\e514"; }

.fa-basket-shopping {
  --fa: "\f291";
  --fa--fa: "\f291\f291"; }

.fa-shopping-basket {
  --fa: "\f291";
  --fa--fa: "\f291\f291"; }

.fa-tape {
  --fa: "\f4db";
  --fa--fa: "\f4db\f4db"; }

.fa-chestnut {
  --fa: "\e3f6";
  --fa--fa: "\e3f6\e3f6"; }

.fa-bus-simple {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e"; }

.fa-bus-alt {
  --fa: "\f55e";
  --fa--fa: "\f55e\f55e"; }

.fa-eye {
  --fa: "\f06e";
  --fa--fa: "\f06e\f06e"; }

.fa-face-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3"; }

.fa-sad-cry {
  --fa: "\f5b3";
  --fa--fa: "\f5b3\f5b3"; }

.fa-heat {
  --fa: "\e00c";
  --fa--fa: "\e00c\e00c"; }

.fa-ticket-airline {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a"; }

.fa-ticket-perforated-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a"; }

.fa-ticket-plane {
  --fa: "\e29a";
  --fa--fa: "\e29a\e29a"; }

.fa-boot-heeled {
  --fa: "\e33f";
  --fa--fa: "\e33f\e33f"; }

.fa-arrows-minimize {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5"; }

.fa-compress-arrows {
  --fa: "\e0a5";
  --fa--fa: "\e0a5\e0a5"; }

.fa-audio-description {
  --fa: "\f29e";
  --fa--fa: "\f29e\f29e"; }

.fa-person-military-to-person {
  --fa: "\e54c";
  --fa--fa: "\e54c\e54c"; }

.fa-file-shield {
  --fa: "\e4f0";
  --fa--fa: "\e4f0\e4f0"; }

.fa-hexagon {
  --fa: "\f312";
  --fa--fa: "\f312\f312"; }

.fa-manhole {
  --fa: "\e1d6";
  --fa--fa: "\e1d6\e1d6"; }

.fa-user-slash {
  --fa: "\f506";
  --fa--fa: "\f506\f506"; }

.fa-pen {
  --fa: "\f304";
  --fa--fa: "\f304\f304"; }

.fa-tower-observation {
  --fa: "\e586";
  --fa--fa: "\e586\e586"; }

.fa-floppy-disks {
  --fa: "\e183";
  --fa--fa: "\e183\e183"; }

.fa-toilet-paper-blank-under {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f"; }

.fa-toilet-paper-reverse-alt {
  --fa: "\e29f";
  --fa--fa: "\e29f\e29f"; }

.fa-file-code {
  --fa: "\f1c9";
  --fa--fa: "\f1c9\f1c9"; }

.fa-signal {
  --fa: "\f012";
  --fa--fa: "\f012\f012"; }

.fa-signal-5 {
  --fa: "\f012";
  --fa--fa: "\f012\f012"; }

.fa-signal-perfect {
  --fa: "\f012";
  --fa--fa: "\f012\f012"; }

.fa-pump {
  --fa: "\e442";
  --fa--fa: "\e442\e442"; }

.fa-bus {
  --fa: "\f207";
  --fa--fa: "\f207\f207"; }

.fa-heart-circle-xmark {
  --fa: "\e501";
  --fa--fa: "\e501\e501"; }

.fa-arrow-up-left-from-circle {
  --fa: "\e09e";
  --fa--fa: "\e09e\e09e"; }

.fa-house-chimney {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af"; }

.fa-home-lg {
  --fa: "\e3af";
  --fa--fa: "\e3af\e3af"; }

.fa-window-maximize {
  --fa: "\f2d0";
  --fa--fa: "\f2d0\f2d0"; }

.fa-dryer {
  --fa: "\f861";
  --fa--fa: "\f861\f861"; }

.fa-face-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119"; }

.fa-frown {
  --fa: "\f119";
  --fa--fa: "\f119\f119"; }

.fa-chess-bishop-piece {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b"; }

.fa-chess-bishop-alt {
  --fa: "\f43b";
  --fa--fa: "\f43b\f43b"; }

.fa-shirt-tank-top {
  --fa: "\e3c9";
  --fa--fa: "\e3c9\e3c9"; }

.fa-diploma {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea"; }

.fa-scroll-ribbon {
  --fa: "\f5ea";
  --fa--fa: "\f5ea\f5ea"; }

.fa-screencast {
  --fa: "\e23e";
  --fa--fa: "\e23e\e23e"; }

.fa-walker {
  --fa: "\f831";
  --fa--fa: "\f831\f831"; }

.fa-prescription {
  --fa: "\f5b1";
  --fa--fa: "\f5b1\f5b1"; }

.fa-shop {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f"; }

.fa-store-alt {
  --fa: "\f54f";
  --fa--fa: "\f54f\f54f"; }

.fa-floppy-disk {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7"; }

.fa-save {
  --fa: "\f0c7";
  --fa--fa: "\f0c7\f0c7"; }

.fa-vihara {
  --fa: "\f6a7";
  --fa--fa: "\f6a7\f6a7"; }

.fa-face-kiss-closed-eyes {
  --fa: "\e37d";
  --fa--fa: "\e37d\e37d"; }

.fa-scale-unbalanced {
  --fa: "\f515";
  --fa--fa: "\f515\f515"; }

.fa-balance-scale-left {
  --fa: "\f515";
  --fa--fa: "\f515\f515"; }

.fa-file-user {
  --fa: "\f65c";
  --fa--fa: "\f65c\f65c"; }

.fa-user-police-tie {
  --fa: "\e334";
  --fa--fa: "\e334\e334"; }

.fa-face-tongue-money {
  --fa: "\e39d";
  --fa--fa: "\e39d\e39d"; }

.fa-tennis-ball {
  --fa: "\f45e";
  --fa--fa: "\f45e\f45e"; }

.fa-square-l {
  --fa: "\e275";
  --fa--fa: "\e275\e275"; }

.fa-sort-up {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de"; }

.fa-sort-asc {
  --fa: "\f0de";
  --fa--fa: "\f0de\f0de"; }

.fa-calendar-arrow-up {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1"; }

.fa-calendar-upload {
  --fa: "\e0d1";
  --fa--fa: "\e0d1\e0d1"; }

.fa-comment-dots {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad"; }

.fa-commenting {
  --fa: "\f4ad";
  --fa--fa: "\f4ad\f4ad"; }

.fa-plant-wilt {
  --fa: "\e5aa";
  --fa--fa: "\e5aa\e5aa"; }

.fa-scarf {
  --fa: "\f7c1";
  --fa--fa: "\f7c1\f7c1"; }

.fa-album-circle-plus {
  --fa: "\e48c";
  --fa--fa: "\e48c\e48c"; }

.fa-user-nurse-hair-long {
  --fa: "\e45e";
  --fa--fa: "\e45e\e45e"; }

.fa-diamond {
  --fa: "\f219";
  --fa--fa: "\f219\f219"; }

.fa-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351"; }

.fa-arrow-alt-square-left {
  --fa: "\f351";
  --fa--fa: "\f351\f351"; }

.fa-face-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585"; }

.fa-grin-squint {
  --fa: "\f585";
  --fa--fa: "\f585\f585"; }

.fa-circle-ellipsis-vertical {
  --fa: "\e10b";
  --fa--fa: "\e10b\e10b"; }

.fa-hand-holding-dollar {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0"; }

.fa-hand-holding-usd {
  --fa: "\f4c0";
  --fa--fa: "\f4c0\f4c0"; }

.fa-grid-dividers {
  --fa: "\e3ad";
  --fa--fa: "\e3ad\e3ad"; }

.fa-chart-diagram {
  --fa: "\e695";
  --fa--fa: "\e695\e695"; }

.fa-bacterium {
  --fa: "\e05a";
  --fa--fa: "\e05a\e05a"; }

.fa-hand-pointer {
  --fa: "\f25a";
  --fa--fa: "\f25a\f25a"; }

.fa-drum-steelpan {
  --fa: "\f56a";
  --fa--fa: "\f56a\f56a"; }

.fa-hand-scissors {
  --fa: "\f257";
  --fa--fa: "\f257\f257"; }

.fa-hands-praying {
  --fa: "\f684";
  --fa--fa: "\f684\f684"; }

.fa-praying-hands {
  --fa: "\f684";
  --fa--fa: "\f684\f684"; }

.fa-face-pensive {
  --fa: "\e384";
  --fa--fa: "\e384\e384"; }

.fa-user-music {
  --fa: "\f8eb";
  --fa--fa: "\f8eb\f8eb"; }

.fa-arrow-rotate-right {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e"; }

.fa-arrow-right-rotate {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e"; }

.fa-arrow-rotate-forward {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e"; }

.fa-redo {
  --fa: "\f01e";
  --fa--fa: "\f01e\f01e"; }

.fa-messages-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652"; }

.fa-comments-alt-dollar {
  --fa: "\f652";
  --fa--fa: "\f652\f652"; }

.fa-sensor-on {
  --fa: "\e02b";
  --fa--fa: "\e02b\e02b"; }

.fa-balloon {
  --fa: "\e2e3";
  --fa--fa: "\e2e3\e2e3"; }

.fa-biohazard {
  --fa: "\f780";
  --fa--fa: "\f780\f780"; }

.fa-chess-queen-piece {
  --fa: "\f446";
  --fa--fa: "\f446\f446"; }

.fa-chess-queen-alt {
  --fa: "\f446";
  --fa--fa: "\f446\f446"; }

.fa-location-crosshairs {
  --fa: "\f601";
  --fa--fa: "\f601\f601"; }

.fa-location {
  --fa: "\f601";
  --fa--fa: "\f601\f601"; }

.fa-mars-double {
  --fa: "\f227";
  --fa--fa: "\f227\f227"; }

.fa-left-from-bracket {
  --fa: "\e66c";
  --fa--fa: "\e66c\e66c"; }

.fa-house-person-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f"; }

.fa-house-leave {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f"; }

.fa-house-person-depart {
  --fa: "\e00f";
  --fa--fa: "\e00f\e00f"; }

.fa-ruler-triangle {
  --fa: "\f61c";
  --fa--fa: "\f61c\f61c"; }

.fa-card-club {
  --fa: "\e3e9";
  --fa--fa: "\e3e9\e3e9"; }

.fa-child-dress {
  --fa: "\e59c";
  --fa--fa: "\e59c\e59c"; }

.fa-users-between-lines {
  --fa: "\e591";
  --fa--fa: "\e591\e591"; }

.fa-lungs-virus {
  --fa: "\e067";
  --fa--fa: "\e067\e067"; }

.fa-spinner-third {
  --fa: "\f3f4";
  --fa--fa: "\f3f4\f3f4"; }

.fa-face-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588"; }

.fa-grin-tears {
  --fa: "\f588";
  --fa--fa: "\f588\f588"; }

.fa-phone {
  --fa: "\f095";
  --fa--fa: "\f095\f095"; }

.fa-computer-mouse-scrollwheel {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd"; }

.fa-mouse-alt {
  --fa: "\f8cd";
  --fa--fa: "\f8cd\f8cd"; }

.fa-calendar-xmark {
  --fa: "\f273";
  --fa--fa: "\f273\f273"; }

.fa-calendar-times {
  --fa: "\f273";
  --fa--fa: "\f273\f273"; }

.fa-child-reaching {
  --fa: "\e59d";
  --fa--fa: "\e59d\e59d"; }

.fa-table-layout {
  --fa: "\e290";
  --fa--fa: "\e290\e290"; }

.fa-narwhal {
  --fa: "\f6fe";
  --fa--fa: "\f6fe\f6fe"; }

.fa-ramp-loading {
  --fa: "\f4d4";
  --fa--fa: "\f4d4\f4d4"; }

.fa-calendar-circle-plus {
  --fa: "\e470";
  --fa--fa: "\e470\e470"; }

.fa-toothbrush {
  --fa: "\f635";
  --fa--fa: "\f635\f635"; }

.fa-border-inner {
  --fa: "\f84e";
  --fa--fa: "\f84e\f84e"; }

.fa-paw-claws {
  --fa: "\f702";
  --fa--fa: "\f702\f702"; }

.fa-kiwi-fruit {
  --fa: "\e30c";
  --fa--fa: "\e30c\e30c"; }

.fa-traffic-light-slow {
  --fa: "\f639";
  --fa--fa: "\f639\f639"; }

.fa-rectangle-code {
  --fa: "\e322";
  --fa--fa: "\e322\e322"; }

.fa-head-side-virus {
  --fa: "\e064";
  --fa--fa: "\e064\e064"; }

.fa-keyboard-brightness {
  --fa: "\e1c0";
  --fa--fa: "\e1c0\e1c0"; }

.fa-books-medical {
  --fa: "\f7e8";
  --fa--fa: "\f7e8\f7e8"; }

.fa-lightbulb-slash {
  --fa: "\f673";
  --fa--fa: "\f673\f673"; }

.fa-house-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487"; }

.fa-home-blank {
  --fa: "\e487";
  --fa--fa: "\e487\e487"; }

.fa-square-5 {
  --fa: "\e25a";
  --fa--fa: "\e25a\e25a"; }

.fa-square-heart {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8"; }

.fa-heart-square {
  --fa: "\f4c8";
  --fa--fa: "\f4c8\f4c8"; }

.fa-puzzle {
  --fa: "\e443";
  --fa--fa: "\e443\e443"; }

.fa-user-gear {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe"; }

.fa-user-cog {
  --fa: "\f4fe";
  --fa--fa: "\f4fe\f4fe"; }

.fa-pipe-circle-check {
  --fa: "\e436";
  --fa--fa: "\e436\e436"; }

.fa-arrow-up-1-9 {
  --fa: "\f163";
  --fa--fa: "\f163\f163"; }

.fa-sort-numeric-up {
  --fa: "\f163";
  --fa--fa: "\f163\f163"; }

.fa-octagon-exclamation {
  --fa: "\e204";
  --fa--fa: "\e204\e204"; }

.fa-dial-low {
  --fa: "\e15d";
  --fa--fa: "\e15d\e15d"; }

.fa-door-closed {
  --fa: "\f52a";
  --fa--fa: "\f52a\f52a"; }

.fa-laptop-mobile {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a"; }

.fa-phone-laptop {
  --fa: "\f87a";
  --fa--fa: "\f87a\f87a"; }

.fa-conveyor-belt-boxes {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f"; }

.fa-conveyor-belt-alt {
  --fa: "\f46f";
  --fa--fa: "\f46f\f46f"; }

.fa-shield-virus {
  --fa: "\e06c";
  --fa--fa: "\e06c\e06c"; }

.fa-starfighter-twin-ion-engine-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e"; }

.fa-starfighter-alt-advanced {
  --fa: "\e28e";
  --fa--fa: "\e28e\e28e"; }

.fa-dice-six {
  --fa: "\f526";
  --fa--fa: "\f526\f526"; }

.fa-starfighter-twin-ion-engine {
  --fa: "\e038";
  --fa--fa: "\e038\e038"; }

.fa-starfighter-alt {
  --fa: "\e038";
  --fa--fa: "\e038\e038"; }

.fa-rocket-launch {
  --fa: "\e027";
  --fa--fa: "\e027\e027"; }

.fa-mosquito-net {
  --fa: "\e52c";
  --fa--fa: "\e52c\e52c"; }

.fa-file-fragment {
  --fa: "\e697";
  --fa--fa: "\e697\e697"; }

.fa-vent-damper {
  --fa: "\e465";
  --fa--fa: "\e465\e465"; }

.fa-bridge-water {
  --fa: "\e4ce";
  --fa--fa: "\e4ce\e4ce"; }

.fa-ban-bug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9"; }

.fa-debug {
  --fa: "\f7f9";
  --fa--fa: "\f7f9\f7f9"; }

.fa-person-booth {
  --fa: "\f756";
  --fa--fa: "\f756\f756"; }

.fa-text-width {
  --fa: "\f035";
  --fa--fa: "\f035\f035"; }

.fa-garage-car {
  --fa: "\e00a";
  --fa--fa: "\e00a\e00a"; }

.fa-square-kanban {
  --fa: "\e488";
  --fa--fa: "\e488\e488"; }

.fa-hat-wizard {
  --fa: "\f6e8";
  --fa--fa: "\f6e8\f6e8"; }

.fa-chart-kanban {
  --fa: "\e64f";
  --fa--fa: "\e64f\e64f"; }

.fa-pen-fancy {
  --fa: "\f5ac";
  --fa--fa: "\f5ac\f5ac"; }

.fa-coffee-pot {
  --fa: "\e002";
  --fa--fa: "\e002\e002"; }

.fa-mouse-field {
  --fa: "\e5a8";
  --fa--fa: "\e5a8\e5a8"; }

.fa-person-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e"; }

.fa-digging {
  --fa: "\f85e";
  --fa--fa: "\f85e\f85e"; }

.fa-shower-down {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d"; }

.fa-shower-alt {
  --fa: "\e24d";
  --fa--fa: "\e24d\e24d"; }

.fa-box-circle-check {
  --fa: "\e0c4";
  --fa--fa: "\e0c4\e0c4"; }

.fa-brightness {
  --fa: "\e0c9";
  --fa--fa: "\e0c9\e0c9"; }

.fa-car-side-bolt {
  --fa: "\e344";
  --fa--fa: "\e344\e344"; }

.fa-file-xml {
  --fa: "\e654";
  --fa--fa: "\e654\e654"; }

.fa-ornament {
  --fa: "\f7b8";
  --fa--fa: "\f7b8\f7b8"; }

.fa-phone-arrow-down-left {
  --fa: "\e223";
  --fa--fa: "\e223\e223"; }

.fa-phone-arrow-down {
  --fa: "\e223";
  --fa--fa: "\e223\e223"; }

.fa-phone-incoming {
  --fa: "\e223";
  --fa--fa: "\e223\e223"; }

.fa-cloud-word {
  --fa: "\e138";
  --fa--fa: "\e138\e138"; }

.fa-hand-fingers-crossed {
  --fa: "\e1a3";
  --fa--fa: "\e1a3\e1a3"; }

.fa-trash {
  --fa: "\f1f8";
  --fa--fa: "\f1f8\f1f8"; }

.fa-gauge-simple {
  --fa: "\f629";
  --fa--fa: "\f629\f629"; }

.fa-gauge-simple-med {
  --fa: "\f629";
  --fa--fa: "\f629\f629"; }

.fa-tachometer-average {
  --fa: "\f629";
  --fa--fa: "\f629\f629"; }

.fa-arrow-down-small-big {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d"; }

.fa-sort-size-down-alt {
  --fa: "\f88d";
  --fa--fa: "\f88d\f88d"; }

.fa-book-medical {
  --fa: "\f7e6";
  --fa--fa: "\f7e6\f7e6"; }

.fa-face-melting {
  --fa: "\e483";
  --fa--fa: "\e483\e483"; }

.fa-poo {
  --fa: "\f2fe";
  --fa--fa: "\f2fe\f2fe"; }

.fa-pen-clip-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f"; }

.fa-pen-alt-slash {
  --fa: "\e20f";
  --fa--fa: "\e20f\e20f"; }

.fa-quote-right {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e"; }

.fa-quote-right-alt {
  --fa: "\f10e";
  --fa--fa: "\f10e\f10e"; }

.fa-scroll-old {
  --fa: "\f70f";
  --fa--fa: "\f70f\f70f"; }

.fa-guitars {
  --fa: "\f8bf";
  --fa--fa: "\f8bf\f8bf"; }

.fa-phone-xmark {
  --fa: "\e227";
  --fa--fa: "\e227\e227"; }

.fa-hose {
  --fa: "\e419";
  --fa--fa: "\e419\e419"; }

.fa-clock-six {
  --fa: "\e352";
  --fa--fa: "\e352\e352"; }

.fa-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553"; }

.fa-t-shirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553"; }

.fa-tshirt {
  --fa: "\f553";
  --fa--fa: "\f553\f553"; }

.fa-billboard {
  --fa: "\e5cd";
  --fa--fa: "\e5cd\e5cd"; }

.fa-square-r {
  --fa: "\e27c";
  --fa--fa: "\e27c\e27c"; }

.fa-cubes {
  --fa: "\f1b3";
  --fa--fa: "\f1b3\f1b3"; }

.fa-envelope-open-dollar {
  --fa: "\f657";
  --fa--fa: "\f657\f657"; }

.fa-divide {
  --fa: "\f529";
  --fa--fa: "\f529\f529"; }

.fa-sun-cloud {
  --fa: "\f763";
  --fa--fa: "\f763\f763"; }

.fa-lamp-floor {
  --fa: "\e015";
  --fa--fa: "\e015\e015"; }

.fa-square-7 {
  --fa: "\e25c";
  --fa--fa: "\e25c\e25c"; }

.fa-tenge-sign {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7"; }

.fa-tenge {
  --fa: "\f7d7";
  --fa--fa: "\f7d7\f7d7"; }

.fa-headphones {
  --fa: "\f025";
  --fa--fa: "\f025\f025"; }

.fa-hands-holding {
  --fa: "\f4c2";
  --fa--fa: "\f4c2\f4c2"; }

.fa-campfire {
  --fa: "\f6ba";
  --fa--fa: "\f6ba\f6ba"; }

.fa-circle-ampersand {
  --fa: "\e0f8";
  --fa--fa: "\e0f8\e0f8"; }

.fa-snowflakes {
  --fa: "\f7cf";
  --fa--fa: "\f7cf\f7cf"; }

.fa-hands-clapping {
  --fa: "\e1a8";
  --fa--fa: "\e1a8\e1a8"; }

.fa-republican {
  --fa: "\f75e";
  --fa--fa: "\f75e\f75e"; }

.fa-leaf-maple {
  --fa: "\f6f6";
  --fa--fa: "\f6f6\f6f6"; }

.fa-arrow-left {
  --fa: "\f060";
  --fa--fa: "\f060\f060"; }

.fa-person-circle-xmark {
  --fa: "\e543";
  --fa--fa: "\e543\e543"; }

.fa-ruler {
  --fa: "\f545";
  --fa--fa: "\f545\f545"; }

.fa-arrow-left-from-bracket {
  --fa: "\e668";
  --fa--fa: "\e668\e668"; }

.fa-cup-straw-swoosh {
  --fa: "\e364";
  --fa--fa: "\e364\e364"; }

.fa-temperature-sun {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a"; }

.fa-temperature-hot {
  --fa: "\f76a";
  --fa--fa: "\f76a\f76a"; }

.fa-align-left {
  --fa: "\f036";
  --fa--fa: "\f036\f036"; }

.fa-dice-d6 {
  --fa: "\f6d1";
  --fa--fa: "\f6d1\f6d1"; }

.fa-restroom {
  --fa: "\f7bd";
  --fa--fa: "\f7bd\f7bd"; }

.fa-high-definition {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae"; }

.fa-rectangle-hd {
  --fa: "\e1ae";
  --fa--fa: "\e1ae\e1ae"; }

.fa-j {
  --fa: "\4a";
  --fa--fa: "\4a\4a"; }

.fa-galaxy {
  --fa: "\e008";
  --fa--fa: "\e008\e008"; }

.fa-users-viewfinder {
  --fa: "\e595";
  --fa--fa: "\e595\e595"; }

.fa-file-video {
  --fa: "\f1c8";
  --fa--fa: "\f1c8\f1c8"; }

.fa-cherries {
  --fa: "\e0ec";
  --fa--fa: "\e0ec\e0ec"; }

.fa-up-right-from-square {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d"; }

.fa-external-link-alt {
  --fa: "\f35d";
  --fa--fa: "\f35d\f35d"; }

.fa-circle-sort {
  --fa: "\e030";
  --fa--fa: "\e030\e030"; }

.fa-sort-circle {
  --fa: "\e030";
  --fa--fa: "\e030\e030"; }

.fa-table-cells {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a"; }

.fa-th {
  --fa: "\f00a";
  --fa--fa: "\f00a\f00a"; }

.fa-bag-shopping-minus {
  --fa: "\e650";
  --fa--fa: "\e650\e650"; }

.fa-file-pdf {
  --fa: "\f1c1";
  --fa--fa: "\f1c1\f1c1"; }

.fa-siren {
  --fa: "\e02d";
  --fa--fa: "\e02d\e02d"; }

.fa-arrow-up-to-dotted-line {
  --fa: "\e0a1";
  --fa--fa: "\e0a1\e0a1"; }

.fa-image-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5"; }

.fa-landscape {
  --fa: "\e1b5";
  --fa--fa: "\e1b5\e1b5"; }

.fa-tank-water {
  --fa: "\e452";
  --fa--fa: "\e452\e452"; }

.fa-curling-stone {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a"; }

.fa-curling {
  --fa: "\f44a";
  --fa--fa: "\f44a\f44a"; }

.fa-gamepad-modern {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2"; }

.fa-gamepad-alt {
  --fa: "\e5a2";
  --fa--fa: "\e5a2\e5a2"; }

.fa-messages-question {
  --fa: "\e1e7";
  --fa--fa: "\e1e7\e1e7"; }

.fa-book-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647"; }

.fa-bible {
  --fa: "\f647";
  --fa--fa: "\f647\f647"; }

.fa-o {
  --fa: "\4f";
  --fa--fa: "\4f\4f"; }

.fa-suitcase-medical {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa"; }

.fa-medkit {
  --fa: "\f0fa";
  --fa--fa: "\f0fa\f0fa"; }

.fa-briefcase-arrow-right {
  --fa: "\e2f2";
  --fa--fa: "\e2f2\e2f2"; }

.fa-expand-wide {
  --fa: "\f320";
  --fa--fa: "\f320\f320"; }

.fa-clock-eleven-thirty {
  --fa: "\e348";
  --fa--fa: "\e348\e348"; }

.fa-rv {
  --fa: "\f7be";
  --fa--fa: "\f7be\f7be"; }

.fa-user-secret {
  --fa: "\f21b";
  --fa--fa: "\f21b\f21b"; }

.fa-otter {
  --fa: "\f700";
  --fa--fa: "\f700\f700"; }

.fa-dreidel {
  --fa: "\f792";
  --fa--fa: "\f792\f792"; }

.fa-person-dress {
  --fa: "\f182";
  --fa--fa: "\f182\f182"; }

.fa-female {
  --fa: "\f182";
  --fa--fa: "\f182\f182"; }

.fa-comment-dollar {
  --fa: "\f651";
  --fa--fa: "\f651\f651"; }

.fa-business-time {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a"; }

.fa-briefcase-clock {
  --fa: "\f64a";
  --fa--fa: "\f64a\f64a"; }

.fa-flower-tulip {
  --fa: "\f801";
  --fa--fa: "\f801\f801"; }

.fa-people-pants-simple {
  --fa: "\e21a";
  --fa--fa: "\e21a\e21a"; }

.fa-cloud-drizzle {
  --fa: "\f738";
  --fa--fa: "\f738\f738"; }

.fa-table-cells-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009"; }

.fa-th-large {
  --fa: "\f009";
  --fa--fa: "\f009\f009"; }

.fa-book-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827"; }

.fa-tanakh {
  --fa: "\f827";
  --fa--fa: "\f827\f827"; }

.fa-solar-system {
  --fa: "\e02f";
  --fa--fa: "\e02f\e02f"; }

.fa-seal-question {
  --fa: "\e243";
  --fa--fa: "\e243\e243"; }

.fa-phone-volume {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0"; }

.fa-volume-control-phone {
  --fa: "\f2a0";
  --fa--fa: "\f2a0\f2a0"; }

.fa-disc-drive {
  --fa: "\f8b5";
  --fa--fa: "\f8b5\f8b5"; }

.fa-hat-cowboy-side {
  --fa: "\f8c1";
  --fa--fa: "\f8c1\f8c1"; }

.fa-table-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292"; }

.fa-rows {
  --fa: "\e292";
  --fa--fa: "\e292\e292"; }

.fa-location-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608"; }

.fa-map-marker-exclamation {
  --fa: "\f608";
  --fa--fa: "\f608\f608"; }

.fa-face-fearful {
  --fa: "\e375";
  --fa--fa: "\e375\e375"; }

.fa-clipboard-user {
  --fa: "\f7f3";
  --fa--fa: "\f7f3\f7f3"; }

.fa-bus-school {
  --fa: "\f5dd";
  --fa--fa: "\f5dd\f5dd"; }

.fa-film-slash {
  --fa: "\e179";
  --fa--fa: "\e179\e179"; }

.fa-square-arrow-down-right {
  --fa: "\e262";
  --fa--fa: "\e262\e262"; }

.fa-book-sparkles {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8"; }

.fa-book-spells {
  --fa: "\f6b8";
  --fa--fa: "\f6b8\f6b8"; }

.fa-washing-machine {
  --fa: "\f898";
  --fa--fa: "\f898\f898"; }

.fa-washer {
  --fa: "\f898";
  --fa--fa: "\f898\f898"; }

.fa-child {
  --fa: "\f1ae";
  --fa--fa: "\f1ae\f1ae"; }

.fa-lira-sign {
  --fa: "\f195";
  --fa--fa: "\f195\f195"; }

.fa-user-visor {
  --fa: "\e04c";
  --fa--fa: "\e04c\e04c"; }

.fa-file-plus-minus {
  --fa: "\e177";
  --fa--fa: "\e177\e177"; }

.fa-chess-clock-flip {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e"; }

.fa-chess-clock-alt {
  --fa: "\f43e";
  --fa--fa: "\f43e\f43e"; }

.fa-satellite {
  --fa: "\f7bf";
  --fa--fa: "\f7bf\f7bf"; }

.fa-truck-fire {
  --fa: "\e65a";
  --fa--fa: "\e65a\e65a"; }

.fa-plane-lock {
  --fa: "\e558";
  --fa--fa: "\e558\e558"; }

.fa-steering-wheel {
  --fa: "\f622";
  --fa--fa: "\f622\f622"; }

.fa-tag {
  --fa: "\f02b";
  --fa--fa: "\f02b\f02b"; }

.fa-stretcher {
  --fa: "\f825";
  --fa--fa: "\f825\f825"; }

.fa-book-section {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1"; }

.fa-book-law {
  --fa: "\e0c1";
  --fa--fa: "\e0c1\e0c1"; }

.fa-inboxes {
  --fa: "\e1bb";
  --fa--fa: "\e1bb\e1bb"; }

.fa-coffee-bean {
  --fa: "\e13e";
  --fa--fa: "\e13e\e13e"; }

.fa-circle-yen {
  --fa: "\e5d0";
  --fa--fa: "\e5d0\e5d0"; }

.fa-brackets-curly {
  --fa: "\f7ea";
  --fa--fa: "\f7ea\f7ea"; }

.fa-ellipsis-stroke-vertical {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c"; }

.fa-ellipsis-v-alt {
  --fa: "\f39c";
  --fa--fa: "\f39c\f39c"; }

.fa-comment {
  --fa: "\f075";
  --fa--fa: "\f075\f075"; }

.fa-square-1 {
  --fa: "\e256";
  --fa--fa: "\e256\e256"; }

.fa-cake-candles {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd"; }

.fa-birthday-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd"; }

.fa-cake {
  --fa: "\f1fd";
  --fa--fa: "\f1fd\f1fd"; }

.fa-head-side {
  --fa: "\f6e9";
  --fa--fa: "\f6e9\f6e9"; }

.fa-truck-ladder {
  --fa: "\e657";
  --fa--fa: "\e657\e657"; }

.fa-envelope {
  --fa: "\f0e0";
  --fa--fa: "\f0e0\f0e0"; }

.fa-dolly-empty {
  --fa: "\f473";
  --fa--fa: "\f473\f473"; }

.fa-face-tissue {
  --fa: "\e39c";
  --fa--fa: "\e39c\e39c"; }

.fa-angles-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102"; }

.fa-angle-double-up {
  --fa: "\f102";
  --fa--fa: "\f102\f102"; }

.fa-bin-recycle {
  --fa: "\e5f7";
  --fa--fa: "\e5f7\e5f7"; }

.fa-paperclip {
  --fa: "\f0c6";
  --fa--fa: "\f0c6\f0c6"; }

.fa-chart-line-down {
  --fa: "\f64d";
  --fa--fa: "\f64d\f64d"; }

.fa-arrow-right-to-city {
  --fa: "\e4b3";
  --fa--fa: "\e4b3\e4b3"; }

.fa-lock-a {
  --fa: "\e422";
  --fa--fa: "\e422\e422"; }

.fa-ribbon {
  --fa: "\f4d6";
  --fa--fa: "\f4d6\f4d6"; }

.fa-lungs {
  --fa: "\f604";
  --fa--fa: "\f604\f604"; }

.fa-person-pinball {
  --fa: "\e21d";
  --fa--fa: "\e21d\e21d"; }

.fa-arrow-up-9-1 {
  --fa: "\f887";
  --fa--fa: "\f887\f887"; }

.fa-sort-numeric-up-alt {
  --fa: "\f887";
  --fa--fa: "\f887\f887"; }

.fa-apple-core {
  --fa: "\e08f";
  --fa--fa: "\e08f\e08f"; }

.fa-circle-y {
  --fa: "\e12f";
  --fa--fa: "\e12f\e12f"; }

.fa-h6 {
  --fa: "\e413";
  --fa--fa: "\e413\e413"; }

.fa-litecoin-sign {
  --fa: "\e1d3";
  --fa--fa: "\e1d3\e1d3"; }

.fa-bottle-baby {
  --fa: "\e673";
  --fa--fa: "\e673\e673"; }

.fa-circle-small {
  --fa: "\e122";
  --fa--fa: "\e122\e122"; }

.fa-border-none {
  --fa: "\f850";
  --fa--fa: "\f850\f850"; }

.fa-arrow-turn-down-left {
  --fa: "\e2e1";
  --fa--fa: "\e2e1\e2e1"; }

.fa-circle-wifi-circle-wifi {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e"; }

.fa-circle-wifi-group {
  --fa: "\e67e";
  --fa--fa: "\e67e\e67e"; }

.fa-circle-nodes {
  --fa: "\e4e2";
  --fa--fa: "\e4e2\e4e2"; }

.fa-parachute-box {
  --fa: "\f4cd";
  --fa--fa: "\f4cd\f4cd"; }

.fa-reflect-horizontal {
  --fa: "\e664";
  --fa--fa: "\e664\e664"; }

.fa-message-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4"; }

.fa-comment-alt-medical {
  --fa: "\f7f4";
  --fa--fa: "\f7f4\f7f4"; }

.fa-rugby-ball {
  --fa: "\e3c6";
  --fa--fa: "\e3c6\e3c6"; }

.fa-comment-music {
  --fa: "\f8b0";
  --fa--fa: "\f8b0\f8b0"; }

.fa-indent {
  --fa: "\f03c";
  --fa--fa: "\f03c\f03c"; }

.fa-tree-deciduous {
  --fa: "\f400";
  --fa--fa: "\f400\f400"; }

.fa-tree-alt {
  --fa: "\f400";
  --fa--fa: "\f400\f400"; }

.fa-puzzle-piece-simple {
  --fa: "\e231";
  --fa--fa: "\e231\e231"; }

.fa-puzzle-piece-alt {
  --fa: "\e231";
  --fa--fa: "\e231\e231"; }

.fa-truck-field-un {
  --fa: "\e58e";
  --fa--fa: "\e58e\e58e"; }

.fa-nfc-trash {
  --fa: "\e1fd";
  --fa--fa: "\e1fd\e1fd"; }

.fa-hourglass {
  --fa: "\f254";
  --fa--fa: "\f254\f254"; }

.fa-hourglass-empty {
  --fa: "\f254";
  --fa--fa: "\f254\f254"; }

.fa-mountain {
  --fa: "\f6fc";
  --fa--fa: "\f6fc\f6fc"; }

.fa-file-xmark {
  --fa: "\f317";
  --fa--fa: "\f317\f317"; }

.fa-file-times {
  --fa: "\f317";
  --fa--fa: "\f317\f317"; }

.fa-house-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9"; }

.fa-home-heart {
  --fa: "\f4c9";
  --fa--fa: "\f4c9\f4c9"; }

.fa-house-chimney-blank {
  --fa: "\e3b0";
  --fa--fa: "\e3b0\e3b0"; }

.fa-meter-bolt {
  --fa: "\e1e9";
  --fa--fa: "\e1e9\e1e9"; }

.fa-user-doctor {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0"; }

.fa-user-md {
  --fa: "\f0f0";
  --fa--fa: "\f0f0\f0f0"; }

.fa-slash-back {
  --fa: "\5c";
  --fa--fa: "\5c\5c"; }

.fa-circle-info {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a"; }

.fa-info-circle {
  --fa: "\f05a";
  --fa--fa: "\f05a\f05a"; }

.fa-fishing-rod {
  --fa: "\e3a8";
  --fa--fa: "\e3a8\e3a8"; }

.fa-hammer-crash {
  --fa: "\e414";
  --fa--fa: "\e414\e414"; }

.fa-message-heart {
  --fa: "\e5c9";
  --fa--fa: "\e5c9\e5c9"; }

.fa-cloud-meatball {
  --fa: "\f73b";
  --fa--fa: "\f73b\f73b"; }

.fa-camera-polaroid {
  --fa: "\f8aa";
  --fa--fa: "\f8aa\f8aa"; }

.fa-camera {
  --fa: "\f030";
  --fa--fa: "\f030\f030"; }

.fa-camera-alt {
  --fa: "\f030";
  --fa--fa: "\f030\f030"; }

.fa-square-virus {
  --fa: "\e578";
  --fa--fa: "\e578\e578"; }

.fa-cart-arrow-up {
  --fa: "\e3ee";
  --fa--fa: "\e3ee\e3ee"; }

.fa-meteor {
  --fa: "\f753";
  --fa--fa: "\f753\f753"; }

.fa-car-on {
  --fa: "\e4dd";
  --fa--fa: "\e4dd\e4dd"; }

.fa-sleigh {
  --fa: "\f7cc";
  --fa--fa: "\f7cc\f7cc"; }

.fa-arrow-down-1-9 {
  --fa: "\f162";
  --fa--fa: "\f162\f162"; }

.fa-sort-numeric-asc {
  --fa: "\f162";
  --fa--fa: "\f162\f162"; }

.fa-sort-numeric-down {
  --fa: "\f162";
  --fa--fa: "\f162\f162"; }

.fa-buoy-mooring {
  --fa: "\e5b6";
  --fa--fa: "\e5b6\e5b6"; }

.fa-square-4 {
  --fa: "\e259";
  --fa--fa: "\e259\e259"; }

.fa-hand-holding-droplet {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1"; }

.fa-hand-holding-water {
  --fa: "\f4c1";
  --fa--fa: "\f4c1\f4c1"; }

.fa-file-eps {
  --fa: "\e644";
  --fa--fa: "\e644\e644"; }

.fa-tricycle-adult {
  --fa: "\e5c4";
  --fa--fa: "\e5c4\e5c4"; }

.fa-waveform {
  --fa: "\f8f1";
  --fa--fa: "\f8f1\f8f1"; }

.fa-water {
  --fa: "\f773";
  --fa--fa: "\f773\f773"; }

.fa-star-sharp-half-stroke {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d"; }

.fa-star-sharp-half-alt {
  --fa: "\e28d";
  --fa--fa: "\e28d\e28d"; }

.fa-nfc-signal {
  --fa: "\e1fb";
  --fa--fa: "\e1fb\e1fb"; }

.fa-plane-prop {
  --fa: "\e22b";
  --fa--fa: "\e22b\e22b"; }

.fa-calendar-check {
  --fa: "\f274";
  --fa--fa: "\f274\f274"; }

.fa-clock-desk {
  --fa: "\e134";
  --fa--fa: "\e134\e134"; }

.fa-calendar-clock {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2"; }

.fa-calendar-time {
  --fa: "\e0d2";
  --fa--fa: "\e0d2\e0d2"; }

.fa-braille {
  --fa: "\f2a1";
  --fa--fa: "\f2a1\f2a1"; }

.fa-prescription-bottle-medical {
  --fa: "\f486";
  --fa--fa: "\f486\f486"; }

.fa-prescription-bottle-alt {
  --fa: "\f486";
  --fa--fa: "\f486\f486"; }

.fa-plate-utensils {
  --fa: "\e43b";
  --fa--fa: "\e43b\e43b"; }

.fa-family-pants {
  --fa: "\e302";
  --fa--fa: "\e302\e302"; }

.fa-hose-reel {
  --fa: "\e41a";
  --fa--fa: "\e41a\e41a"; }

.fa-house-window {
  --fa: "\e3b3";
  --fa--fa: "\e3b3\e3b3"; }

.fa-landmark {
  --fa: "\f66f";
  --fa--fa: "\f66f\f66f"; }

.fa-truck {
  --fa: "\f0d1";
  --fa--fa: "\f0d1\f0d1"; }

.fa-music-magnifying-glass {
  --fa: "\e662";
  --fa--fa: "\e662\e662"; }

.fa-crosshairs {
  --fa: "\f05b";
  --fa--fa: "\f05b\f05b"; }

.fa-cloud-rainbow {
  --fa: "\f73e";
  --fa--fa: "\f73e\f73e"; }

.fa-person-cane {
  --fa: "\e53c";
  --fa--fa: "\e53c\e53c"; }

.fa-alien {
  --fa: "\f8f5";
  --fa--fa: "\f8f5\f8f5"; }

.fa-tent {
  --fa: "\e57d";
  --fa--fa: "\e57d\e57d"; }

.fa-laptop-binary {
  --fa: "\e5e7";
  --fa--fa: "\e5e7\e5e7"; }

.fa-vest-patches {
  --fa: "\e086";
  --fa--fa: "\e086\e086"; }

.fa-people-dress-simple {
  --fa: "\e218";
  --fa--fa: "\e218\e218"; }

.fa-check-double {
  --fa: "\f560";
  --fa--fa: "\f560\f560"; }

.fa-arrow-down-a-z {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d"; }

.fa-sort-alpha-asc {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d"; }

.fa-sort-alpha-down {
  --fa: "\f15d";
  --fa--fa: "\f15d\f15d"; }

.fa-bowling-ball-pin {
  --fa: "\e0c3";
  --fa--fa: "\e0c3\e0c3"; }

.fa-bell-school-slash {
  --fa: "\f5d6";
  --fa--fa: "\f5d6\f5d6"; }

.fa-plus-large {
  --fa: "\e59e";
  --fa--fa: "\e59e\e59e"; }

.fa-money-bill-wheat {
  --fa: "\e52a";
  --fa--fa: "\e52a\e52a"; }

.fa-camera-viewfinder {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da"; }

.fa-screenshot {
  --fa: "\e0da";
  --fa--fa: "\e0da\e0da"; }

.fa-message-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af"; }

.fa-comment-alt-music {
  --fa: "\f8af";
  --fa--fa: "\f8af\f8af"; }

.fa-car-building {
  --fa: "\f859";
  --fa--fa: "\f859\f859"; }

.fa-border-bottom-right {
  --fa: "\f854";
  --fa--fa: "\f854\f854"; }

.fa-border-style-alt {
  --fa: "\f854";
  --fa--fa: "\f854\f854"; }

.fa-octagon {
  --fa: "\f306";
  --fa--fa: "\f306\f306"; }

.fa-comment-arrow-up-right {
  --fa: "\e145";
  --fa--fa: "\e145\e145"; }

.fa-octagon-divide {
  --fa: "\e203";
  --fa--fa: "\e203\e203"; }

.fa-cookie {
  --fa: "\f563";
  --fa--fa: "\f563\f563"; }

.fa-arrow-rotate-left {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2"; }

.fa-arrow-left-rotate {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2"; }

.fa-arrow-rotate-back {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2"; }

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2"; }

.fa-undo {
  --fa: "\f0e2";
  --fa--fa: "\f0e2\f0e2"; }

.fa-tv-music {
  --fa: "\f8e6";
  --fa--fa: "\f8e6\f8e6"; }

.fa-hard-drive {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0"; }

.fa-hdd {
  --fa: "\f0a0";
  --fa--fa: "\f0a0\f0a0"; }

.fa-reel {
  --fa: "\e238";
  --fa--fa: "\e238\e238"; }

.fa-face-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586"; }

.fa-grin-squint-tears {
  --fa: "\f586";
  --fa--fa: "\f586\f586"; }

.fa-dumbbell {
  --fa: "\f44b";
  --fa--fa: "\f44b\f44b"; }

.fa-rectangle-list {
  --fa: "\f022";
  --fa--fa: "\f022\f022"; }

.fa-list-alt {
  --fa: "\f022";
  --fa--fa: "\f022\f022"; }

.fa-tarp-droplet {
  --fa: "\e57c";
  --fa--fa: "\e57c\e57c"; }

.fa-alarm-exclamation {
  --fa: "\f843";
  --fa--fa: "\f843\f843"; }

.fa-house-medical-circle-check {
  --fa: "\e511";
  --fa--fa: "\e511\e511"; }

.fa-traffic-cone {
  --fa: "\f636";
  --fa--fa: "\f636\f636"; }

.fa-grate {
  --fa: "\e193";
  --fa--fa: "\e193\e193"; }

.fa-arrow-down-right {
  --fa: "\e093";
  --fa--fa: "\e093\e093"; }

.fa-person-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca"; }

.fa-skiing-nordic {
  --fa: "\f7ca";
  --fa--fa: "\f7ca\f7ca"; }

.fa-calendar-plus {
  --fa: "\f271";
  --fa--fa: "\f271\f271"; }

.fa-person-from-portal {
  --fa: "\e023";
  --fa--fa: "\e023\e023"; }

.fa-portal-exit {
  --fa: "\e023";
  --fa--fa: "\e023\e023"; }

.fa-plane-arrival {
  --fa: "\f5af";
  --fa--fa: "\f5af\f5af"; }

.fa-cowbell-circle-plus {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4"; }

.fa-cowbell-more {
  --fa: "\f8b4";
  --fa--fa: "\f8b4\f8b4"; }

.fa-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359"; }

.fa-arrow-alt-circle-left {
  --fa: "\f359";
  --fa--fa: "\f359\f359"; }

.fa-distribute-spacing-vertical {
  --fa: "\e366";
  --fa--fa: "\e366\e366"; }

.fa-signal-bars-fair {
  --fa: "\f692";
  --fa--fa: "\f692\f692"; }

.fa-signal-alt-2 {
  --fa: "\f692";
  --fa--fa: "\f692\f692"; }

.fa-sportsball {
  --fa: "\e44b";
  --fa--fa: "\e44b\e44b"; }

.fa-game-console-handheld-crank {
  --fa: "\e5b9";
  --fa--fa: "\e5b9\e5b9"; }

.fa-train-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239"; }

.fa-subway {
  --fa: "\f239";
  --fa--fa: "\f239\f239"; }

.fa-chart-gantt {
  --fa: "\e0e4";
  --fa--fa: "\e0e4\e0e4"; }

.fa-face-smile-upside-down {
  --fa: "\e395";
  --fa--fa: "\e395\e395"; }

.fa-ball-pile {
  --fa: "\f77e";
  --fa--fa: "\f77e\f77e"; }

.fa-badge-dollar {
  --fa: "\f645";
  --fa--fa: "\f645\f645"; }

.fa-money-bills-simple {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4"; }

.fa-money-bills-alt {
  --fa: "\e1f4";
  --fa--fa: "\e1f4\e1f4"; }

.fa-list-timeline {
  --fa: "\e1d1";
  --fa--fa: "\e1d1\e1d1"; }

.fa-indian-rupee-sign {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc"; }

.fa-indian-rupee {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc"; }

.fa-inr {
  --fa: "\e1bc";
  --fa--fa: "\e1bc\e1bc"; }

.fa-crop-simple {
  --fa: "\f565";
  --fa--fa: "\f565\f565"; }

.fa-crop-alt {
  --fa: "\f565";
  --fa--fa: "\f565\f565"; }

.fa-money-bill-1 {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1"; }

.fa-money-bill-alt {
  --fa: "\f3d1";
  --fa--fa: "\f3d1\f3d1"; }

.fa-left-long {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a"; }

.fa-long-arrow-alt-left {
  --fa: "\f30a";
  --fa--fa: "\f30a\f30a"; }

.fa-keyboard-down {
  --fa: "\e1c2";
  --fa--fa: "\e1c2\e1c2"; }

.fa-circle-up-right {
  --fa: "\e129";
  --fa--fa: "\e129\e129"; }

.fa-cloud-bolt-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d"; }

.fa-thunderstorm-moon {
  --fa: "\f76d";
  --fa--fa: "\f76d\f76d"; }

.fa-turn-left-up {
  --fa: "\e638";
  --fa--fa: "\e638\e638"; }

.fa-dna {
  --fa: "\f471";
  --fa--fa: "\f471\f471"; }

.fa-virus-slash {
  --fa: "\e075";
  --fa--fa: "\e075\e075"; }

.fa-bracket-round-right {
  --fa: "\29";
  --fa--fa: "\29\29"; }

.fa-circle-sterling {
  --fa: "\e5cf";
  --fa--fa: "\e5cf\e5cf"; }

.fa-circle-5 {
  --fa: "\e0f2";
  --fa--fa: "\e0f2\e0f2"; }

.fa-minus {
  --fa: "\f068";
  --fa--fa: "\f068\f068"; }

.fa-subtract {
  --fa: "\f068";
  --fa--fa: "\f068\f068"; }

.fa-fire-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df"; }

.fa-flame {
  --fa: "\f6df";
  --fa--fa: "\f6df\f6df"; }

.fa-right-to-line {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c"; }

.fa-arrow-alt-to-right {
  --fa: "\f34c";
  --fa--fa: "\f34c\f34c"; }

.fa-gif {
  --fa: "\e190";
  --fa--fa: "\e190\e190"; }

.fa-chess {
  --fa: "\f439";
  --fa--fa: "\f439\f439"; }

.fa-trash-slash {
  --fa: "\e2b3";
  --fa--fa: "\e2b3\e2b3"; }

.fa-arrow-left-long {
  --fa: "\f177";
  --fa--fa: "\f177\f177"; }

.fa-long-arrow-left {
  --fa: "\f177";
  --fa--fa: "\f177\f177"; }

.fa-plug-circle-check {
  --fa: "\e55c";
  --fa--fa: "\e55c\e55c"; }

.fa-font-case {
  --fa: "\f866";
  --fa--fa: "\f866\f866"; }

.fa-street-view {
  --fa: "\f21d";
  --fa--fa: "\f21d\f21d"; }

.fa-arrow-down-left {
  --fa: "\e091";
  --fa--fa: "\e091\e091"; }

.fa-franc-sign {
  --fa: "\e18f";
  --fa--fa: "\e18f\e18f"; }

.fa-flask-round-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0"; }

.fa-flask-poison {
  --fa: "\f6e0";
  --fa--fa: "\f6e0\f6e0"; }

.fa-volume-off {
  --fa: "\f026";
  --fa--fa: "\f026\f026"; }

.fa-book-circle-arrow-right {
  --fa: "\e0bc";
  --fa--fa: "\e0bc\e0bc"; }

.fa-chart-user {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3"; }

.fa-user-chart {
  --fa: "\f6a3";
  --fa--fa: "\f6a3\f6a3"; }

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3"; }

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3"; }

.fa-asl-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3"; }

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
  --fa--fa: "\f2a3\f2a3"; }

.fa-presentation-screen {
  --fa: "\f685";
  --fa--fa: "\f685\f685"; }

.fa-presentation {
  --fa: "\f685";
  --fa--fa: "\f685\f685"; }

.fa-circle-bolt {
  --fa: "\e0fe";
  --fa--fa: "\e0fe\e0fe"; }

.fa-face-smile-halo {
  --fa: "\e38f";
  --fa--fa: "\e38f\e38f"; }

.fa-cart-circle-arrow-down {
  --fa: "\e3ef";
  --fa--fa: "\e3ef\e3ef"; }

.fa-house-person-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011"; }

.fa-house-person-arrive {
  --fa: "\e011";
  --fa--fa: "\e011\e011"; }

.fa-house-return {
  --fa: "\e011";
  --fa--fa: "\e011\e011"; }

.fa-message-xmark {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab"; }

.fa-comment-alt-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab"; }

.fa-message-times {
  --fa: "\f4ab";
  --fa--fa: "\f4ab\f4ab"; }

.fa-file-certificate {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3"; }

.fa-file-award {
  --fa: "\f5f3";
  --fa--fa: "\f5f3\f5f3"; }

.fa-user-doctor-hair-long {
  --fa: "\e459";
  --fa--fa: "\e459\e459"; }

.fa-camera-security {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe"; }

.fa-camera-home {
  --fa: "\f8fe";
  --fa--fa: "\f8fe\f8fe"; }

.fa-gear {
  --fa: "\f013";
  --fa--fa: "\f013\f013"; }

.fa-cog {
  --fa: "\f013";
  --fa--fa: "\f013\f013"; }

.fa-droplet-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7"; }

.fa-tint-slash {
  --fa: "\f5c7";
  --fa--fa: "\f5c7\f5c7"; }

.fa-book-heart {
  --fa: "\f499";
  --fa--fa: "\f499\f499"; }

.fa-mosque {
  --fa: "\f678";
  --fa--fa: "\f678\f678"; }

.fa-duck {
  --fa: "\f6d8";
  --fa--fa: "\f6d8\f6d8"; }

.fa-mosquito {
  --fa: "\e52b";
  --fa--fa: "\e52b\e52b"; }

.fa-star-of-david {
  --fa: "\f69a";
  --fa--fa: "\f69a\f69a"; }

.fa-flag-swallowtail {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c"; }

.fa-flag-alt {
  --fa: "\f74c";
  --fa--fa: "\f74c\f74c"; }

.fa-person-military-rifle {
  --fa: "\e54b";
  --fa--fa: "\e54b\e54b"; }

.fa-car-garage {
  --fa: "\f5e2";
  --fa--fa: "\f5e2\f5e2"; }

.fa-cart-shopping {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a"; }

.fa-shopping-cart {
  --fa: "\f07a";
  --fa--fa: "\f07a\f07a"; }

.fa-book-font {
  --fa: "\e0bf";
  --fa--fa: "\e0bf\e0bf"; }

.fa-shield-plus {
  --fa: "\e24a";
  --fa--fa: "\e24a\e24a"; }

.fa-vials {
  --fa: "\f493";
  --fa--fa: "\f493\f493"; }

.fa-eye-dropper-full {
  --fa: "\e172";
  --fa--fa: "\e172\e172"; }

.fa-distribute-spacing-horizontal {
  --fa: "\e365";
  --fa--fa: "\e365\e365"; }

.fa-tablet-rugged {
  --fa: "\f48f";
  --fa--fa: "\f48f\f48f"; }

.fa-temperature-snow {
  --fa: "\f768";
  --fa--fa: "\f768\f768"; }

.fa-temperature-frigid {
  --fa: "\f768";
  --fa--fa: "\f768\f768"; }

.fa-moped {
  --fa: "\e3b9";
  --fa--fa: "\e3b9\e3b9"; }

.fa-face-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9"; }

.fa-smile-plus {
  --fa: "\f5b9";
  --fa--fa: "\f5b9\f5b9"; }

.fa-radio-tuner {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8"; }

.fa-radio-alt {
  --fa: "\f8d8";
  --fa--fa: "\f8d8\f8d8"; }

.fa-face-swear {
  --fa: "\e399";
  --fa--fa: "\e399\e399"; }

.fa-water-arrow-down {
  --fa: "\f774";
  --fa--fa: "\f774\f774"; }

.fa-water-lower {
  --fa: "\f774";
  --fa--fa: "\f774\f774"; }

.fa-scanner-touchscreen {
  --fa: "\f48a";
  --fa--fa: "\f48a\f48a"; }

.fa-circle-7 {
  --fa: "\e0f4";
  --fa--fa: "\e0f4\e0f4"; }

.fa-plug-circle-plus {
  --fa: "\e55f";
  --fa--fa: "\e55f\e55f"; }

.fa-person-ski-jumping {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7"; }

.fa-ski-jump {
  --fa: "\f7c7";
  --fa--fa: "\f7c7\f7c7"; }

.fa-place-of-worship {
  --fa: "\f67f";
  --fa--fa: "\f67f\f67f"; }

.fa-water-arrow-up {
  --fa: "\f775";
  --fa--fa: "\f775\f775"; }

.fa-water-rise {
  --fa: "\f775";
  --fa--fa: "\f775\f775"; }

.fa-waveform-lines {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2"; }

.fa-waveform-path {
  --fa: "\f8f2";
  --fa--fa: "\f8f2\f8f2"; }

.fa-split {
  --fa: "\e254";
  --fa--fa: "\e254\e254"; }

.fa-film-canister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7"; }

.fa-film-cannister {
  --fa: "\f8b7";
  --fa--fa: "\f8b7\f8b7"; }

.fa-folder-xmark {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f"; }

.fa-folder-times {
  --fa: "\f65f";
  --fa--fa: "\f65f\f65f"; }

.fa-toilet-paper-blank {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f"; }

.fa-toilet-paper-alt {
  --fa: "\f71f";
  --fa--fa: "\f71f\f71f"; }

.fa-tablet-screen {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc"; }

.fa-tablet-android-alt {
  --fa: "\f3fc";
  --fa--fa: "\f3fc\f3fc"; }

.fa-hexagon-vertical-nft-slanted {
  --fa: "\e506";
  --fa--fa: "\e506\e506"; }

.fa-folder-music {
  --fa: "\e18d";
  --fa--fa: "\e18d\e18d"; }

.fa-display-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166"; }

.fa-desktop-medical {
  --fa: "\e166";
  --fa--fa: "\e166\e166"; }

.fa-share-all {
  --fa: "\f367";
  --fa--fa: "\f367\f367"; }

.fa-peapod {
  --fa: "\e31c";
  --fa--fa: "\e31c\e31c"; }

.fa-chess-clock {
  --fa: "\f43d";
  --fa--fa: "\f43d\f43d"; }

.fa-axe {
  --fa: "\f6b2";
  --fa--fa: "\f6b2\f6b2"; }

.fa-square-d {
  --fa: "\e268";
  --fa--fa: "\e268\e268"; }

.fa-grip-vertical {
  --fa: "\f58e";
  --fa--fa: "\f58e\f58e"; }

.fa-mobile-signal-out {
  --fa: "\e1f0";
  --fa--fa: "\e1f0\e1f0"; }

.fa-hexagon-nodes {
  --fa: "\e699";
  --fa--fa: "\e699\e699"; }

.fa-arrow-turn-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148"; }

.fa-level-up {
  --fa: "\f148";
  --fa--fa: "\f148\f148"; }

.fa-u {
  --fa: "\55";
  --fa--fa: "\55\55"; }

.fa-arrow-up-from-dotted-line {
  --fa: "\e09b";
  --fa--fa: "\e09b\e09b"; }

.fa-square-root-variable {
  --fa: "\f698";
  --fa--fa: "\f698\f698"; }

.fa-square-root-alt {
  --fa: "\f698";
  --fa--fa: "\f698\f698"; }

.fa-light-switch-on {
  --fa: "\e019";
  --fa--fa: "\e019\e019"; }

.fa-arrow-down-arrow-up {
  --fa: "\f883";
  --fa--fa: "\f883\f883"; }

.fa-sort-alt {
  --fa: "\f883";
  --fa--fa: "\f883\f883"; }

.fa-raindrops {
  --fa: "\f75c";
  --fa--fa: "\f75c\f75c"; }

.fa-dash {
  --fa: "\e404";
  --fa--fa: "\e404\e404"; }

.fa-minus-large {
  --fa: "\e404";
  --fa--fa: "\e404\e404"; }

.fa-clock {
  --fa: "\f017";
  --fa--fa: "\f017\f017"; }

.fa-clock-four {
  --fa: "\f017";
  --fa--fa: "\f017\f017"; }

.fa-input-numeric {
  --fa: "\e1bd";
  --fa--fa: "\e1bd\e1bd"; }

.fa-truck-tow {
  --fa: "\e2b8";
  --fa--fa: "\e2b8\e2b8"; }

.fa-backward-step {
  --fa: "\f048";
  --fa--fa: "\f048\f048"; }

.fa-step-backward {
  --fa: "\f048";
  --fa--fa: "\f048\f048"; }

.fa-pallet {
  --fa: "\f482";
  --fa--fa: "\f482\f482"; }

.fa-car-bolt {
  --fa: "\e341";
  --fa--fa: "\e341\e341"; }

.fa-arrows-maximize {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d"; }

.fa-expand-arrows {
  --fa: "\f31d";
  --fa--fa: "\f31d\f31d"; }

.fa-faucet {
  --fa: "\e005";
  --fa--fa: "\e005\e005"; }

.fa-cloud-sleet {
  --fa: "\f741";
  --fa--fa: "\f741\f741"; }

.fa-lamp-street {
  --fa: "\e1c5";
  --fa--fa: "\e1c5\e1c5"; }

.fa-list-radio {
  --fa: "\e1d0";
  --fa--fa: "\e1d0\e1d0"; }

.fa-pen-nib-slash {
  --fa: "\e4a1";
  --fa--fa: "\e4a1\e4a1"; }

.fa-baseball-bat-ball {
  --fa: "\f432";
  --fa--fa: "\f432\f432"; }

.fa-square-up-left {
  --fa: "\e282";
  --fa--fa: "\e282\e282"; }

.fa-overline {
  --fa: "\f876";
  --fa--fa: "\f876\f876"; }

.fa-s {
  --fa: "\53";
  --fa--fa: "\53\53"; }

.fa-timeline {
  --fa: "\e29c";
  --fa--fa: "\e29c\e29c"; }

.fa-keyboard {
  --fa: "\f11c";
  --fa--fa: "\f11c\f11c"; }

.fa-arrows-from-dotted-line {
  --fa: "\e0a3";
  --fa--fa: "\e0a3\e0a3"; }

.fa-usb-drive {
  --fa: "\f8e9";
  --fa--fa: "\f8e9\f8e9"; }

.fa-ballot {
  --fa: "\f732";
  --fa--fa: "\f732\f732"; }

.fa-caret-down {
  --fa: "\f0d7";
  --fa--fa: "\f0d7\f0d7"; }

.fa-location-dot-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605"; }

.fa-map-marker-alt-slash {
  --fa: "\f605";
  --fa--fa: "\f605\f605"; }

.fa-cards {
  --fa: "\e3ed";
  --fa--fa: "\e3ed\e3ed"; }

.fa-house-chimney-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2"; }

.fa-clinic-medical {
  --fa: "\f7f2";
  --fa--fa: "\f7f2\f7f2"; }

.fa-boxing-glove {
  --fa: "\f438";
  --fa--fa: "\f438\f438"; }

.fa-glove-boxing {
  --fa: "\f438";
  --fa--fa: "\f438\f438"; }

.fa-temperature-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8"; }

.fa-temperature-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8"; }

.fa-thermometer-3 {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8"; }

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
  --fa--fa: "\f2c8\f2c8"; }

.fa-bell-school {
  --fa: "\f5d5";
  --fa--fa: "\f5d5\f5d5"; }

.fa-mobile-screen {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf"; }

.fa-mobile-android-alt {
  --fa: "\f3cf";
  --fa--fa: "\f3cf\f3cf"; }

.fa-plane-up {
  --fa: "\e22d";
  --fa--fa: "\e22d\e22d"; }

.fa-folder-heart {
  --fa: "\e189";
  --fa--fa: "\e189\e189"; }

.fa-circle-location-arrow {
  --fa: "\f602";
  --fa--fa: "\f602\f602"; }

.fa-location-circle {
  --fa: "\f602";
  --fa--fa: "\f602\f602"; }

.fa-face-head-bandage {
  --fa: "\e37a";
  --fa--fa: "\e37a\e37a"; }

.fa-sushi-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b"; }

.fa-maki-roll {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b"; }

.fa-makizushi {
  --fa: "\e48b";
  --fa--fa: "\e48b\e48b"; }

.fa-car-bump {
  --fa: "\f5e0";
  --fa--fa: "\f5e0\f5e0"; }

.fa-piggy-bank {
  --fa: "\f4d3";
  --fa--fa: "\f4d3\f4d3"; }

.fa-racquet {
  --fa: "\f45a";
  --fa--fa: "\f45a\f45a"; }

.fa-car-mirrors {
  --fa: "\e343";
  --fa--fa: "\e343\e343"; }

.fa-industry-windows {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3"; }

.fa-industry-alt {
  --fa: "\f3b3";
  --fa--fa: "\f3b3\f3b3"; }

.fa-bolt-auto {
  --fa: "\e0b6";
  --fa--fa: "\e0b6\e0b6"; }

.fa-battery-half {
  --fa: "\f242";
  --fa--fa: "\f242\f242"; }

.fa-battery-3 {
  --fa: "\f242";
  --fa--fa: "\f242\f242"; }

.fa-flux-capacitor {
  --fa: "\f8ba";
  --fa--fa: "\f8ba\f8ba"; }

.fa-mountain-city {
  --fa: "\e52e";
  --fa--fa: "\e52e\e52e"; }

.fa-coins {
  --fa: "\f51e";
  --fa--fa: "\f51e\f51e"; }

.fa-honey-pot {
  --fa: "\e418";
  --fa--fa: "\e418\e418"; }

.fa-olive {
  --fa: "\e316";
  --fa--fa: "\e316\e316"; }

.fa-khanda {
  --fa: "\f66d";
  --fa--fa: "\f66d\f66d"; }

.fa-filter-list {
  --fa: "\e17c";
  --fa--fa: "\e17c\e17c"; }

.fa-outlet {
  --fa: "\e01c";
  --fa--fa: "\e01c\e01c"; }

.fa-sliders {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de"; }

.fa-sliders-h {
  --fa: "\f1de";
  --fa--fa: "\f1de\f1de"; }

.fa-cauldron {
  --fa: "\f6bf";
  --fa--fa: "\f6bf\f6bf"; }

.fa-people {
  --fa: "\e216";
  --fa--fa: "\e216\e216"; }

.fa-folder-tree {
  --fa: "\f802";
  --fa--fa: "\f802\f802"; }

.fa-network-wired {
  --fa: "\f6ff";
  --fa--fa: "\f6ff\f6ff"; }

.fa-croissant {
  --fa: "\f7f6";
  --fa--fa: "\f7f6\f7f6"; }

.fa-map-pin {
  --fa: "\f276";
  --fa--fa: "\f276\f276"; }

.fa-hamsa {
  --fa: "\f665";
  --fa--fa: "\f665\f665"; }

.fa-cent-sign {
  --fa: "\e3f5";
  --fa--fa: "\e3f5\e3f5"; }

.fa-swords-laser {
  --fa: "\e03d";
  --fa--fa: "\e03d\e03d"; }

.fa-flask {
  --fa: "\f0c3";
  --fa--fa: "\f0c3\f0c3"; }

.fa-person-pregnant {
  --fa: "\e31e";
  --fa--fa: "\e31e\e31e"; }

.fa-square-u {
  --fa: "\e281";
  --fa--fa: "\e281\e281"; }

.fa-wand-sparkles {
  --fa: "\f72b";
  --fa--fa: "\f72b\f72b"; }

.fa-router {
  --fa: "\f8da";
  --fa--fa: "\f8da\f8da"; }

.fa-ellipsis-vertical {
  --fa: "\f142";
  --fa--fa: "\f142\f142"; }

.fa-ellipsis-v {
  --fa: "\f142";
  --fa--fa: "\f142\f142"; }

.fa-sword-laser-alt {
  --fa: "\e03c";
  --fa--fa: "\e03c\e03c"; }

.fa-ticket {
  --fa: "\f145";
  --fa--fa: "\f145\f145"; }

.fa-power-off {
  --fa: "\f011";
  --fa--fa: "\f011\f011"; }

.fa-coin {
  --fa: "\f85c";
  --fa--fa: "\f85c\f85c"; }

.fa-laptop-slash {
  --fa: "\e1c7";
  --fa--fa: "\e1c7\e1c7"; }

.fa-right-long {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b"; }

.fa-long-arrow-alt-right {
  --fa: "\f30b";
  --fa--fa: "\f30b\f30b"; }

.fa-circle-b {
  --fa: "\e0fd";
  --fa--fa: "\e0fd\e0fd"; }

.fa-person-dress-simple {
  --fa: "\e21c";
  --fa--fa: "\e21c\e21c"; }

.fa-pipe-collar {
  --fa: "\e437";
  --fa--fa: "\e437\e437"; }

.fa-lights-holiday {
  --fa: "\f7b2";
  --fa--fa: "\f7b2\f7b2"; }

.fa-citrus {
  --fa: "\e2f4";
  --fa--fa: "\e2f4\e2f4"; }

.fa-flag-usa {
  --fa: "\f74d";
  --fa--fa: "\f74d\f74d"; }

.fa-laptop-file {
  --fa: "\e51d";
  --fa--fa: "\e51d\e51d"; }

.fa-tty {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4"; }

.fa-teletype {
  --fa: "\f1e4";
  --fa--fa: "\f1e4\f1e4"; }

.fa-chart-tree-map {
  --fa: "\e0ea";
  --fa--fa: "\e0ea\e0ea"; }

.fa-diagram-next {
  --fa: "\e476";
  --fa--fa: "\e476\e476"; }

.fa-person-rifle {
  --fa: "\e54e";
  --fa--fa: "\e54e\e54e"; }

.fa-clock-five-thirty {
  --fa: "\e34a";
  --fa--fa: "\e34a\e34a"; }

.fa-pipe-valve {
  --fa: "\e439";
  --fa--fa: "\e439\e439"; }

.fa-lightbulb-message {
  --fa: "\e687";
  --fa--fa: "\e687\e687"; }

.fa-arrow-up-from-arc {
  --fa: "\e4b4";
  --fa--fa: "\e4b4\e4b4"; }

.fa-face-spiral-eyes {
  --fa: "\e485";
  --fa--fa: "\e485\e485"; }

.fa-compress-wide {
  --fa: "\f326";
  --fa--fa: "\f326\f326"; }

.fa-circle-phone-hangup {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d"; }

.fa-phone-circle-down {
  --fa: "\e11d";
  --fa--fa: "\e11d\e11d"; }

.fa-gear-complex-code {
  --fa: "\e5eb";
  --fa--fa: "\e5eb\e5eb"; }

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
  --fa--fa: "\e512\e512"; }

.fa-badminton {
  --fa: "\e33a";
  --fa--fa: "\e33a\e33a"; }

.fa-closed-captioning {
  --fa: "\f20a";
  --fa--fa: "\f20a\f20a"; }

.fa-person-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec"; }

.fa-hiking {
  --fa: "\f6ec";
  --fa--fa: "\f6ec\f6ec"; }

.fa-right-from-line {
  --fa: "\f347";
  --fa--fa: "\f347\f347"; }

.fa-arrow-alt-from-left {
  --fa: "\f347";
  --fa--fa: "\f347\f347"; }

.fa-venus-double {
  --fa: "\f226";
  --fa--fa: "\f226\f226"; }

.fa-images {
  --fa: "\f302";
  --fa--fa: "\f302\f302"; }

.fa-calculator {
  --fa: "\f1ec";
  --fa--fa: "\f1ec\f1ec"; }

.fa-shuttlecock {
  --fa: "\f45b";
  --fa--fa: "\f45b\f45b"; }

.fa-user-hair {
  --fa: "\e45a";
  --fa--fa: "\e45a\e45a"; }

.fa-eye-evil {
  --fa: "\f6db";
  --fa--fa: "\f6db\f6db"; }

.fa-people-pulling {
  --fa: "\e535";
  --fa--fa: "\e535\e535"; }

.fa-n {
  --fa: "\4e";
  --fa--fa: "\4e\4e"; }

.fa-swap {
  --fa: "\e609";
  --fa--fa: "\e609\e609"; }

.fa-garage {
  --fa: "\e009";
  --fa--fa: "\e009\e009"; }

.fa-cable-car {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da"; }

.fa-tram {
  --fa: "\f7da";
  --fa--fa: "\f7da\f7da"; }

.fa-shovel-snow {
  --fa: "\f7c3";
  --fa--fa: "\f7c3\f7c3"; }

.fa-cloud-rain {
  --fa: "\f73d";
  --fa--fa: "\f73d\f73d"; }

.fa-face-lying {
  --fa: "\e37e";
  --fa--fa: "\e37e\e37e"; }

.fa-sprinkler {
  --fa: "\e035";
  --fa--fa: "\e035\e035"; }

.fa-building-circle-xmark {
  --fa: "\e4d4";
  --fa--fa: "\e4d4\e4d4"; }

.fa-person-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb"; }

.fa-sledding {
  --fa: "\f7cb";
  --fa--fa: "\f7cb\f7cb"; }

.fa-game-console-handheld {
  --fa: "\f8bb";
  --fa--fa: "\f8bb\f8bb"; }

.fa-ship {
  --fa: "\f21a";
  --fa--fa: "\f21a\f21a"; }

.fa-clock-six-thirty {
  --fa: "\e353";
  --fa--fa: "\e353\e353"; }

.fa-battery-slash {
  --fa: "\f377";
  --fa--fa: "\f377\f377"; }

.fa-tugrik-sign {
  --fa: "\e2ba";
  --fa--fa: "\e2ba\e2ba"; }

.fa-arrows-down-to-line {
  --fa: "\e4b8";
  --fa--fa: "\e4b8\e4b8"; }

.fa-download {
  --fa: "\f019";
  --fa--fa: "\f019\f019"; }

.fa-angles-up-down {
  --fa: "\e60d";
  --fa--fa: "\e60d\e60d"; }

.fa-shelves {
  --fa: "\f480";
  --fa--fa: "\f480\f480"; }

.fa-inventory {
  --fa: "\f480";
  --fa--fa: "\f480\f480"; }

.fa-cloud-snow {
  --fa: "\f742";
  --fa--fa: "\f742\f742"; }

.fa-face-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580"; }

.fa-grin {
  --fa: "\f580";
  --fa--fa: "\f580\f580"; }

.fa-delete-left {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a"; }

.fa-backspace {
  --fa: "\f55a";
  --fa--fa: "\f55a\f55a"; }

.fa-oven {
  --fa: "\e01d";
  --fa--fa: "\e01d\e01d"; }

.fa-cloud-binary {
  --fa: "\e601";
  --fa--fa: "\e601\e601"; }

.fa-eye-dropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb"; }

.fa-eye-dropper-empty {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb"; }

.fa-eyedropper {
  --fa: "\f1fb";
  --fa--fa: "\f1fb\f1fb"; }

.fa-comment-captions {
  --fa: "\e146";
  --fa--fa: "\e146\e146"; }

.fa-comments-question {
  --fa: "\e14e";
  --fa--fa: "\e14e\e14e"; }

.fa-scribble {
  --fa: "\e23f";
  --fa--fa: "\e23f\e23f"; }

.fa-rotate-exclamation {
  --fa: "\e23c";
  --fa--fa: "\e23c\e23c"; }

.fa-file-circle-check {
  --fa: "\e5a0";
  --fa--fa: "\e5a0\e5a0"; }

.fa-glass {
  --fa: "\f804";
  --fa--fa: "\f804\f804"; }

.fa-loader {
  --fa: "\e1d4";
  --fa--fa: "\e1d4\e1d4"; }

.fa-forward {
  --fa: "\f04e";
  --fa--fa: "\f04e\f04e"; }

.fa-user-pilot {
  --fa: "\e2c0";
  --fa--fa: "\e2c0\e2c0"; }

.fa-mobile {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce"; }

.fa-mobile-android {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce"; }

.fa-mobile-phone {
  --fa: "\f3ce";
  --fa--fa: "\f3ce\f3ce"; }

.fa-code-pull-request-closed {
  --fa: "\e3f9";
  --fa--fa: "\e3f9\e3f9"; }

.fa-face-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a"; }

.fa-meh {
  --fa: "\f11a";
  --fa--fa: "\f11a\f11a"; }

.fa-align-center {
  --fa: "\f037";
  --fa--fa: "\f037\f037"; }

.fa-book-skull {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7"; }

.fa-book-dead {
  --fa: "\f6b7";
  --fa--fa: "\f6b7\f6b7"; }

.fa-id-card {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2"; }

.fa-drivers-license {
  --fa: "\f2c2";
  --fa--fa: "\f2c2\f2c2"; }

.fa-face-dotted {
  --fa: "\e47f";
  --fa--fa: "\e47f\e47f"; }

.fa-face-worried {
  --fa: "\e3a3";
  --fa--fa: "\e3a3\e3a3"; }

.fa-outdent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b"; }

.fa-dedent {
  --fa: "\f03b";
  --fa--fa: "\f03b\f03b"; }

.fa-court-sport {
  --fa: "\e643";
  --fa--fa: "\e643\e643"; }

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
  --fa--fa: "\e4fe\e4fe"; }

.fa-house {
  --fa: "\f015";
  --fa--fa: "\f015\f015"; }

.fa-home {
  --fa: "\f015";
  --fa--fa: "\f015\f015"; }

.fa-home-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015"; }

.fa-home-lg-alt {
  --fa: "\f015";
  --fa--fa: "\f015\f015"; }

.fa-vector-circle {
  --fa: "\e2c6";
  --fa--fa: "\e2c6\e2c6"; }

.fa-car-circle-bolt {
  --fa: "\e342";
  --fa--fa: "\e342\e342"; }

.fa-calendar-week {
  --fa: "\f784";
  --fa--fa: "\f784\f784"; }

.fa-flying-disc {
  --fa: "\e3a9";
  --fa--fa: "\e3a9\e3a9"; }

.fa-laptop-medical {
  --fa: "\f812";
  --fa--fa: "\f812\f812"; }

.fa-square-down-right {
  --fa: "\e26c";
  --fa--fa: "\e26c\e26c"; }

.fa-b {
  --fa: "\42";
  --fa--fa: "\42\42"; }

.fa-seat-airline {
  --fa: "\e244";
  --fa--fa: "\e244\e244"; }

.fa-moon-over-sun {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a"; }

.fa-eclipse-alt {
  --fa: "\f74a";
  --fa--fa: "\f74a\f74a"; }

.fa-pipe {
  --fa: "\7c";
  --fa--fa: "\7c\7c"; }

.fa-file-medical {
  --fa: "\f477";
  --fa--fa: "\f477\f477"; }

.fa-potato {
  --fa: "\e440";
  --fa--fa: "\e440\e440"; }

.fa-dice-one {
  --fa: "\f525";
  --fa--fa: "\f525\f525"; }

.fa-circle-a {
  --fa: "\e0f7";
  --fa--fa: "\e0f7\e0f7"; }

.fa-helmet-battle {
  --fa: "\f6eb";
  --fa--fa: "\f6eb\f6eb"; }

.fa-butter {
  --fa: "\e3e4";
  --fa--fa: "\e3e4\e3e4"; }

.fa-blanket-fire {
  --fa: "\e3da";
  --fa--fa: "\e3da\e3da"; }

.fa-kiwi-bird {
  --fa: "\f535";
  --fa--fa: "\f535\f535"; }

.fa-castle {
  --fa: "\e0de";
  --fa--fa: "\e0de\e0de"; }

.fa-golf-club {
  --fa: "\f451";
  --fa--fa: "\f451\f451"; }

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec"; }

.fa-exchange {
  --fa: "\f0ec";
  --fa--fa: "\f0ec\f0ec"; }

.fa-rotate-right {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9"; }

.fa-redo-alt {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9"; }

.fa-rotate-forward {
  --fa: "\f2f9";
  --fa--fa: "\f2f9\f2f9"; }

.fa-utensils {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7"; }

.fa-cutlery {
  --fa: "\f2e7";
  --fa--fa: "\f2e7\f2e7"; }

.fa-arrow-up-wide-short {
  --fa: "\f161";
  --fa--fa: "\f161\f161"; }

.fa-sort-amount-up {
  --fa: "\f161";
  --fa--fa: "\f161\f161"; }

.fa-chart-pie-simple-circle-dollar {
  --fa: "\e605";
  --fa--fa: "\e605\e605"; }

.fa-balloons {
  --fa: "\e2e4";
  --fa--fa: "\e2e4\e2e4"; }

.fa-mill-sign {
  --fa: "\e1ed";
  --fa--fa: "\e1ed\e1ed"; }

.fa-bowl-rice {
  --fa: "\e2eb";
  --fa--fa: "\e2eb\e2eb"; }

.fa-timeline-arrow {
  --fa: "\e29d";
  --fa--fa: "\e29d\e29d"; }

.fa-skull {
  --fa: "\f54c";
  --fa--fa: "\f54c\f54c"; }

.fa-game-board-simple {
  --fa: "\f868";
  --fa--fa: "\f868\f868"; }

.fa-game-board-alt {
  --fa: "\f868";
  --fa--fa: "\f868\f868"; }

.fa-circle-video {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b"; }

.fa-video-circle {
  --fa: "\e12b";
  --fa--fa: "\e12b\e12b"; }

.fa-chart-scatter-bubble {
  --fa: "\e0e9";
  --fa--fa: "\e0e9\e0e9"; }

.fa-house-turret {
  --fa: "\e1b4";
  --fa--fa: "\e1b4\e1b4"; }

.fa-banana {
  --fa: "\e2e5";
  --fa--fa: "\e2e5\e2e5"; }

.fa-hand-holding-skull {
  --fa: "\e1a4";
  --fa--fa: "\e1a4\e1a4"; }

.fa-people-dress {
  --fa: "\e217";
  --fa--fa: "\e217\e217"; }

.fa-loveseat {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc"; }

.fa-couch-small {
  --fa: "\f4cc";
  --fa--fa: "\f4cc\f4cc"; }

.fa-tower-broadcast {
  --fa: "\f519";
  --fa--fa: "\f519\f519"; }

.fa-broadcast-tower {
  --fa: "\f519";
  --fa--fa: "\f519\f519"; }

.fa-truck-pickup {
  --fa: "\f63c";
  --fa--fa: "\f63c\f63c"; }

.fa-block-quote {
  --fa: "\e0b5";
  --fa--fa: "\e0b5\e0b5"; }

.fa-up-long {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c"; }

.fa-long-arrow-alt-up {
  --fa: "\f30c";
  --fa--fa: "\f30c\f30c"; }

.fa-stop {
  --fa: "\f04d";
  --fa--fa: "\f04d\f04d"; }

.fa-code-merge {
  --fa: "\f387";
  --fa--fa: "\f387\f387"; }

.fa-money-check-dollar-pen {
  --fa: "\f873";
  --fa--fa: "\f873\f873"; }

.fa-money-check-edit-alt {
  --fa: "\f873";
  --fa--fa: "\f873\f873"; }

.fa-up-from-line {
  --fa: "\f346";
  --fa--fa: "\f346\f346"; }

.fa-arrow-alt-from-bottom {
  --fa: "\f346";
  --fa--fa: "\f346\f346"; }

.fa-upload {
  --fa: "\f093";
  --fa--fa: "\f093\f093"; }

.fa-hurricane {
  --fa: "\f751";
  --fa--fa: "\f751\f751"; }

.fa-grid-round-2-plus {
  --fa: "\e5dc";
  --fa--fa: "\e5dc\e5dc"; }

.fa-people-pants {
  --fa: "\e219";
  --fa--fa: "\e219\e219"; }

.fa-mound {
  --fa: "\e52d";
  --fa--fa: "\e52d\e52d"; }

.fa-windsock {
  --fa: "\f777";
  --fa--fa: "\f777\f777"; }

.fa-circle-half {
  --fa: "\e110";
  --fa--fa: "\e110\e110"; }

.fa-brake-warning {
  --fa: "\e0c7";
  --fa--fa: "\e0c7\e0c7"; }

.fa-toilet-portable {
  --fa: "\e583";
  --fa--fa: "\e583\e583"; }

.fa-compact-disc {
  --fa: "\f51f";
  --fa--fa: "\f51f\f51f"; }

.fa-file-arrow-down {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d"; }

.fa-file-download {
  --fa: "\f56d";
  --fa--fa: "\f56d\f56d"; }

.fa-saxophone-fire {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db"; }

.fa-sax-hot {
  --fa: "\f8db";
  --fa--fa: "\f8db\f8db"; }

.fa-camera-web-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833"; }

.fa-webcam-slash {
  --fa: "\f833";
  --fa--fa: "\f833\f833"; }

.fa-folder-medical {
  --fa: "\e18c";
  --fa--fa: "\e18c\e18c"; }

.fa-folder-gear {
  --fa: "\e187";
  --fa--fa: "\e187\e187"; }

.fa-folder-cog {
  --fa: "\e187";
  --fa--fa: "\e187\e187"; }

.fa-hand-wave {
  --fa: "\e1a7";
  --fa--fa: "\e1a7\e1a7"; }

.fa-arrow-up-arrow-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099"; }

.fa-sort-up-down {
  --fa: "\e099";
  --fa--fa: "\e099\e099"; }

.fa-caravan {
  --fa: "\f8ff";
  --fa--fa: "\f8ff\f8ff"; }

.fa-shield-cat {
  --fa: "\e572";
  --fa--fa: "\e572\e572"; }

.fa-message-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9"; }

.fa-comment-alt-slash {
  --fa: "\f4a9";
  --fa--fa: "\f4a9\f4a9"; }

.fa-bolt {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7"; }

.fa-zap {
  --fa: "\f0e7";
  --fa--fa: "\f0e7\f0e7"; }

.fa-trash-can-check {
  --fa: "\e2a9";
  --fa--fa: "\e2a9\e2a9"; }

.fa-glass-water {
  --fa: "\e4f4";
  --fa--fa: "\e4f4\e4f4"; }

.fa-oil-well {
  --fa: "\e532";
  --fa--fa: "\e532\e532"; }

.fa-table-cells-column-unlock {
  --fa: "\e690";
  --fa--fa: "\e690\e690"; }

.fa-person-simple {
  --fa: "\e220";
  --fa--fa: "\e220\e220"; }

.fa-arrow-turn-left-up {
  --fa: "\e634";
  --fa--fa: "\e634\e634"; }

.fa-vault {
  --fa: "\e2c5";
  --fa--fa: "\e2c5\e2c5"; }

.fa-mars {
  --fa: "\f222";
  --fa--fa: "\f222\f222"; }

.fa-toilet {
  --fa: "\f7d8";
  --fa--fa: "\f7d8\f7d8"; }

.fa-plane-circle-xmark {
  --fa: "\e557";
  --fa--fa: "\e557\e557"; }

.fa-yen-sign {
  --fa: "\f157";
  --fa--fa: "\f157\f157"; }

.fa-cny {
  --fa: "\f157";
  --fa--fa: "\f157\f157"; }

.fa-jpy {
  --fa: "\f157";
  --fa--fa: "\f157\f157"; }

.fa-rmb {
  --fa: "\f157";
  --fa--fa: "\f157\f157"; }

.fa-yen {
  --fa: "\f157";
  --fa--fa: "\f157\f157"; }

.fa-gear-code {
  --fa: "\e5e8";
  --fa--fa: "\e5e8\e5e8"; }

.fa-notes {
  --fa: "\e202";
  --fa--fa: "\e202\e202"; }

.fa-ruble-sign {
  --fa: "\f158";
  --fa--fa: "\f158\f158"; }

.fa-rouble {
  --fa: "\f158";
  --fa--fa: "\f158\f158"; }

.fa-rub {
  --fa: "\f158";
  --fa--fa: "\f158\f158"; }

.fa-ruble {
  --fa: "\f158";
  --fa--fa: "\f158\f158"; }

.fa-trash-undo {
  --fa: "\f895";
  --fa--fa: "\f895\f895"; }

.fa-trash-arrow-turn-left {
  --fa: "\f895";
  --fa--fa: "\f895\f895"; }

.fa-champagne-glass {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e"; }

.fa-glass-champagne {
  --fa: "\f79e";
  --fa--fa: "\f79e\f79e"; }

.fa-objects-align-center-horizontal {
  --fa: "\e3bc";
  --fa--fa: "\e3bc\e3bc"; }

.fa-sun {
  --fa: "\f185";
  --fa--fa: "\f185\f185"; }

.fa-trash-can-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad"; }

.fa-trash-alt-slash {
  --fa: "\e2ad";
  --fa--fa: "\e2ad\e2ad"; }

.fa-screen-users {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d"; }

.fa-users-class {
  --fa: "\f63d";
  --fa--fa: "\f63d\f63d"; }

.fa-guitar {
  --fa: "\f7a6";
  --fa--fa: "\f7a6\f7a6"; }

.fa-square-arrow-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a"; }

.fa-arrow-square-left {
  --fa: "\f33a";
  --fa--fa: "\f33a\f33a"; }

.fa-square-8 {
  --fa: "\e25d";
  --fa--fa: "\e25d\e25d"; }

.fa-face-smile-hearts {
  --fa: "\e390";
  --fa--fa: "\e390\e390"; }

.fa-brackets-square {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9"; }

.fa-brackets {
  --fa: "\f7e9";
  --fa--fa: "\f7e9\f7e9"; }

.fa-laptop-arrow-down {
  --fa: "\e1c6";
  --fa--fa: "\e1c6\e1c6"; }

.fa-hockey-stick-puck {
  --fa: "\e3ae";
  --fa--fa: "\e3ae\e3ae"; }

.fa-house-tree {
  --fa: "\e1b3";
  --fa--fa: "\e1b3\e1b3"; }

.fa-signal-fair {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d"; }

.fa-signal-2 {
  --fa: "\f68d";
  --fa--fa: "\f68d\f68d"; }

.fa-face-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c"; }

.fa-laugh-wink {
  --fa: "\f59c";
  --fa--fa: "\f59c\f59c"; }

.fa-circle-dollar {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8"; }

.fa-dollar-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8"; }

.fa-usd-circle {
  --fa: "\f2e8";
  --fa--fa: "\f2e8\f2e8"; }

.fa-horse-head {
  --fa: "\f7ab";
  --fa--fa: "\f7ab\f7ab"; }

.fa-arrows-repeat {
  --fa: "\f364";
  --fa--fa: "\f364\f364"; }

.fa-repeat-alt {
  --fa: "\f364";
  --fa--fa: "\f364\f364"; }

.fa-bore-hole {
  --fa: "\e4c3";
  --fa--fa: "\e4c3\e4c3"; }

.fa-industry {
  --fa: "\f275";
  --fa--fa: "\f275\f275"; }

.fa-image-polaroid {
  --fa: "\f8c4";
  --fa--fa: "\f8c4\f8c4"; }

.fa-wave-triangle {
  --fa: "\f89a";
  --fa--fa: "\f89a\f89a"; }

.fa-turn-left-down {
  --fa: "\e637";
  --fa--fa: "\e637\e637"; }

.fa-person-running-fast {
  --fa: "\e5ff";
  --fa--fa: "\e5ff\e5ff"; }

.fa-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358"; }

.fa-arrow-alt-circle-down {
  --fa: "\f358";
  --fa--fa: "\f358\f358"; }

.fa-grill {
  --fa: "\e5a3";
  --fa--fa: "\e5a3\e5a3"; }

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
  --fa--fa: "\e4c1\e4c1"; }

.fa-chart-mixed {
  --fa: "\f643";
  --fa--fa: "\f643\f643"; }

.fa-analytics {
  --fa: "\f643";
  --fa--fa: "\f643\f643"; }

.fa-florin-sign {
  --fa: "\e184";
  --fa--fa: "\e184\e184"; }

.fa-arrow-down-short-wide {
  --fa: "\f884";
  --fa--fa: "\f884\f884"; }

.fa-sort-amount-desc {
  --fa: "\f884";
  --fa--fa: "\f884\f884"; }

.fa-sort-amount-down-alt {
  --fa: "\f884";
  --fa--fa: "\f884\f884"; }

.fa-less-than {
  --fa: "\3c";
  --fa--fa: "\3c\3c"; }

.fa-display-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165"; }

.fa-desktop-code {
  --fa: "\e165";
  --fa--fa: "\e165\e165"; }

.fa-face-drooling {
  --fa: "\e372";
  --fa--fa: "\e372\e372"; }

.fa-oil-temperature {
  --fa: "\f614";
  --fa--fa: "\f614\f614"; }

.fa-oil-temp {
  --fa: "\f614";
  --fa--fa: "\f614\f614"; }

.fa-square-question {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd"; }

.fa-question-square {
  --fa: "\f2fd";
  --fa--fa: "\f2fd\f2fd"; }

.fa-air-conditioner {
  --fa: "\f8f4";
  --fa--fa: "\f8f4\f8f4"; }

.fa-angle-down {
  --fa: "\f107";
  --fa--fa: "\f107\f107"; }

.fa-mountains {
  --fa: "\f6fd";
  --fa--fa: "\f6fd\f6fd"; }

.fa-omega {
  --fa: "\f67a";
  --fa--fa: "\f67a\f67a"; }

.fa-car-tunnel {
  --fa: "\e4de";
  --fa--fa: "\e4de\e4de"; }

.fa-person-dolly-empty {
  --fa: "\f4d1";
  --fa--fa: "\f4d1\f4d1"; }

.fa-pan-food {
  --fa: "\e42b";
  --fa--fa: "\e42b\e42b"; }

.fa-head-side-cough {
  --fa: "\e061";
  --fa--fa: "\e061\e061"; }

.fa-grip-lines {
  --fa: "\f7a4";
  --fa--fa: "\f7a4\f7a4"; }

.fa-thumbs-down {
  --fa: "\f165";
  --fa--fa: "\f165\f165"; }

.fa-user-lock {
  --fa: "\f502";
  --fa--fa: "\f502\f502"; }

.fa-arrow-right-long {
  --fa: "\f178";
  --fa--fa: "\f178\f178"; }

.fa-long-arrow-right {
  --fa: "\f178";
  --fa--fa: "\f178\f178"; }

.fa-tickets-airline {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b"; }

.fa-tickets-perforated-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b"; }

.fa-tickets-plane {
  --fa: "\e29b";
  --fa--fa: "\e29b\e29b"; }

.fa-tent-double-peak {
  --fa: "\e627";
  --fa--fa: "\e627\e627"; }

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
  --fa--fa: "\e4ac\e4ac"; }

.fa-ellipsis {
  --fa: "\f141";
  --fa--fa: "\f141\f141"; }

.fa-ellipsis-h {
  --fa: "\f141";
  --fa--fa: "\f141\f141"; }

.fa-nfc-slash {
  --fa: "\e1fc";
  --fa--fa: "\e1fc\e1fc"; }

.fa-chess-pawn {
  --fa: "\f443";
  --fa--fa: "\f443\f443"; }

.fa-kit-medical {
  --fa: "\f479";
  --fa--fa: "\f479\f479"; }

.fa-first-aid {
  --fa: "\f479";
  --fa--fa: "\f479\f479"; }

.fa-grid-2-plus {
  --fa: "\e197";
  --fa--fa: "\e197\e197"; }

.fa-bells {
  --fa: "\f77f";
  --fa--fa: "\f77f\f77f"; }

.fa-person-through-window {
  --fa: "\e5a9";
  --fa--fa: "\e5a9\e5a9"; }

.fa-toolbox {
  --fa: "\f552";
  --fa--fa: "\f552\f552"; }

.fa-globe-wifi {
  --fa: "\e685";
  --fa--fa: "\e685\e685"; }

.fa-envelope-dot {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f"; }

.fa-envelope-badge {
  --fa: "\e16f";
  --fa--fa: "\e16f\e16f"; }

.fa-magnifying-glass-waveform {
  --fa: "\e661";
  --fa--fa: "\e661\e661"; }

.fa-hands-holding-circle {
  --fa: "\e4fb";
  --fa--fa: "\e4fb\e4fb"; }

.fa-bug {
  --fa: "\f188";
  --fa--fa: "\f188\f188"; }

.fa-bowl-chopsticks {
  --fa: "\e2e9";
  --fa--fa: "\e2e9\e2e9"; }

.fa-credit-card {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d"; }

.fa-credit-card-alt {
  --fa: "\f09d";
  --fa--fa: "\f09d\f09d"; }

.fa-circle-s {
  --fa: "\e121";
  --fa--fa: "\e121\e121"; }

.fa-box-ballot {
  --fa: "\f735";
  --fa--fa: "\f735\f735"; }

.fa-car {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9"; }

.fa-automobile {
  --fa: "\f1b9";
  --fa--fa: "\f1b9\f1b9"; }

.fa-hand-holding-hand {
  --fa: "\e4f7";
  --fa--fa: "\e4f7\e4f7"; }

.fa-user-tie-hair {
  --fa: "\e45f";
  --fa--fa: "\e45f\e45f"; }

.fa-podium-star {
  --fa: "\f758";
  --fa--fa: "\f758\f758"; }

.fa-user-hair-mullet {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c"; }

.fa-business-front {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c"; }

.fa-party-back {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c"; }

.fa-trian-balbot {
  --fa: "\e45c";
  --fa--fa: "\e45c\e45c"; }

.fa-microphone-stand {
  --fa: "\f8cb";
  --fa--fa: "\f8cb\f8cb"; }

.fa-book-open-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da"; }

.fa-book-reader {
  --fa: "\f5da";
  --fa--fa: "\f5da\f5da"; }

.fa-family-dress {
  --fa: "\e301";
  --fa--fa: "\e301\e301"; }

.fa-circle-x {
  --fa: "\e12e";
  --fa--fa: "\e12e\e12e"; }

.fa-cabin {
  --fa: "\e46d";
  --fa--fa: "\e46d\e46d"; }

.fa-mountain-sun {
  --fa: "\e52f";
  --fa--fa: "\e52f\e52f"; }

.fa-chart-simple-horizontal {
  --fa: "\e474";
  --fa--fa: "\e474\e474"; }

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
  --fa--fa: "\e4ba\e4ba"; }

.fa-hand-back-point-left {
  --fa: "\e19f";
  --fa--fa: "\e19f\e19f"; }

.fa-message-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3"; }

.fa-comment-alt-dots {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3"; }

.fa-messaging {
  --fa: "\f4a3";
  --fa--fa: "\f4a3\f4a3"; }

.fa-file-heart {
  --fa: "\e176";
  --fa--fa: "\e176\e176"; }

.fa-beer-mug {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3"; }

.fa-beer-foam {
  --fa: "\e0b3";
  --fa--fa: "\e0b3\e0b3"; }

.fa-dice-d20 {
  --fa: "\f6cf";
  --fa--fa: "\f6cf\f6cf"; }

.fa-drone {
  --fa: "\f85f";
  --fa--fa: "\f85f\f85f"; }

.fa-truck-droplet {
  --fa: "\e58c";
  --fa--fa: "\e58c\e58c"; }

.fa-file-circle-xmark {
  --fa: "\e5a1";
  --fa--fa: "\e5a1\e5a1"; }

.fa-temperature-arrow-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040"; }

.fa-temperature-up {
  --fa: "\e040";
  --fa--fa: "\e040\e040"; }

.fa-medal {
  --fa: "\f5a2";
  --fa--fa: "\f5a2\f5a2"; }

.fa-person-fairy {
  --fa: "\e608";
  --fa--fa: "\e608\e608"; }

.fa-bed {
  --fa: "\f236";
  --fa--fa: "\f236\f236"; }

.fa-book-copy {
  --fa: "\e0be";
  --fa--fa: "\e0be\e0be"; }

.fa-square-h {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd"; }

.fa-h-square {
  --fa: "\f0fd";
  --fa--fa: "\f0fd\f0fd"; }

.fa-square-c {
  --fa: "\e266";
  --fa--fa: "\e266\e266"; }

.fa-clock-two {
  --fa: "\e35a";
  --fa--fa: "\e35a\e35a"; }

.fa-square-ellipsis-vertical {
  --fa: "\e26f";
  --fa--fa: "\e26f\e26f"; }

.fa-calendar-users {
  --fa: "\e5e2";
  --fa--fa: "\e5e2\e5e2"; }

.fa-podcast {
  --fa: "\f2ce";
  --fa--fa: "\f2ce\f2ce"; }

.fa-bee {
  --fa: "\e0b2";
  --fa--fa: "\e0b2\e0b2"; }

.fa-temperature-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7"; }

.fa-temperature-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7"; }

.fa-thermometer-4 {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7"; }

.fa-thermometer-full {
  --fa: "\f2c7";
  --fa--fa: "\f2c7\f2c7"; }

.fa-bell {
  --fa: "\f0f3";
  --fa--fa: "\f0f3\f0f3"; }

.fa-candy-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8"; }

.fa-chocolate-bar {
  --fa: "\e3e8";
  --fa--fa: "\e3e8\e3e8"; }

.fa-xmark-large {
  --fa: "\e59b";
  --fa--fa: "\e59b\e59b"; }

.fa-pinata {
  --fa: "\e3c3";
  --fa--fa: "\e3c3\e3c3"; }

.fa-file-ppt {
  --fa: "\e64a";
  --fa--fa: "\e64a\e64a"; }

.fa-arrows-from-line {
  --fa: "\e0a4";
  --fa--fa: "\e0a4\e0a4"; }

.fa-superscript {
  --fa: "\f12b";
  --fa--fa: "\f12b\f12b"; }

.fa-bowl-spoon {
  --fa: "\e3e0";
  --fa--fa: "\e3e0\e3e0"; }

.fa-hexagon-check {
  --fa: "\e416";
  --fa--fa: "\e416\e416"; }

.fa-plug-circle-xmark {
  --fa: "\e560";
  --fa--fa: "\e560\e560"; }

.fa-star-of-life {
  --fa: "\f621";
  --fa--fa: "\f621\f621"; }

.fa-phone-slash {
  --fa: "\f3dd";
  --fa--fa: "\f3dd\f3dd"; }

.fa-traffic-light-stop {
  --fa: "\f63a";
  --fa--fa: "\f63a\f63a"; }

.fa-paint-roller {
  --fa: "\f5aa";
  --fa--fa: "\f5aa\f5aa"; }

.fa-accent-grave {
  --fa: "\60";
  --fa--fa: "\60\60"; }

.fa-handshake-angle {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4"; }

.fa-hands-helping {
  --fa: "\f4c4";
  --fa--fa: "\f4c4\f4c4"; }

.fa-circle-0 {
  --fa: "\e0ed";
  --fa--fa: "\e0ed\e0ed"; }

.fa-dial-med-low {
  --fa: "\e160";
  --fa--fa: "\e160\e160"; }

.fa-location-dot {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5"; }

.fa-map-marker-alt {
  --fa: "\f3c5";
  --fa--fa: "\f3c5\f3c5"; }

.fa-crab {
  --fa: "\e3ff";
  --fa--fa: "\e3ff\e3ff"; }

.fa-box-open-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c"; }

.fa-box-full {
  --fa: "\f49c";
  --fa--fa: "\f49c\f49c"; }

.fa-file {
  --fa: "\f15b";
  --fa--fa: "\f15b\f15b"; }

.fa-greater-than {
  --fa: "\3e";
  --fa--fa: "\3e\3e"; }

.fa-quotes {
  --fa: "\e234";
  --fa--fa: "\e234\e234"; }

.fa-pretzel {
  --fa: "\e441";
  --fa--fa: "\e441\e441"; }

.fa-t-rex {
  --fa: "\e629";
  --fa--fa: "\e629\e629"; }

.fa-person-swimming {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4"; }

.fa-swimmer {
  --fa: "\f5c4";
  --fa--fa: "\f5c4\f5c4"; }

.fa-arrow-down {
  --fa: "\f063";
  --fa--fa: "\f063\f063"; }

.fa-user-robot-xmarks {
  --fa: "\e4a7";
  --fa--fa: "\e4a7\e4a7"; }

.fa-message-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4"; }

.fa-comment-alt-quote {
  --fa: "\e1e4";
  --fa--fa: "\e1e4\e1e4"; }

.fa-candy-corn {
  --fa: "\f6bd";
  --fa--fa: "\f6bd\f6bd"; }

.fa-folder-magnifying-glass {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b"; }

.fa-folder-search {
  --fa: "\e18b";
  --fa--fa: "\e18b\e18b"; }

.fa-notebook {
  --fa: "\e201";
  --fa--fa: "\e201\e201"; }

.fa-circle-wifi {
  --fa: "\e67d";
  --fa--fa: "\e67d\e67d"; }

.fa-droplet {
  --fa: "\f043";
  --fa--fa: "\f043\f043"; }

.fa-tint {
  --fa: "\f043";
  --fa--fa: "\f043\f043"; }

.fa-bullseye-pointer {
  --fa: "\f649";
  --fa--fa: "\f649\f649"; }

.fa-eraser {
  --fa: "\f12d";
  --fa--fa: "\f12d\f12d"; }

.fa-hexagon-image {
  --fa: "\e504";
  --fa--fa: "\e504\e504"; }

.fa-earth-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d"; }

.fa-earth {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d"; }

.fa-earth-america {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d"; }

.fa-globe-americas {
  --fa: "\f57d";
  --fa--fa: "\f57d\f57d"; }

.fa-file-svg {
  --fa: "\e64b";
  --fa--fa: "\e64b\e64b"; }

.fa-crate-apple {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1"; }

.fa-apple-crate {
  --fa: "\f6b1";
  --fa--fa: "\f6b1\f6b1"; }

.fa-person-burst {
  --fa: "\e53b";
  --fa--fa: "\e53b\e53b"; }

.fa-game-board {
  --fa: "\f867";
  --fa--fa: "\f867\f867"; }

.fa-hat-chef {
  --fa: "\f86b";
  --fa--fa: "\f86b\f86b"; }

.fa-hand-back-point-right {
  --fa: "\e1a1";
  --fa--fa: "\e1a1\e1a1"; }

.fa-dove {
  --fa: "\f4ba";
  --fa--fa: "\f4ba\f4ba"; }

.fa-snowflake-droplets {
  --fa: "\e5c1";
  --fa--fa: "\e5c1\e5c1"; }

.fa-battery-empty {
  --fa: "\f244";
  --fa--fa: "\f244\f244"; }

.fa-battery-0 {
  --fa: "\f244";
  --fa--fa: "\f244\f244"; }

.fa-grid-4 {
  --fa: "\e198";
  --fa--fa: "\e198\e198"; }

.fa-socks {
  --fa: "\f696";
  --fa--fa: "\f696\f696"; }

.fa-face-sunglasses {
  --fa: "\e398";
  --fa--fa: "\e398\e398"; }

.fa-inbox {
  --fa: "\f01c";
  --fa--fa: "\f01c\f01c"; }

.fa-square-0 {
  --fa: "\e255";
  --fa--fa: "\e255\e255"; }

.fa-section {
  --fa: "\e447";
  --fa--fa: "\e447\e447"; }

.fa-square-this-way-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f"; }

.fa-box-up {
  --fa: "\f49f";
  --fa--fa: "\f49f\f49f"; }

.fa-gauge-high {
  --fa: "\f625";
  --fa--fa: "\f625\f625"; }

.fa-tachometer-alt {
  --fa: "\f625";
  --fa--fa: "\f625\f625"; }

.fa-tachometer-alt-fast {
  --fa: "\f625";
  --fa--fa: "\f625\f625"; }

.fa-square-ampersand {
  --fa: "\e260";
  --fa--fa: "\e260\e260"; }

.fa-envelope-open-text {
  --fa: "\f658";
  --fa--fa: "\f658\f658"; }

.fa-lamp-desk {
  --fa: "\e014";
  --fa--fa: "\e014\e014"; }

.fa-hospital {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8"; }

.fa-hospital-alt {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8"; }

.fa-hospital-wide {
  --fa: "\f0f8";
  --fa--fa: "\f0f8\f0f8"; }

.fa-poll-people {
  --fa: "\f759";
  --fa--fa: "\f759\f759"; }

.fa-whiskey-glass-ice {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1"; }

.fa-glass-whiskey-rocks {
  --fa: "\f7a1";
  --fa--fa: "\f7a1\f7a1"; }

.fa-wine-bottle {
  --fa: "\f72f";
  --fa--fa: "\f72f\f72f"; }

.fa-chess-rook {
  --fa: "\f447";
  --fa--fa: "\f447\f447"; }

.fa-user-bounty-hunter {
  --fa: "\e2bf";
  --fa--fa: "\e2bf\e2bf"; }

.fa-bars-staggered {
  --fa: "\f550";
  --fa--fa: "\f550\f550"; }

.fa-reorder {
  --fa: "\f550";
  --fa--fa: "\f550\f550"; }

.fa-stream {
  --fa: "\f550";
  --fa--fa: "\f550\f550"; }

.fa-diagram-sankey {
  --fa: "\e158";
  --fa--fa: "\e158\e158"; }

.fa-cloud-hail-mixed {
  --fa: "\f73a";
  --fa--fa: "\f73a\f73a"; }

.fa-circle-up-left {
  --fa: "\e128";
  --fa--fa: "\e128\e128"; }

.fa-dharmachakra {
  --fa: "\f655";
  --fa--fa: "\f655\f655"; }

.fa-objects-align-left {
  --fa: "\e3be";
  --fa--fa: "\e3be\e3be"; }

.fa-oil-can-drip {
  --fa: "\e205";
  --fa--fa: "\e205\e205"; }

.fa-face-smiling-hands {
  --fa: "\e396";
  --fa--fa: "\e396\e396"; }

.fa-broccoli {
  --fa: "\e3e2";
  --fa--fa: "\e3e2\e3e2"; }

.fa-route-interstate {
  --fa: "\f61b";
  --fa--fa: "\f61b\f61b"; }

.fa-ear-muffs {
  --fa: "\f795";
  --fa--fa: "\f795\f795"; }

.fa-hotdog {
  --fa: "\f80f";
  --fa--fa: "\f80f\f80f"; }

.fa-transporter-empty {
  --fa: "\e046";
  --fa--fa: "\e046\e046"; }

.fa-person-walking-with-cane {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d"; }

.fa-blind {
  --fa: "\f29d";
  --fa--fa: "\f29d\f29d"; }

.fa-angle-90 {
  --fa: "\e08d";
  --fa--fa: "\e08d\e08d"; }

.fa-rectangle-terminal {
  --fa: "\e236";
  --fa--fa: "\e236\e236"; }

.fa-kite {
  --fa: "\f6f4";
  --fa--fa: "\f6f4\f6f4"; }

.fa-drum {
  --fa: "\f569";
  --fa--fa: "\f569\f569"; }

.fa-scrubber {
  --fa: "\f2f8";
  --fa--fa: "\f2f8\f2f8"; }

.fa-ice-cream {
  --fa: "\f810";
  --fa--fa: "\f810\f810"; }

.fa-heart-circle-bolt {
  --fa: "\e4fc";
  --fa--fa: "\e4fc\e4fc"; }

.fa-fish-bones {
  --fa: "\e304";
  --fa--fa: "\e304\e304"; }

.fa-deer-rudolph {
  --fa: "\f78f";
  --fa--fa: "\f78f\f78f"; }

.fa-fax {
  --fa: "\f1ac";
  --fa--fa: "\f1ac\f1ac"; }

.fa-paragraph {
  --fa: "\f1dd";
  --fa--fa: "\f1dd\f1dd"; }

.fa-head-side-heart {
  --fa: "\e1aa";
  --fa--fa: "\e1aa\e1aa"; }

.fa-square-e {
  --fa: "\e26d";
  --fa--fa: "\e26d\e26d"; }

.fa-meter-fire {
  --fa: "\e1eb";
  --fa--fa: "\e1eb\e1eb"; }

.fa-cloud-hail {
  --fa: "\f739";
  --fa--fa: "\f739\f739"; }

.fa-check-to-slot {
  --fa: "\f772";
  --fa--fa: "\f772\f772"; }

.fa-vote-yea {
  --fa: "\f772";
  --fa--fa: "\f772\f772"; }

.fa-money-from-bracket {
  --fa: "\e312";
  --fa--fa: "\e312\e312"; }

.fa-star-half {
  --fa: "\f089";
  --fa--fa: "\f089\f089"; }

.fa-car-bus {
  --fa: "\f85a";
  --fa--fa: "\f85a\f85a"; }

.fa-speaker {
  --fa: "\f8df";
  --fa--fa: "\f8df\f8df"; }

.fa-timer {
  --fa: "\e29e";
  --fa--fa: "\e29e\e29e"; }

.fa-boxes-stacked {
  --fa: "\f468";
  --fa--fa: "\f468\f468"; }

.fa-boxes {
  --fa: "\f468";
  --fa--fa: "\f468\f468"; }

.fa-boxes-alt {
  --fa: "\f468";
  --fa--fa: "\f468\f468"; }

.fa-landmark-magnifying-glass {
  --fa: "\e622";
  --fa--fa: "\e622\e622"; }

.fa-grill-hot {
  --fa: "\e5a5";
  --fa--fa: "\e5a5\e5a5"; }

.fa-ballot-check {
  --fa: "\f733";
  --fa--fa: "\f733\f733"; }

.fa-link {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1"; }

.fa-chain {
  --fa: "\f0c1";
  --fa--fa: "\f0c1\f0c1"; }

.fa-ear-listen {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2"; }

.fa-assistive-listening-systems {
  --fa: "\f2a2";
  --fa--fa: "\f2a2\f2a2"; }

.fa-file-minus {
  --fa: "\f318";
  --fa--fa: "\f318\f318"; }

.fa-tree-city {
  --fa: "\e587";
  --fa--fa: "\e587\e587"; }

.fa-play {
  --fa: "\f04b";
  --fa--fa: "\f04b\f04b"; }

.fa-font {
  --fa: "\f031";
  --fa--fa: "\f031\f031"; }

.fa-cup-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5"; }

.fa-coffee-togo {
  --fa: "\f6c5";
  --fa--fa: "\f6c5\f6c5"; }

.fa-square-down-left {
  --fa: "\e26b";
  --fa--fa: "\e26b\e26b"; }

.fa-burger-lettuce {
  --fa: "\e3e3";
  --fa--fa: "\e3e3\e3e3"; }

.fa-table-cells-row-lock {
  --fa: "\e67a";
  --fa--fa: "\e67a\e67a"; }

.fa-rupiah-sign {
  --fa: "\e23d";
  --fa--fa: "\e23d\e23d"; }

.fa-magnifying-glass {
  --fa: "\f002";
  --fa--fa: "\f002\f002"; }

.fa-search {
  --fa: "\f002";
  --fa--fa: "\f002\f002"; }

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d"; }

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d"; }

.fa-table-tennis {
  --fa: "\f45d";
  --fa--fa: "\f45d\f45d"; }

.fa-person-dots-from-line {
  --fa: "\f470";
  --fa--fa: "\f470\f470"; }

.fa-diagnoses {
  --fa: "\f470";
  --fa--fa: "\f470\f470"; }

.fa-chevrons-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322"; }

.fa-chevron-double-down {
  --fa: "\f322";
  --fa--fa: "\f322\f322"; }

.fa-trash-can-arrow-up {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a"; }

.fa-trash-restore-alt {
  --fa: "\f82a";
  --fa--fa: "\f82a\f82a"; }

.fa-signal-good {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e"; }

.fa-signal-3 {
  --fa: "\f68e";
  --fa--fa: "\f68e\f68e"; }

.fa-location-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b"; }

.fa-map-marker-question {
  --fa: "\f60b";
  --fa--fa: "\f60b\f60b"; }

.fa-floppy-disk-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181"; }

.fa-floppy-disk-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181"; }

.fa-save-circle-xmark {
  --fa: "\e181";
  --fa--fa: "\e181\e181"; }

.fa-save-times {
  --fa: "\e181";
  --fa--fa: "\e181\e181"; }

.fa-naira-sign {
  --fa: "\e1f6";
  --fa--fa: "\e1f6\e1f6"; }

.fa-peach {
  --fa: "\e20b";
  --fa--fa: "\e20b\e20b"; }

.fa-circles-overlap-3 {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1"; }

.fa-pronoun {
  --fa: "\e6a1";
  --fa--fa: "\e6a1\e6a1"; }

.fa-taxi-bus {
  --fa: "\e298";
  --fa--fa: "\e298\e298"; }

.fa-bracket-curly {
  --fa: "\7b";
  --fa--fa: "\7b\7b"; }

.fa-bracket-curly-left {
  --fa: "\7b";
  --fa--fa: "\7b\7b"; }

.fa-lobster {
  --fa: "\e421";
  --fa--fa: "\e421\e421"; }

.fa-cart-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476"; }

.fa-dolly-flatbed-empty {
  --fa: "\f476";
  --fa--fa: "\f476\f476"; }

.fa-colon {
  --fa: "\3a";
  --fa--fa: "\3a\3a"; }

.fa-cart-arrow-down {
  --fa: "\f218";
  --fa--fa: "\f218\f218"; }

.fa-wand {
  --fa: "\f72a";
  --fa--fa: "\f72a\f72a"; }

.fa-walkie-talkie {
  --fa: "\f8ef";
  --fa--fa: "\f8ef\f8ef"; }

.fa-file-pen {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c"; }

.fa-file-edit {
  --fa: "\f31c";
  --fa--fa: "\f31c\f31c"; }

.fa-receipt {
  --fa: "\f543";
  --fa--fa: "\f543\f543"; }

.fa-table-picnic {
  --fa: "\e32d";
  --fa--fa: "\e32d\e32d"; }

.fa-square-pen {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b"; }

.fa-pen-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b"; }

.fa-pencil-square {
  --fa: "\f14b";
  --fa--fa: "\f14b\f14b"; }

.fa-circle-microphone-lines {
  --fa: "\e117";
  --fa--fa: "\e117\e117"; }

.fa-microphone-circle-alt {
  --fa: "\e117";
  --fa--fa: "\e117\e117"; }

.fa-display-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa"; }

.fa-desktop-slash {
  --fa: "\e2fa";
  --fa--fa: "\e2fa\e2fa"; }

.fa-suitcase-rolling {
  --fa: "\f5c1";
  --fa--fa: "\f5c1\f5c1"; }

.fa-person-circle-exclamation {
  --fa: "\e53f";
  --fa--fa: "\e53f\e53f"; }

.fa-transporter-2 {
  --fa: "\e044";
  --fa--fa: "\e044\e044"; }

.fa-user-hoodie {
  --fa: "\e68a";
  --fa--fa: "\e68a\e68a"; }

.fa-hands-holding-diamond {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c"; }

.fa-hand-receiving {
  --fa: "\f47c";
  --fa--fa: "\f47c\f47c"; }

.fa-money-bill-simple-wave {
  --fa: "\e1f2";
  --fa--fa: "\e1f2\e1f2"; }

.fa-chevron-down {
  --fa: "\f078";
  --fa--fa: "\f078\f078"; }

.fa-battery-full {
  --fa: "\f240";
  --fa--fa: "\f240\f240"; }

.fa-battery {
  --fa: "\f240";
  --fa--fa: "\f240\f240"; }

.fa-battery-5 {
  --fa: "\f240";
  --fa--fa: "\f240\f240"; }

.fa-bell-plus {
  --fa: "\f849";
  --fa--fa: "\f849\f849"; }

.fa-book-arrow-right {
  --fa: "\e0b9";
  --fa--fa: "\e0b9\e0b9"; }

.fa-hospitals {
  --fa: "\f80e";
  --fa--fa: "\f80e\f80e"; }

.fa-club {
  --fa: "\f327";
  --fa--fa: "\f327\f327"; }

.fa-skull-crossbones {
  --fa: "\f714";
  --fa--fa: "\f714\f714"; }

.fa-droplet-degree {
  --fa: "\f748";
  --fa--fa: "\f748\f748"; }

.fa-dewpoint {
  --fa: "\f748";
  --fa--fa: "\f748\f748"; }

.fa-code-compare {
  --fa: "\e13a";
  --fa--fa: "\e13a\e13a"; }

.fa-list-ul {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca"; }

.fa-list-dots {
  --fa: "\f0ca";
  --fa--fa: "\f0ca\f0ca"; }

.fa-hand-holding-magic {
  --fa: "\f6e5";
  --fa--fa: "\f6e5\f6e5"; }

.fa-watermelon-slice {
  --fa: "\e337";
  --fa--fa: "\e337\e337"; }

.fa-circle-ellipsis {
  --fa: "\e10a";
  --fa--fa: "\e10a\e10a"; }

.fa-school-lock {
  --fa: "\e56f";
  --fa--fa: "\e56f\e56f"; }

.fa-tower-cell {
  --fa: "\e585";
  --fa--fa: "\e585\e585"; }

.fa-sd-cards {
  --fa: "\e240";
  --fa--fa: "\e240\e240"; }

.fa-jug-bottle {
  --fa: "\e5fb";
  --fa--fa: "\e5fb\e5fb"; }

.fa-down-long {
  --fa: "\f309";
  --fa--fa: "\f309\f309"; }

.fa-long-arrow-alt-down {
  --fa: "\f309";
  --fa--fa: "\f309\f309"; }

.fa-envelopes {
  --fa: "\e170";
  --fa--fa: "\e170\e170"; }

.fa-phone-office {
  --fa: "\f67d";
  --fa--fa: "\f67d\f67d"; }

.fa-ranking-star {
  --fa: "\e561";
  --fa--fa: "\e561\e561"; }

.fa-chess-king {
  --fa: "\f43f";
  --fa--fa: "\f43f\f43f"; }

.fa-nfc-pen {
  --fa: "\e1fa";
  --fa--fa: "\e1fa\e1fa"; }

.fa-person-harassing {
  --fa: "\e549";
  --fa--fa: "\e549\e549"; }

.fa-magnifying-glass-play {
  --fa: "\e660";
  --fa--fa: "\e660\e660"; }

.fa-hat-winter {
  --fa: "\f7a8";
  --fa--fa: "\f7a8\f7a8"; }

.fa-brazilian-real-sign {
  --fa: "\e46c";
  --fa--fa: "\e46c\e46c"; }

.fa-landmark-dome {
  --fa: "\f752";
  --fa--fa: "\f752\f752"; }

.fa-landmark-alt {
  --fa: "\f752";
  --fa--fa: "\f752\f752"; }

.fa-bone-break {
  --fa: "\f5d8";
  --fa--fa: "\f5d8\f5d8"; }

.fa-arrow-up {
  --fa: "\f062";
  --fa--fa: "\f062\f062"; }

.fa-down-from-dotted-line {
  --fa: "\e407";
  --fa--fa: "\e407\e407"; }

.fa-tv {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c"; }

.fa-television {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c"; }

.fa-tv-alt {
  --fa: "\f26c";
  --fa--fa: "\f26c\f26c"; }

.fa-border-left {
  --fa: "\f84f";
  --fa--fa: "\f84f\f84f"; }

.fa-circle-divide {
  --fa: "\e106";
  --fa--fa: "\e106\e106"; }

.fa-shrimp {
  --fa: "\e448";
  --fa--fa: "\e448\e448"; }

.fa-list-check {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae"; }

.fa-tasks {
  --fa: "\f0ae";
  --fa--fa: "\f0ae\f0ae"; }

.fa-diagram-subtask {
  --fa: "\e479";
  --fa--fa: "\e479\e479"; }

.fa-jug-detergent {
  --fa: "\e519";
  --fa--fa: "\e519\e519"; }

.fa-circle-user {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd"; }

.fa-user-circle {
  --fa: "\f2bd";
  --fa--fa: "\f2bd\f2bd"; }

.fa-square-y {
  --fa: "\e287";
  --fa--fa: "\e287\e287"; }

.fa-user-doctor-hair {
  --fa: "\e458";
  --fa--fa: "\e458\e458"; }

.fa-planet-ringed {
  --fa: "\e020";
  --fa--fa: "\e020\e020"; }

.fa-mushroom {
  --fa: "\e425";
  --fa--fa: "\e425\e425"; }

.fa-user-shield {
  --fa: "\f505";
  --fa--fa: "\f505\f505"; }

.fa-megaphone {
  --fa: "\f675";
  --fa--fa: "\f675\f675"; }

.fa-wreath-laurel {
  --fa: "\e5d2";
  --fa--fa: "\e5d2\e5d2"; }

.fa-circle-exclamation-check {
  --fa: "\e10d";
  --fa--fa: "\e10d\e10d"; }

.fa-wind {
  --fa: "\f72e";
  --fa--fa: "\f72e\f72e"; }

.fa-box-dollar {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0"; }

.fa-box-usd {
  --fa: "\f4a0";
  --fa--fa: "\f4a0\f4a0"; }

.fa-car-burst {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1"; }

.fa-car-crash {
  --fa: "\f5e1";
  --fa--fa: "\f5e1\f5e1"; }

.fa-y {
  --fa: "\59";
  --fa--fa: "\59\59"; }

.fa-user-headset {
  --fa: "\f82d";
  --fa--fa: "\f82d\f82d"; }

.fa-arrows-retweet {
  --fa: "\f361";
  --fa--fa: "\f361\f361"; }

.fa-retweet-alt {
  --fa: "\f361";
  --fa--fa: "\f361\f361"; }

.fa-person-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce"; }

.fa-snowboarding {
  --fa: "\f7ce";
  --fa--fa: "\f7ce\f7ce"; }

.fa-square-chevron-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b"; }

.fa-chevron-square-right {
  --fa: "\f32b";
  --fa--fa: "\f32b\f32b"; }

.fa-lacrosse-stick-ball {
  --fa: "\e3b6";
  --fa--fa: "\e3b6\e3b6"; }

.fa-truck-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b"; }

.fa-shipping-fast {
  --fa: "\f48b";
  --fa--fa: "\f48b\f48b"; }

.fa-user-magnifying-glass {
  --fa: "\e5c5";
  --fa--fa: "\e5c5\e5c5"; }

.fa-star-sharp {
  --fa: "\e28b";
  --fa--fa: "\e28b\e28b"; }

.fa-comment-heart {
  --fa: "\e5c8";
  --fa--fa: "\e5c8\e5c8"; }

.fa-circle-1 {
  --fa: "\e0ee";
  --fa--fa: "\e0ee\e0ee"; }

.fa-circle-star {
  --fa: "\e123";
  --fa--fa: "\e123\e123"; }

.fa-star-circle {
  --fa: "\e123";
  --fa--fa: "\e123\e123"; }

.fa-fish {
  --fa: "\f578";
  --fa--fa: "\f578\f578"; }

.fa-cloud-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e"; }

.fa-fog {
  --fa: "\f74e";
  --fa--fa: "\f74e\f74e"; }

.fa-waffle {
  --fa: "\e466";
  --fa--fa: "\e466\e466"; }

.fa-music-note {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf"; }

.fa-music-alt {
  --fa: "\f8cf";
  --fa--fa: "\f8cf\f8cf"; }

.fa-hexagon-exclamation {
  --fa: "\e417";
  --fa--fa: "\e417\e417"; }

.fa-cart-shopping-fast {
  --fa: "\e0dc";
  --fa--fa: "\e0dc\e0dc"; }

.fa-object-union {
  --fa: "\e49f";
  --fa--fa: "\e49f\e49f"; }

.fa-user-graduate {
  --fa: "\f501";
  --fa--fa: "\f501\f501"; }

.fa-starfighter {
  --fa: "\e037";
  --fa--fa: "\e037\e037"; }

.fa-circle-half-stroke {
  --fa: "\f042";
  --fa--fa: "\f042\f042"; }

.fa-adjust {
  --fa: "\f042";
  --fa--fa: "\f042\f042"; }

.fa-arrow-right-long-to-line {
  --fa: "\e3d5";
  --fa--fa: "\e3d5\e3d5"; }

.fa-square-arrow-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339"; }

.fa-arrow-square-down {
  --fa: "\f339";
  --fa--fa: "\f339\f339"; }

.fa-diamond-half-stroke {
  --fa: "\e5b8";
  --fa--fa: "\e5b8\e5b8"; }

.fa-clapperboard {
  --fa: "\e131";
  --fa--fa: "\e131\e131"; }

.fa-square-chevron-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a"; }

.fa-chevron-square-left {
  --fa: "\f32a";
  --fa--fa: "\f32a\f32a"; }

.fa-phone-intercom {
  --fa: "\e434";
  --fa--fa: "\e434\e434"; }

.fa-link-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb"; }

.fa-chain-horizontal {
  --fa: "\e1cb";
  --fa--fa: "\e1cb\e1cb"; }

.fa-mango {
  --fa: "\e30f";
  --fa--fa: "\e30f\e30f"; }

.fa-music-note-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0"; }

.fa-music-alt-slash {
  --fa: "\f8d0";
  --fa--fa: "\f8d0\f8d0"; }

.fa-circle-radiation {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba"; }

.fa-radiation-alt {
  --fa: "\f7ba";
  --fa--fa: "\f7ba\f7ba"; }

.fa-face-tongue-sweat {
  --fa: "\e39e";
  --fa--fa: "\e39e\e39e"; }

.fa-globe-stand {
  --fa: "\f5f6";
  --fa--fa: "\f5f6\f5f6"; }

.fa-baseball {
  --fa: "\f433";
  --fa--fa: "\f433\f433"; }

.fa-baseball-ball {
  --fa: "\f433";
  --fa--fa: "\f433\f433"; }

.fa-circle-p {
  --fa: "\e11a";
  --fa--fa: "\e11a\e11a"; }

.fa-award-simple {
  --fa: "\e0ab";
  --fa--fa: "\e0ab\e0ab"; }

.fa-jet-fighter-up {
  --fa: "\e518";
  --fa--fa: "\e518\e518"; }

.fa-diagram-project {
  --fa: "\f542";
  --fa--fa: "\f542\f542"; }

.fa-project-diagram {
  --fa: "\f542";
  --fa--fa: "\f542\f542"; }

.fa-pedestal {
  --fa: "\e20d";
  --fa--fa: "\e20d\e20d"; }

.fa-chart-pyramid {
  --fa: "\e0e6";
  --fa--fa: "\e0e6\e0e6"; }

.fa-sidebar {
  --fa: "\e24e";
  --fa--fa: "\e24e\e24e"; }

.fa-snowman-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b"; }

.fa-frosty-head {
  --fa: "\f79b";
  --fa--fa: "\f79b\f79b"; }

.fa-copy {
  --fa: "\f0c5";
  --fa--fa: "\f0c5\f0c5"; }

.fa-burger-glass {
  --fa: "\e0ce";
  --fa--fa: "\e0ce\e0ce"; }

.fa-volume-xmark {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9"; }

.fa-volume-mute {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9"; }

.fa-volume-times {
  --fa: "\f6a9";
  --fa--fa: "\f6a9\f6a9"; }

.fa-hand-sparkles {
  --fa: "\e05d";
  --fa--fa: "\e05d\e05d"; }

.fa-bars-filter {
  --fa: "\e0ad";
  --fa--fa: "\e0ad\e0ad"; }

.fa-paintbrush-pencil {
  --fa: "\e206";
  --fa--fa: "\e206\e206"; }

.fa-party-bell {
  --fa: "\e31a";
  --fa--fa: "\e31a\e31a"; }

.fa-user-vneck-hair {
  --fa: "\e462";
  --fa--fa: "\e462\e462"; }

.fa-jack-o-lantern {
  --fa: "\f30e";
  --fa--fa: "\f30e\f30e"; }

.fa-grip {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d"; }

.fa-grip-horizontal {
  --fa: "\f58d";
  --fa--fa: "\f58d\f58d"; }

.fa-share-from-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d"; }

.fa-share-square {
  --fa: "\f14d";
  --fa--fa: "\f14d\f14d"; }

.fa-keynote {
  --fa: "\f66c";
  --fa--fa: "\f66c\f66c"; }

.fa-child-combatant {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0"; }

.fa-child-rifle {
  --fa: "\e4e0";
  --fa--fa: "\e4e0\e4e0"; }

.fa-gun {
  --fa: "\e19b";
  --fa--fa: "\e19b\e19b"; }

.fa-square-phone {
  --fa: "\f098";
  --fa--fa: "\f098\f098"; }

.fa-phone-square {
  --fa: "\f098";
  --fa--fa: "\f098\f098"; }

.fa-hat-beach {
  --fa: "\e606";
  --fa--fa: "\e606\e606"; }

.fa-plus {
  --fa: "\2b";
  --fa--fa: "\2b\2b"; }

.fa-add {
  --fa: "\2b";
  --fa--fa: "\2b\2b"; }

.fa-expand {
  --fa: "\f065";
  --fa--fa: "\f065\f065"; }

.fa-computer {
  --fa: "\e4e5";
  --fa--fa: "\e4e5\e4e5"; }

.fa-fort {
  --fa: "\e486";
  --fa--fa: "\e486\e486"; }

.fa-cloud-check {
  --fa: "\e35c";
  --fa--fa: "\e35c\e35c"; }

.fa-xmark {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d"; }

.fa-close {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d"; }

.fa-multiply {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d"; }

.fa-remove {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d"; }

.fa-times {
  --fa: "\f00d";
  --fa--fa: "\f00d\f00d"; }

.fa-face-smirking {
  --fa: "\e397";
  --fa--fa: "\e397\e397"; }

.fa-arrows-up-down-left-right {
  --fa: "\f047";
  --fa--fa: "\f047\f047"; }

.fa-arrows {
  --fa: "\f047";
  --fa--fa: "\f047\f047"; }

.fa-chalkboard-user {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c"; }

.fa-chalkboard-teacher {
  --fa: "\f51c";
  --fa--fa: "\f51c\f51c"; }

.fa-rhombus {
  --fa: "\e23b";
  --fa--fa: "\e23b\e23b"; }

.fa-claw-marks {
  --fa: "\f6c2";
  --fa--fa: "\f6c2\f6c2"; }

.fa-peso-sign {
  --fa: "\e222";
  --fa--fa: "\e222\e222"; }

.fa-face-smile-tongue {
  --fa: "\e394";
  --fa--fa: "\e394\e394"; }

.fa-cart-circle-xmark {
  --fa: "\e3f4";
  --fa--fa: "\e3f4\e3f4"; }

.fa-building-shield {
  --fa: "\e4d8";
  --fa--fa: "\e4d8\e4d8"; }

.fa-circle-phone-flip {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c"; }

.fa-phone-circle-alt {
  --fa: "\e11c";
  --fa--fa: "\e11c\e11c"; }

.fa-baby {
  --fa: "\f77c";
  --fa--fa: "\f77c\f77c"; }

.fa-users-line {
  --fa: "\e592";
  --fa--fa: "\e592\e592"; }

.fa-quote-left {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d"; }

.fa-quote-left-alt {
  --fa: "\f10d";
  --fa--fa: "\f10d\f10d"; }

.fa-tractor {
  --fa: "\f722";
  --fa--fa: "\f722\f722"; }

.fa-down-from-bracket {
  --fa: "\e66b";
  --fa--fa: "\e66b\e66b"; }

.fa-key-skeleton {
  --fa: "\f6f3";
  --fa--fa: "\f6f3\f6f3"; }

.fa-trash-arrow-up {
  --fa: "\f829";
  --fa--fa: "\f829\f829"; }

.fa-trash-restore {
  --fa: "\f829";
  --fa--fa: "\f829\f829"; }

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
  --fa--fa: "\e4b0\e4b0"; }

.fa-arrow-down-to-bracket {
  --fa: "\e094";
  --fa--fa: "\e094\e094"; }

.fa-lines-leaning {
  --fa: "\e51e";
  --fa--fa: "\e51e\e51e"; }

.fa-square-q {
  --fa: "\e27b";
  --fa--fa: "\e27b\e27b"; }

.fa-ruler-combined {
  --fa: "\f546";
  --fa--fa: "\f546\f546"; }

.fa-symbols {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e"; }

.fa-icons-alt {
  --fa: "\f86e";
  --fa--fa: "\f86e\f86e"; }

.fa-copyright {
  --fa: "\f1f9";
  --fa--fa: "\f1f9\f1f9"; }

.fa-flask-gear {
  --fa: "\e5f1";
  --fa--fa: "\e5f1\e5f1"; }

.fa-highlighter-line {
  --fa: "\e1af";
  --fa--fa: "\e1af\e1af"; }

.fa-bracket-square {
  --fa: "\5b";
  --fa--fa: "\5b\5b"; }

.fa-bracket {
  --fa: "\5b";
  --fa--fa: "\5b\5b"; }

.fa-bracket-left {
  --fa: "\5b";
  --fa--fa: "\5b\5b"; }

.fa-island-tropical {
  --fa: "\f811";
  --fa--fa: "\f811\f811"; }

.fa-island-tree-palm {
  --fa: "\f811";
  --fa--fa: "\f811\f811"; }

.fa-arrow-right-from-line {
  --fa: "\f343";
  --fa--fa: "\f343\f343"; }

.fa-arrow-from-left {
  --fa: "\f343";
  --fa--fa: "\f343\f343"; }

.fa-h2 {
  --fa: "\f314";
  --fa--fa: "\f314\f314"; }

.fa-equals {
  --fa: "\3d";
  --fa--fa: "\3d\3d"; }

.fa-cake-slice {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5"; }

.fa-shortcake {
  --fa: "\e3e5";
  --fa--fa: "\e3e5\e3e5"; }

.fa-building-magnifying-glass {
  --fa: "\e61c";
  --fa--fa: "\e61c\e61c"; }

.fa-peanut {
  --fa: "\e430";
  --fa--fa: "\e430\e430"; }

.fa-wrench-simple {
  --fa: "\e2d1";
  --fa--fa: "\e2d1\e2d1"; }

.fa-blender {
  --fa: "\f517";
  --fa--fa: "\f517\f517"; }

.fa-teeth {
  --fa: "\f62e";
  --fa--fa: "\f62e\f62e"; }

.fa-tally-2 {
  --fa: "\e295";
  --fa--fa: "\e295\e295"; }

.fa-shekel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b"; }

.fa-ils {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b"; }

.fa-shekel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b"; }

.fa-sheqel {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b"; }

.fa-sheqel-sign {
  --fa: "\f20b";
  --fa--fa: "\f20b\f20b"; }

.fa-cars {
  --fa: "\f85b";
  --fa--fa: "\f85b\f85b"; }

.fa-axe-battle {
  --fa: "\f6b3";
  --fa--fa: "\f6b3\f6b3"; }

.fa-user-hair-long {
  --fa: "\e45b";
  --fa--fa: "\e45b\e45b"; }

.fa-map {
  --fa: "\f279";
  --fa--fa: "\f279\f279"; }

.fa-arrow-left-from-arc {
  --fa: "\e615";
  --fa--fa: "\e615\e615"; }

.fa-file-circle-info {
  --fa: "\e493";
  --fa--fa: "\e493\e493"; }

.fa-face-disappointed {
  --fa: "\e36f";
  --fa--fa: "\e36f\e36f"; }

.fa-lasso-sparkles {
  --fa: "\e1c9";
  --fa--fa: "\e1c9\e1c9"; }

.fa-clock-eleven {
  --fa: "\e347";
  --fa--fa: "\e347\e347"; }

.fa-rocket {
  --fa: "\f135";
  --fa--fa: "\f135\f135"; }

.fa-siren-on {
  --fa: "\e02e";
  --fa--fa: "\e02e\e02e"; }

.fa-clock-ten {
  --fa: "\e354";
  --fa--fa: "\e354\e354"; }

.fa-candle-holder {
  --fa: "\f6bc";
  --fa--fa: "\f6bc\f6bc"; }

.fa-video-arrow-down-left {
  --fa: "\e2c8";
  --fa--fa: "\e2c8\e2c8"; }

.fa-photo-film {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c"; }

.fa-photo-video {
  --fa: "\f87c";
  --fa--fa: "\f87c\f87c"; }

.fa-floppy-disk-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180"; }

.fa-save-circle-arrow-right {
  --fa: "\e180";
  --fa--fa: "\e180\e180"; }

.fa-folder-minus {
  --fa: "\f65d";
  --fa--fa: "\f65d\f65d"; }

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
  --fa--fa: "\e69a\e69a"; }

.fa-planet-moon {
  --fa: "\e01f";
  --fa--fa: "\e01f\e01f"; }

.fa-face-eyes-xmarks {
  --fa: "\e374";
  --fa--fa: "\e374\e374"; }

.fa-chart-scatter {
  --fa: "\f7ee";
  --fa--fa: "\f7ee\f7ee"; }

.fa-circle-gf {
  --fa: "\e67f";
  --fa--fa: "\e67f\e67f"; }

.fa-display-arrow-down {
  --fa: "\e164";
  --fa--fa: "\e164\e164"; }

.fa-store {
  --fa: "\f54e";
  --fa--fa: "\f54e\f54e"; }

.fa-arrow-trend-up {
  --fa: "\e098";
  --fa--fa: "\e098\e098"; }

.fa-plug-circle-minus {
  --fa: "\e55e";
  --fa--fa: "\e55e\e55e"; }

.fa-olive-branch {
  --fa: "\e317";
  --fa--fa: "\e317\e317"; }

.fa-angle {
  --fa: "\e08c";
  --fa--fa: "\e08c\e08c"; }

.fa-vacuum-robot {
  --fa: "\e04e";
  --fa--fa: "\e04e\e04e"; }

.fa-sign-hanging {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9"; }

.fa-sign {
  --fa: "\f4d9";
  --fa--fa: "\f4d9\f4d9"; }

.fa-square-divide {
  --fa: "\e26a";
  --fa--fa: "\e26a\e26a"; }

.fa-folder-check {
  --fa: "\e64e";
  --fa--fa: "\e64e\e64e"; }

.fa-signal-stream-slash {
  --fa: "\e250";
  --fa--fa: "\e250\e250"; }

.fa-bezier-curve {
  --fa: "\f55b";
  --fa--fa: "\f55b\f55b"; }

.fa-eye-dropper-half {
  --fa: "\e173";
  --fa--fa: "\e173\e173"; }

.fa-store-lock {
  --fa: "\e4a6";
  --fa--fa: "\e4a6\e4a6"; }

.fa-bell-slash {
  --fa: "\f1f6";
  --fa--fa: "\f1f6\f1f6"; }

.fa-cloud-bolt-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e"; }

.fa-thunderstorm-sun {
  --fa: "\f76e";
  --fa--fa: "\f76e\f76e"; }

.fa-camera-slash {
  --fa: "\e0d9";
  --fa--fa: "\e0d9\e0d9"; }

.fa-comment-quote {
  --fa: "\e14c";
  --fa--fa: "\e14c\e14c"; }

.fa-tablet {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb"; }

.fa-tablet-android {
  --fa: "\f3fb";
  --fa--fa: "\f3fb\f3fb"; }

.fa-school-flag {
  --fa: "\e56e";
  --fa--fa: "\e56e\e56e"; }

.fa-message-code {
  --fa: "\e1df";
  --fa--fa: "\e1df\e1df"; }

.fa-glass-half {
  --fa: "\e192";
  --fa--fa: "\e192\e192"; }

.fa-glass-half-empty {
  --fa: "\e192";
  --fa--fa: "\e192\e192"; }

.fa-glass-half-full {
  --fa: "\e192";
  --fa--fa: "\e192\e192"; }

.fa-fill {
  --fa: "\f575";
  --fa--fa: "\f575\f575"; }

.fa-message-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7"; }

.fa-comment-alt-minus {
  --fa: "\f4a7";
  --fa--fa: "\f4a7\f4a7"; }

.fa-angle-up {
  --fa: "\f106";
  --fa--fa: "\f106\f106"; }

.fa-dinosaur {
  --fa: "\e5fe";
  --fa--fa: "\e5fe\e5fe"; }

.fa-drumstick-bite {
  --fa: "\f6d7";
  --fa--fa: "\f6d7\f6d7"; }

.fa-link-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc"; }

.fa-chain-horizontal-slash {
  --fa: "\e1cc";
  --fa--fa: "\e1cc\e1cc"; }

.fa-holly-berry {
  --fa: "\f7aa";
  --fa--fa: "\f7aa\f7aa"; }

.fa-nose {
  --fa: "\e5bd";
  --fa--fa: "\e5bd\e5bd"; }

.fa-arrow-left-to-arc {
  --fa: "\e616";
  --fa--fa: "\e616\e616"; }

.fa-chevron-left {
  --fa: "\f053";
  --fa--fa: "\f053\f053"; }

.fa-bacteria {
  --fa: "\e059";
  --fa--fa: "\e059\e059"; }

.fa-clouds {
  --fa: "\f744";
  --fa--fa: "\f744\f744"; }

.fa-money-bill-simple {
  --fa: "\e1f1";
  --fa--fa: "\e1f1\e1f1"; }

.fa-hand-lizard {
  --fa: "\f258";
  --fa--fa: "\f258\f258"; }

.fa-table-pivot {
  --fa: "\e291";
  --fa--fa: "\e291\e291"; }

.fa-filter-slash {
  --fa: "\e17d";
  --fa--fa: "\e17d\e17d"; }

.fa-trash-can-undo {
  --fa: "\f896";
  --fa--fa: "\f896\f896"; }

.fa-trash-can-arrow-turn-left {
  --fa: "\f896";
  --fa--fa: "\f896\f896"; }

.fa-trash-undo-alt {
  --fa: "\f896";
  --fa--fa: "\f896\f896"; }

.fa-notdef {
  --fa: "\e1fe";
  --fa--fa: "\e1fe\e1fe"; }

.fa-disease {
  --fa: "\f7fa";
  --fa--fa: "\f7fa\f7fa"; }

.fa-person-to-door {
  --fa: "\e433";
  --fa--fa: "\e433\e433"; }

.fa-turntable {
  --fa: "\f8e4";
  --fa--fa: "\f8e4\f8e4"; }

.fa-briefcase-medical {
  --fa: "\f469";
  --fa--fa: "\f469\f469"; }

.fa-genderless {
  --fa: "\f22d";
  --fa--fa: "\f22d\f22d"; }

.fa-chevron-right {
  --fa: "\f054";
  --fa--fa: "\f054\f054"; }

.fa-signal-weak {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c"; }

.fa-signal-1 {
  --fa: "\f68c";
  --fa--fa: "\f68c\f68c"; }

.fa-clock-five {
  --fa: "\e349";
  --fa--fa: "\e349\e349"; }

.fa-retweet {
  --fa: "\f079";
  --fa--fa: "\f079\f079"; }

.fa-car-rear {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de"; }

.fa-car-alt {
  --fa: "\f5de";
  --fa--fa: "\f5de\f5de"; }

.fa-pump-soap {
  --fa: "\e06b";
  --fa--fa: "\e06b\e06b"; }

.fa-computer-classic {
  --fa: "\f8b1";
  --fa--fa: "\f8b1\f8b1"; }

.fa-frame {
  --fa: "\e495";
  --fa--fa: "\e495\e495"; }

.fa-video-slash {
  --fa: "\f4e2";
  --fa--fa: "\f4e2\f4e2"; }

.fa-battery-quarter {
  --fa: "\f243";
  --fa--fa: "\f243\f243"; }

.fa-battery-2 {
  --fa: "\f243";
  --fa--fa: "\f243\f243"; }

.fa-ellipsis-stroke {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b"; }

.fa-ellipsis-h-alt {
  --fa: "\f39b";
  --fa--fa: "\f39b\f39b"; }

.fa-radio {
  --fa: "\f8d7";
  --fa--fa: "\f8d7\f8d7"; }

.fa-baby-carriage {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d"; }

.fa-carriage-baby {
  --fa: "\f77d";
  --fa--fa: "\f77d\f77d"; }

.fa-face-expressionless {
  --fa: "\e373";
  --fa--fa: "\e373\e373"; }

.fa-down-to-dotted-line {
  --fa: "\e408";
  --fa--fa: "\e408\e408"; }

.fa-cloud-music {
  --fa: "\f8ae";
  --fa--fa: "\f8ae\f8ae"; }

.fa-traffic-light {
  --fa: "\f637";
  --fa--fa: "\f637\f637"; }

.fa-cloud-minus {
  --fa: "\e35d";
  --fa--fa: "\e35d\e35d"; }

.fa-thermometer {
  --fa: "\f491";
  --fa--fa: "\f491\f491"; }

.fa-shield-minus {
  --fa: "\e249";
  --fa--fa: "\e249\e249"; }

.fa-vr-cardboard {
  --fa: "\f729";
  --fa--fa: "\f729\f729"; }

.fa-car-tilt {
  --fa: "\f5e5";
  --fa--fa: "\f5e5\f5e5"; }

.fa-gauge-circle-minus {
  --fa: "\e497";
  --fa--fa: "\e497\e497"; }

.fa-brightness-low {
  --fa: "\e0ca";
  --fa--fa: "\e0ca\e0ca"; }

.fa-hand-middle-finger {
  --fa: "\f806";
  --fa--fa: "\f806\f806"; }

.fa-percent {
  --fa: "\25";
  --fa--fa: "\25\25"; }

.fa-percentage {
  --fa: "\25";
  --fa--fa: "\25\25"; }

.fa-truck-moving {
  --fa: "\f4df";
  --fa--fa: "\f4df\f4df"; }

.fa-glass-water-droplet {
  --fa: "\e4f5";
  --fa--fa: "\e4f5\e4f5"; }

.fa-conveyor-belt {
  --fa: "\f46e";
  --fa--fa: "\f46e\f46e"; }

.fa-location-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606"; }

.fa-map-marker-check {
  --fa: "\f606";
  --fa--fa: "\f606\f606"; }

.fa-coin-vertical {
  --fa: "\e3fd";
  --fa--fa: "\e3fd\e3fd"; }

.fa-display {
  --fa: "\e163";
  --fa--fa: "\e163\e163"; }

.fa-person-sign {
  --fa: "\f757";
  --fa--fa: "\f757\f757"; }

.fa-face-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118"; }

.fa-smile {
  --fa: "\f118";
  --fa--fa: "\f118\f118"; }

.fa-phone-hangup {
  --fa: "\e225";
  --fa--fa: "\e225\e225"; }

.fa-signature-slash {
  --fa: "\e3cb";
  --fa--fa: "\e3cb\e3cb"; }

.fa-thumbtack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d"; }

.fa-thumb-tack {
  --fa: "\f08d";
  --fa--fa: "\f08d\f08d"; }

.fa-wheat-slash {
  --fa: "\e339";
  --fa--fa: "\e339\e339"; }

.fa-trophy {
  --fa: "\f091";
  --fa--fa: "\f091\f091"; }

.fa-clouds-sun {
  --fa: "\f746";
  --fa--fa: "\f746\f746"; }

.fa-person-praying {
  --fa: "\f683";
  --fa--fa: "\f683\f683"; }

.fa-pray {
  --fa: "\f683";
  --fa--fa: "\f683\f683"; }

.fa-hammer {
  --fa: "\f6e3";
  --fa--fa: "\f6e3\f6e3"; }

.fa-face-vomit {
  --fa: "\e3a0";
  --fa--fa: "\e3a0\e3a0"; }

.fa-speakers {
  --fa: "\f8e0";
  --fa--fa: "\f8e0\f8e0"; }

.fa-tty-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9"; }

.fa-teletype-answer {
  --fa: "\e2b9";
  --fa--fa: "\e2b9\e2b9"; }

.fa-mug-tea-saucer {
  --fa: "\e1f5";
  --fa--fa: "\e1f5\e1f5"; }

.fa-diagram-lean-canvas {
  --fa: "\e156";
  --fa--fa: "\e156\e156"; }

.fa-alt {
  --fa: "\e08a";
  --fa--fa: "\e08a\e08a"; }

.fa-dial {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b"; }

.fa-dial-med-high {
  --fa: "\e15b";
  --fa--fa: "\e15b\e15b"; }

.fa-hand-peace {
  --fa: "\f25b";
  --fa--fa: "\f25b\f25b"; }

.fa-circle-trash {
  --fa: "\e126";
  --fa--fa: "\e126\e126"; }

.fa-trash-circle {
  --fa: "\e126";
  --fa--fa: "\e126\e126"; }

.fa-rotate {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1"; }

.fa-sync-alt {
  --fa: "\f2f1";
  --fa--fa: "\f2f1\f2f1"; }

.fa-circle-quarters {
  --fa: "\e3f8";
  --fa--fa: "\e3f8\e3f8"; }

.fa-spinner {
  --fa: "\f110";
  --fa--fa: "\f110\f110"; }

.fa-tower-control {
  --fa: "\e2a2";
  --fa--fa: "\e2a2\e2a2"; }

.fa-arrow-up-triangle-square {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a"; }

.fa-sort-shapes-up {
  --fa: "\f88a";
  --fa--fa: "\f88a\f88a"; }

.fa-whale {
  --fa: "\f72c";
  --fa--fa: "\f72c\f72c"; }

.fa-robot {
  --fa: "\f544";
  --fa--fa: "\f544\f544"; }

.fa-peace {
  --fa: "\f67c";
  --fa--fa: "\f67c\f67c"; }

.fa-party-horn {
  --fa: "\e31b";
  --fa--fa: "\e31b\e31b"; }

.fa-gears {
  --fa: "\f085";
  --fa--fa: "\f085\f085"; }

.fa-cogs {
  --fa: "\f085";
  --fa--fa: "\f085\f085"; }

.fa-sun-bright {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f"; }

.fa-sun-alt {
  --fa: "\e28f";
  --fa--fa: "\e28f\e28f"; }

.fa-warehouse {
  --fa: "\f494";
  --fa--fa: "\f494\f494"; }

.fa-conveyor-belt-arm {
  --fa: "\e5f8";
  --fa--fa: "\e5f8\e5f8"; }

.fa-lock-keyhole-open {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2"; }

.fa-lock-open-alt {
  --fa: "\f3c2";
  --fa--fa: "\f3c2\f3c2"; }

.fa-square-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b"; }

.fa-box-fragile {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b"; }

.fa-square-wine-glass-crack {
  --fa: "\f49b";
  --fa--fa: "\f49b\f49b"; }

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
  --fa--fa: "\e4b7\e4b7"; }

.fa-square-n {
  --fa: "\e277";
  --fa--fa: "\e277\e277"; }

.fa-splotch {
  --fa: "\f5bc";
  --fa--fa: "\f5bc\f5bc"; }

.fa-face-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584"; }

.fa-grin-hearts {
  --fa: "\f584";
  --fa--fa: "\f584\f584"; }

.fa-meter {
  --fa: "\e1e8";
  --fa--fa: "\e1e8\e1e8"; }

.fa-mandolin {
  --fa: "\f6f9";
  --fa--fa: "\f6f9\f6f9"; }

.fa-dice-four {
  --fa: "\f524";
  --fa--fa: "\f524\f524"; }

.fa-sim-card {
  --fa: "\f7c4";
  --fa--fa: "\f7c4\f7c4"; }

.fa-transgender {
  --fa: "\f225";
  --fa--fa: "\f225\f225"; }

.fa-transgender-alt {
  --fa: "\f225";
  --fa--fa: "\f225\f225"; }

.fa-mercury {
  --fa: "\f223";
  --fa--fa: "\f223\f223"; }

.fa-up-from-bracket {
  --fa: "\e590";
  --fa--fa: "\e590\e590"; }

.fa-knife-kitchen {
  --fa: "\f6f5";
  --fa--fa: "\f6f5\f6f5"; }

.fa-border-right {
  --fa: "\f852";
  --fa--fa: "\f852\f852"; }

.fa-arrow-turn-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149"; }

.fa-level-down {
  --fa: "\f149";
  --fa--fa: "\f149\f149"; }

.fa-spade {
  --fa: "\f2f4";
  --fa--fa: "\f2f4\f2f4"; }

.fa-card-spade {
  --fa: "\e3ec";
  --fa--fa: "\e3ec\e3ec"; }

.fa-line-columns {
  --fa: "\f870";
  --fa--fa: "\f870\f870"; }

.fa-ant {
  --fa: "\e680";
  --fa--fa: "\e680\e680"; }

.fa-arrow-right-to-line {
  --fa: "\f340";
  --fa--fa: "\f340\f340"; }

.fa-arrow-to-right {
  --fa: "\f340";
  --fa--fa: "\f340\f340"; }

.fa-person-falling-burst {
  --fa: "\e547";
  --fa--fa: "\e547\e547"; }

.fa-flag-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456"; }

.fa-pennant {
  --fa: "\f456";
  --fa--fa: "\f456\f456"; }

.fa-conveyor-belt-empty {
  --fa: "\e150";
  --fa--fa: "\e150\e150"; }

.fa-user-group-simple {
  --fa: "\e603";
  --fa--fa: "\e603\e603"; }

.fa-award {
  --fa: "\f559";
  --fa--fa: "\f559\f559"; }

.fa-ticket-simple {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff"; }

.fa-ticket-alt {
  --fa: "\f3ff";
  --fa--fa: "\f3ff\f3ff"; }

.fa-building {
  --fa: "\f1ad";
  --fa--fa: "\f1ad\f1ad"; }

.fa-angles-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100"; }

.fa-angle-double-left {
  --fa: "\f100";
  --fa--fa: "\f100\f100"; }

.fa-camcorder {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8"; }

.fa-video-handheld {
  --fa: "\f8a8";
  --fa--fa: "\f8a8\f8a8"; }

.fa-pancakes {
  --fa: "\e42d";
  --fa--fa: "\e42d\e42d"; }

.fa-album-circle-user {
  --fa: "\e48d";
  --fa--fa: "\e48d\e48d"; }

.fa-subtitles-slash {
  --fa: "\e610";
  --fa--fa: "\e610\e610"; }

.fa-qrcode {
  --fa: "\f029";
  --fa--fa: "\f029\f029"; }

.fa-dice-d10 {
  --fa: "\f6cd";
  --fa--fa: "\f6cd\f6cd"; }

.fa-fireplace {
  --fa: "\f79a";
  --fa--fa: "\f79a\f79a"; }

.fa-browser {
  --fa: "\f37e";
  --fa--fa: "\f37e\f37e"; }

.fa-pen-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618"; }

.fa-pencil-paintbrush {
  --fa: "\f618";
  --fa--fa: "\f618\f618"; }

.fa-fish-cooked {
  --fa: "\f7fe";
  --fa--fa: "\f7fe\f7fe"; }

.fa-chair-office {
  --fa: "\f6c1";
  --fa--fa: "\f6c1\f6c1"; }

.fa-magnifying-glass-music {
  --fa: "\e65f";
  --fa--fa: "\e65f\e65f"; }

.fa-nesting-dolls {
  --fa: "\e3ba";
  --fa--fa: "\e3ba\e3ba"; }

.fa-clock-rotate-left {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da"; }

.fa-history {
  --fa: "\f1da";
  --fa--fa: "\f1da\f1da"; }

.fa-trumpet {
  --fa: "\f8e3";
  --fa--fa: "\f8e3\f8e3"; }

.fa-face-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583"; }

.fa-grin-beam-sweat {
  --fa: "\f583";
  --fa--fa: "\f583\f583"; }

.fa-fire-smoke {
  --fa: "\f74b";
  --fa--fa: "\f74b\f74b"; }

.fa-phone-missed {
  --fa: "\e226";
  --fa--fa: "\e226\e226"; }

.fa-file-export {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e"; }

.fa-arrow-right-from-file {
  --fa: "\f56e";
  --fa--fa: "\f56e\f56e"; }

.fa-shield {
  --fa: "\f132";
  --fa--fa: "\f132\f132"; }

.fa-shield-blank {
  --fa: "\f132";
  --fa--fa: "\f132\f132"; }

.fa-arrow-up-short-wide {
  --fa: "\f885";
  --fa--fa: "\f885\f885"; }

.fa-sort-amount-up-alt {
  --fa: "\f885";
  --fa--fa: "\f885\f885"; }

.fa-arrows-repeat-1 {
  --fa: "\f366";
  --fa--fa: "\f366\f366"; }

.fa-repeat-1-alt {
  --fa: "\f366";
  --fa--fa: "\f366\f366"; }

.fa-gun-slash {
  --fa: "\e19c";
  --fa--fa: "\e19c\e19c"; }

.fa-avocado {
  --fa: "\e0aa";
  --fa--fa: "\e0aa\e0aa"; }

.fa-binary {
  --fa: "\e33b";
  --fa--fa: "\e33b\e33b"; }

.fa-comment-nodes {
  --fa: "\e696";
  --fa--fa: "\e696\e696"; }

.fa-glasses-round {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5"; }

.fa-glasses-alt {
  --fa: "\f5f5";
  --fa--fa: "\f5f5\f5f5"; }

.fa-phone-plus {
  --fa: "\f4d2";
  --fa--fa: "\f4d2\f4d2"; }

.fa-ditto {
  --fa: "\22";
  --fa--fa: "\22\22"; }

.fa-person-seat {
  --fa: "\e21e";
  --fa--fa: "\e21e\e21e"; }

.fa-house-medical {
  --fa: "\e3b2";
  --fa--fa: "\e3b2\e3b2"; }

.fa-golf-ball-tee {
  --fa: "\f450";
  --fa--fa: "\f450\f450"; }

.fa-golf-ball {
  --fa: "\f450";
  --fa--fa: "\f450\f450"; }

.fa-circle-chevron-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137"; }

.fa-chevron-circle-left {
  --fa: "\f137";
  --fa--fa: "\f137\f137"; }

.fa-house-chimney-window {
  --fa: "\e00d";
  --fa--fa: "\e00d\e00d"; }

.fa-scythe {
  --fa: "\f710";
  --fa--fa: "\f710\f710"; }

.fa-pen-nib {
  --fa: "\f5ad";
  --fa--fa: "\f5ad\f5ad"; }

.fa-ban-parking {
  --fa: "\f616";
  --fa--fa: "\f616\f616"; }

.fa-parking-circle-slash {
  --fa: "\f616";
  --fa--fa: "\f616\f616"; }

.fa-tent-arrow-turn-left {
  --fa: "\e580";
  --fa--fa: "\e580\e580"; }

.fa-face-diagonal-mouth {
  --fa: "\e47e";
  --fa--fa: "\e47e\e47e"; }

.fa-diagram-cells {
  --fa: "\e475";
  --fa--fa: "\e475\e475"; }

.fa-cricket-bat-ball {
  --fa: "\f449";
  --fa--fa: "\f449\f449"; }

.fa-cricket {
  --fa: "\f449";
  --fa--fa: "\f449\f449"; }

.fa-tents {
  --fa: "\e582";
  --fa--fa: "\e582\e582"; }

.fa-wand-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0"; }

.fa-magic {
  --fa: "\f0d0";
  --fa--fa: "\f0d0\f0d0"; }

.fa-dog {
  --fa: "\f6d3";
  --fa--fa: "\f6d3\f6d3"; }

.fa-pen-line {
  --fa: "\e212";
  --fa--fa: "\e212\e212"; }

.fa-atom-simple {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3"; }

.fa-atom-alt {
  --fa: "\f5d3";
  --fa--fa: "\f5d3\f5d3"; }

.fa-ampersand {
  --fa: "\26";
  --fa--fa: "\26\26"; }

.fa-carrot {
  --fa: "\f787";
  --fa--fa: "\f787\f787"; }

.fa-arrow-up-from-line {
  --fa: "\f342";
  --fa--fa: "\f342\f342"; }

.fa-arrow-from-bottom {
  --fa: "\f342";
  --fa--fa: "\f342\f342"; }

.fa-moon {
  --fa: "\f186";
  --fa--fa: "\f186\f186"; }

.fa-pen-slash {
  --fa: "\e213";
  --fa--fa: "\e213\e213"; }

.fa-wine-glass-empty {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce"; }

.fa-wine-glass-alt {
  --fa: "\f5ce";
  --fa--fa: "\f5ce\f5ce"; }

.fa-square-star {
  --fa: "\e27f";
  --fa--fa: "\e27f\e27f"; }

.fa-cheese {
  --fa: "\f7ef";
  --fa--fa: "\f7ef\f7ef"; }

.fa-send-backward {
  --fa: "\f87f";
  --fa--fa: "\f87f\f87f"; }

.fa-yin-yang {
  --fa: "\f6ad";
  --fa--fa: "\f6ad\f6ad"; }

.fa-music {
  --fa: "\f001";
  --fa--fa: "\f001\f001"; }

.fa-compass-slash {
  --fa: "\f5e9";
  --fa--fa: "\f5e9\f5e9"; }

.fa-clock-one {
  --fa: "\e34e";
  --fa--fa: "\e34e\e34e"; }

.fa-file-music {
  --fa: "\f8b6";
  --fa--fa: "\f8b6\f8b6"; }

.fa-code-commit {
  --fa: "\f386";
  --fa--fa: "\f386\f386"; }

.fa-temperature-low {
  --fa: "\f76b";
  --fa--fa: "\f76b\f76b"; }

.fa-person-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a"; }

.fa-biking {
  --fa: "\f84a";
  --fa--fa: "\f84a\f84a"; }

.fa-display-chart-up-circle-currency {
  --fa: "\e5e5";
  --fa--fa: "\e5e5\e5e5"; }

.fa-skeleton {
  --fa: "\f620";
  --fa--fa: "\f620\f620"; }

.fa-circle-g {
  --fa: "\e10f";
  --fa--fa: "\e10f\e10f"; }

.fa-circle-arrow-up-left {
  --fa: "\e0fb";
  --fa--fa: "\e0fb\e0fb"; }

.fa-coin-blank {
  --fa: "\e3fb";
  --fa--fa: "\e3fb\e3fb"; }

.fa-broom {
  --fa: "\f51a";
  --fa--fa: "\f51a\f51a"; }

.fa-vacuum {
  --fa: "\e04d";
  --fa--fa: "\e04d\e04d"; }

.fa-shield-heart {
  --fa: "\e574";
  --fa--fa: "\e574\e574"; }

.fa-card-heart {
  --fa: "\e3eb";
  --fa--fa: "\e3eb\e3eb"; }

.fa-lightbulb-cfl-on {
  --fa: "\e5a7";
  --fa--fa: "\e5a7\e5a7"; }

.fa-melon {
  --fa: "\e310";
  --fa--fa: "\e310\e310"; }

.fa-gopuram {
  --fa: "\f664";
  --fa--fa: "\f664\f664"; }

.fa-earth-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b"; }

.fa-globe-oceania {
  --fa: "\e47b";
  --fa--fa: "\e47b\e47b"; }

.fa-container-storage {
  --fa: "\f4b7";
  --fa--fa: "\f4b7\f4b7"; }

.fa-face-pouting {
  --fa: "\e387";
  --fa--fa: "\e387\e387"; }

.fa-square-xmark {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3"; }

.fa-times-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3"; }

.fa-xmark-square {
  --fa: "\f2d3";
  --fa--fa: "\f2d3\f2d3"; }

.fa-face-explode {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe"; }

.fa-exploding-head {
  --fa: "\e2fe";
  --fa--fa: "\e2fe\e2fe"; }

.fa-hashtag {
  --fa: "\23";
  --fa--fa: "\23\23"; }

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
  --fa--fa: "\f424\f424"; }

.fa-expand-alt {
  --fa: "\f424";
  --fa--fa: "\f424\f424"; }

.fa-oil-can {
  --fa: "\f613";
  --fa--fa: "\f613\f613"; }

.fa-t {
  --fa: "\54";
  --fa--fa: "\54\54"; }

.fa-transformer-bolt {
  --fa: "\e2a4";
  --fa--fa: "\e2a4\e2a4"; }

.fa-hippo {
  --fa: "\f6ed";
  --fa--fa: "\f6ed\f6ed"; }

.fa-chart-column {
  --fa: "\e0e3";
  --fa--fa: "\e0e3\e0e3"; }

.fa-cassette-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec"; }

.fa-vhs {
  --fa: "\f8ec";
  --fa--fa: "\f8ec\f8ec"; }

.fa-infinity {
  --fa: "\f534";
  --fa--fa: "\f534\f534"; }

.fa-vial-circle-check {
  --fa: "\e596";
  --fa--fa: "\e596\e596"; }

.fa-chimney {
  --fa: "\f78b";
  --fa--fa: "\f78b\f78b"; }

.fa-object-intersect {
  --fa: "\e49d";
  --fa--fa: "\e49d\e49d"; }

.fa-person-arrow-down-to-line {
  --fa: "\e538";
  --fa--fa: "\e538\e538"; }

.fa-voicemail {
  --fa: "\f897";
  --fa--fa: "\f897\f897"; }

.fa-block-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db"; }

.fa-wall-brick {
  --fa: "\e3db";
  --fa--fa: "\e3db\e3db"; }

.fa-fan {
  --fa: "\f863";
  --fa--fa: "\f863\f863"; }

.fa-bags-shopping {
  --fa: "\f847";
  --fa--fa: "\f847\f847"; }

.fa-paragraph-left {
  --fa: "\f878";
  --fa--fa: "\f878\f878"; }

.fa-paragraph-rtl {
  --fa: "\f878";
  --fa--fa: "\f878\f878"; }

.fa-person-walking-luggage {
  --fa: "\e554";
  --fa--fa: "\e554\e554"; }

.fa-caravan-simple {
  --fa: "\e000";
  --fa--fa: "\e000\e000"; }

.fa-caravan-alt {
  --fa: "\e000";
  --fa--fa: "\e000\e000"; }

.fa-turtle {
  --fa: "\f726";
  --fa--fa: "\f726\f726"; }

.fa-pencil-mechanical {
  --fa: "\e5ca";
  --fa--fa: "\e5ca\e5ca"; }

.fa-up-down {
  --fa: "\f338";
  --fa--fa: "\f338\f338"; }

.fa-arrows-alt-v {
  --fa: "\f338";
  --fa--fa: "\f338\f338"; }

.fa-cloud-moon-rain {
  --fa: "\f73c";
  --fa--fa: "\f73c\f73c"; }

.fa-booth-curtain {
  --fa: "\f734";
  --fa--fa: "\f734\f734"; }

.fa-calendar {
  --fa: "\f133";
  --fa--fa: "\f133\f133"; }

.fa-box-heart {
  --fa: "\f49d";
  --fa--fa: "\f49d\f49d"; }

.fa-trailer {
  --fa: "\e041";
  --fa--fa: "\e041\e041"; }

.fa-user-doctor-message {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e"; }

.fa-user-md-chat {
  --fa: "\f82e";
  --fa--fa: "\f82e\f82e"; }

.fa-bahai {
  --fa: "\f666";
  --fa--fa: "\f666\f666"; }

.fa-haykal {
  --fa: "\f666";
  --fa--fa: "\f666\f666"; }

.fa-lighthouse {
  --fa: "\e612";
  --fa--fa: "\e612\e612"; }

.fa-amp-guitar {
  --fa: "\f8a1";
  --fa--fa: "\f8a1\f8a1"; }

.fa-sd-card {
  --fa: "\f7c2";
  --fa--fa: "\f7c2\f7c2"; }

.fa-volume-slash {
  --fa: "\f2e2";
  --fa--fa: "\f2e2\f2e2"; }

.fa-border-bottom {
  --fa: "\f84d";
  --fa--fa: "\f84d\f84d"; }

.fa-wifi-weak {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa"; }

.fa-wifi-1 {
  --fa: "\f6aa";
  --fa--fa: "\f6aa\f6aa"; }

.fa-dragon {
  --fa: "\f6d5";
  --fa--fa: "\f6d5\f6d5"; }

.fa-shoe-prints {
  --fa: "\f54b";
  --fa--fa: "\f54b\f54b"; }

.fa-circle-plus {
  --fa: "\f055";
  --fa--fa: "\f055\f055"; }

.fa-plus-circle {
  --fa: "\f055";
  --fa--fa: "\f055\f055"; }

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b"; }

.fa-grin-tongue-wink {
  --fa: "\f58b";
  --fa--fa: "\f58b\f58b"; }

.fa-hand-holding {
  --fa: "\f4bd";
  --fa--fa: "\f4bd\f4bd"; }

.fa-plug-circle-exclamation {
  --fa: "\e55d";
  --fa--fa: "\e55d\e55d"; }

.fa-link-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127"; }

.fa-chain-broken {
  --fa: "\f127";
  --fa--fa: "\f127\f127"; }

.fa-chain-slash {
  --fa: "\f127";
  --fa--fa: "\f127\f127"; }

.fa-unlink {
  --fa: "\f127";
  --fa--fa: "\f127\f127"; }

.fa-clone {
  --fa: "\f24d";
  --fa--fa: "\f24d\f24d"; }

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
  --fa--fa: "\e551\e551"; }

.fa-arrow-up-z-a {
  --fa: "\f882";
  --fa--fa: "\f882\f882"; }

.fa-sort-alpha-up-alt {
  --fa: "\f882";
  --fa--fa: "\f882\f882"; }

.fa-fire-flame-curved {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4"; }

.fa-fire-alt {
  --fa: "\f7e4";
  --fa--fa: "\f7e4\f7e4"; }

.fa-tornado {
  --fa: "\f76f";
  --fa--fa: "\f76f\f76f"; }

.fa-file-circle-plus {
  --fa: "\e494";
  --fa--fa: "\e494\e494"; }

.fa-delete-right {
  --fa: "\e154";
  --fa--fa: "\e154\e154"; }

.fa-book-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687"; }

.fa-quran {
  --fa: "\f687";
  --fa--fa: "\f687\f687"; }

.fa-circle-quarter {
  --fa: "\e11f";
  --fa--fa: "\e11f\e11f"; }

.fa-anchor {
  --fa: "\f13d";
  --fa--fa: "\f13d\f13d"; }

.fa-border-all {
  --fa: "\f84c";
  --fa--fa: "\f84c\f84c"; }

.fa-function {
  --fa: "\f661";
  --fa--fa: "\f661\f661"; }

.fa-face-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556"; }

.fa-angry {
  --fa: "\f556";
  --fa--fa: "\f556\f556"; }

.fa-people-simple {
  --fa: "\e21b";
  --fa--fa: "\e21b\e21b"; }

.fa-cookie-bite {
  --fa: "\f564";
  --fa--fa: "\f564\f564"; }

.fa-arrow-trend-down {
  --fa: "\e097";
  --fa--fa: "\e097\e097"; }

.fa-rss {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e"; }

.fa-feed {
  --fa: "\f09e";
  --fa--fa: "\f09e\f09e"; }

.fa-face-monocle {
  --fa: "\e380";
  --fa--fa: "\e380\e380"; }

.fa-draw-polygon {
  --fa: "\f5ee";
  --fa--fa: "\f5ee\f5ee"; }

.fa-scale-balanced {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e"; }

.fa-balance-scale {
  --fa: "\f24e";
  --fa--fa: "\f24e\f24e"; }

.fa-calendar-lines {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5"; }

.fa-calendar-note {
  --fa: "\e0d5";
  --fa--fa: "\e0d5\e0d5"; }

.fa-arrow-down-big-small {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c"; }

.fa-sort-size-down {
  --fa: "\f88c";
  --fa--fa: "\f88c\f88c"; }

.fa-gauge-simple-high {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a"; }

.fa-tachometer {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a"; }

.fa-tachometer-fast {
  --fa: "\f62a";
  --fa--fa: "\f62a\f62a"; }

.fa-do-not-enter {
  --fa: "\f5ec";
  --fa--fa: "\f5ec\f5ec"; }

.fa-shower {
  --fa: "\f2cc";
  --fa--fa: "\f2cc\f2cc"; }

.fa-dice-d8 {
  --fa: "\f6d2";
  --fa--fa: "\f6d2\f6d2"; }

.fa-desktop {
  --fa: "\f390";
  --fa--fa: "\f390\f390"; }

.fa-desktop-alt {
  --fa: "\f390";
  --fa--fa: "\f390\f390"; }

.fa-m {
  --fa: "\4d";
  --fa--fa: "\4d\4d"; }

.fa-spinner-scale {
  --fa: "\e62a";
  --fa--fa: "\e62a\e62a"; }

.fa-grip-dots-vertical {
  --fa: "\e411";
  --fa--fa: "\e411\e411"; }

.fa-face-viewfinder {
  --fa: "\e2ff";
  --fa--fa: "\e2ff\e2ff"; }

.fa-soft-serve {
  --fa: "\e400";
  --fa--fa: "\e400\e400"; }

.fa-creemee {
  --fa: "\e400";
  --fa--fa: "\e400\e400"; }

.fa-h5 {
  --fa: "\e412";
  --fa--fa: "\e412\e412"; }

.fa-hand-back-point-down {
  --fa: "\e19e";
  --fa--fa: "\e19e\e19e"; }

.fa-table-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b"; }

.fa-th-list {
  --fa: "\f00b";
  --fa--fa: "\f00b\f00b"; }

.fa-basket-shopping-minus {
  --fa: "\e652";
  --fa--fa: "\e652\e652"; }

.fa-comment-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd"; }

.fa-sms {
  --fa: "\f7cd";
  --fa--fa: "\f7cd\f7cd"; }

.fa-rectangle {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa"; }

.fa-rectangle-landscape {
  --fa: "\f2fa";
  --fa--fa: "\f2fa\f2fa"; }

.fa-clipboard-list-check {
  --fa: "\f737";
  --fa--fa: "\f737\f737"; }

.fa-turkey {
  --fa: "\f725";
  --fa--fa: "\f725\f725"; }

.fa-book {
  --fa: "\f02d";
  --fa--fa: "\f02d\f02d"; }

.fa-user-plus {
  --fa: "\f234";
  --fa--fa: "\f234\f234"; }

.fa-ice-skate {
  --fa: "\f7ac";
  --fa--fa: "\f7ac\f7ac"; }

.fa-check {
  --fa: "\f00c";
  --fa--fa: "\f00c\f00c"; }

.fa-battery-three-quarters {
  --fa: "\f241";
  --fa--fa: "\f241\f241"; }

.fa-battery-4 {
  --fa: "\f241";
  --fa--fa: "\f241\f241"; }

.fa-tomato {
  --fa: "\e330";
  --fa--fa: "\e330\e330"; }

.fa-sword-laser {
  --fa: "\e03b";
  --fa--fa: "\e03b\e03b"; }

.fa-house-circle-check {
  --fa: "\e509";
  --fa--fa: "\e509\e509"; }

.fa-buildings {
  --fa: "\e0cc";
  --fa--fa: "\e0cc\e0cc"; }

.fa-angle-left {
  --fa: "\f104";
  --fa--fa: "\f104\f104"; }

.fa-cart-flatbed-boxes {
  --fa: "\f475";
  --fa--fa: "\f475\f475"; }

.fa-dolly-flatbed-alt {
  --fa: "\f475";
  --fa--fa: "\f475\f475"; }

.fa-diagram-successor {
  --fa: "\e47a";
  --fa--fa: "\e47a\e47a"; }

.fa-truck-arrow-right {
  --fa: "\e58b";
  --fa--fa: "\e58b\e58b"; }

.fa-square-w {
  --fa: "\e285";
  --fa--fa: "\e285\e285"; }

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
  --fa--fa: "\e4bc\e4bc"; }

.fa-lamp {
  --fa: "\f4ca";
  --fa--fa: "\f4ca\f4ca"; }

.fa-airplay {
  --fa: "\e089";
  --fa--fa: "\e089\e089"; }

.fa-hand-fist {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de"; }

.fa-fist-raised {
  --fa: "\f6de";
  --fa--fa: "\f6de\f6de"; }

.fa-shield-quartered {
  --fa: "\e575";
  --fa--fa: "\e575\e575"; }

.fa-slash-forward {
  --fa: "\2f";
  --fa--fa: "\2f\2f"; }

.fa-location-pen {
  --fa: "\f607";
  --fa--fa: "\f607\f607"; }

.fa-map-marker-edit {
  --fa: "\f607";
  --fa--fa: "\f607\f607"; }

.fa-cloud-moon {
  --fa: "\f6c3";
  --fa--fa: "\f6c3\f6c3"; }

.fa-pot-food {
  --fa: "\e43f";
  --fa--fa: "\e43f\e43f"; }

.fa-briefcase {
  --fa: "\f0b1";
  --fa--fa: "\f0b1\f0b1"; }

.fa-person-falling {
  --fa: "\e546";
  --fa--fa: "\e546\e546"; }

.fa-image-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0"; }

.fa-portrait {
  --fa: "\f3e0";
  --fa--fa: "\f3e0\f3e0"; }

.fa-user-tag {
  --fa: "\f507";
  --fa--fa: "\f507\f507"; }

.fa-rug {
  --fa: "\e569";
  --fa--fa: "\e569\e569"; }

.fa-print-slash {
  --fa: "\f686";
  --fa--fa: "\f686\f686"; }

.fa-earth-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2"; }

.fa-globe-europe {
  --fa: "\f7a2";
  --fa--fa: "\f7a2\f7a2"; }

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d"; }

.fa-luggage-cart {
  --fa: "\f59d";
  --fa--fa: "\f59d\f59d"; }

.fa-hand-back-point-ribbon {
  --fa: "\e1a0";
  --fa--fa: "\e1a0\e1a0"; }

.fa-rectangle-xmark {
  --fa: "\f410";
  --fa--fa: "\f410\f410"; }

.fa-rectangle-times {
  --fa: "\f410";
  --fa--fa: "\f410\f410"; }

.fa-times-rectangle {
  --fa: "\f410";
  --fa--fa: "\f410\f410"; }

.fa-window-close {
  --fa: "\f410";
  --fa--fa: "\f410\f410"; }

.fa-tire-rugged {
  --fa: "\f634";
  --fa--fa: "\f634\f634"; }

.fa-lightbulb-dollar {
  --fa: "\f670";
  --fa--fa: "\f670\f670"; }

.fa-cowbell {
  --fa: "\f8b3";
  --fa--fa: "\f8b3\f8b3"; }

.fa-baht-sign {
  --fa: "\e0ac";
  --fa--fa: "\e0ac\e0ac"; }

.fa-corner {
  --fa: "\e3fe";
  --fa--fa: "\e3fe\e3fe"; }

.fa-chevrons-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324"; }

.fa-chevron-double-right {
  --fa: "\f324";
  --fa--fa: "\f324\f324"; }

.fa-book-open {
  --fa: "\f518";
  --fa--fa: "\f518\f518"; }

.fa-book-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a"; }

.fa-journal-whills {
  --fa: "\f66a";
  --fa--fa: "\f66a\f66a"; }

.fa-inhaler {
  --fa: "\f5f9";
  --fa--fa: "\f5f9\f5f9"; }

.fa-handcuffs {
  --fa: "\e4f8";
  --fa--fa: "\e4f8\e4f8"; }

.fa-snake {
  --fa: "\f716";
  --fa--fa: "\f716\f716"; }

.fa-triangle-exclamation {
  --fa: "\f071";
  --fa--fa: "\f071\f071"; }

.fa-exclamation-triangle {
  --fa: "\f071";
  --fa--fa: "\f071\f071"; }

.fa-warning {
  --fa: "\f071";
  --fa--fa: "\f071\f071"; }

.fa-note-medical {
  --fa: "\e200";
  --fa--fa: "\e200\e200"; }

.fa-database {
  --fa: "\f1c0";
  --fa--fa: "\f1c0\f1c0"; }

.fa-down-left {
  --fa: "\e16a";
  --fa--fa: "\e16a\e16a"; }

.fa-share {
  --fa: "\f064";
  --fa--fa: "\f064\f064"; }

.fa-mail-forward {
  --fa: "\f064";
  --fa--fa: "\f064\f064"; }

.fa-face-thinking {
  --fa: "\e39b";
  --fa--fa: "\e39b\e39b"; }

.fa-turn-down-right {
  --fa: "\e455";
  --fa--fa: "\e455\e455"; }

.fa-bottle-droplet {
  --fa: "\e4c4";
  --fa--fa: "\e4c4\e4c4"; }

.fa-mask-face {
  --fa: "\e1d7";
  --fa--fa: "\e1d7\e1d7"; }

.fa-hill-rockslide {
  --fa: "\e508";
  --fa--fa: "\e508\e508"; }

.fa-scanner-keyboard {
  --fa: "\f489";
  --fa--fa: "\f489\f489"; }

.fa-circle-o {
  --fa: "\e119";
  --fa--fa: "\e119\e119"; }

.fa-grid-horizontal {
  --fa: "\e307";
  --fa--fa: "\e307\e307"; }

.fa-message-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650"; }

.fa-comment-alt-dollar {
  --fa: "\f650";
  --fa--fa: "\f650\f650"; }

.fa-right-left {
  --fa: "\f362";
  --fa--fa: "\f362\f362"; }

.fa-exchange-alt {
  --fa: "\f362";
  --fa--fa: "\f362\f362"; }

.fa-columns-3 {
  --fa: "\e361";
  --fa--fa: "\e361\e361"; }

.fa-paper-plane {
  --fa: "\f1d8";
  --fa--fa: "\f1d8\f1d8"; }

.fa-road-circle-exclamation {
  --fa: "\e565";
  --fa--fa: "\e565\e565"; }

.fa-dungeon {
  --fa: "\f6d9";
  --fa--fa: "\f6d9\f6d9"; }

.fa-hand-holding-box {
  --fa: "\f47b";
  --fa--fa: "\f47b\f47b"; }

.fa-input-text {
  --fa: "\e1bf";
  --fa--fa: "\e1bf\e1bf"; }

.fa-window-flip {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f"; }

.fa-window-alt {
  --fa: "\f40f";
  --fa--fa: "\f40f\f40f"; }

.fa-align-right {
  --fa: "\f038";
  --fa--fa: "\f038\f038"; }

.fa-scanner-gun {
  --fa: "\f488";
  --fa--fa: "\f488\f488"; }

.fa-scanner {
  --fa: "\f488";
  --fa--fa: "\f488\f488"; }

.fa-tire {
  --fa: "\f631";
  --fa--fa: "\f631\f631"; }

.fa-engine {
  --fa: "\e16e";
  --fa--fa: "\e16e\e16e"; }

.fa-money-bill-1-wave {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b"; }

.fa-money-bill-wave-alt {
  --fa: "\f53b";
  --fa--fa: "\f53b\f53b"; }

.fa-life-ring {
  --fa: "\f1cd";
  --fa--fa: "\f1cd\f1cd"; }

.fa-hands {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7"; }

.fa-sign-language {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7"; }

.fa-signing {
  --fa: "\f2a7";
  --fa--fa: "\f2a7\f2a7"; }

.fa-circle-caret-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330"; }

.fa-caret-circle-right {
  --fa: "\f330";
  --fa--fa: "\f330\f330"; }

.fa-turn-left {
  --fa: "\e636";
  --fa--fa: "\e636\e636"; }

.fa-wheat {
  --fa: "\f72d";
  --fa--fa: "\f72d\f72d"; }

.fa-file-spreadsheet {
  --fa: "\f65b";
  --fa--fa: "\f65b\f65b"; }

.fa-audio-description-slash {
  --fa: "\e0a8";
  --fa--fa: "\e0a8\e0a8"; }

.fa-bell-ring {
  --fa: "\e62c";
  --fa--fa: "\e62c\e62c"; }

.fa-calendar-day {
  --fa: "\f783";
  --fa--fa: "\f783\f783"; }

.fa-water-ladder {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5"; }

.fa-ladder-water {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5"; }

.fa-swimming-pool {
  --fa: "\f5c5";
  --fa--fa: "\f5c5\f5c5"; }

.fa-arrows-up-down {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d"; }

.fa-arrows-v {
  --fa: "\f07d";
  --fa--fa: "\f07d\f07d"; }

.fa-chess-pawn-piece {
  --fa: "\f444";
  --fa--fa: "\f444\f444"; }

.fa-chess-pawn-alt {
  --fa: "\f444";
  --fa--fa: "\f444\f444"; }

.fa-face-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f"; }

.fa-grimace {
  --fa: "\f57f";
  --fa--fa: "\f57f\f57f"; }

.fa-wheelchair-move {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce"; }

.fa-wheelchair-alt {
  --fa: "\e2ce";
  --fa--fa: "\e2ce\e2ce"; }

.fa-turn-down {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be"; }

.fa-level-down-alt {
  --fa: "\f3be";
  --fa--fa: "\f3be\f3be"; }

.fa-square-s {
  --fa: "\e27d";
  --fa--fa: "\e27d\e27d"; }

.fa-rectangle-barcode {
  --fa: "\f463";
  --fa--fa: "\f463\f463"; }

.fa-barcode-alt {
  --fa: "\f463";
  --fa--fa: "\f463\f463"; }

.fa-person-walking-arrow-right {
  --fa: "\e552";
  --fa--fa: "\e552\e552"; }

.fa-square-envelope {
  --fa: "\f199";
  --fa--fa: "\f199\f199"; }

.fa-envelope-square {
  --fa: "\f199";
  --fa--fa: "\f199\f199"; }

.fa-dice {
  --fa: "\f522";
  --fa--fa: "\f522\f522"; }

.fa-unicorn {
  --fa: "\f727";
  --fa--fa: "\f727\f727"; }

.fa-bowling-ball {
  --fa: "\f436";
  --fa--fa: "\f436\f436"; }

.fa-pompebled {
  --fa: "\e43d";
  --fa--fa: "\e43d\e43d"; }

.fa-brain {
  --fa: "\f5dc";
  --fa--fa: "\f5dc\f5dc"; }

.fa-watch-smart {
  --fa: "\e2cc";
  --fa--fa: "\e2cc\e2cc"; }

.fa-book-user {
  --fa: "\f7e7";
  --fa--fa: "\f7e7\f7e7"; }

.fa-sensor-cloud {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c"; }

.fa-sensor-smoke {
  --fa: "\e02c";
  --fa--fa: "\e02c\e02c"; }

.fa-clapperboard-play {
  --fa: "\e132";
  --fa--fa: "\e132\e132"; }

.fa-bandage {
  --fa: "\f462";
  --fa--fa: "\f462\f462"; }

.fa-band-aid {
  --fa: "\f462";
  --fa--fa: "\f462\f462"; }

.fa-calendar-minus {
  --fa: "\f272";
  --fa--fa: "\f272\f272"; }

.fa-circle-xmark {
  --fa: "\f057";
  --fa--fa: "\f057\f057"; }

.fa-times-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057"; }

.fa-xmark-circle {
  --fa: "\f057";
  --fa--fa: "\f057\f057"; }

.fa-circle-4 {
  --fa: "\e0f1";
  --fa--fa: "\e0f1\e0f1"; }

.fa-gifts {
  --fa: "\f79c";
  --fa--fa: "\f79c\f79c"; }

.fa-album-collection {
  --fa: "\f8a0";
  --fa--fa: "\f8a0\f8a0"; }

.fa-hotel {
  --fa: "\f594";
  --fa--fa: "\f594\f594"; }

.fa-earth-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e"; }

.fa-globe-asia {
  --fa: "\f57e";
  --fa--fa: "\f57e\f57e"; }

.fa-id-card-clip {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f"; }

.fa-id-card-alt {
  --fa: "\f47f";
  --fa--fa: "\f47f\f47f"; }

.fa-magnifying-glass-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e"; }

.fa-search-plus {
  --fa: "\f00e";
  --fa--fa: "\f00e\f00e"; }

.fa-thumbs-up {
  --fa: "\f164";
  --fa--fa: "\f164\f164"; }

.fa-cloud-showers {
  --fa: "\f73f";
  --fa--fa: "\f73f\f73f"; }

.fa-user-clock {
  --fa: "\f4fd";
  --fa--fa: "\f4fd\f4fd"; }

.fa-onion {
  --fa: "\e427";
  --fa--fa: "\e427\e427"; }

.fa-clock-twelve-thirty {
  --fa: "\e359";
  --fa--fa: "\e359\e359"; }

.fa-arrow-down-to-dotted-line {
  --fa: "\e095";
  --fa--fa: "\e095\e095"; }

.fa-hand-dots {
  --fa: "\f461";
  --fa--fa: "\f461\f461"; }

.fa-allergies {
  --fa: "\f461";
  --fa--fa: "\f461\f461"; }

.fa-file-invoice {
  --fa: "\f570";
  --fa--fa: "\f570\f570"; }

.fa-window-minimize {
  --fa: "\f2d1";
  --fa--fa: "\f2d1\f2d1"; }

.fa-rectangle-wide {
  --fa: "\f2fc";
  --fa--fa: "\f2fc\f2fc"; }

.fa-comment-arrow-up {
  --fa: "\e144";
  --fa--fa: "\e144\e144"; }

.fa-garlic {
  --fa: "\e40e";
  --fa--fa: "\e40e\e40e"; }

.fa-mug-saucer {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4"; }

.fa-coffee {
  --fa: "\f0f4";
  --fa--fa: "\f0f4\f0f4"; }

.fa-brush {
  --fa: "\f55d";
  --fa--fa: "\f55d\f55d"; }

.fa-file-half-dashed {
  --fa: "\e698";
  --fa--fa: "\e698\e698"; }

.fa-tree-decorated {
  --fa: "\f7dc";
  --fa--fa: "\f7dc\f7dc"; }

.fa-mask {
  --fa: "\f6fa";
  --fa--fa: "\f6fa\f6fa"; }

.fa-calendar-heart {
  --fa: "\e0d3";
  --fa--fa: "\e0d3\e0d3"; }

.fa-magnifying-glass-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010"; }

.fa-search-minus {
  --fa: "\f010";
  --fa--fa: "\f010\f010"; }

.fa-flower {
  --fa: "\f7ff";
  --fa--fa: "\f7ff\f7ff"; }

.fa-arrow-down-from-arc {
  --fa: "\e614";
  --fa--fa: "\e614\e614"; }

.fa-right-left-large {
  --fa: "\e5e1";
  --fa--fa: "\e5e1\e5e1"; }

.fa-ruler-vertical {
  --fa: "\f548";
  --fa--fa: "\f548\f548"; }

.fa-circles-overlap {
  --fa: "\e600";
  --fa--fa: "\e600\e600"; }

.fa-user-large {
  --fa: "\f406";
  --fa--fa: "\f406\f406"; }

.fa-user-alt {
  --fa: "\f406";
  --fa--fa: "\f406\f406"; }

.fa-starship-freighter {
  --fa: "\e03a";
  --fa--fa: "\e03a\e03a"; }

.fa-train-tram {
  --fa: "\e5b4";
  --fa--fa: "\e5b4\e5b4"; }

.fa-bridge-suspension {
  --fa: "\e4cd";
  --fa--fa: "\e4cd\e4cd"; }

.fa-trash-check {
  --fa: "\e2af";
  --fa--fa: "\e2af\e2af"; }

.fa-user-nurse {
  --fa: "\f82f";
  --fa--fa: "\f82f\f82f"; }

.fa-boombox {
  --fa: "\f8a5";
  --fa--fa: "\f8a5\f8a5"; }

.fa-syringe {
  --fa: "\f48e";
  --fa--fa: "\f48e\f48e"; }

.fa-cloud-sun {
  --fa: "\f6c4";
  --fa--fa: "\f6c4\f6c4"; }

.fa-shield-exclamation {
  --fa: "\e247";
  --fa--fa: "\e247\e247"; }

.fa-stopwatch-20 {
  --fa: "\e06f";
  --fa--fa: "\e06f\e06f"; }

.fa-square-full {
  --fa: "\f45c";
  --fa--fa: "\f45c\f45c"; }

.fa-grip-dots {
  --fa: "\e410";
  --fa--fa: "\e410\e410"; }

.fa-comment-exclamation {
  --fa: "\f4af";
  --fa--fa: "\f4af\f4af"; }

.fa-pen-swirl {
  --fa: "\e214";
  --fa--fa: "\e214\e214"; }

.fa-falafel {
  --fa: "\e40a";
  --fa--fa: "\e40a\e40a"; }

.fa-circle-2 {
  --fa: "\e0ef";
  --fa--fa: "\e0ef\e0ef"; }

.fa-magnet {
  --fa: "\f076";
  --fa--fa: "\f076\f076"; }

.fa-jar {
  --fa: "\e516";
  --fa--fa: "\e516\e516"; }

.fa-gramophone {
  --fa: "\f8bd";
  --fa--fa: "\f8bd\f8bd"; }

.fa-dice-d12 {
  --fa: "\f6ce";
  --fa--fa: "\f6ce\f6ce"; }

.fa-note-sticky {
  --fa: "\f249";
  --fa--fa: "\f249\f249"; }

.fa-sticky-note {
  --fa: "\f249";
  --fa--fa: "\f249\f249"; }

.fa-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354"; }

.fa-arrow-alt-down {
  --fa: "\f354";
  --fa--fa: "\f354\f354"; }

.fa-hundred-points {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c"; }

.fa-100 {
  --fa: "\e41c";
  --fa--fa: "\e41c\e41c"; }

.fa-paperclip-vertical {
  --fa: "\e3c2";
  --fa--fa: "\e3c2\e3c2"; }

.fa-wind-warning {
  --fa: "\f776";
  --fa--fa: "\f776\f776"; }

.fa-wind-circle-exclamation {
  --fa: "\f776";
  --fa--fa: "\f776\f776"; }

.fa-location-pin-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c"; }

.fa-map-marker-slash {
  --fa: "\f60c";
  --fa--fa: "\f60c\f60c"; }

.fa-face-sad-sweat {
  --fa: "\e38a";
  --fa--fa: "\e38a\e38a"; }

.fa-bug-slash {
  --fa: "\e490";
  --fa--fa: "\e490\e490"; }

.fa-cupcake {
  --fa: "\e402";
  --fa--fa: "\e402\e402"; }

.fa-light-switch-off {
  --fa: "\e018";
  --fa--fa: "\e018\e018"; }

.fa-toggle-large-off {
  --fa: "\e5b0";
  --fa--fa: "\e5b0\e5b0"; }

.fa-pen-fancy-slash {
  --fa: "\e210";
  --fa--fa: "\e210\e210"; }

.fa-truck-container {
  --fa: "\f4dc";
  --fa--fa: "\f4dc\f4dc"; }

.fa-boot {
  --fa: "\f782";
  --fa--fa: "\f782\f782"; }

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
  --fa--fa: "\e4b6\e4b6"; }

.fa-file-check {
  --fa: "\f316";
  --fa--fa: "\f316\f316"; }

.fa-bone {
  --fa: "\f5d7";
  --fa--fa: "\f5d7\f5d7"; }

.fa-cards-blank {
  --fa: "\e4df";
  --fa--fa: "\e4df\e4df"; }

.fa-circle-3 {
  --fa: "\e0f0";
  --fa--fa: "\e0f0\e0f0"; }

.fa-bench-tree {
  --fa: "\e2e7";
  --fa--fa: "\e2e7\e2e7"; }

.fa-keyboard-brightness-low {
  --fa: "\e1c1";
  --fa--fa: "\e1c1\e1c1"; }

.fa-ski-boot-ski {
  --fa: "\e3cd";
  --fa--fa: "\e3cd\e3cd"; }

.fa-brain-circuit {
  --fa: "\e0c6";
  --fa--fa: "\e0c6\e0c6"; }

.fa-table-cells-row-unlock {
  --fa: "\e691";
  --fa--fa: "\e691\e691"; }

.fa-user-injured {
  --fa: "\f728";
  --fa--fa: "\f728\f728"; }

.fa-block-brick-fire {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc"; }

.fa-firewall {
  --fa: "\e3dc";
  --fa--fa: "\e3dc\e3dc"; }

.fa-face-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4"; }

.fa-sad-tear {
  --fa: "\f5b4";
  --fa--fa: "\f5b4\f5b4"; }

.fa-plane {
  --fa: "\f072";
  --fa--fa: "\f072\f072"; }

.fa-tent-arrows-down {
  --fa: "\e581";
  --fa--fa: "\e581\e581"; }

.fa-exclamation {
  --fa: "\21";
  --fa--fa: "\21\21"; }

.fa-arrows-spin {
  --fa: "\e4bb";
  --fa--fa: "\e4bb\e4bb"; }

.fa-face-smile-relaxed {
  --fa: "\e392";
  --fa--fa: "\e392\e392"; }

.fa-comment-xmark {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5"; }

.fa-comment-times {
  --fa: "\f4b5";
  --fa--fa: "\f4b5\f4b5"; }

.fa-print {
  --fa: "\f02f";
  --fa--fa: "\f02f\f02f"; }

.fa-turkish-lira-sign {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb"; }

.fa-try {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb"; }

.fa-turkish-lira {
  --fa: "\e2bb";
  --fa--fa: "\e2bb\e2bb"; }

.fa-face-nose-steam {
  --fa: "\e382";
  --fa--fa: "\e382\e382"; }

.fa-circle-waveform-lines {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d"; }

.fa-waveform-circle {
  --fa: "\e12d";
  --fa--fa: "\e12d\e12d"; }

.fa-dollar-sign {
  --fa: "\24";
  --fa--fa: "\24\24"; }

.fa-dollar {
  --fa: "\24";
  --fa--fa: "\24\24"; }

.fa-usd {
  --fa: "\24";
  --fa--fa: "\24\24"; }

.fa-ferris-wheel {
  --fa: "\e174";
  --fa--fa: "\e174\e174"; }

.fa-computer-speaker {
  --fa: "\f8b2";
  --fa--fa: "\f8b2\f8b2"; }

.fa-skull-cow {
  --fa: "\f8de";
  --fa--fa: "\f8de\f8de"; }

.fa-x {
  --fa: "\58";
  --fa--fa: "\58\58"; }

.fa-magnifying-glass-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688"; }

.fa-search-dollar {
  --fa: "\f688";
  --fa--fa: "\f688\f688"; }

.fa-users-gear {
  --fa: "\f509";
  --fa--fa: "\f509\f509"; }

.fa-users-cog {
  --fa: "\f509";
  --fa--fa: "\f509\f509"; }

.fa-person-military-pointing {
  --fa: "\e54a";
  --fa--fa: "\e54a\e54a"; }

.fa-building-columns {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c"; }

.fa-bank {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c"; }

.fa-institution {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c"; }

.fa-museum {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c"; }

.fa-university {
  --fa: "\f19c";
  --fa--fa: "\f19c\f19c"; }

.fa-circle-t {
  --fa: "\e124";
  --fa--fa: "\e124\e124"; }

.fa-sack {
  --fa: "\f81c";
  --fa--fa: "\f81c\f81c"; }

.fa-grid-2 {
  --fa: "\e196";
  --fa--fa: "\e196\e196"; }

.fa-camera-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac"; }

.fa-cctv {
  --fa: "\f8ac";
  --fa--fa: "\f8ac\f8ac"; }

.fa-umbrella {
  --fa: "\f0e9";
  --fa--fa: "\f0e9\f0e9"; }

.fa-trowel {
  --fa: "\e589";
  --fa--fa: "\e589\e589"; }

.fa-horizontal-rule {
  --fa: "\f86c";
  --fa--fa: "\f86c\f86c"; }

.fa-bed-front {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7"; }

.fa-bed-alt {
  --fa: "\f8f7";
  --fa--fa: "\f8f7\f8f7"; }

.fa-d {
  --fa: "\44";
  --fa--fa: "\44\44"; }

.fa-stapler {
  --fa: "\e5af";
  --fa--fa: "\e5af\e5af"; }

.fa-masks-theater {
  --fa: "\f630";
  --fa--fa: "\f630\f630"; }

.fa-theater-masks {
  --fa: "\f630";
  --fa--fa: "\f630\f630"; }

.fa-file-gif {
  --fa: "\e645";
  --fa--fa: "\e645\e645"; }

.fa-kip-sign {
  --fa: "\e1c4";
  --fa--fa: "\e1c4\e1c4"; }

.fa-face-woozy {
  --fa: "\e3a2";
  --fa--fa: "\e3a2\e3a2"; }

.fa-cloud-question {
  --fa: "\e492";
  --fa--fa: "\e492\e492"; }

.fa-pineapple {
  --fa: "\e31f";
  --fa--fa: "\e31f\e31f"; }

.fa-hand-point-left {
  --fa: "\f0a5";
  --fa--fa: "\f0a5\f0a5"; }

.fa-gallery-thumbnails {
  --fa: "\e3aa";
  --fa--fa: "\e3aa\e3aa"; }

.fa-circle-j {
  --fa: "\e112";
  --fa--fa: "\e112\e112"; }

.fa-eyes {
  --fa: "\e367";
  --fa--fa: "\e367\e367"; }

.fa-handshake-simple {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6"; }

.fa-handshake-alt {
  --fa: "\f4c6";
  --fa--fa: "\f4c6\f4c6"; }

.fa-page-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a"; }

.fa-file-caret-up {
  --fa: "\e42a";
  --fa--fa: "\e42a\e42a"; }

.fa-jet-fighter {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb"; }

.fa-fighter-jet {
  --fa: "\f0fb";
  --fa--fa: "\f0fb\f0fb"; }

.fa-comet {
  --fa: "\e003";
  --fa--fa: "\e003\e003"; }

.fa-square-share-nodes {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1"; }

.fa-share-alt-square {
  --fa: "\f1e1";
  --fa--fa: "\f1e1\f1e1"; }

.fa-reflect-vertical {
  --fa: "\e665";
  --fa--fa: "\e665\e665"; }

.fa-shield-keyhole {
  --fa: "\e248";
  --fa--fa: "\e248\e248"; }

.fa-file-mp4 {
  --fa: "\e649";
  --fa--fa: "\e649\e649"; }

.fa-barcode {
  --fa: "\f02a";
  --fa--fa: "\f02a\f02a"; }

.fa-bulldozer {
  --fa: "\e655";
  --fa--fa: "\e655\e655"; }

.fa-plus-minus {
  --fa: "\e43c";
  --fa--fa: "\e43c\e43c"; }

.fa-square-sliders-vertical {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2"; }

.fa-sliders-v-square {
  --fa: "\f3f2";
  --fa--fa: "\f3f2\f3f2"; }

.fa-video {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d"; }

.fa-video-camera {
  --fa: "\f03d";
  --fa--fa: "\f03d\f03d"; }

.fa-message-middle {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1"; }

.fa-comment-middle-alt {
  --fa: "\e1e1";
  --fa--fa: "\e1e1\e1e1"; }

.fa-graduation-cap {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d"; }

.fa-mortar-board {
  --fa: "\f19d";
  --fa--fa: "\f19d\f19d"; }

.fa-hand-holding-medical {
  --fa: "\e05c";
  --fa--fa: "\e05c\e05c"; }

.fa-person-circle-check {
  --fa: "\e53e";
  --fa--fa: "\e53e\e53e"; }

.fa-square-z {
  --fa: "\e288";
  --fa--fa: "\e288\e288"; }

.fa-message-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6"; }

.fa-comment-alt-text {
  --fa: "\e1e6";
  --fa--fa: "\e1e6\e1e6"; }

.fa-turn-up {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf"; }

.fa-level-up-alt {
  --fa: "\f3bf";
  --fa--fa: "\f3bf\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero {
  --fa: "\f3d0"; }

.fa-hooli {
  --fa: "\f427"; }

.fa-yelp {
  --fa: "\f1e9"; }

.fa-cc-visa {
  --fa: "\f1f0"; }

.fa-lastfm {
  --fa: "\f202"; }

.fa-shopware {
  --fa: "\f5b5"; }

.fa-creative-commons-nc {
  --fa: "\f4e8"; }

.fa-aws {
  --fa: "\f375"; }

.fa-redhat {
  --fa: "\f7bc"; }

.fa-yoast {
  --fa: "\f2b1"; }

.fa-cloudflare {
  --fa: "\e07d"; }

.fa-ups {
  --fa: "\f7e0"; }

.fa-pixiv {
  --fa: "\e640"; }

.fa-wpexplorer {
  --fa: "\f2de"; }

.fa-dyalog {
  --fa: "\f399"; }

.fa-bity {
  --fa: "\f37a"; }

.fa-stackpath {
  --fa: "\f842"; }

.fa-buysellads {
  --fa: "\f20d"; }

.fa-first-order {
  --fa: "\f2b0"; }

.fa-modx {
  --fa: "\f285"; }

.fa-guilded {
  --fa: "\e07e"; }

.fa-vnv {
  --fa: "\f40b"; }

.fa-square-js {
  --fa: "\f3b9"; }

.fa-js-square {
  --fa: "\f3b9"; }

.fa-microsoft {
  --fa: "\f3ca"; }

.fa-qq {
  --fa: "\f1d6"; }

.fa-orcid {
  --fa: "\f8d2"; }

.fa-java {
  --fa: "\f4e4"; }

.fa-invision {
  --fa: "\f7b0"; }

.fa-creative-commons-pd-alt {
  --fa: "\f4ed"; }

.fa-centercode {
  --fa: "\f380"; }

.fa-glide-g {
  --fa: "\f2a6"; }

.fa-drupal {
  --fa: "\f1a9"; }

.fa-jxl {
  --fa: "\e67b"; }

.fa-dart-lang {
  --fa: "\e693"; }

.fa-hire-a-helper {
  --fa: "\f3b0"; }

.fa-creative-commons-by {
  --fa: "\f4e7"; }

.fa-unity {
  --fa: "\e049"; }

.fa-whmcs {
  --fa: "\f40d"; }

.fa-rocketchat {
  --fa: "\f3e8"; }

.fa-vk {
  --fa: "\f189"; }

.fa-untappd {
  --fa: "\f405"; }

.fa-mailchimp {
  --fa: "\f59e"; }

.fa-css3-alt {
  --fa: "\f38b"; }

.fa-square-reddit {
  --fa: "\f1a2"; }

.fa-reddit-square {
  --fa: "\f1a2"; }

.fa-vimeo-v {
  --fa: "\f27d"; }

.fa-contao {
  --fa: "\f26d"; }

.fa-square-font-awesome {
  --fa: "\e5ad"; }

.fa-deskpro {
  --fa: "\f38f"; }

.fa-brave {
  --fa: "\e63c"; }

.fa-sistrix {
  --fa: "\f3ee"; }

.fa-square-instagram {
  --fa: "\e055"; }

.fa-instagram-square {
  --fa: "\e055"; }

.fa-battle-net {
  --fa: "\f835"; }

.fa-the-red-yeti {
  --fa: "\f69d"; }

.fa-square-hacker-news {
  --fa: "\f3af"; }

.fa-hacker-news-square {
  --fa: "\f3af"; }

.fa-edge {
  --fa: "\f282"; }

.fa-threads {
  --fa: "\e618"; }

.fa-napster {
  --fa: "\f3d2"; }

.fa-square-snapchat {
  --fa: "\f2ad"; }

.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa-google-plus-g {
  --fa: "\f0d5"; }

.fa-artstation {
  --fa: "\f77a"; }

.fa-markdown {
  --fa: "\f60f"; }

.fa-sourcetree {
  --fa: "\f7d3"; }

.fa-google-plus {
  --fa: "\f2b3"; }

.fa-diaspora {
  --fa: "\f791"; }

.fa-foursquare {
  --fa: "\f180"; }

.fa-stack-overflow {
  --fa: "\f16c"; }

.fa-github-alt {
  --fa: "\f113"; }

.fa-phoenix-squadron {
  --fa: "\f511"; }

.fa-pagelines {
  --fa: "\f18c"; }

.fa-algolia {
  --fa: "\f36c"; }

.fa-red-river {
  --fa: "\f3e3"; }

.fa-creative-commons-sa {
  --fa: "\f4ef"; }

.fa-safari {
  --fa: "\f267"; }

.fa-google {
  --fa: "\f1a0"; }

.fa-square-font-awesome-stroke {
  --fa: "\f35c"; }

.fa-font-awesome-alt {
  --fa: "\f35c"; }

.fa-atlassian {
  --fa: "\f77b"; }

.fa-linkedin-in {
  --fa: "\f0e1"; }

.fa-digital-ocean {
  --fa: "\f391"; }

.fa-nimblr {
  --fa: "\f5a8"; }

.fa-chromecast {
  --fa: "\f838"; }

.fa-evernote {
  --fa: "\f839"; }

.fa-hacker-news {
  --fa: "\f1d4"; }

.fa-creative-commons-sampling {
  --fa: "\f4f0"; }

.fa-adversal {
  --fa: "\f36a"; }

.fa-creative-commons {
  --fa: "\f25e"; }

.fa-watchman-monitoring {
  --fa: "\e087"; }

.fa-fonticons {
  --fa: "\f280"; }

.fa-weixin {
  --fa: "\f1d7"; }

.fa-shirtsinbulk {
  --fa: "\f214"; }

.fa-codepen {
  --fa: "\f1cb"; }

.fa-git-alt {
  --fa: "\f841"; }

.fa-lyft {
  --fa: "\f3c3"; }

.fa-rev {
  --fa: "\f5b2"; }

.fa-windows {
  --fa: "\f17a"; }

.fa-wizards-of-the-coast {
  --fa: "\f730"; }

.fa-square-viadeo {
  --fa: "\f2aa"; }

.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa-meetup {
  --fa: "\f2e0"; }

.fa-centos {
  --fa: "\f789"; }

.fa-adn {
  --fa: "\f170"; }

.fa-cloudsmith {
  --fa: "\f384"; }

.fa-opensuse {
  --fa: "\e62b"; }

.fa-pied-piper-alt {
  --fa: "\f1a8"; }

.fa-square-dribbble {
  --fa: "\f397"; }

.fa-dribbble-square {
  --fa: "\f397"; }

.fa-codiepie {
  --fa: "\f284"; }

.fa-node {
  --fa: "\f419"; }

.fa-mix {
  --fa: "\f3cb"; }

.fa-steam {
  --fa: "\f1b6"; }

.fa-cc-apple-pay {
  --fa: "\f416"; }

.fa-scribd {
  --fa: "\f28a"; }

.fa-debian {
  --fa: "\e60b"; }

.fa-openid {
  --fa: "\f19b"; }

.fa-instalod {
  --fa: "\e081"; }

.fa-files-pinwheel {
  --fa: "\e69f"; }

.fa-expeditedssl {
  --fa: "\f23e"; }

.fa-sellcast {
  --fa: "\f2da"; }

.fa-square-twitter {
  --fa: "\f081"; }

.fa-twitter-square {
  --fa: "\f081"; }

.fa-r-project {
  --fa: "\f4f7"; }

.fa-delicious {
  --fa: "\f1a5"; }

.fa-freebsd {
  --fa: "\f3a4"; }

.fa-vuejs {
  --fa: "\f41f"; }

.fa-accusoft {
  --fa: "\f369"; }

.fa-ioxhost {
  --fa: "\f208"; }

.fa-fonticons-fi {
  --fa: "\f3a2"; }

.fa-app-store {
  --fa: "\f36f"; }

.fa-cc-mastercard {
  --fa: "\f1f1"; }

.fa-itunes-note {
  --fa: "\f3b5"; }

.fa-golang {
  --fa: "\e40f"; }

.fa-kickstarter {
  --fa: "\f3bb"; }

.fa-square-kickstarter {
  --fa: "\f3bb"; }

.fa-grav {
  --fa: "\f2d6"; }

.fa-weibo {
  --fa: "\f18a"; }

.fa-uncharted {
  --fa: "\e084"; }

.fa-firstdraft {
  --fa: "\f3a1"; }

.fa-square-youtube {
  --fa: "\f431"; }

.fa-youtube-square {
  --fa: "\f431"; }

.fa-wikipedia-w {
  --fa: "\f266"; }

.fa-wpressr {
  --fa: "\f3e4"; }

.fa-rendact {
  --fa: "\f3e4"; }

.fa-angellist {
  --fa: "\f209"; }

.fa-galactic-republic {
  --fa: "\f50c"; }

.fa-nfc-directional {
  --fa: "\e530"; }

.fa-skype {
  --fa: "\f17e"; }

.fa-joget {
  --fa: "\f3b7"; }

.fa-fedora {
  --fa: "\f798"; }

.fa-stripe-s {
  --fa: "\f42a"; }

.fa-meta {
  --fa: "\e49b"; }

.fa-laravel {
  --fa: "\f3bd"; }

.fa-hotjar {
  --fa: "\f3b1"; }

.fa-bluetooth-b {
  --fa: "\f294"; }

.fa-square-letterboxd {
  --fa: "\e62e"; }

.fa-sticker-mule {
  --fa: "\f3f7"; }

.fa-creative-commons-zero {
  --fa: "\f4f3"; }

.fa-hips {
  --fa: "\f452"; }

.fa-css {
  --fa: "\e6a2"; }

.fa-behance {
  --fa: "\f1b4"; }

.fa-reddit {
  --fa: "\f1a1"; }

.fa-discord {
  --fa: "\f392"; }

.fa-chrome {
  --fa: "\f268"; }

.fa-app-store-ios {
  --fa: "\f370"; }

.fa-cc-discover {
  --fa: "\f1f2"; }

.fa-wpbeginner {
  --fa: "\f297"; }

.fa-confluence {
  --fa: "\f78d"; }

.fa-shoelace {
  --fa: "\e60c"; }

.fa-mdb {
  --fa: "\f8ca"; }

.fa-dochub {
  --fa: "\f394"; }

.fa-accessible-icon {
  --fa: "\f368"; }

.fa-ebay {
  --fa: "\f4f4"; }

.fa-amazon {
  --fa: "\f270"; }

.fa-unsplash {
  --fa: "\e07c"; }

.fa-yarn {
  --fa: "\f7e3"; }

.fa-square-steam {
  --fa: "\f1b7"; }

.fa-steam-square {
  --fa: "\f1b7"; }

.fa-500px {
  --fa: "\f26e"; }

.fa-square-vimeo {
  --fa: "\f194"; }

.fa-vimeo-square {
  --fa: "\f194"; }

.fa-asymmetrik {
  --fa: "\f372"; }

.fa-font-awesome {
  --fa: "\f2b4"; }

.fa-font-awesome-flag {
  --fa: "\f2b4"; }

.fa-font-awesome-logo-full {
  --fa: "\f2b4"; }

.fa-gratipay {
  --fa: "\f184"; }

.fa-apple {
  --fa: "\f179"; }

.fa-hive {
  --fa: "\e07f"; }

.fa-gitkraken {
  --fa: "\f3a6"; }

.fa-keybase {
  --fa: "\f4f5"; }

.fa-apple-pay {
  --fa: "\f415"; }

.fa-padlet {
  --fa: "\e4a0"; }

.fa-amazon-pay {
  --fa: "\f42c"; }

.fa-square-github {
  --fa: "\f092"; }

.fa-github-square {
  --fa: "\f092"; }

.fa-stumbleupon {
  --fa: "\f1a4"; }

.fa-fedex {
  --fa: "\f797"; }

.fa-phoenix-framework {
  --fa: "\f3dc"; }

.fa-shopify {
  --fa: "\e057"; }

.fa-neos {
  --fa: "\f612"; }

.fa-square-threads {
  --fa: "\e619"; }

.fa-hackerrank {
  --fa: "\f5f7"; }

.fa-researchgate {
  --fa: "\f4f8"; }

.fa-swift {
  --fa: "\f8e1"; }

.fa-angular {
  --fa: "\f420"; }

.fa-speakap {
  --fa: "\f3f3"; }

.fa-angrycreative {
  --fa: "\f36e"; }

.fa-y-combinator {
  --fa: "\f23b"; }

.fa-empire {
  --fa: "\f1d1"; }

.fa-envira {
  --fa: "\f299"; }

.fa-google-scholar {
  --fa: "\e63b"; }

.fa-square-gitlab {
  --fa: "\e5ae"; }

.fa-gitlab-square {
  --fa: "\e5ae"; }

.fa-studiovinari {
  --fa: "\f3f8"; }

.fa-pied-piper {
  --fa: "\f2ae"; }

.fa-wordpress {
  --fa: "\f19a"; }

.fa-product-hunt {
  --fa: "\f288"; }

.fa-firefox {
  --fa: "\f269"; }

.fa-linode {
  --fa: "\f2b8"; }

.fa-goodreads {
  --fa: "\f3a8"; }

.fa-square-odnoklassniki {
  --fa: "\f264"; }

.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa-jsfiddle {
  --fa: "\f1cc"; }

.fa-sith {
  --fa: "\f512"; }

.fa-themeisle {
  --fa: "\f2b2"; }

.fa-page4 {
  --fa: "\f3d7"; }

.fa-hashnode {
  --fa: "\e499"; }

.fa-react {
  --fa: "\f41b"; }

.fa-cc-paypal {
  --fa: "\f1f4"; }

.fa-squarespace {
  --fa: "\f5be"; }

.fa-cc-stripe {
  --fa: "\f1f5"; }

.fa-creative-commons-share {
  --fa: "\f4f2"; }

.fa-bitcoin {
  --fa: "\f379"; }

.fa-keycdn {
  --fa: "\f3ba"; }

.fa-opera {
  --fa: "\f26a"; }

.fa-itch-io {
  --fa: "\f83a"; }

.fa-umbraco {
  --fa: "\f8e8"; }

.fa-galactic-senate {
  --fa: "\f50d"; }

.fa-ubuntu {
  --fa: "\f7df"; }

.fa-draft2digital {
  --fa: "\f396"; }

.fa-stripe {
  --fa: "\f429"; }

.fa-houzz {
  --fa: "\f27c"; }

.fa-gg {
  --fa: "\f260"; }

.fa-dhl {
  --fa: "\f790"; }

.fa-square-pinterest {
  --fa: "\f0d3"; }

.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa-xing {
  --fa: "\f168"; }

.fa-blackberry {
  --fa: "\f37b"; }

.fa-creative-commons-pd {
  --fa: "\f4ec"; }

.fa-playstation {
  --fa: "\f3df"; }

.fa-quinscape {
  --fa: "\f459"; }

.fa-less {
  --fa: "\f41d"; }

.fa-blogger-b {
  --fa: "\f37d"; }

.fa-opencart {
  --fa: "\f23d"; }

.fa-vine {
  --fa: "\f1ca"; }

.fa-signal-messenger {
  --fa: "\e663"; }

.fa-paypal {
  --fa: "\f1ed"; }

.fa-gitlab {
  --fa: "\f296"; }

.fa-typo3 {
  --fa: "\f42b"; }

.fa-reddit-alien {
  --fa: "\f281"; }

.fa-yahoo {
  --fa: "\f19e"; }

.fa-dailymotion {
  --fa: "\e052"; }

.fa-affiliatetheme {
  --fa: "\f36b"; }

.fa-pied-piper-pp {
  --fa: "\f1a7"; }

.fa-bootstrap {
  --fa: "\f836"; }

.fa-odnoklassniki {
  --fa: "\f263"; }

.fa-nfc-symbol {
  --fa: "\e531"; }

.fa-mintbit {
  --fa: "\e62f"; }

.fa-ethereum {
  --fa: "\f42e"; }

.fa-speaker-deck {
  --fa: "\f83c"; }

.fa-creative-commons-nc-eu {
  --fa: "\f4e9"; }

.fa-patreon {
  --fa: "\f3d9"; }

.fa-avianex {
  --fa: "\f374"; }

.fa-ello {
  --fa: "\f5f1"; }

.fa-gofore {
  --fa: "\f3a7"; }

.fa-bimobject {
  --fa: "\f378"; }

.fa-brave-reverse {
  --fa: "\e63d"; }

.fa-facebook-f {
  --fa: "\f39e"; }

.fa-square-google-plus {
  --fa: "\f0d4"; }

.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa-web-awesome {
  --fa: "\e682"; }

.fa-mandalorian {
  --fa: "\f50f"; }

.fa-first-order-alt {
  --fa: "\f50a"; }

.fa-osi {
  --fa: "\f41a"; }

.fa-google-wallet {
  --fa: "\f1ee"; }

.fa-d-and-d-beyond {
  --fa: "\f6ca"; }

.fa-periscope {
  --fa: "\f3da"; }

.fa-fulcrum {
  --fa: "\f50b"; }

.fa-cloudscale {
  --fa: "\f383"; }

.fa-forumbee {
  --fa: "\f211"; }

.fa-mizuni {
  --fa: "\f3cc"; }

.fa-schlix {
  --fa: "\f3ea"; }

.fa-square-xing {
  --fa: "\f169"; }

.fa-xing-square {
  --fa: "\f169"; }

.fa-bandcamp {
  --fa: "\f2d5"; }

.fa-wpforms {
  --fa: "\f298"; }

.fa-cloudversify {
  --fa: "\f385"; }

.fa-usps {
  --fa: "\f7e1"; }

.fa-megaport {
  --fa: "\f5a3"; }

.fa-magento {
  --fa: "\f3c4"; }

.fa-spotify {
  --fa: "\f1bc"; }

.fa-optin-monster {
  --fa: "\f23c"; }

.fa-fly {
  --fa: "\f417"; }

.fa-square-bluesky {
  --fa: "\e6a3"; }

.fa-aviato {
  --fa: "\f421"; }

.fa-itunes {
  --fa: "\f3b4"; }

.fa-cuttlefish {
  --fa: "\f38c"; }

.fa-blogger {
  --fa: "\f37c"; }

.fa-flickr {
  --fa: "\f16e"; }

.fa-viber {
  --fa: "\f409"; }

.fa-soundcloud {
  --fa: "\f1be"; }

.fa-digg {
  --fa: "\f1a6"; }

.fa-tencent-weibo {
  --fa: "\f1d5"; }

.fa-letterboxd {
  --fa: "\e62d"; }

.fa-symfony {
  --fa: "\f83d"; }

.fa-maxcdn {
  --fa: "\f136"; }

.fa-etsy {
  --fa: "\f2d7"; }

.fa-facebook-messenger {
  --fa: "\f39f"; }

.fa-audible {
  --fa: "\f373"; }

.fa-think-peaks {
  --fa: "\f731"; }

.fa-bilibili {
  --fa: "\e3d9"; }

.fa-erlang {
  --fa: "\f39d"; }

.fa-x-twitter {
  --fa: "\e61b"; }

.fa-cotton-bureau {
  --fa: "\f89e"; }

.fa-dashcube {
  --fa: "\f210"; }

.fa-42-group {
  --fa: "\e080"; }

.fa-innosoft {
  --fa: "\e080"; }

.fa-stack-exchange {
  --fa: "\f18d"; }

.fa-elementor {
  --fa: "\f430"; }

.fa-square-pied-piper {
  --fa: "\e01e"; }

.fa-pied-piper-square {
  --fa: "\e01e"; }

.fa-creative-commons-nd {
  --fa: "\f4eb"; }

.fa-palfed {
  --fa: "\f3d8"; }

.fa-superpowers {
  --fa: "\f2dd"; }

.fa-resolving {
  --fa: "\f3e7"; }

.fa-xbox {
  --fa: "\f412"; }

.fa-square-web-awesome-stroke {
  --fa: "\e684"; }

.fa-searchengin {
  --fa: "\f3eb"; }

.fa-tiktok {
  --fa: "\e07b"; }

.fa-square-facebook {
  --fa: "\f082"; }

.fa-facebook-square {
  --fa: "\f082"; }

.fa-renren {
  --fa: "\f18b"; }

.fa-linux {
  --fa: "\f17c"; }

.fa-glide {
  --fa: "\f2a5"; }

.fa-linkedin {
  --fa: "\f08c"; }

.fa-hubspot {
  --fa: "\f3b2"; }

.fa-deploydog {
  --fa: "\f38e"; }

.fa-twitch {
  --fa: "\f1e8"; }

.fa-flutter {
  --fa: "\e694"; }

.fa-ravelry {
  --fa: "\f2d9"; }

.fa-mixer {
  --fa: "\e056"; }

.fa-square-lastfm {
  --fa: "\f203"; }

.fa-lastfm-square {
  --fa: "\f203"; }

.fa-vimeo {
  --fa: "\f40a"; }

.fa-mendeley {
  --fa: "\f7b3"; }

.fa-uniregistry {
  --fa: "\f404"; }

.fa-figma {
  --fa: "\f799"; }

.fa-creative-commons-remix {
  --fa: "\f4ee"; }

.fa-cc-amazon-pay {
  --fa: "\f42d"; }

.fa-dropbox {
  --fa: "\f16b"; }

.fa-instagram {
  --fa: "\f16d"; }

.fa-cmplid {
  --fa: "\e360"; }

.fa-upwork {
  --fa: "\e641"; }

.fa-facebook {
  --fa: "\f09a"; }

.fa-gripfire {
  --fa: "\f3ac"; }

.fa-jedi-order {
  --fa: "\f50e"; }

.fa-uikit {
  --fa: "\f403"; }

.fa-fort-awesome-alt {
  --fa: "\f3a3"; }

.fa-phabricator {
  --fa: "\f3db"; }

.fa-ussunnah {
  --fa: "\f407"; }

.fa-earlybirds {
  --fa: "\f39a"; }

.fa-trade-federation {
  --fa: "\f513"; }

.fa-autoprefixer {
  --fa: "\f41c"; }

.fa-whatsapp {
  --fa: "\f232"; }

.fa-square-upwork {
  --fa: "\e67c"; }

.fa-slideshare {
  --fa: "\f1e7"; }

.fa-google-play {
  --fa: "\f3ab"; }

.fa-viadeo {
  --fa: "\f2a9"; }

.fa-line {
  --fa: "\f3c0"; }

.fa-google-drive {
  --fa: "\f3aa"; }

.fa-servicestack {
  --fa: "\f3ec"; }

.fa-simplybuilt {
  --fa: "\f215"; }

.fa-bitbucket {
  --fa: "\f171"; }

.fa-imdb {
  --fa: "\f2d8"; }

.fa-deezer {
  --fa: "\e077"; }

.fa-raspberry-pi {
  --fa: "\f7bb"; }

.fa-jira {
  --fa: "\f7b1"; }

.fa-docker {
  --fa: "\f395"; }

.fa-screenpal {
  --fa: "\e570"; }

.fa-bluetooth {
  --fa: "\f293"; }

.fa-gitter {
  --fa: "\f426"; }

.fa-d-and-d {
  --fa: "\f38d"; }

.fa-microblog {
  --fa: "\e01a"; }

.fa-cc-diners-club {
  --fa: "\f24c"; }

.fa-gg-circle {
  --fa: "\f261"; }

.fa-pied-piper-hat {
  --fa: "\f4e5"; }

.fa-kickstarter-k {
  --fa: "\f3bc"; }

.fa-yandex {
  --fa: "\f413"; }

.fa-readme {
  --fa: "\f4d5"; }

.fa-html5 {
  --fa: "\f13b"; }

.fa-sellsy {
  --fa: "\f213"; }

.fa-square-web-awesome {
  --fa: "\e683"; }

.fa-sass {
  --fa: "\f41e"; }

.fa-wirsindhandwerk {
  --fa: "\e2d0"; }

.fa-wsh {
  --fa: "\e2d0"; }

.fa-buromobelexperte {
  --fa: "\f37f"; }

.fa-salesforce {
  --fa: "\f83b"; }

.fa-octopus-deploy {
  --fa: "\e082"; }

.fa-medapps {
  --fa: "\f3c6"; }

.fa-ns8 {
  --fa: "\f3d5"; }

.fa-pinterest-p {
  --fa: "\f231"; }

.fa-apper {
  --fa: "\f371"; }

.fa-fort-awesome {
  --fa: "\f286"; }

.fa-waze {
  --fa: "\f83f"; }

.fa-bluesky {
  --fa: "\e671"; }

.fa-cc-jcb {
  --fa: "\f24b"; }

.fa-snapchat {
  --fa: "\f2ab"; }

.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa-fantasy-flight-games {
  --fa: "\f6dc"; }

.fa-rust {
  --fa: "\e07a"; }

.fa-wix {
  --fa: "\f5cf"; }

.fa-square-behance {
  --fa: "\f1b5"; }

.fa-behance-square {
  --fa: "\f1b5"; }

.fa-supple {
  --fa: "\f3f9"; }

.fa-webflow {
  --fa: "\e65c"; }

.fa-rebel {
  --fa: "\f1d0"; }

.fa-css3 {
  --fa: "\f13c"; }

.fa-staylinked {
  --fa: "\f3f5"; }

.fa-kaggle {
  --fa: "\f5fa"; }

.fa-space-awesome {
  --fa: "\e5ac"; }

.fa-deviantart {
  --fa: "\f1bd"; }

.fa-cpanel {
  --fa: "\f388"; }

.fa-goodreads-g {
  --fa: "\f3a9"; }

.fa-square-git {
  --fa: "\f1d2"; }

.fa-git-square {
  --fa: "\f1d2"; }

.fa-square-tumblr {
  --fa: "\f174"; }

.fa-tumblr-square {
  --fa: "\f174"; }

.fa-trello {
  --fa: "\f181"; }

.fa-creative-commons-nc-jp {
  --fa: "\f4ea"; }

.fa-get-pocket {
  --fa: "\f265"; }

.fa-perbyte {
  --fa: "\e083"; }

.fa-grunt {
  --fa: "\f3ad"; }

.fa-weebly {
  --fa: "\f5cc"; }

.fa-connectdevelop {
  --fa: "\f20e"; }

.fa-leanpub {
  --fa: "\f212"; }

.fa-black-tie {
  --fa: "\f27e"; }

.fa-themeco {
  --fa: "\f5c6"; }

.fa-python {
  --fa: "\f3e2"; }

.fa-android {
  --fa: "\f17b"; }

.fa-bots {
  --fa: "\e340"; }

.fa-free-code-camp {
  --fa: "\f2c5"; }

.fa-hornbill {
  --fa: "\f592"; }

.fa-js {
  --fa: "\f3b8"; }

.fa-ideal {
  --fa: "\e013"; }

.fa-git {
  --fa: "\f1d3"; }

.fa-dev {
  --fa: "\f6cc"; }

.fa-sketch {
  --fa: "\f7c6"; }

.fa-yandex-international {
  --fa: "\f414"; }

.fa-cc-amex {
  --fa: "\f1f3"; }

.fa-uber {
  --fa: "\f402"; }

.fa-github {
  --fa: "\f09b"; }

.fa-php {
  --fa: "\f457"; }

.fa-alipay {
  --fa: "\f642"; }

.fa-youtube {
  --fa: "\f167"; }

.fa-skyatlas {
  --fa: "\f216"; }

.fa-firefox-browser {
  --fa: "\e007"; }

.fa-replyd {
  --fa: "\f3e6"; }

.fa-suse {
  --fa: "\f7d6"; }

.fa-jenkins {
  --fa: "\f3b6"; }

.fa-twitter {
  --fa: "\f099"; }

.fa-rockrms {
  --fa: "\f3e9"; }

.fa-pinterest {
  --fa: "\f0d2"; }

.fa-buffer {
  --fa: "\f837"; }

.fa-npm {
  --fa: "\f3d4"; }

.fa-yammer {
  --fa: "\f840"; }

.fa-btc {
  --fa: "\f15a"; }

.fa-dribbble {
  --fa: "\f17d"; }

.fa-stumbleupon-circle {
  --fa: "\f1a3"; }

.fa-internet-explorer {
  --fa: "\f26b"; }

.fa-stubber {
  --fa: "\e5c7"; }

.fa-telegram {
  --fa: "\f2c6"; }

.fa-telegram-plane {
  --fa: "\f2c6"; }

.fa-old-republic {
  --fa: "\f510"; }

.fa-odysee {
  --fa: "\e5c6"; }

.fa-square-whatsapp {
  --fa: "\f40c"; }

.fa-whatsapp-square {
  --fa: "\f40c"; }

.fa-node-js {
  --fa: "\f3d3"; }

.fa-edge-legacy {
  --fa: "\e078"; }

.fa-slack {
  --fa: "\f198"; }

.fa-slack-hash {
  --fa: "\f198"; }

.fa-medrt {
  --fa: "\f3c8"; }

.fa-usb {
  --fa: "\f287"; }

.fa-tumblr {
  --fa: "\f173"; }

.fa-vaadin {
  --fa: "\f408"; }

.fa-quora {
  --fa: "\f2c4"; }

.fa-square-x-twitter {
  --fa: "\e61a"; }

.fa-reacteurope {
  --fa: "\f75d"; }

.fa-medium {
  --fa: "\f23a"; }

.fa-medium-m {
  --fa: "\f23a"; }

.fa-amilia {
  --fa: "\f36d"; }

.fa-mixcloud {
  --fa: "\f289"; }

.fa-flipboard {
  --fa: "\f44d"; }

.fa-viacoin {
  --fa: "\f237"; }

.fa-critical-role {
  --fa: "\f6c9"; }

.fa-sitrox {
  --fa: "\e44a"; }

.fa-discourse {
  --fa: "\f393"; }

.fa-joomla {
  --fa: "\f1aa"; }

.fa-mastodon {
  --fa: "\f4f6"; }

.fa-airbnb {
  --fa: "\f834"; }

.fa-wolf-pack-battalion {
  --fa: "\f514"; }

.fa-buy-n-large {
  --fa: "\f8a6"; }

.fa-gulp {
  --fa: "\f3ae"; }

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"; }

.fa-strava {
  --fa: "\f428"; }

.fa-ember {
  --fa: "\f423"; }

.fa-canadian-maple-leaf {
  --fa: "\f785"; }

.fa-teamspeak {
  --fa: "\f4f9"; }

.fa-pushed {
  --fa: "\f3e1"; }

.fa-wordpress-simple {
  --fa: "\f411"; }

.fa-nutritionix {
  --fa: "\f3d6"; }

.fa-wodu {
  --fa: "\e088"; }

.fa-google-pay {
  --fa: "\e079"; }

.fa-intercom {
  --fa: "\f7af"; }

.fa-zhihu {
  --fa: "\f63f"; }

.fa-korvue {
  --fa: "\f42f"; }

.fa-pix {
  --fa: "\e43a"; }

.fa-steam-symbol {
  --fa: "\f3f6"; }
:root, :host {
  --fa-style-family-duotone: 'Font Awesome 6 Duotone';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone'; }

@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-duotone-900.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-duotone-900.ttf") format("truetype"); }

.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal; }

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1); }

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1); }

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff); }

.fad.fa-stack-1x, .fad.fa-stack-2x,
.fa-duotone.fa-stack-1x, .fa-duotone.fa-stack-2x {
  position: absolute; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro'; }

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-light-300.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-light-300.ttf") format("truetype"); }

.fal,
.fa-light {
  font-weight: 300; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Pro'; }

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Pro'; }

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro'; }

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-thin-100.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-thin-100.ttf") format("truetype"); }

.fat,
.fa-thin {
  font-weight: 100; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: block;
  font-weight: 900;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: block;
  font-weight: 400;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-regular-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-display: block;
  font-weight: 300;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-light-300.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-light-300.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-display: block;
  font-weight: 900;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-duotone-900.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-duotone-900.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-v4compatibility.woff2") format("woff2"), url("../../frontend/Perrill/Lillenas/en_US/fonts/font-awesome/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@charset "utf-8";

/* class applied to active nodes */
a.menu-item-active > span
{
    text-decoration: underline;
}
.product-attachment-container {
    margin-top: 4px;
    margin-bottom: 7px;
    padding: 7px;
}

.product-attachment-container .head {
    padding-bottom: 4px;
}

.downloads-item {
    margin-top: 15px;
}

.downloads-item .item-icon, .downloads-item .item-link, .downloads-item .item-info {
    display: inline-block;
}

.product-attachment-container .downloads-item .item-icon {
    width: 20px;
    height: 16px;
    padding-top: 3px;
}

.product-attachment-container .downloads-item .item-description {
    padding-left: 25px;
}

.product-attachment-container .section-title {
    font-weight: bold;
}

.product-attachment-container .section-files {
    padding: 0 0 10px 10px;
}

.product-attachment-container span {
    padding-left: 5px;
    color: #EF5E2C;
    font-style: italic;
}

.product-attachment-container .block-title {
    margin-bottom: 20px;
}

.product-attachment-container .block-title strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.loyalty-bar {
    background-color: rgb(25, 121, 195);
    text-align: center;
    height: 50px;
}

.loyalty-text {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    padding: 10px;
}

.loyalty-products {
    width:100%;
    height:100%;
    border:1px solid #000;
    text-align: center;
    padding: 10px
}

body.checkout-index-index .loyalty-bar {
    margin-bottom: 20px;
}@charset "utf-8";

/**
 * LAYOUT
 */

.content-item {
    margin: 24px auto;
}

.ct-view {
    position: relative;
    clear: both;
}

.ct-view .ct-column {
    display: block;
    margin-bottom: 10px;
    float: left;
}

.ct-view .ct-column-top {
    width: 100%;
    clear: both;
}

.ct-view .ct-column-middle {
    width: 100%;
    margin-bottom: 10px;
    clear: both;
}

.ct-view .ct-column-bottom {
    width: 100%;
    margin-top: 10px;
    clear: both;
}

.ct-view .ct-column-main {
    display: inline-block;
}

.ct-view .ct-column-main-half {
    display: inline-block;
}

.ct-view .ct-width-25 {
    width: 24%;
}

.ct-view .ct-width-33 {
    width: 32.5%;
}

.ct-view .ct-width-50 {
    width: 49.5%;
}

.ct-view .ct-width-50-mid {
    width: 49%;
    margin: 0 1%;
}

.ct-view .ct-width-33-mid {
    width: 32.5%;
    margin: 0 0.833%;
}

.ct-view .ct-float-right {
    float: right;
}

.ct-field-product {
    padding-top: 3rem;
    position: relative;
}
