@charset "UTF-8";
/**
 * Pentel colors
 */
/**
 * Components
 */
/**
 * Pentel layout
 */
/**
 * Pentel fonts
 */
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700");
/**
 * Buttons
 */
/*
 * Epartment Boilerplate
 */
/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
/*
 * Color palette
 */
/*
 * Responsive breakpoints
 */
/*
 * Fonts
 */
/* Body */
/* Heading */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
/* Link */
/* Header Links */
/* Footer links */
/* Standard title classes */
/*
 * Buttons
 */
/* Button default states */
/* Button primary */
/* Button primary hover states */
/* Button secondary */
/* Button secondary hover states */
/*
 * Swatches
 */
/*
 * Inputs & Forms
 */
/* [input-text|select|textarea|input-radio|input-checkbox] */
/* Placeholder */
/* Disabled state */
/* Focus state */
/* Input[type="text"] */
/* Input[type="text"] Placeholder */
/* Input[type="text"] Disabled state */
/* Input[type="text"] Focus state */
/* Select */
/* Select Placeholder */
/* Select Disabled state */
/* Select Focus state */
/* Textarea */
/* Textarea Placeholder */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Checkbox / Radio */
/* Limiter */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Sorter */
/* Sorter Disabled state */
/*
 * Header
 */
/*
 * Menu bar
 */
/*
 * Fieldset / Fields
 */
/* Fieldset */
/* Field */
/* Label */
/* Control */
/* Action toolbar */
/* Breadcrumbs */
/* Toolbar */
/*
 * Tabs
 */
/* Detail tabs */
/*
 * Product variables
 */
html, body {
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  color: #242424;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  color: #333;
  font-weight: 300;
  text-transform: none;
}
html h1, body h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0rem 0 40px 0;
  color: #2A2A2A;
}
html h2, body h2 {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 2.5rem 0 2rem 0;
  color: #2A2A2A;
}
html h3, body h3 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 1.5rem 0 1rem 0;
  color: #2A2A2A;
}
html h4, body h4 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 2rem 0 2rem 0;
  color: #2A2A2A;
}
html h5, body h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 2rem 0 2rem 0;
  color: #2A2A2A;
}
html h6, body h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 2rem 0 2rem 0;
  color: #2A2A2A;
}
html p, body p {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  line-height: 18px;
}
html a, body a {
  font-size: 14px;
  font-weight: 400;
  color: #0277BF;
  text-decoration: none;
}
html a:visited, body a:visited {
  font-size: 14px;
  font-weight: 400;
  color: #0277BF;
  text-decoration: none;
}
html a:hover, body a:hover {
  font-weight: 400;
  color: #0277BF;
  text-decoration: underline;
}
html .filter-title, body .filter-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #242424;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-title strong, body .filter-title strong {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #242424;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-subtitle, body .filter-subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #242424;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-options .filter-options-title, body .filter-options .filter-options-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #242424;
  text-transform: none;
}
html .product-item-name > a, body .product-item-name > a {
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 5px 0px;
  text-transform: none;
}
html .product-item-name > a:visited, body .product-item-name > a:visited {
  color: #242424;
}

button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
}

.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
}

/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
button {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 3px;
  transition: all 0.34s ease-in-out;
  color: #f2f2f2;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.34s ease-in-out;
  padding: 7px 15px;
  text-transform: none;
}
button:hover {
  color: white;
  border: 1px solid #1979c3;
  background-color: #ff5501;
}
button.action:hover {
  background: #ff5501;
  border: 1px solid #1979c3;
  color: white;
}
button.action.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #f2f2f2;
  padding: 7px 15px;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  font-size: 12px;
  text-transform: none;
  font-weight: 600;
  transition: all 0.34s ease-in-out;
}
button.action.primary:hover {
  background: #ff5501;
  border: 1px solid #1979c3;
  color: white;
}
button.action.primary.tocart {
  font-size: 12px;
}
button.action.primary#product-addtocart-button {
  font-size: 12px;
}
button.action.secondary {
  background: white;
  border: 1px solid blue;
  color: #1979c3;
  font-size: 12px;
  text-transform: none;
}
button.action.secondary:hover {
  background: #dadada;
  border: 1px solid #2a2a2a;
  color: #000;
}

.action.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #f2f2f2;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  padding: 7px 15px;
  font-size: 12px;
  text-transform: none;
}
.action.primary:hover {
  background: #ff5501;
  border: 1px solid #1979c3;
  color: white;
}
.action.primary.tocart {
  font-size: 12px;
}
.action.primary#product-addtocart-button {
  font-size: 12px;
}
.action.secondary {
  background: white;
  border: 1px solid blue;
  color: #1979c3;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  font-size: 12px;
}
.action.secondary:hover {
  background: #dadada;
  border: 1px solid #2a2a2a;
  color: #000;
}

.block.newsletter .action.subscribe {
  height: 36px;
}
.block.newsletter .field .control:before {
  line-height: 36px;
}

.modes .modes-mode {
  background: #f2f2f2;
  border-top: 1px solid #949494;
  border-left: 1px solid #949494;
  border-bottom: 1px solid #949494;
  color: #949494;
  padding: 7px 10px;
}
.modes .modes-mode:before {
  color: #949494;
}
.modes .modes-mode:last-child {
  border-right: 1px solid #949494;
}
.modes .modes-mode:last-child.active {
  border-right: 1px solid #949494;
}
.modes .modes-mode:last-child:hover {
  border-right: 1px solid #949494;
}
.modes .modes-mode.active {
  background: #f2f2f2;
  border-left: 1px solid #949494;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  color: #949494;
  padding: 7px 10px;
}
.modes .modes-mode.active:before {
  color: #949494;
}
.modes .modes-mode:hover {
  background: #dadada;
  border-left: 1px solid #949494;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  color: #949494;
  padding: 7px 10px;
}
.modes .modes-mode:hover:before {
  color: #949494;
}

.swatch-option {
  background: #f2f2f2;
  border: 1px solid #dadada;
  border-radius: 0px;
  color: #949494;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden;
}
.swatch-option:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-option.text {
  background: #f2f2f2;
  border: 1px solid #dadada;
  color: #949494;
  padding: 4px 8px;
  min-width: 22px;
  margin: 0px 7px 5px 0;
}
.swatch-option.text:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-option.color {
  border: 1px solid #dadada;
  padding: 1px 2px;
  min-width: 30px;
  margin: 0 10px 5px 0;
}

.swatch-attribute.size .swatch-option {
  background: #f2f2f2;
  border: 1px solid #dadada;
  border-radius: 0px;
  color: #949494;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden;
}
.swatch-attribute.size .swatch-option:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-attribute.size .swatch-option.text {
  background: #f2f2f2;
  border: 1px solid #dadada;
  font-size: 12px;
  color: #949494;
  padding: 4px 8px;
  min-width: 22px;
  margin: 0px 7px 5px 0;
}
.swatch-attribute.size .swatch-option.text:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}

input[type=text], input[type=radio], input[type=checkbox], input[type=email], input[type=password], input[type=tel], input[type=number], select, textarea {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 14px;
  color: black;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
input[type=text]:focus, input[type=radio]:focus, input[type=checkbox]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=number]:focus, select:focus, textarea:focus {
  background-color: white;
  border: 1px solid #949494;
  color: black;
  font-style: normal;
}
input[type=text]:disabled, input[type=radio]:disabled, input[type=checkbox]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=number]:disabled, select:disabled, textarea:disabled {
  background-color: white;
  border: 1px solid #949494;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
input[type=text]::placeholder, input[type=radio]::placeholder, input[type=checkbox]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, select::placeholder, textarea::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

input[type=text] {
  background-color: white;
  border-color: #949494;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: normal;
  color: black;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
input[type=text]:focus {
  background-color: white;
  border: 1px solid #949494;
  color: black;
  font-style: normal;
}
input[type=text]:disabled {
  background-color: white;
  border: 1px solid #949494;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
input[type=text]::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

select {
  background-color: white;
  border-color: #949494;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 14px;
  color: black;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
select:focus {
  background-color: white;
  border: 1px solid #949494;
  color: black;
  font-style: normal;
}
select:disabled {
  background-color: white;
  border: 1px solid #949494;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
select::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

textarea {
  resize: vertical;
  background-color: white;
  border-color: #949494;
  border: 1px solid #949494;
  border-radius: 3px;
  height: auto;
  min-height: 36px;
  width: 100%;
  margin: 0;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 14px;
  color: black;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
textarea:focus {
  background-color: white;
  border: 1px solid #949494;
  color: black;
  font-style: normal;
}
textarea:disabled {
  background-color: white;
  border: 1px solid #949494;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
textarea::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

input[type=checkbox] {
  width: auto;
  height: auto;
}

.limiter-options {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 32px;
  width: auto;
  margin: 0 5px 0 7px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.limiter-options:focus {
  background-color: white;
  border: 1px solid #949494;
  color: black;
  font-style: normal;
}
.limiter-options:disabled {
  background-color: white;
  border: 1px solid #949494;
  opacity: 0.2;
  color: black;
  font-style: normal;
}

.sorter .sorter-options {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 3px;
  height: 32px;
  width: auto;
  margin: 0 0 0 7px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.sorter .sorter-action:before {
  line-height: 1.42;
}

/****
** Sidebar input
****/
.sidebar input[type=text], .sidebar input[type=password], .sidebar input[type=url], .sidebar input[type=tel], .sidebar input[type=search], .sidebar input[type=number], .sidebar input[type=datetime], .sidebar input[type=email], .sidebar select {
  border: 1px solid #949494;
  border-radius: 3px;
  padding: 5px 10px 4px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 400;
  color: #2e2e2e;
  height: 45px;
}

/* Search input icon */
.block-search .action.search {
  height: 36px;
}

/****
** Fieldset
****/
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.fieldset > legend.legend {
  color: #242424;
  font-size: 24px;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  margin: 20px 0;
  padding: 0;
  width: inherit;
}
.fieldset > div.field {
  margin: 0 0 20px;
  box-sizing: border-box;
}
.fieldset > div.field:not(.choice) > label.label {
  padding: 6px 15px 0 0;
  text-align: left;
  width: auto;
  float: none;
  font-weight: 600;
}
.fieldset > div.field:not(.choice) > legend.label {
  padding: 6px 15px 0 0;
  text-align: left;
  width: auto;
  float: none;
  font-weight: 600;
}
.fieldset > div.field:not(.choice) > div.control {
  width: auto;
  float: none;
}
.fieldset > div.field.choice:before {
  width: auto;
  padding: 0;
  height: inherit;
  float: none;
}
.fieldset > div.field.choice label.label {
  margin: 0 0 0 5px;
}

/****
** Form
****/
form div.actions-toolbar {
  margin: 20px 0;
}

/****
** Sidebar input
****/
.sidebar input[type=text], .sidebar input[type=password], .sidebar input[type=url], .sidebar input[type=tel], .sidebar input[type=search], .sidebar input[type=number], .sidebar input[type=datetime], .sidebar input[type=email], .sidebar select {
  border: 1px solid #949494;
  border-radius: 3px;
  padding: 5px 10px 4px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 400;
  color: #2e2e2e;
  height: 45px;
}

/****
** Webforms
****/
.webforms form fieldset.fieldset {
  padding: 0;
  margin-bottom: 40px;
}
.webforms form fieldset.fieldset > h3.legend {
  margin: 0;
  padding: 0;
  width: inherit;
}
.webforms form fieldset.fieldset .field {
  padding-left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .webforms form fieldset.fieldset .field.wf-sm-1-2, .webforms form fieldset.fieldset .field.wf-sm-1-3 {
    width: 100%;
  }
}
.webforms form .actions-toolbar {
  margin-left: auto !important;
}
@media (min-width: 1024px) {
  .webforms form .actions-toolbar {
    display: flex;
    justify-content: flex-end;
  }
}
.webforms form .actions-toolbar .primary .action {
  margin-right: 0;
}

.nav-sections {
  background: #f2f2f2;
  margin: 0 0 25px;
}
.nav-sections .navigation {
  background: #f2f2f2;
}
.nav-sections .navigation .ui-menu-item.level-top a {
  font-size: 14px;
  font-weight: 700;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
  color: #949494;
}
.nav-sections .navigation .ui-menu-item.level-top a:hover {
  color: #333;
  background: #f2f2f2;
}
.nav-sections .navigation .ui-menu-item.level-top.has-active > a {
  color: #333;
  background: #f2f2f2;
  border-top: none;
  border-bottom: 3px solid #ff5501;
  border-left: none;
  border-right: none;
}
.nav-sections .navigation .ui-menu-item.level-top.has-active > a:hover {
  color: #333;
  background: #f2f2f2;
}
.nav-sections .navigation .level0 .submenu {
  background: #ffffff;
}
.nav-sections .navigation .level0 .submenu li a {
  color: #333;
  font-weight: 400;
  border-color: #ff5501;
}
.nav-sections .navigation .level0 .submenu li:hover {
  background: #eaeaea;
}
.nav-sections .navigation .level0 .submenu li:hover a {
  color: #333;
  font-weight: 400;
}

.breadcrumbs .items .item {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 5px 0 0;
  color: #242424;
  font-weight: 400;
}
.breadcrumbs .items .item a {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 5px 0 0;
  color: #242424;
  font-weight: 400;
}
.breadcrumbs .items .item strong {
  font-weight: 400;
  color: #949494;
}
.breadcrumbs .items .item:after {
  color: #949494;
  line-height: 18px;
}

.page-header {
  background: #fff;
  color: #242424;
}
.page-header .panel.wrapper {
  border-color: #e8e8e8;
  background: #fff;
}
.page-header .header a {
  color: #0277BF;
  text-decoration: none;
  font-weight: 400;
}
.page-header .header a:hover {
  color: #0277BF;
  font-weight: 400;
  text-decoration: underline;
}
.page-header .header.content {
  background: #fff;
  color: #242424;
  padding: 30px 20px 0;
}
.page-header .header.panel {
  background: #fff;
  color: #242424;
  padding: 10px 20px;
}
.page-header .header .links li a {
  color: #0277BF;
  text-decoration: none;
  font-weight: 400;
}
.page-header .header .links li a:hover {
  color: #0277BF;
  font-weight: 400;
  text-decoration: underline;
}

.product-info-main .price-box .price-wrapper span.price {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #242424;
}

.product.data.items .item.title > .switch {
  background: black;
  color: white;
  border-color: gray;
  font-weight: 300;
  text-decoration: none;
  padding: 5px 25px;
  font-size: 1.5rem;
}
.product.data.items .item.title:not(.disabled) > .switch:hover:hover {
  background: orange;
  color: white;
  border-color: red;
}
.product.data.items .item.title.active > .switch {
  background: orange;
  color: white;
  border-color: red;
}

.page-footer {
  background: #ffffff;
}
.page-footer .footer a {
  color: #0277BF;
  text-decoration: none;
  font-weight: 400;
}
.page-footer .footer a:hover {
  color: #0277BF;
  font-weight: 400;
  text-decoration: underline;
}
.page-footer .footer.content {
  margin: 25px auto;
  padding: 25px 20px 0;
  color: #333;
  border-color: #333;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.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-fw {
  text-align: center;
  width: 1.25em;
}

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-abacus:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-conditioner:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-alarm-exclamation:before {
  content: "";
}

.fa-alarm-plus:before {
  content: "";
}

.fa-alarm-snooze:before {
  content: "";
}

.fa-album:before {
  content: "";
}

.fa-album-collection:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-alien:before {
  content: "";
}

.fa-alien-monster:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-slash:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-amp-guitar:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "陵";
}

.fa-bacterium:before {
  content: "讀";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badge-sheriff:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-bags-shopping:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-banjo:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-bed-alt:before {
  content: "";
}

.fa-bed-bunk:before {
  content: "";
}

.fa-bed-empty:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-exclamation:before {
  content: "";
}

.fa-bell-on:before {
  content: "";
}

.fa-bell-plus:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

.fa-bell-school-slash:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bells:before {
  content: "";
}

.fa-betamax:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-biking-mountain:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blinds:before {
  content: "";
}

.fa-blinds-open:before {
  content: "";
}

.fa-blinds-raised:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boombox:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-bottom:before {
  content: "";
}

.fa-border-center-h:before {
  content: "";
}

.fa-border-center-v:before {
  content: "";
}

.fa-border-inner:before {
  content: "";
}

.fa-border-left:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-outer:before {
  content: "";
}

.fa-border-right:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-border-style-alt:before {
  content: "";
}

.fa-border-top:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-bring-forward:before {
  content: "";
}

.fa-bring-front:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burger-soda:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-cabinet-filing:before {
  content: "";
}

.fa-cactus:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-star:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camcorder:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-home:before {
  content: "";
}

.fa-camera-movie:before {
  content: "";
}

.fa-camera-polaroid:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-building:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-bus:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caravan-alt:before {
  content: "豈";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cars:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cassette-tape:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cat-space:before {
  content: "更";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cctv:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clarinet:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-music:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-coffee-pot:before {
  content: "車";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-coffin-cross:before {
  content: "陋";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coin:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comet:before {
  content: "賈";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-music:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-music:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-slash:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-computer-classic:before {
  content: "";
}

.fa-computer-speaker:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-construction:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cowbell:before {
  content: "";
}

.fa-cowbell-more:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digging:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-disc-drive:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-drone:before {
  content: "";
}

.fa-drone-alt:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dryer:before {
  content: "";
}

.fa-dryer-alt:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fan-table:before {
  content: "滑";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-farm:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "串";
}

.fa-faucet-drip:before {
  content: "句";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-music:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-search:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-film-canister:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flashlight:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-flute:before {
  content: "";
}

.fa-flux-capacitor:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-download:before {
  content: "肋";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folder-upload:before {
  content: "凜";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-font-case:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-galaxy:before {
  content: "龜";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-game-console-handheld:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gamepad-alt:before {
  content: "";
}

.fa-garage:before {
  content: "契";
}

.fa-garage-car:before {
  content: "金";
}

.fa-garage-open:before {
  content: "喇";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-citrus:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gramophone:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-guitar-electric:before {
  content: "";
}

.fa-guitars:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-chef:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-headphones:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-heat:before {
  content: "奈";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-horizontal-rule:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-horse-saddle:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house:before {
  content: "懶";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-day:before {
  content: "癩";
}

.fa-house-flood:before {
  content: "";
}

.fa-house-leave:before {
  content: "羅";
}

.fa-house-night:before {
  content: "蘿";
}

.fa-house-return:before {
  content: "螺";
}

.fa-house-signal:before {
  content: "裸";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-icons-alt:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-image-polaroid:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-joystick:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-jug:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-kazoo:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-lamp-desk:before {
  content: "樂";
}

.fa-lamp-floor:before {
  content: "洛";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lasso:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-light-ceiling:before {
  content: "烙";
}

.fa-light-switch:before {
  content: "珞";
}

.fa-light-switch-off:before {
  content: "落";
}

.fa-light-switch-on:before {
  content: "酪";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-music:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microphone-stand:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-microwave:before {
  content: "亂";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-alt:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mp3-player:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-music-alt:before {
  content: "";
}

.fa-music-alt-slash:before {
  content: "";
}

.fa-music-slash:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-outlet:before {
  content: "卵";
}

.fa-oven:before {
  content: "欄";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-rotary:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-piano:before {
  content: "";
}

.fa-piano-keyboard:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-planet-moon:before {
  content: "蘭";
}

.fa-planet-ringed:before {
  content: "鸞";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-police-box:before {
  content: "嵐";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portal-enter:before {
  content: "濫";
}

.fa-portal-exit:before {
  content: "藍";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-projector:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radar:before {
  content: "襤";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-radio:before {
  content: "";
}

.fa-radio-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-raygun:before {
  content: "拉";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-refrigerator:before {
  content: "臘";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocket-launch:before {
  content: "蠟";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-router:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-sax-hot:before {
  content: "";
}

.fa-saxophone:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-image:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.fa-sensor:before {
  content: "廊";
}

.fa-sensor-alert:before {
  content: "朗";
}

.fa-sensor-fire:before {
  content: "浪";
}

.fa-sensor-on:before {
  content: "狼";
}

.fa-sensor-smoke:before {
  content: "郎";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signal-stream:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "省";
}

.fa-siren:before {
  content: "來";
}

.fa-siren-on:before {
  content: "冷";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-cow:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-solar-system:before {
  content: "勞";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-circle:before {
  content: "擄";
}

.fa-sort-circle-down:before {
  content: "櫓";
}

.fa-sort-circle-up:before {
  content: "爐";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-space-station-moon:before {
  content: "盧";
}

.fa-space-station-moon-alt:before {
  content: "老";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-speakers:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-sprinkler:before {
  content: "蘆";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-star-shooting:before {
  content: "虜";
}

.fa-starfighter:before {
  content: "路";
}

.fa-starfighter-alt:before {
  content: "露";
}

.fa-stars:before {
  content: "";
}

.fa-starship:before {
  content: "魯";
}

.fa-starship-freighter:before {
  content: "鷺";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-sword-laser:before {
  content: "碌";
}

.fa-sword-laser-alt:before {
  content: "祿";
}

.fa-swords:before {
  content: "";
}

.fa-swords-laser:before {
  content: "綠";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-telescope:before {
  content: "菉";
}

.fa-temperature-down:before {
  content: "錄";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-temperature-up:before {
  content: "鹿";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-transporter:before {
  content: "壟";
}

.fa-transporter-1:before {
  content: "弄";
}

.fa-transporter-2:before {
  content: "籠";
}

.fa-transporter-3:before {
  content: "聾";
}

.fa-transporter-empty:before {
  content: "牢";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-triangle-music:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-trumpet:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turntable:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-alt:before {
  content: "";
}

.fa-tv-music:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typewriter:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-ufo:before {
  content: "磊";
}

.fa-ufo-beam:before {
  content: "賂";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usb-drive:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alien:before {
  content: "壘";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-cowboy:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-music:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-robot:before {
  content: "屢";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-user-unlock:before {
  content: "菱";
}

.fa-user-visor:before {
  content: "樓";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-users-slash:before {
  content: "拾";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vacuum:before {
  content: "淚";
}

.fa-vacuum-robot:before {
  content: "漏";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vhs:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-violin:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-wagon-covered:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walkie-talkie:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-calculator:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waveform:before {
  content: "";
}

.fa-waveform-path:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-frame:before {
  content: "累";
}

.fa-window-frame-open:before {
  content: "縷";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../../../../frontend/Epartment/pentel/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 * Include your own SASS files below
 */
body {
  font-size: 14px;
  background: #E8E8E8;
}

.navigation, .breadcrumbs, .page-header .header.panel, .header-usps-inner, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main, .product-sticky-header .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  input {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .modals-wrapper input.input-text {
    font-size: 16px;
  }
  .modals-wrapper textarea {
    font-size: 16px;
  }
}

.columns .column.main {
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  .columns .column.main {
    order: 0;
    flex-grow: 1;
  }
}

.page-main {
  background: #fff;
  border: 1px solid #CCCCCC;
  margin-bottom: 35px;
  margin-top: 15px;
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .page-main {
    margin-top: 0;
  }
}
@media print {
  .page-main {
    border: 0;
  }
}
.page-main .block-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.page-main .block-title > strong {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 1400px) {
  .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main, .product-sticky-header .content {
    max-width: calc(100vw - 30px);
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .page-main {
    max-width: 100%;
    border: none;
    margin-bottom: 15px;
  }
}
input[type=radio] {
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #CCCCCC;
  background: #fff;
  border-radius: 100%;
  top: 1px;
  left: 1px;
  box-sizing: content-box;
  opacity: 1;
  -webkit-appearance: none;
  display: inline-block;
  z-index: 1;
  margin: 0 5px 0 0;
  padding: 0;
  transition: all 0.2s ease-in-out !important;
}
input[type=radio]:checked, input[type=radio]:focus {
  box-shadow: 0 0 0 1px #CCCCCC;
  background: #0277BF;
  border: 2px solid #fff;
}
input[type=radio]:focus {
  box-shadow: 0 0 0 1px #CCCCCC;
}
input[type=radio]:after {
  display: none;
}

.breadcrumbs {
  padding-top: 15px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
@media (max-width: 1023px) {
  .breadcrumbs {
    width: 100%;
    padding-top: 0;
  }
}
.breadcrumbs .items {
  color: #242424;
}
.breadcrumbs .items .item {
  padding: 0;
  margin-right: 20px;
}
.breadcrumbs .items .item a, .breadcrumbs .items .item strong {
  padding: 0;
  line-height: 36px;
}
.breadcrumbs .items .item:not(:last-of-type):after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 10px;
  line-height: 36px;
  color: #242424;
  margin-left: 20px;
}
.breadcrumbs .items .item.home a {
  font: 0/0 a;
  padding: 0;
}
.breadcrumbs .items .item.home a:hover {
  text-decoration: none;
}
.breadcrumbs .items .item.home a:before {
  font-size: 14px;
  line-height: 36px;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.breadcrumbs .items .item.home:after {
  display: none;
}

button.action {
  border: 1px solid #44871E;
  background: #fff;
  color: #44871E;
}
button.action span {
  font-size: 15px;
  font-weight: normal;
}
button.action:hover {
  background: #44871E;
  border-color: #44871E;
  color: #fff;
}

button.action.primary, .action.primary {
  background: #44871E;
  border-color: #44871E;
  border-radius: 3px;
}
button.action.primary:hover, button.action.primary:active, button.action.primary:focus, .action.primary:hover, .action.primary:active, .action.primary:focus {
  border-color: #44871E;
  background: #fff;
  color: #44871E;
}

.message.error, .message.success, .message.notice, .message.warning, .message.info {
  margin-bottom: 3rem;
}
.message.error a, .message.success a, .message.notice a, .message.warning a, .message.info a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}

.customer-support-wrapper .customer-support-header h5 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}
.customer-support-wrapper .customer-support-header .customer-support-subtitle {
  margin: 3px 0 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}
.customer-support-wrapper .customer-support-content {
  background-image: url(../images/customer_support_agent.png);
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: 90% 100%;
}
.customer-support-wrapper .customer-support-content .customer-support-intro {
  max-width: 350px;
  display: block;
  line-height: 19px;
}
.customer-support-wrapper .customer-support-content .social-icons {
  margin: 27px 0;
  display: flex;
}
.customer-support-wrapper .customer-support-content .social-icons a {
  margin-right: 16px;
  height: 42px;
  width: 42px;
  border: 1px solid #979797;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
}
.customer-support-wrapper .customer-support-content p {
  margin: 0;
}

.modal-popup {
  display: flex;
  align-items: center;
}
.modal-popup .modal-header {
  padding: 13px 20px;
}
.modal-popup .modal-title {
  font-size: 20px;
  font-weight: bold;
}
.modal-popup .action-close {
  padding: 13px 20px;
  line-height: 22px;
}
.modal-popup .action-close:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 14px;
  color: #000;
  line-height: 22px;
}
.modal-popup .modal-content {
  padding: 0 20px 13px 20px;
}
.modal-popup .modal-footer {
  padding: 13px 20px;
  display: flex;
  justify-content: flex-end;
}
.modal-popup .modal-footer .action.primary {
  order: 2;
}
.modal-popup .modal-footer .action.secondary {
  order: 1;
}

.page-header {
  z-index: 800;
  background: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1023px) {
  .page-header {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-header {
    margin-bottom: 0;
  }
}
@media print {
  .page-header {
    box-shadow: none;
  }
}
.page-header .panel.wrapper {
  background: linear-gradient(270deg, #05AFE1 0%, #0277BF 100%);
}
.page-header .panel.wrapper .panel.header {
  background: transparent;
  padding: 6px 5px;
}
.page-header .panel.wrapper .panel.header .top-usps ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .panel.header .top-usps ul li {
  margin: 0 20px 0 0;
}
.page-header .panel.wrapper .panel.header .top-usps ul li i {
  color: #FAB629;
}
.page-header .panel.wrapper .panel.header .top-usps ul li span {
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .page-header .panel.wrapper .panel.header .top-usps ul li {
    display: none;
  }
  .page-header .panel.wrapper .panel.header .top-usps ul li:first-of-type {
    display: flex;
    margin: 0 auto;
    align-items: center;
  }
  .page-header .panel.wrapper .panel.header .top-usps ul li:first-of-type i {
    margin-right: 5px;
  }
}
.page-header .menucontainer-wrapper {
  background-color: #fff;
}
@media (max-width: 1023px) {
  .page-header .menucontainer-wrapper {
    height: 0;
  }
}
.page-header .header.menucontainer {
  height: 45px;
  padding: 0 15px;
  display: flex;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .page-header .header.menucontainer {
    min-width: 100%;
  }
}
@media (min-width: 1440px) {
  .page-header .header.menucontainer {
    min-width: 1400px;
    max-width: 1400px;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .page-header .header.menucontainer {
    padding: 0 10px;
    height: 44px;
  }
}
@media (max-width: 320px) {
  .page-header .header.menucontainer {
    height: 38px;
  }
}
.page-header .header.menucontainer > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer > ul {
    display: none;
  }
}
.page-header .header.menucontainer > ul li, .page-header .header.menucontainer > ul li:not(.parent) > a {
  padding: 0;
  margin: 0;
}
.page-header .header.menucontainer > ul a, .page-header .header.menucontainer > ul .widget.block.block-cms-link-inline a {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 2rem;
  margin: 0;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .page-header .header.menucontainer > ul a, .page-header .header.menucontainer > ul .widget.block.block-cms-link-inline a {
    display: none;
  }
}
.page-header .header.menucontainer #search_mini_form {
  width: 100%;
  display: flex;
  align-items: center;
}
.page-header .header.menucontainer #search_mini_form .field.search {
  width: 100%;
}
.page-header .header.menucontainer #search_mini_form .field.search .label {
  display: none;
}
.page-header .header.menucontainer #search_mini_form .field.search #search {
  background: #fff;
  border: 1px solid #dadada;
  border-right: none;
  border-radius: 2px 0 0 2px;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 320px) {
  .page-header .header.menucontainer #search_mini_form .field.search #search {
    font-size: 16px;
  }
}
.page-header .header.menucontainer .block-menutoggle {
  position: relative;
}
.page-header .header.menucontainer .block-menutoggle .nav-toggle {
  padding: 0 15px;
  position: relative;
  left: inherit;
  top: inherit;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 400;
  transition: all ease 0.4s;
}
@media (max-width: 767px) {
  .page-header .header.menucontainer .block-menutoggle .nav-toggle {
    padding: 0;
  }
}
.page-header .header.menucontainer .block-menutoggle .nav-toggle:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  color: #000 !important;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .page-header .header.menucontainer .block-menutoggle .nav-toggle:before {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  .page-header .header.menucontainer .block-menutoggle .nav-toggle:before {
    content: "";
    position: absolute;
  }
}
.page-header .header.menucontainer .block-menutoggle .nav-toggle.closeable {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  color: #0277BF;
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .block-menutoggle .nav-toggle.closeable {
    box-shadow: none;
    color: #000;
  }
}
@media (min-width: 1024px) {
  .page-header .header.menucontainer .block-menutoggle .nav-toggle.closeable:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 16px;
    margin-left: 0;
    background: #fff;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .block-menutoggle .nav-toggle {
    width: auto;
    top: -119px;
  }
  .page-header .header.menucontainer .block-menutoggle .nav-toggle div {
    display: none;
  }
}
@media (max-width: 639px) {
  .page-header .header.menucontainer .block-menutoggle .nav-toggle {
    top: -97px;
  }
}
.page-header .header.menucontainer .block-menutoggle .nav-toggle:after {
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 13px;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .block-menutoggle .nav-toggle:after {
    position: relative;
    content: attr(data-label);
    font-family: "Avenir", "Nunito", "Helvetica Neue", Helvitica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 0;
  }
}
.page-header .header.menucontainer .block-menutoggle .nav-toggle div {
  font-size: 15px;
  margin-right: 30px;
  text-transform: uppercase;
}
.page-header .header.menucontainer .nav-sections {
  display: none;
  margin: 46px 0 0;
  background: none;
  position: absolute;
}
@media (max-width: 767px) {
  .page-header .header.menucontainer .nav-sections {
    z-index: 10000;
  }
}
.page-header .header.menucontainer .nav-sections.visible {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections.visible {
    height: auto;
  }
}
.page-header .header.menucontainer .nav-sections.visible + .overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.page-header .header.menucontainer .nav-sections #store\.menu {
  width: 280px;
  border-top: 0;
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu {
    width: 240px;
  }
}
.page-header .header.menucontainer .nav-sections .navigation {
  margin: 0;
  background: none;
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections .navigation {
    max-width: 100%;
  }
}
.page-header .header.menucontainer .nav-sections .navigation > ul {
  background: #fff;
  padding: 0;
  border-bottom: 5px solid #FF0500;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 {
  display: block;
  width: 280px;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  position: initial;
  /* for styling of submenu */
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0 {
    width: 240px;
  }
}
.page-header .header.menucontainer .nav-sections .navigation li.level0:not(:first-of-type) {
  margin-top: -1px;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0:hover {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #fff;
}
@media (min-width: 1024px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0:hover > a {
    text-decoration: underline;
    color: #0277BF;
  }
}
.page-header .header.menucontainer .nav-sections .navigation li.level0:hover > a span {
  color: #0277BF;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0:first-of-type, .page-header .header.menucontainer .nav-sections .navigation li.level0:first-of-type:hover {
  border-top: 0;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0:last-of-type, .page-header .header.menucontainer .nav-sections .navigation li.level0:last-of-type:hover {
  border-bottom: 0;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 > a {
  padding: 0 20px;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  background: none;
  display: flex;
  align-items: center;
  line-height: 38px;
  border-bottom: 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
  text-transform: none;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 > a .count {
  display: none;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 > a span.ui-menu-icon {
  display: none;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 > a:hover, .page-header .header.menucontainer .nav-sections .navigation li.level0 > a.ui-state-focus, .page-header .header.menucontainer .nav-sections .navigation li.level0 > a.ui-state-active {
  border-bottom: none;
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0 > a:hover, .page-header .header.menucontainer .nav-sections .navigation li.level0 > a.ui-state-focus, .page-header .header.menucontainer .nav-sections .navigation li.level0 > a.ui-state-active {
    text-decoration: none;
  }
  .page-header .header.menucontainer .nav-sections .navigation li.level0 > a:hover span, .page-header .header.menucontainer .nav-sections .navigation li.level0 > a.ui-state-focus span, .page-header .header.menucontainer .nav-sections .navigation li.level0 > a.ui-state-active span {
    color: #000;
  }
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 > a:hover:after, .page-header .header.menucontainer .nav-sections .navigation li.level0 > a.ui-state-focus:after, .page-header .header.menucontainer .nav-sections .navigation li.level0 > a.ui-state-active:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 800;
}
@media (min-width: 1024px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0 a:hover {
    color: #0277BF;
    text-decoration: underline;
  }
}
.page-header .header.menucontainer .nav-sections .navigation li.level0.active > a {
  border-bottom: none;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level0 {
  border: 0;
  border-left: 1px solid #CCCCCC;
  border-bottom: 5px solid #FF0500;
  left: 280px !important;
  min-width: calc(140.0rem - 28.0rem - 4.3rem);
  max-width: calc(140.0rem - 28.0rem - 4.3rem);
  top: 0 !important;
  box-shadow: 7px 0 7px 0 rgba(0, 0, 0, 0.5);
  border-top: 0;
  flex-grow: 1;
  flex-wrap: wrap;
  min-height: 100%;
  column-count: 3;
}
@media (max-width: 1439px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level0 {
    min-width: calc(100vw - 280px - 43px);
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level0 {
    left: 240px !important;
    min-width: calc(100vw - 240px);
    column-gap: 0;
    border-left: 0;
    border-bottom: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level0 {
    padding-bottom: 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level0 {
    column-count: 2;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0 li.all-category {
    width: 100%;
  }
  .page-header .header.menucontainer .nav-sections .navigation li.level0 li.all-category a {
    padding-left: 10px;
    padding-right: 10px;
    background: none;
    line-height: 22px;
  }
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 li.level1 {
  break-inside: avoid;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 li.level1:hover {
  background: none;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 li.level1 > a {
  padding-top: 20px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 13px;
  border: 0;
  display: flex;
  align-items: center;
  text-transform: none;
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0 li.level1 > a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 li.level1 > a:hover, .page-header .header.menucontainer .nav-sections .navigation li.level0 li.level1 > a.ui-state-focus {
  border-bottom: 0;
  background: none;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 li.level1 > a .icon-wrapper {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 li.level1 > a span {
  display: inline-block;
  line-height: 50px;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0 li.level1 > a span {
    max-width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 li.level1 > a span.ui-menu-icon {
  display: none;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 li.level1 > a > span.count {
  margin-left: 4px;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level1 {
  display: block !important;
  position: relative;
  left: inherit !important;
  right: inherit !important;
  top: inherit;
  box-shadow: none;
  border: 0;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level1 li:last-of-type {
  padding-bottom: 25px;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level1 li:hover {
  background: none;
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level1 li > a {
  padding-left: 30px;
  font-size: 13px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level1 li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level1 li > a:hover, .page-header .header.menucontainer .nav-sections .navigation li.level0 ul.level1 li > a.ui-state-focus {
  border-bottom: 0;
  background: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li .submenu.level0 .ui-menu-item.all-category > a {
    font-weight: normal;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    border: none;
    color: #0277BF;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections {
    left: 0;
    width: 100%;
    right: 0;
    margin: 166px 0 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .page-header .header.menucontainer .nav-sections {
    margin-top: 0;
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  .page-header .header.menucontainer .nav-sections {
    margin-top: 131px;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections .nav-sections-item-title {
    display: none;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections .nav-sections-item-content {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu {
    width: 100%;
    border-top: 0;
    background: #fff;
    margin-top: 0;
  }
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li {
    width: 100%;
  }
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li a.level-top {
    justify-content: space-between;
  }
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li a.level-top span {
    margin-left: 5px;
    margin-right: auto;
  }
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li a.level-top:after {
    position: relative;
    top: inherit;
    right: inherit;
    width: auto;
    height: auto;
    font-family: "Font Awesome 5 Pro";
    content: "";
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li.parent a.level-top:after {
    font-size: 14px;
    content: "";
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li.level0 a.ui-state-active:after {
    width: inherit;
    font-family: "Font Awesome 5 Pro";
    content: "";
  }
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li.level0.active a {
    border: none;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li .submenu.level0 {
    column-count: 1;
    left: 0 !important;
    min-width: 100%;
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li .submenu.level0 {
    padding-bottom: 25px;
    position: relative;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li .submenu.level0:hover {
    border: none;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li .submenu.level0 .ui-menu-item.all-category > a {
    font-weight: normal;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    border: none;
    color: #0277BF;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li .submenu.level0 .ui-menu-item.all-category > a {
    color: #000;
    text-decoration: none;
    padding-left: 25px;
    text-transform: none;
  }
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li .submenu.level0 .ui-menu-item.all-category > a:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    margin-right: 10px;
  }
}
@media (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li .submenu.level0 li.level1 > a {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #eaeaea;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .page-header .header.menucontainer .nav-sections #store\.menu .navigation li .submenu.level0 li.level1 > a {
    padding-left: 25px;
  }
}
.page-header .site-rating {
  position: absolute;
  right: 90px;
  bottom: -40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .page-header .site-rating {
    display: none;
  }
}
.page-header .site-rating .rating-summary {
  margin: 0;
}
.page-header .site-rating .rating-summary .rating-result {
  margin-left: 0;
}
.page-header .site-rating .rating-summary .rating-result:before {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 4px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.page-header .site-rating .rating-summary .rating-result span:before {
  color: #FAB629;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 4px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.page-header .site-rating p {
  margin: 2px 0 0 5px;
  padding: 0;
}
@media screen and (max-width: 1439px) {
  .page-header .site-rating {
    right: 20px;
  }
}
.page-header .avatar {
  background-image: url(../images/customer_support_agent.png);
  background-size: contain;
  height: 100px;
  width: 70px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -45px;
}
@media screen and (max-width: 1439px) {
  .page-header .avatar {
    display: none;
  }
}
.page-header .header.links li a {
  color: #fff;
}
.page-header .header.content-wrapper {
  background: #fff;
}
.page-header .header.content {
  max-width: 1400px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}
@media (min-width: 1440px) {
  .page-header .header.content {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 1023px) {
  .page-header .header.content {
    padding: 18px 0 80px;
    align-items: center;
  }
}
@media screen and (max-width: 639px) {
  .page-header .header.content {
    padding: 5px 0 58px;
    align-items: center;
  }
}
.page-header .header.content .logo {
  height: 48px;
  order: 0;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1023px) {
  .page-header .header.content .logo {
    margin: 0;
    position: absolute;
    float: none;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-header .header.content .logo img {
  height: 48px;
  width: 130px;
}
@media screen and (max-width: 639px) {
  .page-header .header.content .logo {
    height: 30px;
  }
  .page-header .header.content .logo img {
    width: auto;
    height: 30px;
  }
}
.page-header .header.content .minicart-wrapper {
  order: 3;
  margin-right: 90px;
}
@media screen and (max-width: 1439px) {
  .page-header .header.content .minicart-wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .page-header .header.content .minicart-wrapper {
    margin-top: 0;
    margin-right: 15px;
  }
}
.page-header .header.content .block-search {
  order: 1;
  width: 45%;
  margin-left: auto;
  margin-right: 15px;
  height: 38px;
}
@media screen and (max-width: 1023px) {
  .page-header .header.content .block-search {
    position: absolute;
    bottom: 10px;
    border-top: 1px solid #CCCCCC;
    width: auto;
    margin: 0;
    left: 15px;
    right: 15px;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .page-header .header.content .block-search {
    border-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .page-header .header.content .block-search .action.search {
    top: 10px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 320px) {
  .page-header .header.content .block-search .action.search:before {
    color: #242424;
    font-size: 18px;
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .page-header .header.content .block-search .label {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-header .header.content .block-search {
    height: 38px;
  }
  .page-header .header.content .block-search .label {
    position: absolute;
    right: 10px;
    float: none;
    top: 8px;
    z-index: 3;
    display: block;
  }
  .page-header .header.content .block-search .label:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    content: "";
    color: #242424;
  }
}
@media screen and (max-width: 767px) {
  .page-header .header.content .block-search .control {
    border: none;
  }
}
.page-header .header.content .block-search .control #search {
  border: 1px solid #CCCCCC;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .page-header .header.content .block-search .control #search {
    left: inherit;
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .page-header .header.content .block-search .control #search {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
.page-header .header.content .block-search .control .nested .action.advanced {
  display: none;
}
.page-header .header.content .my-account {
  order: 2;
  transition: all 0.34s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .page-header .header.content .my-account {
    margin-left: auto;
  }
}
.page-header .header.content .my-account .my-account-toggle {
  position: relative;
  border: 1px solid #CCCCCC;
  padding: 8px 65px 8px 16px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  min-width: 150px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .page-header .header.content .my-account .my-account-toggle {
    border: none;
    min-width: inherit;
    padding: 0;
    width: 48px;
    height: 35px;
  }
  .page-header .header.content .my-account .my-account-toggle .text {
    display: none;
  }
}
.page-header .header.content .my-account .my-account-toggle i {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .page-header .header.content .my-account .my-account-toggle i {
    font-size: 20px;
  }
}
.page-header .header.content .my-account .my-account-toggle:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 300;
  right: 16px;
  position: absolute;
  font-size: 20px;
}
.page-header .header.content .my-account .dropdown {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
}
.page-header .header.content .my-account .dropdown .welcome-message {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.page-header .header.content .my-account .dropdown ul {
  margin: 0;
  padding: 0;
}
.page-header .header.content .my-account .dropdown ul li {
  list-style-type: none;
}
.page-header .header.content .my-account .dropdown ul li i {
  margin-right: 10px;
  font-weight: 300;
  font-size: 10px;
}
.page-header .header.content .my-account .dropdown ul li a {
  color: #242424;
}
.page-header .header.content .my-account.active {
  position: relative;
  transition: all 0s ease-in-out;
}
.page-header .header.content .my-account.active .my-account-toggle {
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.page-header .header.content .my-account.active .dropdown {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
  background: #fff;
  z-index: 5;
  left: 0;
  right: 0;
  border: 1px solid #CCCCCC;
  border-top-width: 0;
  border-radius: 0 0 3px 3px;
  padding: 10px 15px;
}
@media (max-width: 1023px) {
  .page-header .header.content .my-account.active .dropdown {
    min-width: 200px;
    left: inherit;
    border-top-width: 1px;
  }
}
.page-header .header.content .block-minicart .items-total {
  text-transform: lowercase;
}
.page-header .header.content .block-minicart .items-total .count {
  font-weight: unset;
}
.page-header .header.content .block-minicart .subtotal .label {
  display: flex;
  justify-content: flex-end;
}
.page-header .header.content .minicart-wrapper .action.showcart {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  height: 38px;
  box-sizing: border-box;
  background: #E8E8E8;
  display: flex;
  align-items: center;
  padding: 0 10px;
  width: 164px;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .page-header .header.content .minicart-wrapper .action.showcart {
    border: none;
    min-width: inherit;
    padding: 0;
    width: 48px;
    height: 35px;
    background: none;
  }
  .page-header .header.content .minicart-wrapper .action.showcart .text {
    display: none;
  }
}
.page-header .header.content .minicart-wrapper .action.showcart:hover {
  text-decoration: none;
}
.page-header .header.content .minicart-wrapper .action.showcart:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 16px;
  color: #242424;
}
@media screen and (max-width: 1023px) {
  .page-header .header.content .minicart-wrapper .action.showcart:before {
    font-size: 20px;
  }
}
.page-header .header.content .minicart-wrapper .action.showcart .text {
  width: auto;
  position: relative;
  height: auto;
  overflow: visible;
  text-decoration: underline;
  color: #242424;
}
.page-header .header.content .minicart-wrapper .action.showcart .counter {
  background: #FAB629;
  margin: 0;
  padding: 0 3px;
  font-weight: 600;
  box-sizing: border-box;
  height: 19px;
  min-width: 19px;
  line-height: 19px;
}
.page-header .header.content .minicart-wrapper .action.showcart .counter .counter-number:empty:before {
  content: "0";
}

@keyframes hideText {
  0% {
    max-width: 200px;
    overflow: hidden;
  }
  100% {
    max-width: 0;
    overflow: hidden;
    padding-left: 0;
  }
}
@keyframes wobbleToggle {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    font-weight: 600;
  }
  100% {
    font-weight: 400;
    transform: scale(1);
  }
}
.page-with-filter .page-header.filter-open, .catalogsearch-result-index .page-header.filter-open {
  z-index: 0;
}
.page-with-filter .nav-sections, .catalogsearch-result-index .nav-sections {
  margin: 0;
}
.page-with-filter .am-collapse-icon, .catalogsearch-result-index .am-collapse-icon {
  position: relative;
}
.page-with-filter .am-collapse-icon:after, .catalogsearch-result-index .am-collapse-icon:after {
  transform: rotate(-90deg);
}
.page-with-filter .am-collapse-icon.-active::after, .catalogsearch-result-index .am-collapse-icon.-active::after {
  transform: rotate(-180deg);
}
.page-with-filter .page-main .columns, .catalogsearch-result-index .page-main .columns {
  display: flex;
}
@media (max-width: 1023px) {
  .page-with-filter .page-main .columns, .catalogsearch-result-index .page-main .columns {
    display: block;
  }
}
.page-with-filter .page-main .column.main, .catalogsearch-result-index .page-main .column.main {
  flex-basis: 100px;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  .page-with-filter .page-main .column.main, .catalogsearch-result-index .page-main .column.main {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .page-with-filter .page-main .column.main, .catalogsearch-result-index .page-main .column.main {
    width: 100%;
    float: none;
  }
}
.page-with-filter .page-main .column.main .filter-toggle, .catalogsearch-result-index .page-main .column.main .filter-toggle {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page-with-filter .page-main .column.main .filter-toggle, .catalogsearch-result-index .page-main .column.main .filter-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: wobbleToggle;
    animation-duration: 0.34s;
    animation-timing-function: ease-in-out;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    position: fixed;
    bottom: 20%;
    left: 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #CCCCCC;
    text-transform: uppercase;
    z-index: 10;
    transition: all 0.34s ease-in-out;
  }
  .page-with-filter .page-main .column.main .filter-toggle i, .catalogsearch-result-index .page-main .column.main .filter-toggle i {
    font-size: 24px;
    font-weight: 300;
  }
  .page-with-filter .page-main .column.main .filter-toggle span, .catalogsearch-result-index .page-main .column.main .filter-toggle span {
    font-size: 15px;
    padding-left: 10px;
    overflow: hidden;
    animation: hideText;
    animation-duration: 0.34s;
    animation-timing-function: ease-in-out;
    animation-delay: 2.2s;
    animation-fill-mode: forwards;
  }
  .page-with-filter .page-main .column.main .filter-toggle.toggled, .catalogsearch-result-index .page-main .column.main .filter-toggle.toggled {
    z-index: 15;
    left: 399px;
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 639px) {
  .page-with-filter .page-main .column.main .filter-toggle, .catalogsearch-result-index .page-main .column.main .filter-toggle {
    bottom: 5%;
  }
  .page-with-filter .page-main .column.main .filter-toggle.toggled, .catalogsearch-result-index .page-main .column.main .filter-toggle.toggled {
    left: 249px;
  }
}
.page-with-filter .page-main .column.main h1, .catalogsearch-result-index .page-main .column.main h1 {
  font-size: 28px;
  color: #242424;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 15px;
}
.page-with-filter .page-main .column.main .category-description, .catalogsearch-result-index .page-main .column.main .category-description {
  max-height: 80px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  transition: max-height 300ms;
}
.page-with-filter .page-main .column.main .category-description:after, .catalogsearch-result-index .page-main .column.main .category-description:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 65px;
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
}
.page-with-filter .page-main .column.main .category-description.opened, .catalogsearch-result-index .page-main .column.main .category-description.opened {
  max-height: 100%;
}
.page-with-filter .page-main .column.main .category-description.opened:after, .catalogsearch-result-index .page-main .column.main .category-description.opened:after {
  background: none;
}
.page-with-filter .page-main .column.main .category-description .read-more, .catalogsearch-result-index .page-main .column.main .category-description .read-more {
  position: absolute;
  z-index: 2;
  bottom: 0;
  text-decoration: underline;
  cursor: pointer;
}
.page-with-filter .page-main .column.main .toolbar-products, .catalogsearch-result-index .page-main .column.main .toolbar-products {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 0;
}
.page-with-filter .page-main .column.main .toolbar-products .toolbar-sorter, .catalogsearch-result-index .page-main .column.main .toolbar-products .toolbar-sorter {
  float: left;
  padding: 0;
}
.page-with-filter .page-main .column.main .toolbar-products .toolbar-sorter .sorter-label, .catalogsearch-result-index .page-main .column.main .toolbar-products .toolbar-sorter .sorter-label {
  display: none;
}
.page-with-filter .page-main .column.main .toolbar-products .toolbar-sorter .sorter-options, .catalogsearch-result-index .page-main .column.main .toolbar-products .toolbar-sorter .sorter-options {
  margin: 0;
  border-color: #CCCCCC;
}
.page-with-filter .page-main .column.main .toolbar-products .toolbar-sorter .sorter-action.sort-asc:before, .catalogsearch-result-index .page-main .column.main .toolbar-products .toolbar-sorter .sorter-action.sort-asc:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 10px;
  color: #2A2A2A;
  line-height: 32px;
  padding: 0 10px;
}
.page-with-filter .page-main .column.main .toolbar-products .toolbar-sorter .sorter-action.sort-desc:before, .catalogsearch-result-index .page-main .column.main .toolbar-products .toolbar-sorter .sorter-action.sort-desc:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 10px;
  color: #2A2A2A;
  line-height: 32px;
  padding: 0 10px;
}
.page-with-filter .page-main .column.main .toolbar-products .field.limiter, .catalogsearch-result-index .page-main .column.main .toolbar-products .field.limiter {
  display: block;
}
.page-with-filter .page-main .column.main .toolbar-products .field.limiter label, .page-with-filter .page-main .column.main .toolbar-products .field.limiter .limiter-text, .catalogsearch-result-index .page-main .column.main .toolbar-products .field.limiter label, .catalogsearch-result-index .page-main .column.main .toolbar-products .field.limiter .limiter-text {
  display: none;
}
.page-with-filter .page-main .column.main .toolbar-products .field.limiter .limiter-options, .catalogsearch-result-index .page-main .column.main .toolbar-products .field.limiter .limiter-options {
  border-color: #CCCCCC;
}
.page-with-filter .page-main .column.main .toolbar-products .pages, .catalogsearch-result-index .page-main .column.main .toolbar-products .pages {
  display: block;
  margin-left: auto;
}
.page-with-filter .page-main .column.main .toolbar-products .pages .pages-items, .catalogsearch-result-index .page-main .column.main .toolbar-products .pages .pages-items {
  display: flex;
  align-items: center;
}
.page-with-filter .page-main .column.main .toolbar-products .pages .pages-items .item, .catalogsearch-result-index .page-main .column.main .toolbar-products .pages .pages-items .item {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  margin-right: 7px;
  line-height: normal;
}
.page-with-filter .page-main .column.main .toolbar-products .pages .pages-items .item:last-of-type, .catalogsearch-result-index .page-main .column.main .toolbar-products .pages .pages-items .item:last-of-type {
  margin-right: 0;
}
.page-with-filter .page-main .column.main .toolbar-products .pages .pages-items .item a, .catalogsearch-result-index .page-main .column.main .toolbar-products .pages .pages-items .item a {
  padding: 0;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #242424;
}
.page-with-filter .page-main .column.main .toolbar-products .pages .pages-items .item.current, .catalogsearch-result-index .page-main .column.main .toolbar-products .pages .pages-items .item.current {
  border: 1px solid #0277BF;
}
.page-with-filter .page-main .column.main .toolbar-products .pages .pages-items .item.current .page, .catalogsearch-result-index .page-main .column.main .toolbar-products .pages .pages-items .item.current .page {
  font-size: 14px;
  font-weight: normal;
  color: #242424;
}
.page-with-filter .page-main .column.main .toolbar-products .pages .pages-items .item.pages-item-previous a, .catalogsearch-result-index .page-main .column.main .toolbar-products .pages .pages-items .item.pages-item-previous a {
  margin-left: 0;
  border: 0;
}
.page-with-filter .page-main .column.main .toolbar-products .pages .pages-items .item.pages-item-previous a:before, .catalogsearch-result-index .page-main .column.main .toolbar-products .pages .pages-items .item.pages-item-previous a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  margin: 0;
  color: #242424;
}
.page-with-filter .page-main .column.main .toolbar-products .pages .pages-items .item.pages-item-next a, .catalogsearch-result-index .page-main .column.main .toolbar-products .pages .pages-items .item.pages-item-next a {
  margin-left: 0;
  border: 0;
}
.page-with-filter .page-main .column.main .toolbar-products .pages .pages-items .item.pages-item-next a:before, .catalogsearch-result-index .page-main .column.main .toolbar-products .pages .pages-items .item.pages-item-next a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  margin: 0;
  color: #242424;
}
.page-with-filter .sidebar-left, .catalogsearch-result-index .sidebar-left {
  flex-basis: 240px;
  flex-grow: 0;
}
@media (min-width: 1440px) {
  .page-with-filter .sidebar-left, .catalogsearch-result-index .sidebar-left {
    flex-basis: 280px;
  }
}
.page-with-filter .sidebar-left .sidebar, .catalogsearch-result-index .sidebar-left .sidebar {
  width: 100%;
  padding-right: 0;
}
@media (max-width: 1023px) {
  .page-with-filter .sidebar-left .sidebar, .catalogsearch-result-index .sidebar-left .sidebar {
    float: left;
    order: 1;
  }
  .page-with-filter .sidebar-left .sidebar [class*=block-compare], .catalogsearch-result-index .sidebar-left .sidebar [class*=block-compare] {
    display: none;
  }
}
.page-with-filter .sidebar-left .block.filter .block-title, .page-with-filter .sidebar-left .block.filter .block-subtitle, .catalogsearch-result-index .sidebar-left .block.filter .block-title, .catalogsearch-result-index .sidebar-left .block.filter .block-subtitle {
  display: none;
}
.page-with-filter .sidebar-left .block.filter .filter-options-title, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-title {
  cursor: pointer;
}
.page-with-filter .sidebar-left .block.filter .filter-options-title:first-of-type, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-title:first-of-type {
  font-size: 20px;
}
.page-with-filter .sidebar-left .block.filter .filter-options-title:first-of-type:after, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-title:first-of-type:after {
  display: none;
}
.page-with-filter .sidebar-left .block.filter .filter-options-title:not(:first-of-type), .catalogsearch-result-index .sidebar-left .block.filter .filter-options-title:not(:first-of-type) {
  padding: 15px 0;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.page-with-filter .sidebar-left .block.filter .filter-options-title:not(:first-of-type):after, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-title:not(:first-of-type):after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 5px;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .page-with-filter .sidebar-left .block.filter .filter-options-title:not(:first-of-type):after, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-title:not(:first-of-type):after {
    right: 0;
  }
}
.page-with-filter .sidebar-left .block.filter .filter-options-title:not(:first-of-type) + dd, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-title:not(:first-of-type) + dd {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
  border-bottom: 1px solid #CCCCCC;
}
.page-with-filter .sidebar-left .block.filter .filter-options-title:not(:first-of-type) + dd > *, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-title:not(:first-of-type) + dd > * {
  padding-bottom: 15px;
}
.page-with-filter .sidebar-left .block.filter .filter-options-title:not(:first-of-type).opened:after, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-title:not(:first-of-type).opened:after {
  transform: rotate(180deg);
}
.page-with-filter .sidebar-left .block.filter .filter-options-title:not(:first-of-type).opened + dd, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-title:not(:first-of-type).opened + dd {
  max-height: 10000px;
  transition: all 0.5s ease-in;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .amshopby-slider-container, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .amshopby-slider-container {
  margin: 18px 20px 0 10px;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids {
  margin-bottom: 45px;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item {
  position: relative;
  padding-left: 15px;
  line-height: 25px;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item:before, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  left: 0;
  position: absolute;
  font-weight: 300;
  font-size: 10px;
  line-height: 25px;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item a, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item a {
  display: inline-block;
  padding: 0 0 0 1px;
  color: #2A2A2A;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item a:hover, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item a:hover {
  text-decoration: underline;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item a:hover.am_shopby_link_selected, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item a:hover.am_shopby_link_selected {
  font-weight: 600;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item input, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item input {
  display: none;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item .items-children.-folding, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item .items-children.-folding {
  padding-left: 0;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .ui-slider-range, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .ui-slider-range {
  background: #E8E8E8;
  border: 1px solid #CCCCCC;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .ui-slider-handle, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .ui-slider-handle {
  background: #0277BF;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .ui-slider-handle:hover, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .ui-slider-handle:hover {
  background: #0277BF;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .amshopby-slider-display, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .amshopby-slider-display {
  margin-top: 10px;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .filter-options-content > *.am-filter-items-attr_category_ids, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .filter-options-content > *.am-filter-items-attr_category_ids {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .page-with-filter .sidebar-left .block.filter .filter-content .filter-options .filter-options-content > *.am-filter-items-attr_category_ids li a:before, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .filter-options-content > *.am-filter-items-attr_category_ids li a:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-with-filter .sidebar-left .block.filter .filter-content .filter-options .filter-options-content > *, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .filter-options-content > * {
    border-bottom: 1px solid #CCCCCC;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 0 30px 14px;
  }
}
@media screen and (max-width: 639px) {
  .page-with-filter .sidebar-left .block.filter .filter-content .filter-options .filter-options-content > *, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .filter-options-content > * {
    width: 100%;
  }
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .filter-options-content .count, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .filter-options-content .count {
  display: inline-flex;
  margin-left: 5px;
}
.page-with-filter .sidebar-left .block.filter .filter-options-content .items .item, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-content .items .item {
  display: flex;
  align-items: center;
}
.page-with-filter .sidebar-left .block.filter .filter-options-content .items .item:has(input[type=checkbox]), .catalogsearch-result-index .sidebar-left .block.filter .filter-options-content .items .item:has(input[type=checkbox]) {
  padding-left: 2rem;
}
.page-with-filter .sidebar-left .block.filter .filter-options-content .items .item a, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-content .items .item a {
  display: flex;
  align-items: center;
  color: #2A2A2A;
  padding-left: 1px;
}
.page-with-filter .sidebar-left .block.filter .filter-options-content .items .item a input, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-content .items .item a input {
  width: 25px;
  height: 25px;
}
.page-with-filter .sidebar-left .block.filter .filter-options-content .items .item a input[type=radio], .catalogsearch-result-index .sidebar-left .block.filter .filter-options-content .items .item a input[type=radio] {
  margin: 0 5px 0 10px;
}
@media screen and (max-width: 767px) {
  .page-with-filter .sidebar-left .block.filter .filter-options-content .items .item a, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-content .items .item a {
    padding-left: 25px;
    position: relative;
  }
  .page-with-filter .sidebar-left .block.filter .filter-options-content .items .item a:before, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-content .items .item a:before {
    position: absolute;
    content: "";
    font-weight: 300;
    color: #CCCCCC;
    left: 0;
    top: -3px;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
  }
  .page-with-filter .sidebar-left .block.filter .filter-options-content .items .item a input, .catalogsearch-result-index .sidebar-left .block.filter .filter-options-content .items .item a input {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page-with-filter .sidebar-left .block.filter, .catalogsearch-result-index .sidebar-left .block.filter {
    background: #fff;
    position: fixed;
    z-index: 10;
    top: 0;
    height: 100vh;
    width: 400px;
    left: 0;
    padding: 30px;
    transform: translateX(-400px);
    transition: all 0.34s ease-in-out;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .page-with-filter .sidebar-left .block.filter.opened, .catalogsearch-result-index .sidebar-left .block.filter.opened {
    transform: translateX(0);
    border-right: 1px solid #CCCCCC;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 639px) {
  .page-with-filter .sidebar-left .block.filter, .catalogsearch-result-index .sidebar-left .block.filter {
    width: 250px;
    transform: translateX(-250px);
    padding: 15px;
  }
}
.page-with-filter .sidebar-left .block-compare .counter.qty, .catalogsearch-result-index .sidebar-left .block-compare .counter.qty {
  display: none;
}
.page-with-filter .sidebar-left .block-compare .product-items,
.page-with-filter .sidebar-left .block-compare .product-items-names, .catalogsearch-result-index .sidebar-left .block-compare .product-items,
.catalogsearch-result-index .sidebar-left .block-compare .product-items-names {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-with-filter .sidebar-left .block-compare .product-item, .catalogsearch-result-index .sidebar-left .block-compare .product-item {
  border: 1px solid #CCCCCC;
  background: #E8E8E8;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.page-with-filter .sidebar-left .block-compare .product-item div.imgwrapper, .catalogsearch-result-index .sidebar-left .block-compare .product-item div.imgwrapper {
  width: 48px;
  height: 48px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #CCCCCC;
}
.page-with-filter .sidebar-left .block-compare .product-item div.imgwrapper img, .catalogsearch-result-index .sidebar-left .block-compare .product-item div.imgwrapper img {
  max-width: 40px;
  max-height: 40px;
}
.page-with-filter .sidebar-left .block-compare .product-item strong, .catalogsearch-result-index .sidebar-left .block-compare .product-item strong {
  flex-basis: 100px;
  flex-grow: 1;
  margin: 0;
  padding: 0 10px;
}
.page-with-filter .sidebar-left .block-compare .product-item .action.delete, .catalogsearch-result-index .sidebar-left .block-compare .product-item .action.delete {
  display: none;
  top: 1px;
  right: 2px;
  left: unset;
}
.page-with-filter .sidebar-left .block-compare .product-item .action.delete:before, .catalogsearch-result-index .sidebar-left .block-compare .product-item .action.delete:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #FF0500;
  font-size: 14px;
}
.page-with-filter .sidebar-left .block-compare .product-item:hover .action.delete, .catalogsearch-result-index .sidebar-left .block-compare .product-item:hover .action.delete {
  display: block;
}
.page-with-filter .sidebar-left .block-compare .actions-toolbar .primary, .catalogsearch-result-index .sidebar-left .block-compare .actions-toolbar .primary {
  font-size: 14px;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  color: #0277BF;
  text-decoration: underline;
  font-weight: normal;
}
.page-with-filter .sidebar-left .block-compare .actions-toolbar .secondary, .catalogsearch-result-index .sidebar-left .block-compare .actions-toolbar .secondary {
  display: none;
}

.page-products .products .product-item,
.page-products .product-items .product-item {
  order: 2;
  align-items: stretch;
  max-height: 455px;
  width: calc(100% / 4);
  margin-left: 0;
  box-sizing: border-box;
}
.page-products .products .product-item:not(:first-of-type),
.page-products .product-items .product-item:not(:first-of-type) {
  border-left: 1px solid #CCCCCC;
  margin-left: 0;
}
.page-products .products .product-item:nth-child(-n+4),
.page-products .product-items .product-item:nth-child(-n+4) {
  order: -1;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .page-products .products .product-item,
.page-products .product-items .product-item {
    width: calc(100% / 3);
  }
  .page-products .products .product-item:nth-child(4),
.page-products .product-items .product-item:nth-child(4) {
    order: 2;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .page-products .products .product-item,
.page-products .product-items .product-item {
    width: calc(100% / 3);
    padding-left: 0;
    max-height: inherit;
  }
  .page-products .products .product-item:nth-child(4),
.page-products .product-items .product-item:nth-child(4) {
    order: 2;
  }
}
@media screen and (max-width: 639px) {
  .page-products .products .product-item,
.page-products .product-items .product-item {
    width: calc(100% / 2);
  }
  .page-products .products .product-item:nth-child(4), .page-products .products .product-item:nth-child(3),
.page-products .product-items .product-item:nth-child(4),
.page-products .product-items .product-item:nth-child(3) {
    order: 2;
  }
}

.products,
.product-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .products .product.product-item,
.product-items .product.product-item {
    box-shadow: 0 24px 3px -24px #9b9b9b;
  }
}
.products + .toolbar,
.product-items + .toolbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .products,
.product-items {
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .products,
.product-items {
    margin-top: 0;
  }
}
.products .products:after,
.product-items .products:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  z-index: 5;
  content: "";
}
.products .product-item:hover,
.product-items .product-item:hover {
  overflow: visible;
  border-color: transparent;
  z-index: 10;
}
.products .product-item:hover .product-item-name .product-item-link,
.product-items .product-item:hover .product-item-name .product-item-link {
  color: #0277BF;
  text-decoration: underline;
}
.products .product-item:hover .product-item-info,
.product-items .product-item:hover .product-item-info {
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}
.products .product-item:hover .product-item-info .actions-primary,
.product-items .product-item:hover .product-item-info .actions-primary {
  opacity: 1;
  visibility: visible;
}
.products .product-usps-bar-wrap,
.product-items .product-usps-bar-wrap {
  width: 100%;
  order: 1;
}
.products .product-usps-bar-wrap .products-usps-bar,
.product-items .product-usps-bar-wrap .products-usps-bar {
  width: 100%;
  padding: 10px 0;
  margin: 0 0 45px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .products .product-usps-bar-wrap .products-usps-bar,
.product-items .product-usps-bar-wrap .products-usps-bar {
    margin-bottom: 0;
  }
}
.products .product-usps-bar-wrap .products-usps-bar ul,
.product-items .product-usps-bar-wrap .products-usps-bar ul {
  padding-left: 0;
  width: 100%;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  background: #E8E8E8;
  list-style-type: none;
}
.products .product-usps-bar-wrap .products-usps-bar ul li,
.product-items .product-usps-bar-wrap .products-usps-bar ul li {
  margin: 0;
  padding: 17px 10px;
}
.products .product-usps-bar-wrap .products-usps-bar ul li:before,
.product-items .product-usps-bar-wrap .products-usps-bar ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #44871E;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .products .product-usps-bar-wrap .products-usps-bar ul,
.product-items .product-usps-bar-wrap .products-usps-bar ul {
    font-size: 11px;
    height: 110px;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  .products .product-usps-bar-wrap .products-usps-bar ul li,
.product-items .product-usps-bar-wrap .products-usps-bar ul li {
    padding: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
}
.products .product-item,
.product-items .product-item {
  border-left: 1px solid #CCCCCC;
  margin-left: 0;
}
.products .product-item .product-item-name,
.product-items .product-item .product-item-name {
  margin: 20px 0 0;
}
.products .product-item .product-item-name .product-item-link,
.product-items .product-item .product-item-name .product-item-link {
  font-weight: 600;
}
.products .product-item .product-item-info,
.product-items .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: 100%;
  border: 1px solid transparent;
  transition: all 0.28s ease-in-out 0s;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .products .product-item .product-item-info,
.product-items .product-item .product-item-info {
    padding: 0 10%;
  }
  .products .product-item .product-item-info .product-item-details,
.product-items .product-item .product-item-info .product-item-details {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  .products .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary,
.product-items .product-item .product-item-info .product-item-details .product-item-inner .actions-secondary {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 639px) {
  .products .product-item .product-item-info,
.product-items .product-item .product-item-info {
    padding: 0 6%;
  }
}
.products .product-item .product-item-info .product-reviews-wrapper,
.product-items .product-item .product-item-info .product-reviews-wrapper {
  min-height: 28px;
  margin: 0 0 20px;
}
@media screen and (max-width: 639px) {
  .products .product-item .product-item-info .product-reviews-wrapper,
.product-items .product-item .product-item-info .product-reviews-wrapper {
    margin-bottom: 5px;
  }
}
.products .product-item .product-item-info .product-reviews-wrapper .product-reviews-summary,
.product-items .product-item .product-item-info .product-reviews-wrapper .product-reviews-summary {
  min-height: 15px;
  margin: 0;
}
.products .product-item .product-item-info .product-reviews-wrapper .product-reviews-summary .rating-summary,
.product-items .product-item .product-item-info .product-reviews-wrapper .product-reviews-summary .rating-summary {
  left: 0;
  margin: 0;
}
.products .product-item .product-item-info .product-reviews-wrapper .product-reviews-summary .rating-summary .rating-result,
.product-items .product-item .product-item-info .product-reviews-wrapper .product-reviews-summary .rating-summary .rating-result {
  left: 0;
  margin: 0;
  width: 90px;
}
.products .product-item .product-item-info .product-reviews-wrapper .product-reviews-summary .rating-summary .rating-result:before,
.product-items .product-item .product-item-info .product-reviews-wrapper .product-reviews-summary .rating-summary .rating-result:before {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 4px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.products .product-item .product-item-info .product-reviews-wrapper .product-reviews-summary .rating-summary .rating-result > span:before,
.product-items .product-item .product-item-info .product-reviews-wrapper .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #FAB629;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 4px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
@media screen and (max-width: 639px) {
  .products .product-item .product-item-info .product-usps,
.product-items .product-item .product-item-info .product-usps {
    margin: 0;
  }
}
.products .product-item .product-item-info .product-usps ul,
.product-items .product-item .product-item-info .product-usps ul {
  padding: 0;
  margin-left: 18px;
  font-size: 13px;
  list-style-type: disc;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .products .product-item .product-item-info .product-usps ul,
.product-items .product-item .product-item-info .product-usps ul {
    font-size: 13px;
    height: 70px;
    padding: 0;
    margin: 0;
  }
  .products .product-item .product-item-info .product-usps ul li,
.product-items .product-item .product-item-info .product-usps ul li {
    padding-left: 15px;
    margin-bottom: 5px;
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .products .product-item .product-item-info .product-usps ul li:before,
.product-items .product-item .product-item-info .product-usps ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #242424;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
  }
}
.products .product-item .product-item-info .product-item-photo,
.product-items .product-item .product-item-info .product-item-photo {
  height: 20rem;
  width: 20rem;
  display: block;
}
.products .product-item .product-item-info .product-item-photo .product-image-container,
.product-items .product-item .product-item-info .product-item-photo .product-image-container {
  width: auto !important;
  height: 20rem;
  display: block;
}
.products .product-item .product-item-info .product-item-photo .product-image-container span,
.product-items .product-item .product-item-info .product-item-photo .product-image-container span {
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .product-item .product-item-info .product-item-photo .product-image-container span img,
.product-items .product-item .product-item-info .product-item-photo .product-image-container span img {
  position: relative;
  height: 20rem;
  max-height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .products .product-item .product-item-info .product-item-photo .product-image-container span img,
.product-items .product-item .product-item-info .product-item-photo .product-image-container span img {
    object-fit: contain;
  }
}
.products .product-item .product-item-info .price-box,
.product-items .product-item .product-item-info .price-box {
  margin-bottom: 10px;
}
.products .product-item .product-item-info .price-box .price-label,
.product-items .product-item .product-item-info .price-box .price-label {
  display: none !important;
}
.products .product-item .product-item-info .price,
.product-items .product-item .product-item-info .price {
  font-weight: 600;
  font-size: 34px;
  display: flex;
  color: #242424;
  line-height: 1.2;
}
.products .product-item .product-item-info .price .decimal,
.product-items .product-item .product-item-info .price .decimal {
  font-size: 16px;
  margin-top: 5px;
}
.products .product-item .product-item-actions,
.product-items .product-item .product-item-actions {
  display: flex;
  flex-direction: column;
}
.products .product-item .product-item-actions .actions-secondary,
.product-items .product-item .product-item-actions .actions-secondary {
  order: -1;
  width: 100%;
}
.products .product-item .product-item-actions .actions-secondary .tocompare,
.product-items .product-item .product-item-actions .actions-secondary .tocompare {
  display: flex;
  width: 100%;
  align-items: center;
  color: #7F7F7F;
  margin-bottom: 15px;
}
.products .product-item .product-item-actions .actions-secondary .tocompare:before,
.product-items .product-item .product-item-actions .actions-secondary .tocompare:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 300;
  font-size: 14px;
  margin-right: 10px;
}
.products .product-item .product-item-actions .actions-secondary .tocompare span,
.product-items .product-item .product-item-actions .actions-secondary .tocompare span {
  position: relative;
  width: auto;
  overflow: visible;
  height: auto;
}
.products .product-item .product-item-actions .actions-secondary .towishlist,
.product-items .product-item .product-item-actions .actions-secondary .towishlist {
  display: none;
}
.products .product-item .product-item-actions .actions-primary,
.product-items .product-item .product-item-actions .actions-primary {
  opacity: 0;
  visibility: hidden;
  display: flex;
  margin-bottom: 25px;
  transition: all 0.38s ease-in-out 0s;
}
.products .product-item .product-item-actions .actions-primary .action.tocart,
.product-items .product-item .product-item-actions .actions-primary .action.tocart {
  line-height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .product-item .product-item-actions .actions-primary .action.tocart i,
.product-items .product-item .product-item-actions .actions-primary .action.tocart i {
  font-weight: 400;
  font-size: 16px;
  margin-top: -2px;
}
.products .product-item .product-item-actions .actions-primary .action.tocart span,
.product-items .product-item .product-item-actions .actions-primary .action.tocart span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}
.products .product-item .product-item-actions .actions-primary .action.towishlist,
.product-items .product-item .product-item-actions .actions-primary .action.towishlist {
  margin-left: 10px;
  border: 1px solid #242424;
  border-radius: 3px;
  height: 36px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .product-item .product-item-actions .actions-primary .action.towishlist:before,
.product-items .product-item .product-item-actions .actions-primary .action.towishlist:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 600;
  font-size: 14px;
  color: #242424;
}
.products .product-item .product-item-actions .actions-primary .action.towishlist:hover,
.product-items .product-item .product-item-actions .actions-primary .action.towishlist:hover {
  border: 1px solid #EF511F;
}
.products .product-item .product-item-actions .actions-primary .action.towishlist:hover:before,
.product-items .product-item .product-item-actions .actions-primary .action.towishlist:hover:before {
  color: #EF511F;
}
@media screen and (max-width: 1023px) {
  .products .product-item .product-item-actions .actions-primary,
.product-items .product-item .product-item-actions .actions-primary {
    opacity: 1;
    visibility: visible;
  }
  .products .product-item .product-item-actions .actions-primary .action,
.product-items .product-item .product-item-actions .actions-primary .action {
    box-sizing: border-box;
    height: 38px;
  }
  .products .product-item .product-item-actions .actions-primary .action.towishlist,
.product-items .product-item .product-item-actions .actions-primary .action.towishlist {
    height: 38px;
  }
  .products .product-item .product-item-actions .actions-primary .action.tocart,
.product-items .product-item .product-item-actions .actions-primary .action.tocart {
    padding: 0 35px;
  }
  .products .product-item .product-item-actions .actions-primary .action.tocart span,
.product-items .product-item .product-item-actions .actions-primary .action.tocart span {
    display: none;
  }
}

.catalog-product-view .section-title {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
.catalog-product-view .product-sticky-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: block;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(-200px);
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view .product-sticky-header {
    display: none;
  }
}
@media print {
  .catalog-product-view .product-sticky-header {
    display: none;
  }
}
.catalog-product-view .product-sticky-header.visible {
  opacity: 1;
  transform: translateY(0);
}
.catalog-product-view .product-sticky-header .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.catalog-product-view .product-sticky-header .content .sticky-product-header-info {
  display: flex;
  align-items: center;
  order: 1;
}
.catalog-product-view .product-sticky-header .content .sticky-product-header-info .sticky-product-header-title .title {
  font-size: 28px;
  color: #2A2A2A;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0;
}
.catalog-product-view .product-sticky-header .content .sticky-product-header-info .sticky-product-header-image {
  height: 55px;
  width: 55px;
  margin-right: 20px;
}
.catalog-product-view .product-sticky-header .content .field.qty {
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
  position: absolute;
}
.catalog-product-view .product-sticky-header .content .price-final_price {
  margin-right: 32px;
  margin-left: auto;
  order: 2;
}
.catalog-product-view .product-sticky-header .content .price-final_price .price-label {
  display: none !important;
}
.catalog-product-view .product-sticky-header .content .price-final_price .price {
  font-weight: 600;
  font-size: 34px;
  display: flex;
  color: #242424;
  line-height: 1.1;
}
.catalog-product-view .product-sticky-header .content .price-final_price .price .decimal {
  font-size: 16px;
  margin-top: 5px;
}
.catalog-product-view .product-sticky-header .content .product-add-form {
  order: 3;
}
.catalog-product-view .product-sticky-header .content .toggle-top-top {
  margin-left: 0;
  background: #CCCCCC;
  border-radius: 3px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  font-size: 16px;
  order: 4;
}
.catalog-product-view .product-sticky-header .content .toggle-top-top span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.catalog-product-view .product-sticky-header .content .box-tocart {
  margin-right: 32px;
  margin-left: 0;
}
.catalog-product-view .product-sticky-header .content .box-tocart .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-sticky-header .content .action.tocart {
  padding: 11px 20px;
  width: 100%;
}
.catalog-product-view .product-sticky-header .content .action.tocart:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 20px;
  margin-right: 10px;
}
.catalog-product-view .product-sticky-header .content .action.tocart span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.catalog-product-view .product-sticky-header .sticky-product-header-tabs {
  margin-top: 5px;
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
.catalog-product-view .product-sticky-header .sticky-product-header-tabs .product-tabs {
  padding: 0;
}
.catalog-product-view .product-sticky-header .sticky-product-header-tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-transform: uppercase;
}
.catalog-product-view .product-sticky-header .sticky-product-header-tabs ul li {
  margin-right: 15px;
  margin-bottom: 0;
  padding: 8px 15px;
  border-bottom: 2px solid transparent;
}
.catalog-product-view .product-sticky-header .sticky-product-header-tabs ul li.active {
  border-bottom: 2px solid #FF0500;
}
.catalog-product-view .product-sticky-header .sticky-product-header-tabs ul li a {
  font-weight: 500;
  color: #2A2A2A;
}
.catalog-product-view .product-sticky-header .sticky-product-header-tabs ul li:hover a {
  color: #0277BF;
  text-decoration: none;
}
.catalog-product-view .page-main .page-title {
  margin-bottom: 10px;
}
.catalog-product-view .page-main .page-title span {
  font-weight: 600;
  font-size: 28px;
}
.catalog-product-view .page-main .after-page-title {
  display: flex;
}
.catalog-product-view .page-main .after-page-title .ask-a-question {
  color: #242424;
}
@media print {
  .catalog-product-view .page-main .after-page-title .ask-a-question {
    display: none;
  }
}
@media (max-width: 1023px) {
  .catalog-product-view .page-main .after-page-title .print-page {
    display: none;
  }
}
.catalog-product-view .page-main .after-page-title > div, .catalog-product-view .page-main .after-page-title > a {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.catalog-product-view .page-main .after-page-title > div:after, .catalog-product-view .page-main .after-page-title > a:after {
  position: absolute;
  right: 0;
  background: #2A2A2A;
  top: 4px;
  bottom: 4px;
  width: 1px;
  content: "";
}
.catalog-product-view .page-main .after-page-title > div i, .catalog-product-view .page-main .after-page-title > a i {
  font-weight: 300;
}
.catalog-product-view .page-main .after-page-title > div span, .catalog-product-view .page-main .after-page-title > a span {
  text-decoration: underline;
  margin-left: 4px;
}
.catalog-product-view .page-main .after-page-title > div:last-child:after, .catalog-product-view .page-main .after-page-title > a:last-child:after {
  display: none;
}
.catalog-product-view .page-main .after-page-title .print-page {
  cursor: pointer;
}
.catalog-product-view .page-main .column.main .product-info-media-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product-info-media-wrapper {
    flex-wrap: wrap;
  }
}
@media print {
  .catalog-product-view .page-main .column.main .product-info-media-wrapper {
    flex-wrap: nowrap;
  }
}
.catalog-product-view .page-main .column.main .product.media {
  float: none;
  width: 40%;
  order: 1;
  margin-right: 5%;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product.media {
    width: 100%;
    margin-right: 0;
  }
}
@media print {
  .catalog-product-view .page-main .column.main .product.media {
    width: 50%;
  }
}
.catalog-product-view .page-main .column.main .product-info-main {
  width: 55%;
  position: relative;
  order: 2;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product-info-main {
    width: 100%;
  }
}
@media print {
  .catalog-product-view .page-main .column.main .product-info-main {
    width: 50%;
  }
}
.catalog-product-view .page-main .column.main .product-info-main .product-addto-links {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: right;
}
.catalog-product-view .page-main .column.main .product-info-main .product-addto-links .action.towishlist {
  margin-left: 10px;
  border: 1px solid #242424;
  border-radius: 3px;
  height: 36px;
  padding: 0 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  background: #fff;
}
@media print {
  .catalog-product-view .page-main .column.main .product-info-main .product-addto-links .action.towishlist {
    display: none;
  }
}
.catalog-product-view .page-main .column.main .product-info-main .product-addto-links .action.towishlist:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 600;
  font-size: 14px;
  color: #242424;
}
.catalog-product-view .page-main .column.main .product-info-main .product-addto-links .action.towishlist:hover {
  border: 1px solid #EF511F;
}
.catalog-product-view .page-main .column.main .product-info-main .product-addto-links .action.towishlist:hover:before {
  color: #EF511F;
}
.catalog-product-view .page-main .column.main .product-info-main .product-addto-links .action.towishlist.added {
  border: 1px solid #EF511F;
}
.catalog-product-view .page-main .column.main .product-info-main .product-addto-links .action.towishlist.added:before {
  color: #EF511F;
}
.catalog-product-view .page-main .column.main .product-info-main .product-addto-links .action.towishlist span {
  display: none;
}
.catalog-product-view .page-main .column.main .product-info-main .product-addto-links .tocompare {
  display: flex;
  width: 100%;
  align-items: center;
  color: #7F7F7F;
  margin-bottom: 15px;
  background: transparent;
  border: none;
  font-weight: 400;
  padding-right: 0;
}
@media print {
  .catalog-product-view .page-main .column.main .product-info-main .product-addto-links .tocompare {
    display: none;
  }
}
.catalog-product-view .page-main .column.main .product-info-main .product-addto-links .tocompare:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 300;
  font-size: 14px;
  margin-right: 10px;
}
.catalog-product-view .page-main .column.main .product-info-main .product-addto-links .tocompare span {
  position: relative;
  width: auto;
  overflow: visible;
  height: auto;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .price-label {
  display: none !important;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .price-box {
  margin-bottom: 20px;
  order: 1;
  flex-basis: 100%;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .price-box .price-container .price-wrapper .price {
  font-weight: 600;
  font-size: 44px;
  display: flex;
  color: #242424;
  line-height: 1.1;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .price-box .price-container .price-wrapper .price .decimal {
  font-size: 18px;
  margin-top: 5px;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product.pricing {
  order: 3;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product.attribute.overview {
  max-width: 475px;
  width: 100%;
  order: 3;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form {
  max-width: 475px;
  width: 100%;
  order: 2;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .product-options-wrapper .control select {
  height: 38px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  max-width: 350px;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart {
  width: 100%;
  margin-bottom: 0;
}
@media print {
  .catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart {
    display: none;
  }
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart > .fieldset {
  display: flex;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart .fieldset {
    display: flex;
    align-items: flex-end;
  }
  .catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart .fieldset .field.qty {
    margin-bottom: 0;
  }
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart .control .qty {
  height: 43px;
  width: 65px;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart .actions {
  width: 100%;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart .actions .action.tocart {
  padding: 8px 20px;
  width: 100%;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart .actions .action.tocart:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 20px;
  margin-right: 10px;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart .actions .action.tocart span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-page-usps {
  margin: 20px 0;
  order: 4;
  flex-basis: 100%;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-page-usps ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-page-usps ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "";
  color: #44871E;
  margin-right: 5px;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .payment-icons {
  margin-top: 40px;
  width: 100%;
  max-width: 420px;
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .payment-icons img {
  height: 22px;
  max-width: 100%;
  object-fit: contain;
}
.catalog-product-view .page-main .column.main .product-info-main .product-reviews-summary {
  min-height: 15px;
  margin: 0;
  order: 3;
  flex-basis: 100%;
}
.catalog-product-view .page-main .column.main .product-info-main .product-reviews-summary .rating-summary {
  left: 0;
  margin: 0;
}
.catalog-product-view .page-main .column.main .product-info-main .product-reviews-summary .rating-summary .rating-result {
  left: 0;
  margin: 0 15px 0 0;
  width: 110px;
}
.catalog-product-view .page-main .column.main .product-info-main .product-reviews-summary .rating-summary .rating-result:before {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.catalog-product-view .page-main .column.main .product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #FAB629;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.catalog-product-view .page-main .column.main .product-info-main .stock-shipping-wrapper {
  display: flex;
  width: 100%;
  max-width: 475px;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product-info-main .stock-shipping-wrapper {
    flex-wrap: wrap;
  }
}
.catalog-product-view .page-main .column.main .product-info-main .stock-shipping-wrapper .stock-status-wrapper {
  display: flex;
  color: #44871E;
}
.catalog-product-view .page-main .column.main .product-info-main .stock-shipping-wrapper .stock-status-wrapper svg {
  fill: #44871E;
}
.catalog-product-view .page-main .column.main .product-info-main .stock-shipping-wrapper .stock-status-wrapper .product.stock.status.out-of-stock svg {
  fill: #FAB629;
}
.catalog-product-view .page-main .column.main .product-info-main .stock-shipping-wrapper .stock-status-wrapper .product.stock.status.out-of-stock + span {
  color: #FAB629;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product-info-main .stock-shipping-wrapper .stock-status-wrapper {
    width: 100%;
  }
}
.catalog-product-view .page-main .column.main .product-info-main .stock-shipping-wrapper .stock-status-wrapper span {
  margin-left: 10px;
}
.catalog-product-view .page-main .column.main .product-info-main .stock-shipping-wrapper .shipping-costs a {
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}
@media print {
  .catalog-product-view .page-main .column.main .product-info-main .stock-shipping-wrapper .shipping-costs {
    display: none;
  }
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .product-details {
  width: 43%;
  max-width: 520px;
}
@media (max-width: 1023px) {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .product-details {
    width: 100%;
    max-width: 100%;
  }
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .product-details .product-details-wrapper {
  display: flex;
  flex-direction: column;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .product-details .product-details-wrapper #description .type {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .product-details .product-details-wrapper #additional {
  order: -1;
}
@media print {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .product-details .product-details-wrapper #additional h2 {
    display: none;
  }
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .product-details .product-details-wrapper #additional .additional-attributes-wrapper .additional-attributes th, .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .product-details .product-details-wrapper #additional .additional-attributes-wrapper .additional-attributes td {
  padding-left: 0;
}
@media print {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .product-details .product-details-wrapper #additional .additional-attributes-wrapper .additional-attributes th, .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .product-details .product-details-wrapper #additional .additional-attributes-wrapper .additional-attributes td {
    padding: 2px 0;
  }
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related {
  width: 55%;
  margin-bottom: 0;
}
@media print {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related {
    display: none;
  }
}
@media (max-width: 1023px) {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related {
    width: 100%;
    margin-bottom: 20px;
  }
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .block-title strong {
  font-size: 20px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list {
    margin-top: 0;
  }
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .products:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  z-index: 5;
  content: "";
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item {
  border-left: 1px solid #CCCCCC;
  max-height: 45.5rem;
  width: initial;
  overflow: hidden;
  margin-left: 0;
  box-sizing: border-box;
  padding: 0;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item:nth-child(n+5) {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item:nth-of-type(3n + 1) {
    border-left: none;
  }
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item-details {
  max-width: 100%;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .field.choice.related {
  display: none;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-name {
  margin: 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-name .product-item-link {
  font-weight: 600;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  border: 1px solid transparent;
  transition: all 0.28s ease-in-out 0s;
  margin: 0 auto;
  padding: 0 5%;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .product-reviews-summary {
  min-height: 15px;
  margin: 0 0 20px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .product-reviews-summary .rating-summary {
  left: 0;
  margin: 0;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result {
  left: 0;
  margin: 0;
  width: 90px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result:before {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 4px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #FAB629;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 4px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .product-usps ul {
  padding: 0;
  margin-left: 18px;
  font-size: 13px;
  list-style-type: disc;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .product-usps ul {
    font-size: 10px;
  }
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .product-item-photo {
  height: 20rem;
  width: 20rem;
  display: block;
  margin-top: 15px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .product-item-photo .product-image-container {
  width: auto !important;
  height: 20rem;
  display: block;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .product-item-photo .product-image-container span {
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .product-item-photo .product-image-container span img {
  position: relative;
  max-height: 100%;
  width: auto;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .price-box {
  margin-bottom: 10px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .price-box .price-label {
  display: none !important;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .price {
  font-weight: 600;
  font-size: 34px;
  display: flex;
  color: #242424;
  line-height: 1.2;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-info .price .decimal {
  font-size: 16px;
  margin-top: 5px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions {
    display: none;
  }
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-secondary {
  order: -1;
  width: 100%;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-secondary .tocompare {
  display: flex;
  width: 100%;
  align-items: center;
  color: #7F7F7F;
  margin-bottom: 15px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-secondary .tocompare:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 300;
  font-size: 14px;
  margin-right: 10px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-secondary .tocompare span {
  position: relative;
  width: auto;
  overflow: visible;
  height: auto;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-secondary .towishlist {
  display: none;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-primary {
  opacity: 0;
  visibility: hidden;
  display: flex;
  margin-bottom: 25px;
  transition: all 0.38s ease-in-out 0s;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-primary .action.tocart {
  line-height: 36px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-primary .action.tocart i {
  font-weight: 400;
  font-size: 16px;
  margin-top: -2px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-primary .action.tocart span {
  margin-left: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-primary .action.towishlist {
  margin-left: 10px;
  border: 1px solid #242424;
  border-radius: 3px;
  height: 36px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-primary .action.towishlist:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 600;
  font-size: 14px;
  color: #242424;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-primary .action.towishlist:hover {
  border: 1px solid #EF511F;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item .product-item-actions .actions-primary .action.towishlist:hover:before {
  color: #EF511F;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item:hover {
  overflow: visible;
  border-color: transparent;
  z-index: 10;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item:hover .product-item-name .product-item-link {
  color: #0277BF;
  text-decoration: underline;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item:hover .product-item-info {
  height: auto;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related .products.list .product-item:hover .product-item-info .actions-primary {
  opacity: 1;
  visibility: visible;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list {
  width: 55%;
}
@media (max-width: 1023px) {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list {
    width: 100%;
    margin-top: 40px;
  }
}
@media print {
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list {
    display: none;
  }
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .block-title {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 13px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .block-title strong {
  font-size: 20px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .review-top {
  display: flex;
  width: 100%;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .review-top .review-wrapper {
  width: 100%;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .review-top .review-user-icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background-image: url("../images/user_icon.png");
  background-size: cover;
  margin-right: 32px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .review-top .review-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .review-top .review-content {
  margin-bottom: 10px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .review-ratings {
  min-height: 28px;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .review-ratings .review-details-value {
  font-weight: 100;
  color: #7F7F7F;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .review-ratings .rating-summary {
  left: 0;
  margin: 0;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .review-ratings .rating-summary .rating-result {
  left: 0;
  margin: 0;
  width: 100px;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .review-ratings .rating-summary .rating-result:before {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list .review-ratings .rating-summary .rating-result > span:before {
  color: #FAB629;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list a#review-modal {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  background: #E8E8E8;
  padding: 8px 10px;
  color: #000;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list a#review-modal:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list a#review-modal:hover:before {
  text-decoration: none;
}
@media print {
  .catalog-product-view .page-main .column.main .block-viewed-products-grid {
    display: none;
  }
}
.catalog-product-view .page-main .column.main .block-viewed-products-grid .product-item .product-item-photo .product-image-photo {
  object-fit: contain;
}
.catalog-product-view .page-main .column.main .customer-support-wrapper {
  border-radius: 4px;
  border: 1px solid #CCC;
  width: 43%;
  max-width: 530px;
}
@media (max-width: 1023px) {
  .catalog-product-view .page-main .column.main .customer-support-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media print {
  .catalog-product-view .page-main .column.main .customer-support-wrapper {
    display: none;
  }
}
.catalog-product-view .page-main .column.main .customer-support-wrapper .customer-support-header {
  padding: 17px 18px;
  background: #e8e8e8;
}
.catalog-product-view .page-main .column.main .customer-support-wrapper .customer-support-content {
  padding: 17px 18px;
}

#confirmBox {
  border-radius: 0;
}
#confirmBox .amcart-message-box {
  width: 785px;
  margin-top: 0;
  background: #e5efe5;
  height: 70px;
  color: #44871E;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 26px;
  margin-bottom: 0;
}
#confirmBox .amcart-message-box .far {
  margin-right: 10px;
}
#confirmBox .cross {
  top: 19px;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  right: 23px;
}
#confirmBox .amcart-confirm-buttons {
  margin: 0;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}
#confirmBox .am-btn-left {
  width: auto;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  background: #fff;
  color: #242424;
  box-shadow: none;
  height: 44px;
}
#confirmBox .am-btn-left:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-right: 10px;
}
#confirmBox .am-btn-right {
  width: auto;
  font-size: 14px;
  border: 1px solid #44871E;
  background: #44871E;
  color: #fff;
  box-shadow: none;
  height: 44px;
  text-transform: uppercase;
}
#confirmBox .am-btn-right:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 10px;
}
#confirmBox .checkout {
  display: none;
}
#confirmBox .am-related-box, #confirmBox .block.related {
  width: 100%;
  margin: 0;
}
#confirmBox .block-title {
  padding: 0 20px;
  font-size: 20px;
  text-align: left;
}
#confirmBox .block-title:before {
  display: inline-block;
  content: "";
  border-top: 1px solid #CCCCCC;
  height: 1px;
  width: 100%;
  margin-bottom: 15px;
}
#confirmBox .products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  font-size: 14px;
}
#confirmBox .products .product-item {
  flex-basis: 33.333333%;
}
#confirmBox .products .product-item .product-item-info {
  padding: 0 30px;
}
#confirmBox .products .product-item .product-item-details {
  width: 100%;
}
#confirmBox .products .product-item .product-item-name {
  text-align: left;
}
#confirmBox .products .product-item .product-item-link {
  color: #242424;
}
#confirmBox .products .product-item .product-item-actions .actions-primary {
  visibility: visible;
  opacity: 1;
  margin: 0;
}
#confirmBox .products .product-item .product-item-actions .actions-primary .action.tocart {
  box-shadow: none;
  background: none;
  color: #0277BF;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
#confirmBox .products .product-item .product-item-actions .actions-primary .action.tocart:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-decoration: none;
}
#confirmBox .products .product-item .product-item-actions .actions-primary .action.tocart span {
  text-transform: none;
  text-decoration: underline;
}

.shipping-modal .modal-inner-wrap {
  max-width: 690px;
}
.shipping-modal._inner-scroll .modal-content {
  padding: 0 10px 13px 10px;
}
.shipping-modal table tr td {
  padding: 6px 10px;
  width: 120px;
}
.shipping-modal table tr td:first-of-type {
  width: auto;
}

.widget-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .widget-row {
    flex-wrap: wrap;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .widget-row {
    margin-bottom: 5px;
  }
}

.widget.kortho-image-slider {
  width: 70%;
  height: 350px;
}
@media screen and (max-width: 1024px) {
  .widget.kortho-image-slider {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .widget.kortho-image-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    height: 180px;
  }
}
.widget.kortho-image-slider.account-slider {
  width: 100%;
}
.widget.kortho-image-slider .slide {
  height: 350px;
  display: block;
}
@media screen and (max-width: 640px) {
  .widget.kortho-image-slider .slide {
    height: 180px;
  }
}
.widget.kortho-image-slider .slide .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
}
.widget.kortho-image-slider .slide .content h4 {
  max-width: 60%;
  font-size: 36px;
  color: #fff;
  line-height: 47px;
}
@media screen and (max-width: 640px) {
  .widget.kortho-image-slider .slide .content h4 {
    font-size: 18px;
    line-height: 22px;
    max-width: 75%;
    margin-bottom: 5px;
  }
}
.widget.kortho-image-slider .slide .content p {
  font-size: 21px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .widget.kortho-image-slider .slide .content p {
    font-size: 14px;
    line-height: 18px;
  }
}
.widget.review {
  width: 28%;
  background: #E8E8E8;
  height: 350px;
  padding: 20px 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .widget.review {
    margin-top: 15px;
    padding: 20px 15px;
    width: 33%;
    height: 230px;
  }
}
@media screen and (max-width: 639px) {
  .widget.review {
    width: 100%;
    height: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 10px 15px;
  }
}
.widget.review h3 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .widget.review h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .widget.review h3 {
    font-size: 17px;
  }
}
.widget.review .stars {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #CCCCCC;
}
@media (min-width: 640px) {
  .widget.review .stars {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .widget.review .stars {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .widget.review .stars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 639px) {
  .widget.review .stars {
    margin-bottom: 0;
  }
}
.widget.review .stars p {
  padding-top: 10px;
}
@media (min-width: 640px) {
  .widget.review .stars p {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .widget.review .stars p {
    position: absolute;
    left: 15px;
    font-size: 12px;
    padding-top: 20px;
  }
}
.widget.review .stars i {
  color: #FAB629;
  font-size: 18px;
}
@media (max-width: 767px) {
  .widget.review .stars i {
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  .widget.review .stars {
    border-bottom: 0;
  }
}
.widget.review ul {
  margin: 0;
  padding: 0 0 20px 0;
  list-style-type: none;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 1023px) {
  .widget.review ul {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 639px) {
  .widget.review ul {
    display: none;
  }
}
.widget.review ul li i {
  color: #44871E;
  font-weight: 300;
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .widget.review ul li {
    line-height: 10px;
  }
}
.widget.review .payment-icons {
  margin-top: 25px;
  width: 100%;
  height: 22px;
  display: flex;
  justify-content: space-between;
}
.widget.review .payment-icons img {
  height: 22px;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .widget.review .payment-icons {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .widget.widget-category-blocks {
    width: 64%;
    float: right;
    margin-top: -260px;
    position: relative;
  }
  .widget.widget-category-blocks:after {
    position: absolute;
    right: -2px;
    bottom: 0;
    top: 0;
    width: 100px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 90%);
    content: "";
  }
  .widget.widget-category-blocks .category-blocks-overflow-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 639px) {
  .widget.widget-category-blocks {
    width: 100%;
    margin-top: 0;
  }
}
.widget.widget-category-blocks .category-blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1023px) {
  .widget.widget-category-blocks .category-blocks-wrapper {
    flex-direction: column;
    height: 260px;
  }
}
@media screen and (max-width: 639px) {
  .widget.widget-category-blocks .category-blocks-wrapper {
    height: 230px;
  }
}
.widget.widget-category-blocks .category-blocks-wrapper h3 {
  padding: 0 10px;
  flex-basis: 100%;
  font-size: 20px;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 0;
}
.widget.widget-category-blocks .category-blocks-wrapper .category-block-wrapper {
  width: 33.333333%;
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 1440px) {
  .widget.widget-category-blocks .category-blocks-wrapper .category-block-wrapper {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .widget.widget-category-blocks .category-blocks-wrapper .category-block-wrapper {
    width: 275px;
  }
}
@media (max-width: 639px) {
  .widget.widget-category-blocks .category-blocks-wrapper .category-block-wrapper {
    width: 255px;
  }
}
.widget.widget-category-blocks .category-blocks-wrapper .category-block-wrapper .category-block {
  border: 1px solid #CCCCCC;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  color: #000;
}
@media (max-width: 1023px) {
  .widget.widget-category-blocks .category-blocks-wrapper .category-block-wrapper .category-block {
    padding: 21px 20px;
  }
}
@media (max-width: 639px) {
  .widget.widget-category-blocks .category-blocks-wrapper .category-block-wrapper .category-block {
    padding: 10px 20px;
  }
}
.widget.widget-category-blocks .category-blocks-wrapper .category-block-wrapper .category-block:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 6px 0 #CCCCCC;
}
.widget.widget-category-blocks .category-blocks-wrapper .category-block-wrapper .category-block .imagecontainer {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget.widget-category-blocks .category-blocks-wrapper .category-block-wrapper .category-block .imagecontainer img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
.widget.widget-category-blocks .category-blocks-wrapper .category-block-wrapper .category-block .categoryname {
  text-transform: uppercase;
  flex-basis: 100px;
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}
.widget.kortho-product-carousel {
  margin: 40px 0;
}
@media screen and (max-width: 1023px) {
  .widget.kortho-product-carousel {
    margin-bottom: 0;
  }
  .widget.kortho-product-carousel .products {
    margin-bottom: 0;
  }
}
.widget.kortho-product-carousel .products-usps-bar {
  width: 100%;
  padding: 10px 0;
  margin: 0 0 45px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  .widget.kortho-product-carousel .products-usps-bar {
    margin: 0;
    display: none;
  }
}
.widget.kortho-product-carousel .products-usps-bar ul {
  width: 100%;
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  background: #E8E8E8;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 639px) {
  .widget.kortho-product-carousel .products-usps-bar ul {
    flex-direction: column;
  }
}
.widget.kortho-product-carousel .products-usps-bar ul li {
  margin: 0;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  .widget.kortho-product-carousel .products-usps-bar ul li {
    font-size: 12px;
  }
}
.widget.kortho-product-carousel .products-usps-bar ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "";
  color: #44871E;
  margin-right: 5px;
}
.widget.kortho-product-carousel h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.widget.kortho-product-carousel .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 639px) {
  .widget.kortho-product-carousel .products {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.widget.kortho-product-carousel .products:after {
  background: #fff;
  content: "";
  position: absolute;
  right: 0;
  width: 5px;
  top: 0;
  bottom: 0;
}
.widget.kortho-product-carousel .products .product-wrapper {
  margin: 0 0 45px;
  width: 50%;
  max-width: calc(100%/5);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-right: 1px solid #CCCCCC;
  position: relative;
  box-shadow: 0 24px 3px -24px #ccc;
}
@media screen and (max-width: 1440px) {
  .widget.kortho-product-carousel .products .product-wrapper {
    max-width: calc(100%/3);
  }
}
@media screen and (max-width: 639px) {
  .widget.kortho-product-carousel .products .product-wrapper {
    max-width: calc(100%/2);
    margin-bottom: 0;
  }
  .widget.kortho-product-carousel .products .product-wrapper:after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: -20px;
    background: #CCCCCC;
  }
}
.widget.kortho-product-carousel .products .product-wrapper .product {
  width: 80%;
  padding: 18px 5px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  cursor: pointer;
  color: #242424;
}
@media screen and (max-width: 639px) {
  .widget.kortho-product-carousel .products .product-wrapper .product {
    padding: 10px 5px;
  }
}
.widget.kortho-product-carousel .products .product-wrapper .product:hover {
  text-decoration: none;
}
.widget.kortho-product-carousel .products .product-wrapper .product .brand {
  margin-bottom: 0;
  min-height: 18px;
}
.widget.kortho-product-carousel .products .product-wrapper .product .product-reviews-summary {
  min-height: 15px;
  margin: 0 0 10px;
}
.widget.kortho-product-carousel .products .product-wrapper .product .product-reviews-summary .rating-summary {
  left: 0;
  margin: 0;
}
.widget.kortho-product-carousel .products .product-wrapper .product .product-reviews-summary .rating-summary .rating-result {
  left: 0;
  margin: 0;
  width: 90px;
}
.widget.kortho-product-carousel .products .product-wrapper .product .product-reviews-summary .rating-summary .rating-result:before {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 4px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.widget.kortho-product-carousel .products .product-wrapper .product .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #FAB629;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 4px;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.widget.kortho-product-carousel .products .product-wrapper .product .product-reviews-summary .reviews-actions {
  color: #0277BF;
}
.widget.kortho-product-carousel .products .product-wrapper .product .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #242424;
  letter-spacing: 0;
  margin: 0;
}
.widget.kortho-product-carousel .products .product-wrapper .product .image {
  height: 125px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .widget.kortho-product-carousel .products .product-wrapper .product .product-usps {
    margin: 0;
  }
}
.widget.kortho-product-carousel .products .product-wrapper .product .product-usps ul {
  padding: 0;
  margin-left: 18px;
  font-size: 13px;
}
@media screen and (max-width: 639px) {
  .widget.kortho-product-carousel .products .product-wrapper .product .product-usps ul {
    font-size: 11px;
    height: 70px;
    padding: 0;
    margin: 0;
  }
  .widget.kortho-product-carousel .products .product-wrapper .product .product-usps ul li {
    padding-left: 15px;
    margin-bottom: 5px;
    list-style-type: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .widget.kortho-product-carousel .products .product-wrapper .product .product-usps ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #242424;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
  }
}
.widget.kortho-product-carousel .products .product-wrapper .product .price-box {
  margin-bottom: 10px;
}
.widget.kortho-product-carousel .products .product-wrapper .product .price-box .price-label {
  display: none !important;
}
.widget.kortho-product-carousel .products .product-wrapper .product .price {
  font-weight: 600;
  font-size: 34px;
  display: flex;
  color: #242424;
  line-height: 1.2;
}
.widget.kortho-product-carousel .products .product-wrapper .product .price .decimal {
  font-size: 16px;
  margin-top: 5px;
}
.widget.block-viewed-products-grid {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #CCCCCC;
}
.widget.block-viewed-products-grid .block-title {
  margin-bottom: 17px;
}
.widget.block-viewed-products-grid .block-content .product-items {
  display: flex;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item {
  width: 140px;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 145px;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-info .product-item-photo {
  width: 120px;
  display: block;
  padding: 0;
}
.widget.block-viewed-products-grid .block-content .product-items .product-item .product-item-info .product-item-details {
  text-align: center;
  display: block;
}
.widget.block-viewed-products-grid .product-item-actions {
  display: none;
}
.widget.block-new-products-list .product-items, .widget.block-new-products.grid .product-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-row-gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .widget.block-new-products-list .product-items, .widget.block-new-products.grid .product-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .widget.block-new-products-list .product-items, .widget.block-new-products.grid .product-items {
    grid-template-columns: repeat(5, 1fr);
  }
}
.widget.block-new-products-list .product-items .product-item, .widget.block-new-products.grid .product-items .product-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .widget.block-new-products-list .product-items .product-item:nth-of-type(2n + 1), .widget.block-new-products.grid .product-items .product-item:nth-of-type(2n + 1) {
    border-left: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .widget.block-new-products-list .product-items .product-item:nth-of-type(3n + 1), .widget.block-new-products.grid .product-items .product-item:nth-of-type(3n + 1) {
    border-left: none;
  }
}
@media screen and (min-width: 1024px) {
  .widget.block-new-products-list .product-items .product-item:nth-of-type(5n + 1), .widget.block-new-products.grid .product-items .product-item:nth-of-type(5n + 1) {
    border-left: none;
  }
}

.modal-footer .action-primary.action-accept {
  background: #FF0500;
  color: #E8E8E8;
  border: none;
  font-weight: 700;
}
.modal-footer .action-secondary.action-dismiss {
  background: #FF0500;
  color: #E8E8E8;
  border: none;
  margin-right: 10px;
  font-weight: 700;
}

.cart-header {
  width: 100%;
  border: 1px solid #CCCCCC;
  display: flex;
  margin-bottom: 20px;
  border-radius: 4px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cart-header {
    flex-wrap: wrap;
  }
}
.cart-header > div {
  width: 33.3333333%;
  border-right: 1px solid #CCCCCC;
  padding: 10px 18px;
  display: flex;
}
@media (max-width: 767px) {
  .cart-header > div {
    width: 100%;
    border-right: 0;
    padding: 5px 10px;
  }
}
.cart-header > div:last-of-type {
  border-right: none;
}
.cart-header > div .step-icon {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  margin-right: 14px;
  line-height: 19px;
  background: #CCCCCC;
}
.cart-header > div.active .step-icon {
  background: #0277BF;
}
.cart-header > div.complete .step-icon {
  background: #44871E;
  text-indent: -99rem;
}
.cart-header > div.complete .step-icon:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.2rem;
  text-indent: 0;
}

.checkout-cart-index .page-title {
  margin-bottom: 10px;
}
.checkout-cart-index .page-title .base {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .checkout-cart-index .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.checkout-cart-index .cart-container .form-cart {
  width: calc(100% - 400px);
}
@media (max-width: 1100px) {
  .checkout-cart-index .cart-container .form-cart {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1023px) {
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item {
    position: static;
    display: block;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item {
  padding: 15px 15px 9px 15px;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item {
    padding: 0;
  }
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item .product-item-photo {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item .product-item-photo {
    top: 25px;
    height: 60px;
  }
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item .product-item-details {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item .product-item-details .product-item-name {
    max-width: 100%;
  }
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item .product-item-details .product-item-name a {
  font-weight: 700;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item .product-item-details .item-options {
  margin: 0;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item .product-item-details .item-options {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item {
    width: 100%;
    height: 50px;
    order: 2;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item span {
    height: 50px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item span span {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.item span span img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.actions {
  padding: 0;
  width: 1%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.actions {
    position: absolute;
    top: 3px;
    right: 0;
  }
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.qty {
  padding: 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.qty {
    position: absolute;
    right: 100px;
    bottom: 0;
    width: auto;
    display: block;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.qty:before {
    display: none;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.qty label {
    display: none;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.qty .field.qty {
    display: block;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.qty .update.inactive {
    display: none;
  }
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.subtotal {
  width: 1%;
  vertical-align: middle;
  padding-left: 40px;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.subtotal .price {
  font-size: 14px;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.subtotal {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    width: auto;
    display: block;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .col.subtotal:before {
    display: none;
  }
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .actions-toolbar {
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 1023px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .actions-toolbar {
    flex-wrap: wrap;
  }
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .actions-toolbar .action.towishlist {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .actions-toolbar .action {
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0 10px;
  color: #242424;
  text-decoration: underline;
  position: relative;
  text-transform: lowercase;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .actions-toolbar .action:not(:last-of-type):after {
  content: "|";
  position: absolute;
  right: -12px;
  top: 0;
}
@media (max-width: 1023px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .actions-toolbar .action:not(:last-of-type):after {
    display: none;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .actions-toolbar .action.action-edit {
    display: none;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .actions-toolbar .action.action-delete {
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    margin: 0;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .actions-toolbar .action.action-delete:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    color: #000;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper.cart #shopping-cart-table .cart.item .item-info .actions-toolbar .action.action-delete span {
    font: 0/0 a;
  }
}
.checkout-cart-index .cart-container .cart.main.actions {
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index .cart-container .cart.main.actions .action {
  background: none;
  border: none;
  font-size: 12px;
  color: #7F7F7F;
  font-weight: 400;
}
.checkout-cart-index .cart-container .cart.main.actions .action span {
  text-decoration: underline;
  font-size: 12px;
}
.checkout-cart-index .cart-container .cart-summary {
  margin-top: 20px;
  margin-left: 20px;
  width: 380px;
  padding: 0;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .checkout-cart-index .cart-container .cart-summary {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .checkout-cart-index .cart-container .cart-summary {
    width: 100%;
    float: none;
    position: inherit;
    order: 1;
    margin-left: 0;
  }
}
.checkout-cart-index .cart-container .cart-summary .cart-summary-title-wrapper {
  padding: 15px 20px;
  font-size: 20px;
  background: #fff;
  border-bottom: 1px solid #CCCCCC;
}
.checkout-cart-index .cart-container .cart-summary > div {
  padding: 0 20px;
}
.checkout-cart-index .cart-container .cart-summary > div .title {
  border: none;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping-heading {
  font-size: 14px;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand .mark, .checkout-cart-index .cart-container .cart-summary .cart-totals .grand .amount {
  padding-top: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand .mark strong, .checkout-cart-index .cart-container .cart-summary .cart-totals .grand .amount strong {
  font-weight: 700;
}
.checkout-cart-index .cart-container .cart-summary #block-discount {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  padding: 20px;
  margin-top: 0;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  background: #44871E;
  border-color: #44871E;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E8E8E8;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout:after {
  content: "";
  position: relative;
  font-family: "Font Awesome 5 Pro";
  margin-left: 15px;
  font-size: 20px;
  margin-top: 0;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  color: #44871E;
  background-color: #fff;
  border-color: #44871E;
}
.checkout-cart-index .cart-container .cart-summary .usps {
  border-top: 1px solid #CCCCCC;
  background: #fff;
  padding: 10px 20px;
}
.checkout-cart-index .cart-container .cart-summary .usps ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}
.checkout-cart-index .cart-container .cart-summary .usps ul li {
  line-height: 20px;
  color: #242424;
}
.checkout-cart-index .cart-container .cart-summary .usps ul li i {
  margin-right: 5px;
  color: #44871E;
}
.checkout-cart-index .cart-container .cart-discount {
  float: left;
  margin-top: 50px;
  width: calc(100% - 400px);
}
@media (max-width: 1100px) {
  .checkout-cart-index .cart-container .cart-discount {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1023px) {
  .checkout-cart-index .cart-container .cart-discount {
    width: 100%;
    float: none;
  }
}

#minicart-content-wrapper .actions .primary .action.primary.checkout {
  background: #44871E;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0;
  height: 44px;
  justify-content: center;
  border-color: #44871E;
}
#minicart-content-wrapper .actions .primary .action.primary.checkout:hover {
  color: #E8E8E8;
}

.block.quickorder {
  max-width: 40%;
  display: block;
}
@media (max-width: 767px) {
  .block.quickorder {
    max-width: 100%;
    padding: 5px 10px;
  }
}
.block.quickorder form {
  display: flex;
  flex-wrap: wrap;
}
.block.quickorder form span.label {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 1rem;
}
.block.quickorder form input {
  display: inline-block;
  flex: 1;
  margin-right: 1rem;
}
.block.quickorder form input:nth-of-type(3) {
  max-width: 7.5rem;
}

.checkout-index-index.firecheckout .page-title .base {
  font-size: 28px;
  font-weight: 700;
}
.checkout-index-index.firecheckout .form-shipping-address input[type=radio],
.checkout-index-index.firecheckout #checkout input[type=radio] {
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #CCCCCC;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 1px;
  left: 1px;
  box-sizing: content-box;
}
.checkout-index-index.firecheckout .form-shipping-address input[type=radio]:checked, .checkout-index-index.firecheckout .form-shipping-address input[type=radio]:focus, .checkout-index-index.firecheckout .form-shipping-address input[type=radio]:checked:focus,
.checkout-index-index.firecheckout #checkout input[type=radio]:checked,
.checkout-index-index.firecheckout #checkout input[type=radio]:focus,
.checkout-index-index.firecheckout #checkout input[type=radio]:checked:focus {
  box-shadow: 0 0 0 1px #0277BF;
  background: #0277BF;
  border: 2px solid #fff;
}
.checkout-index-index.firecheckout .form-shipping-address input[type=radio]:after,
.checkout-index-index.firecheckout #checkout input[type=radio]:after {
  display: none;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper {
  margin: 0 -15px;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li {
  border: none;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li .step-title {
  font-weight: 700;
  font-size: 20px;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li .step-title:before {
  display: none;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li .field:not(.choice).fc-dirty input[type=text], .checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li .field:not(.choice).fc-dirty input[type=email], .checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li .field:not(.choice).fc-dirty select {
  line-height: 28px;
  padding-bottom: 2px;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li input[type=text], .checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li input[type=email], .checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li select {
  border-radius: 4px;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li input[type=checkbox]:checked {
  box-shadow: 0 0 0 10px #0277BF inset;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li .field.street .control {
  display: flex;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li .field.street .control .field {
  flex-basis: 25%;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .opc > li .field.street .control .field:first-of-type {
  flex-basis: 50%;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .shipping-address-item {
  cursor: pointer;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .shipping-address-item.not-selected-item {
  border-color: #CCCCCC;
  border-width: 1px;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .shipping-address-item.selected-item {
  border-color: #0277BF;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .shipping-address-item.selected-item:after {
  background: #0277BF;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .shipping-address-item > .action.edit-address-link {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 0;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .checkout-shipping-method .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 23px;
  margin-bottom: 20px;
  line-height: 18px;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .checkout-shipping-method .carrier {
  font-weight: bold;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .checkout-shipping-method .method-price {
  margin-left: 5px;
  flex-basis: 1px;
  flex-grow: 1;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .checkout-shipping-method .method {
  flex-basis: 100%;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .checkout-payment-method .payment-method {
  position: relative;
  margin-bottom: 20px;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .checkout-payment-method .payment-method .payment-method-title {
  padding: 0;
  font-weight: bold;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .checkout-payment-method .payment-method label {
  line-height: 18px;
  margin-left: 25px;
  cursor: pointer;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .checkout-payment-method .payment-method-content {
  padding: 0;
}
@media (min-width: 768px) {
  .checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .checkout-payment-method .amcard-field-container {
    padding-left: 0;
  }
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar {
  padding: 15px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    border: 0;
  }
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .title {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .title:before {
  display: none;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .block.items-in-cart {
  margin-top: 20px;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .block.items-in-cart .title {
  border-top: 0;
  padding: 0;
  color: #000;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .block.items-in-cart .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: relative;
  right: inherit;
  top: inherit;
  transform: none;
  border: none;
  width: auto;
  height: auto;
  margin: 0;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .block.items-in-cart .title strong {
  display: inline-flex;
  font-size: 13px;
  text-decoration: underline;
  text-transform: none;
  font-weight: normal;
  color: #000;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .block.items-in-cart .title strong span {
  margin-left: 0;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .block.items-in-cart .title strong span:not(:last-of-type):after {
  content: " ";
  white-space: pre;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .block.items-in-cart .title strong:after {
  display: none;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .block.items-in-cart.active .title:after {
  content: "";
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .totals-wrapper {
  margin: 0 -15px;
  padding: 10px 15px 0 15px;
  border-top: 1px solid #CCCCCC;
  background: #E8E8E8;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .totals-wrapper .table-totals {
  margin: 0;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .totals-wrapper .grand.totals strong {
  font-weight: bold;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .swissup-checkout-fields {
  margin: 0 -15px;
  padding: 10px 15px 0 15px;
  border-top: 1px solid #CCCCCC;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .order-review-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 25px 15px;
  margin-top: 0;
  border-bottom: 1px solid #CCCCCC;
  background: #E8E8E8;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .order-review-form .primary {
  width: 100%;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .order-review-form .action.primary {
  border-radius: 4px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 15px;
  height: 40px;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .order-review-form .action.primary span:after {
  font-size: 13px;
  margin-left: 15px;
  font-family: "Font Awesome 5 Pro";
  content: ;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .discount-code {
  margin-top: 20px;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .discount-code .action-toggle {
  border-top: 0;
  padding: 0;
  color: #000;
  text-transform: none;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .discount-code .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: relative;
  right: inherit;
  top: inherit;
  transform: none;
  border: none;
  width: auto;
  height: auto;
  margin: 0;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .discount-code .action-toggle span {
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .discount-code._active .action-toggle:after {
  content: "";
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .discount-code .fieldset.coupon {
  margin: 0;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .discount-code .fieldset.coupon .action.apply {
  background: #fff;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .discount-code .fieldset.coupon .action.apply span {
  color: #0277BF;
  text-decoration: underline;
  font-weight: normal;
  font-size: 13px;
}
.checkout-index-index.firecheckout .modal-popup .modal-footer .action + .action,
.checkout-index-index.firecheckout .modal-custom:not(.opc-sidebar) .modal-footer .action + .action {
  margin: 0 10px;
}

@media print {
  .page-footer {
    margin-top: 0;
  }
}
.page-footer .footer-usps {
  width: 100%;
  border-bottom: 6px solid #FF0500;
  background: #E8E8E8;
}
.page-footer .footer-usps ul {
  width: 90%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  max-width: 1200px;
}
@media print {
  .page-footer .footer-usps ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .page-footer .footer-usps ul {
    flex-wrap: wrap;
  }
}
.page-footer .footer-usps ul li {
  margin: 0 10px 30px;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer-usps ul li {
    margin: 0 auto 15px;
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .page-footer .footer-usps ul li {
    display: none;
  }
  .page-footer .footer-usps ul li:first-of-type {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media print {
  .page-footer .footer-usps ul li {
    width: 50%;
    margin: 0 auto 15px;
  }
}
.page-footer .footer-usps ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  content: "";
  color: #44871E;
  margin-right: 5px;
}
.page-footer .footer.content {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #CCCCCC;
  border-top: none;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 639px) {
  .page-footer .footer.content {
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media print {
  .page-footer .footer.content {
    margin-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.page-footer .footer.content h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
@media print {
  .page-footer .footer.content h5 {
    margin: 10px 0;
  }
}
.page-footer .footer.content h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-footer .footer.content ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
.page-footer .footer.content ul li a {
  color: #242424;
}
.page-footer .footer.content .footer-left {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-left {
    width: 50%;
  }
}
.page-footer .footer.content .footer-middle {
  margin-left: 15%;
}
.page-footer .footer.content .footer-middle ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-middle {
    margin-left: 0;
    width: 50%;
  }
}
@media print {
  .page-footer .footer.content .footer-middle {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .page-footer .footer.content .footer-middle p {
    columns: 2;
    column-gap: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .page-footer .footer.content .footer-left h5, .page-footer .footer.content .footer-middle h5 {
    position: relative;
  }
  .page-footer .footer.content .footer-left h5:after, .page-footer .footer.content .footer-middle h5:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: 5px;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 639px) and (max-width: 767px) {
  .page-footer .footer.content .footer-left h5:after, .page-footer .footer.content .footer-middle h5:after {
    right: 0;
  }
}
@media print and (max-width: 639px) {
  .page-footer .footer.content .footer-left h5:after, .page-footer .footer.content .footer-middle h5:after {
    display: none;
  }
}
@media (max-width: 639px) {
  .page-footer .footer.content .footer-left.opened h5:after, .page-footer .footer.content .footer-middle.opened h5:after {
    transform: rotate(180deg);
  }
}
.page-footer .footer.content .footer-right {
  margin-left: 15%;
  max-width: 300px;
  position: relative;
}
.page-footer .footer.content .footer-right h6 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) and (min-width: 640px) {
  .page-footer .footer.content .footer-right {
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right .col {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) and (max-width: 639px) {
  .page-footer .footer.content .footer-right .col {
    width: 100%;
  }
  .page-footer .footer.content .footer-right .col:last-of-type h6 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right .content-top {
    max-width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right h5 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right h6 {
    margin-top: 30px;
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .page-footer .footer.content .footer-right {
    padding-bottom: 0;
  }
}
.page-footer .footer.content .footer-right .form.subscribe {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right .form.subscribe {
    max-width: 300px;
  }
}
.page-footer .footer.content .footer-right .form.subscribe .actions .action.subscribe {
  position: absolute;
  right: 0;
  top: 1px;
  background: none;
  border: none;
  color: #242424;
}
.page-footer .footer.content .footer-right .form.subscribe .actions .action.subscribe i {
  font-size: 19px;
}
.page-footer .footer.content .footer-right .form.subscribe .actions .action.subscribe i:before {
  font-weight: 300;
}
.page-footer .footer.content .footer-right .social-icons {
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right .social-icons {
    padding-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .page-footer .footer.content .footer-right .social-icons {
    position: static;
    border-top: 1px solid #CCCCCC;
    padding: 20px 0 10px;
    margin-top: 20px;
  }
}
.page-footer .footer.content .footer-right .social-icons ul {
  display: flex;
}
.page-footer .footer.content .footer-right .social-icons ul li {
  margin-right: 30px;
}
.page-footer .footer.content .footer-right .social-icons ul li:last-of-type {
  margin-right: 0;
}
.page-footer .footer.content .footer-right .social-icons ul li i {
  font-size: 24px;
}
@media screen and (max-width: 639px) {
  .page-footer .footer.content .footer-right .social-icons ul {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .page-footer .footer.content .footer-left, .page-footer .footer.content .footer-middle {
    max-height: 50px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
  }
  .page-footer .footer.content .footer-left.opened, .page-footer .footer.content .footer-middle.opened {
    max-height: 500px;
    padding-bottom: 20px;
  }
  .page-footer .footer.content .footer-left.opened h6:after, .page-footer .footer.content .footer-middle.opened h6:after {
    transform: rotate(180deg);
  }
  .page-footer .footer.content .footer-left h6, .page-footer .footer.content .footer-middle h6 {
    position: relative;
  }
  .page-footer .footer.content .footer-left h6:after, .page-footer .footer.content .footer-middle h6:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 5px;
    font-weight: 300;
  }
}
.page-footer .footer.footer-bottom {
  border: none;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
@media screen and (max-width: 639px) {
  .page-footer .footer.footer-bottom {
    margin: 5px;
  }
}
@media print {
  .page-footer .footer.footer-bottom {
    margin-top: -17px;
    margin-bottom: 0;
  }
}
.page-footer .footer.footer-bottom p {
  margin: 0;
}
@media screen and (max-width: 639px) {
  .page-footer .footer.footer-bottom p {
    margin: 0 auto;
  }
}
.page-footer .footer.footer-bottom ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  width: 100%;
}
.page-footer .footer.footer-bottom ul li {
  margin-left: 20px;
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
}
@media screen and (max-width: 639px) {
  .page-footer .footer.footer-bottom ul li {
    display: none;
  }
}
.page-footer .footer.footer-bottom ul li a {
  font-size: 12px;
}
.page-footer .footer.footer-bottom ul li:before {
  content: "";
  width: 1px;
  height: 12px;
  top: 2px;
  position: absolute;
  left: -10px;
  background: #242424;
}
.page-footer .footer.footer-bottom ul li:first-of-type {
  margin-left: 0;
}
.page-footer .footer.footer-bottom ul li:first-of-type:before {
  display: none;
}
.page-footer .footer.footer-bottom ul li:last-of-type {
  margin-left: auto;
}
@media screen and (max-width: 639px) {
  .page-footer .footer.footer-bottom ul li:last-of-type {
    display: block;
    margin-right: auto;
  }
}
.page-footer .footer.footer-bottom ul li:last-of-type:before {
  display: none;
}
@media print {
  .page-footer .footer.footer-bottom ul li:not(:last-of-type) {
    display: none;
  }
}

/**
  * Kortho
 */
.customer-account-login .page-wrapper, .customer-account-createpassword .page-wrapper, .cms-account-aanvragen .page-wrapper {
  justify-content: center;
}
.customer-account-login .page-wrapper .page-main, .customer-account-createpassword .page-wrapper .page-main, .cms-account-aanvragen .page-wrapper .page-main {
  position: relative;
  padding: 52px 32px 20px 32px;
  flex-grow: 0;
  border: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .customer-account-login .page-wrapper .page-main, .customer-account-createpassword .page-wrapper .page-main, .cms-account-aanvragen .page-wrapper .page-main {
    max-width: 56rem;
  }
}
.customer-account-login .page-wrapper .page-main:before, .customer-account-createpassword .page-wrapper .page-main:before, .cms-account-aanvragen .page-wrapper .page-main:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(270deg, #05AFE1 0%, #0277BF 100%);
  width: 100%;
  height: 32px;
}
.customer-account-login .page-wrapper .page-main .login-wrapper, .customer-account-createpassword .page-wrapper .page-main .login-wrapper, .cms-account-aanvragen .page-wrapper .page-main .login-wrapper {
  display: flex;
  flex-direction: column;
}
.customer-account-login .page-wrapper .page-main .login-wrapper .logo, .customer-account-createpassword .page-wrapper .page-main .login-wrapper .logo, .cms-account-aanvragen .page-wrapper .page-main .login-wrapper .logo {
  float: none;
  margin: 0 0 15px 0;
}
.customer-account-login .page-wrapper .page-main .login-wrapper .logo img, .customer-account-createpassword .page-wrapper .page-main .login-wrapper .logo img, .cms-account-aanvragen .page-wrapper .page-main .login-wrapper .logo img {
  max-width: 130px !important;
}
.customer-account-login .page-wrapper .page-main .login-wrapper input, .customer-account-createpassword .page-wrapper .page-main .login-wrapper input, .cms-account-aanvragen .page-wrapper .page-main .login-wrapper input {
  border: 1px solid #CCC;
  border-radius: 3px;
}
.customer-account-login .page-wrapper .page-main .login-wrapper .actions, .customer-account-createpassword .page-wrapper .page-main .login-wrapper .actions, .cms-account-aanvragen .page-wrapper .page-main .login-wrapper .actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.customer-account-login .page-wrapper .page-main .login-wrapper .actions .action, .customer-account-createpassword .page-wrapper .page-main .login-wrapper .actions .action, .cms-account-aanvragen .page-wrapper .page-main .login-wrapper .actions .action {
  font-size: 15px;
}
.customer-account-login .page-wrapper .page-main .login-wrapper .actions .action.primary, .customer-account-createpassword .page-wrapper .page-main .login-wrapper .actions .action.primary, .cms-account-aanvragen .page-wrapper .page-main .login-wrapper .actions .action.primary {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 10px 25px;
  background: #44871E;
  border: 1px solid #44871E;
}
.customer-account-login .page-wrapper .page-main .login-wrapper .actions .action.primary:hover, .customer-account-createpassword .page-wrapper .page-main .login-wrapper .actions .action.primary:hover, .cms-account-aanvragen .page-wrapper .page-main .login-wrapper .actions .action.primary:hover {
  background: #FFF;
  color: #44871E;
}
.customer-account-login .page-wrapper .page-main .login-wrapper .actions .action.remind, .customer-account-createpassword .page-wrapper .page-main .login-wrapper .actions .action.remind, .cms-account-aanvragen .page-wrapper .page-main .login-wrapper .actions .action.remind {
  margin-top: 24px;
  font-size: 14px;
  text-decoration: underline;
}
.customer-account-login .page-wrapper .page-main .login-wrapper .actions .action i, .customer-account-createpassword .page-wrapper .page-main .login-wrapper .actions .action i, .cms-account-aanvragen .page-wrapper .page-main .login-wrapper .actions .action i {
  margin-right: 10px;
  font-size: 20px;
}
.customer-account-login .login-note, .customer-account-createpassword .login-note, .cms-account-aanvragen .login-note {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .customer-account-login .login-note, .customer-account-createpassword .login-note, .cms-account-aanvragen .login-note {
    max-width: 56rem;
  }
}

.customer-account-createpassword .fieldset {
  margin-bottom: 25px;
}
.customer-account-createpassword .form.password.reset {
  width: 100%;
  min-width: auto;
}

.cms-account-aanvragen .page-wrapper .page-main {
  max-width: 600px;
}
.cms-account-aanvragen .logo {
  float: none;
}
.cms-account-aanvragen h1 {
  font-family: "Nunito";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cms-account-aanvragen h3.legend {
  margin-left: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Nunito";
}
.cms-account-aanvragen .fieldset {
  width: auto;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}
.cms-account-aanvragen .fieldset > div.field {
  margin-bottom: 0;
}
.cms-account-aanvragen .webforms form .actions-toolbar {
  margin-left: 0;
  padding: 0;
}
.cms-account-aanvragen .action.submit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 10px 25px;
  background: #44871E;
  border: 1px solid #44871E;
}
.cms-account-aanvragen .action.submit:hover {
  background: #FFF;
  color: #44871E;
}
.cms-account-aanvragen .action.submit:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: normal;
  font-size: 20px;
  margin-right: 10px;
}

.page-header {
  position: relative;
}
.page-header .menucontainer-wrapper {
  height: auto;
}
.page-header .action.nav-toggle {
  display: none;
}
@media screen and (min-width: 640px) {
  .page-header .header.content .logo img {
    height: auto;
  }
}
.page-header .header.content .minicart-wrapper {
  margin-right: 1.5rem;
}
.page-header .header.content .block-search {
  border-top: none;
  height: 3.8rem;
}
.page-header .header.menucontainer {
  display: flex;
  position: relative;
  margin: 0 auto;
  padding: 0 1.5rem;
  min-height: 4.4rem;
  height: auto;
  background: white;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-header .header.menucontainer {
    justify-content: end;
  }
}
.page-header .header.menucontainer .support-vat-wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  flex-grow: 1;
  min-height: 4.4rem;
  height: auto;
  padding: 0;
  color: #242424;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-header .header.menucontainer .support-vat-wrapper {
    justify-content: end;
  }
}
.page-header .header.menucontainer .taxswitcher-wrapper {
  display: flex;
  position: relative;
  margin-left: 1rem;
  align-items: center;
  margin-bottom: 0;
  font-size: 12px;
  min-height: 4.4rem;
  height: auto;
}
.page-header .header.menucontainer .taxswitcher-wrapper .label {
  margin-right: 10px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}
.page-header .header.menucontainer .taxswitcher-wrapper .taxswitcher {
  display: flex;
  align-items: center;
}
.page-header .header.menucontainer .taxswitcher-wrapper .switcher {
  border: 1px solid #CCC;
  background: #CCC;
  border-radius: 10px;
  padding: 2px 2px;
  display: flex;
  align-items: center;
  margin-right: 5px;
  text-transform: uppercase;
}
.page-header .header.menucontainer .taxswitcher-wrapper .switcher a {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  color: #000;
  text-decoration: none;
}
.page-header .header.menucontainer .taxswitcher-wrapper .switcher a.active {
  background: #FFF;
  color: #fff;
}
.page-header .header.menucontainer .taxswitcher-wrapper .switcher a.incl.active {
  background: #FFF;
}
.page-header .header.menucontainer ul.main-menu {
  display: flex;
  position: relative;
  margin: 0;
  height: 4.4rem;
}
.page-header .header.menucontainer ul li > a, .page-header .header.menucontainer ul li:not(.parent) > a {
  padding: 0 0.4rem;
}
@media screen and (min-width: 768px) {
  .page-header .header.menucontainer ul li > a, .page-header .header.menucontainer ul li:not(.parent) > a {
    padding: 0 1.4rem;
  }
}
.page-header .header.menucontainer ul > li {
  display: flex;
  position: relative;
  margin: 0;
}
.page-header .header.menucontainer ul > li > a {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0 1rem;
  font-weight: 600;
}
.page-header .header.menucontainer ul > li > a:hover {
  text-decoration: none;
  color: #1D9FD8;
}

.catalog-product-view .page-main .column.main {
  display: flex;
}
.catalog-product-view .page-main .column.main .product.media {
  width: 100%;
  margin-right: 0;
}
.catalog-product-view .page-main .column.main .product-info-main {
  float: none;
  width: 100%;
  order: 0;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .page-main .column.main .product-info-main {
    width: auto;
    flex: 1;
  }
}
.catalog-product-view .page-main .column.main .product-info-main-container {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .page-main .column.main .product-info-main-container {
    flex-wrap: nowrap;
  }
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper {
  display: block;
  width: 100%;
}
.catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.related {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product-info-main {
    display: contents;
  }
  .catalog-product-view .page-main .column.main .product-info-main-container {
    display: contents;
  }
  .catalog-product-view .page-main .column.main .page-title-wrapper {
    order: 10;
  }
  .catalog-product-view .page-main .column.main .after-page-title {
    order: 25;
  }
  .catalog-product-view .page-main .column.main .product.media {
    order: 50;
  }
  .catalog-product-view .page-main .column.main .product.attribute.overview {
    order: 75;
  }
  .catalog-product-view .page-main .column.main .product-info-price {
    order: 100;
  }
  .catalog-product-view .page-main .column.main .discount-info--wrapper {
    order: 150;
  }
  .catalog-product-view .page-main .column.main .product-info-detailed-wrapper {
    margin-top: 2.4rem;
    order: 999;
  }
  .catalog-product-view .page-main .column.main .product-details {
    order: 999;
  }
}
.catalog-product-view .content-left {
  display: contents;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .content-left {
    display: block;
    width: 40%;
  }
}
.catalog-product-view .content-right {
  display: contents;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .content-right {
    display: block;
    width: calc(60% - 4rem);
    margin-left: 4rem;
  }
}
.catalog-product-view .product-details-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.catalog-product-view .product-details-wrapper #amfile_attachment {
  order: 10;
}
.catalog-product-view .product-details-wrapper #additional {
  order: 20;
}
.catalog-product-view .product-details-wrapper #description {
  order: 30;
}
.catalog-product-view .product-details-wrapper #reviews {
  order: 40;
}
.catalog-product-view .product-details--item {
  width: 100%;
  padding-top: 3.2rem;
}

.am-attachments .am-fileline .am-fileicon {
  order: 0;
  max-height: 1.6rem;
  margin-right: 1.8rem;
}
.am-attachments .am-fileline .am-filename {
  order: 1;
}
.am-attachments .am-fileline .am-filelink {
  order: 3;
}
.am-attachments .am-fileline .am-filesize {
  order: 2;
}
.am-attachments-tab .am-fileline {
  display: flex;
  align-items: center;
  padding: 0.9rem 1.8rem;
  border-bottom: 1px solid #E8E8E8;
}
.am-attachments-tab .am-fileline:first-of-type {
  border-top: 1px solid #E8E8E8;
}
.am-attachments-tab .am-fileline .am-filelink {
  margin-left: auto;
  text-decoration: underline;
}

.additional-attributes-wrapper {
  margin-bottom: 0;
}
.additional-attributes .col.label {
  font-weight: 400;
  padding-left: 0;
}

.coding_unit {
  background: linear-gradient(270deg, #05AFE1 0%, #0277BF 100%);
  color: white;
  border-radius: 0.4rem;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
}

label.coding_unit {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
}

h3.coding_unit {
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  padding: 0.75rem 1rem;
}

.catalog-product-view .coding_unit {
  margin: 0 0 2rem 0;
  display: flex;
  width: max-content;
}

.product-description {
  max-height: 10rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  transition: max-height 300ms;
}
.product-description:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 65px;
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
}
.product-description.opened {
  max-height: 100%;
}
.product-description.opened:after {
  background: none;
}
.product-description .read-more {
  position: absolute;
  z-index: 2;
  bottom: 0;
  text-decoration: underline;
  cursor: pointer;
}

.catalog-product-view .page-main .column.main .product-info-main .after-page-title {
  flex-wrap: wrap;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form {
  max-width: 100%;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .price-box {
  display: flex;
  flex-flow: column;
  margin-top: 3.5rem;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .price-box .price-container .price-label {
  display: initial !important;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .price-box .special-price .price-container .price-wrapper .price {
  font-size: 2.6rem;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .price-box .old-price {
  margin: 1rem 0;
  text-decoration: none;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .price-box .old-price .price-container {
  display: flex;
  align-items: center;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .price-box .old-price .price-container .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 400;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .price-box .old-price .price-container .price-wrapper .price .decimal {
  font-size: 1.4rem;
  margin-top: 0;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .stock-shipping-wrapper {
  max-width: 100%;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart > .fieldset {
  display: flex;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart .fieldset .label {
  display: none;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart .fieldset .field.qty {
  padding: 0 1rem 0 0;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart .fieldset .field.qty .control select.qty {
  width: 9rem;
}
.catalog-product-view .page-main .column.main .product-info-main .product-info-price .product-add-form .box-tocart .actions {
  padding: 0;
}

.product.item .price-label {
  display: none;
}
.product.item .old-price,
.product.item .discount-percentage {
  display: none;
}
.product.item .price-wrapper {
  font-size: 1.1rem;
  margin-top: 0;
}
.product.item .price-wrapper:before {
  content: none;
}
.product.item .price-wrapper::after {
  content: attr(data-label);
  font-size: 1.2rem;
  color: #000000;
  opacity: 0.5;
}
.product.item .price-wrapper .price {
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
.product.item .price-wrapper > span {
  display: block;
}

.related-products .amslider .slide .category-item, .related-products .amslider .slide .category-item,
.page-products .amslider .slide .category-item,
.page-products .amslider .slide .category-item {
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
.related-products .amslider .slide .category-item:hover, .related-products .amslider .slide .category-item.active, .related-products .amslider .slide .category-item:hover, .related-products .amslider .slide .category-item.active,
.page-products .amslider .slide .category-item:hover,
.page-products .amslider .slide .category-item.active,
.page-products .amslider .slide .category-item:hover,
.page-products .amslider .slide .category-item.active {
  box-shadow: 0px 6px 5px -5px rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}
.related-products ol.products.list.items.header,
.page-products ol.products.list.items.header {
  display: none;
}
@media (min-width: 768px) {
  .related-products ol.products.list.items.header,
.page-products ol.products.list.items.header {
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 8rem 1.5fr auto 0.2fr 0.2fr 15rem;
    grid-column-gap: 1.5rem;
    background: #E8E8E8;
    font-weight: 600;
    margin: 0;
    padding: 1rem 1rem;
  }
}
.related-products .products,
.page-products .products {
  margin: 0;
}
.related-products .products.wrapper,
.page-products .products.wrapper {
  margin-top: 0;
  border-radius: 3px;
  border: 1px solid #CCC;
}
.related-products .products .image,
.page-products .products .image {
  grid-column: 1/span 3;
}
@media (min-width: 768px) {
  .related-products .products .image,
.page-products .products .image {
    grid-column: 1;
    padding: 0.5rem;
  }
}
.related-products .products .image .product-image-container,
.page-products .products .image .product-image-container {
  width: 100% !important;
}
.related-products .products .image .product-image-container .product-image-wrapper,
.page-products .products .image .product-image-container .product-image-wrapper {
  height: initial;
}
.related-products .products .image .product-image-container .product-image-photo,
.page-products .products .image .product-image-container .product-image-photo {
  width: 100%;
  max-width: 24rem;
  height: auto;
  position: relative;
  background: white;
}
.related-products .products .details,
.page-products .products .details {
  grid-column: 4/span 3;
}
@media (min-width: 768px) {
  .related-products .products .details,
.page-products .products .details {
    grid-column: 2;
  }
}
.related-products .products .type,
.page-products .products .type {
  display: none;
}
@media (min-width: 768px) {
  .related-products .products .type,
.page-products .products .type {
    grid-column: 3;
  }
}
.related-products .products .stock,
.page-products .products .stock {
  grid-column: 1;
  text-align: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .related-products .products .stock,
.page-products .products .stock {
    grid-column: 4;
  }
}
.related-products .products .price,
.page-products .products .price {
  grid-column: 2/span 2;
  text-align: center;
}
@media (min-width: 768px) {
  .related-products .products .price,
.page-products .products .price {
    grid-column: 5;
    text-align: right;
  }
}
.related-products .products .add-to-cart,
.page-products .products .add-to-cart {
  grid-column: 4/span 3;
}
@media (min-width: 768px) {
  .related-products .products .add-to-cart,
.page-products .products .add-to-cart {
    grid-column: 6;
  }
}
.related-products .products.list.items,
.page-products .products.list.items {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.related-products .products.list.items .item.product,
.page-products .products.list.items .item.product {
  width: 100%;
  display: grid;
  align-items: center;
  grid-column-gap: 1.5rem;
  margin: 0;
  padding: 1.5rem 2rem 1.5rem 0.5rem;
  background-color: white;
  grid-template-columns: repeat(6, 1fr);
}
@media (min-width: 768px) {
  .related-products .products.list.items .item.product,
.page-products .products.list.items .item.product {
    grid-template-columns: 8rem 1.5fr auto 0.2fr 0.2fr 15rem;
  }
}
.related-products .products.list.items .item.product:not(:last-child),
.page-products .products.list.items .item.product:not(:last-child) {
  border-bottom: 0.1rem solid #CCC;
}
.related-products .products.list.items .item.product:hover,
.page-products .products.list.items .item.product:hover {
  background-color: #E8E8E8;
}
.related-products .products.list.items .item.product:hover .product-item-name .product-item-link,
.page-products .products.list.items .item.product:hover .product-item-name .product-item-link {
  color: #000000;
  text-decoration: none;
}
.related-products .products.list.items .item.product:hover .product-item-name .product-item-link:hover,
.page-products .products.list.items .item.product:hover .product-item-name .product-item-link:hover {
  text-decoration: underline;
}
.related-products .products.list.items .item.product .image,
.page-products .products.list.items .item.product .image {
  padding: 0;
  margin: 0;
}
.related-products .products.list.items .item.product .image a.product.photo.product-item-photo,
.page-products .products.list.items .item.product .image a.product.photo.product-item-photo {
  display: flex;
}
.related-products .products.list.items .item.product .details,
.page-products .products.list.items .item.product .details {
  display: flex;
}
.related-products .products.list.items .item.product .details .name,
.page-products .products.list.items .item.product .details .name {
  margin: 0;
}
.related-products .products.list.items .item.product .details a,
.page-products .products.list.items .item.product .details a {
  font-weight: 400;
}
.related-products .products.list.items .item.product .details .sku,
.page-products .products.list.items .item.product .details .sku {
  display: block;
  font-size: 1.2rem;
  color: #000;
  opacity: 0.5;
}
.related-products .products.list.items .item.product .type,
.page-products .products.list.items .item.product .type {
  white-space: nowrap;
}
.related-products .products.list.items .item.product .stock,
.page-products .products.list.items .item.product .stock {
  display: flex;
}
.related-products .products.list.items .item.product .stock .stock-indicator,
.page-products .products.list.items .item.product .stock .stock-indicator {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: 0;
}
.related-products .products.list.items .item.product .stock .stock-indicator:before, .related-products .products.list.items .item.product .stock .stock-indicator:after,
.page-products .products.list.items .item.product .stock .stock-indicator:before,
.page-products .products.list.items .item.product .stock .stock-indicator:after {
  left: -1.2rem;
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
}
.related-products .products.list.items .item.product .stock .stock-indicator:after,
.page-products .products.list.items .item.product .stock .stock-indicator:after {
  left: 1.2rem;
}
.related-products .products.list.items .item.product .stock .stock-indicator.in-stock,
.page-products .products.list.items .item.product .stock .stock-indicator.in-stock {
  background: #44871E;
}
.related-products .products.list.items .item.product .stock .stock-indicator.in-stock:after, .related-products .products.list.items .item.product .stock .stock-indicator.in-stock:before,
.page-products .products.list.items .item.product .stock .stock-indicator.in-stock:after,
.page-products .products.list.items .item.product .stock .stock-indicator.in-stock:before {
  background: #44871E;
}
.related-products .products.list.items .item.product .stock .stock-indicator.out-of-stock,
.page-products .products.list.items .item.product .stock .stock-indicator.out-of-stock {
  background: #FAB629;
}
.related-products .products.list.items .item.product .stock .stock-indicator.out-of-stock:after, .related-products .products.list.items .item.product .stock .stock-indicator.out-of-stock:before,
.page-products .products.list.items .item.product .stock .stock-indicator.out-of-stock:after,
.page-products .products.list.items .item.product .stock .stock-indicator.out-of-stock:before {
  background: #FAB629;
}
.related-products .products.list.items .item.product .price .price-box,
.page-products .products.list.items .item.product .price .price-box {
  margin: 0;
}
.related-products .products.list.items .item.product .add-to-cart form,
.related-products .products.list.items .item.product .add-to-cart .tocart-form,
.page-products .products.list.items .item.product .add-to-cart form,
.page-products .products.list.items .item.product .add-to-cart .tocart-form {
  display: flex;
}
.related-products .products.list.items .item.product .add-to-cart form input[name=qty],
.related-products .products.list.items .item.product .add-to-cart .tocart-form input[name=qty],
.page-products .products.list.items .item.product .add-to-cart form input[name=qty],
.page-products .products.list.items .item.product .add-to-cart .tocart-form input[name=qty] {
  border: 1px solid #CCC;
  border-radius: 0.3rem;
  margin-right: 1.2rem;
  text-align: center;
}
.related-products .products.list.items .item.product .add-to-cart form button,
.related-products .products.list.items .item.product .add-to-cart .tocart-form button,
.page-products .products.list.items .item.product .add-to-cart form button,
.page-products .products.list.items .item.product .add-to-cart .tocart-form button {
  background: #44871E;
  font-size: 1.6rem;
}
.related-products .products.list.items .item.product .add-to-cart form button:hover,
.related-products .products.list.items .item.product .add-to-cart .tocart-form button:hover,
.page-products .products.list.items .item.product .add-to-cart form button:hover,
.page-products .products.list.items .item.product .add-to-cart .tocart-form button:hover {
  color: #fff;
}

.related-products .products.list.items.header,
.related-products .products.list.items.product-items .item.product {
  grid-template-columns: repeat(10, [col-start] 1fr) 6rem 5rem;
}
@media screen and (max-width: 479px) {
  .related-products .products.list.items.header,
.related-products .products.list.items.product-items .item.product {
    grid-template-columns: [col-start] 5rem repeat(9, 1fr) 6rem 5rem;
    grid-column-gap: 1rem;
    padding: 0.8rem 1rem;
  }
}
.related-products .products.list.items.header .details,
.related-products .products.list.items.product-items .item.product .details {
  grid-column: 3/span 10;
}
@media screen and (min-width: 480px) {
  .related-products .products.list.items.header .details,
.related-products .products.list.items.product-items .item.product .details {
    grid-column: 3/span 8;
  }
}
.related-products .products.list.items.header .price,
.related-products .products.list.items.product-items .item.product .price {
  grid-column: 11/span 1;
}
.related-products .products.list.items.header .price {
  grid-column: 11/span 2;
}
@media screen and (max-width: 479px) {
  .related-products .products.list.items.header .price {
    display: none;
  }
}
.related-products .products.list.items.header .add-to-cart {
  display: none;
  grid-column: 0;
}
@media screen and (max-width: 479px) {
  .related-products .products.list.items.product-items .item.product {
    grid-template-rows: 1fr 1fr;
  }
  .related-products .products.list.items.product-items .item.product .image {
    grid-row: 1/span 2;
    padding: 0;
  }
  .related-products .products.list.items.product-items .item.product .details {
    grid-column: 3/span 10;
  }
  .related-products .products.list.items.product-items .item.product .price {
    grid-row-start: 2;
    grid-column: 3/span 8;
  }
  .related-products .products.list.items.product-items .item.product .price .price-container {
    display: flex;
    align-items: flex-end;
  }
  .related-products .products.list.items.product-items .item.product .price .price-label--vat {
    margin-left: 0.4rem;
  }
  .related-products .products.list.items.product-items .item.product .add-to-cart {
    grid-row-start: 2;
    grid-column: 11/span 2;
    display: flex;
    justify-content: flex-end;
  }
}
.related-products .products .image {
  grid-column: col-start/span 2;
}
.related-products .products .details {
  grid-column: 3/span 7;
}
.related-products .products .price {
  grid-column: 10/span 2;
}
.related-products .products .add-to-cart {
  grid-column: 12/span 1;
}

.page-products.page-layout-1column .filter-toggle {
  display: none !important;
}
.page-products .sidebar-left {
  flex-basis: 28rem;
}
.page-products .sidebar-main h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-products .block-account-manager {
  display: flex;
  align-items: center;
}
.page-products .block-account-manager h2 {
  margin-bottom: 0.3rem;
}
.page-products .block-account-manager span {
  display: block;
  line-height: 30px;
}
.page-products .block-account-manager span i {
  font-size: 12px;
  color: #0277BF;
  margin-right: 5px;
}
.page-products .block-account-manager span.phone, .page-products .block-account-manager span.mail {
  padding-left: 1.2rem;
}
.page-products .block-account-manager span.phone i.far, .page-products .block-account-manager span.mail i.far {
  margin-right: 1rem;
}
.page-products .block-account-manager span.phone > a, .page-products .block-account-manager span.mail > a {
  color: #2A2A2A;
}
.page-products .block-account-manager span.mail > a {
  text-decoration: underline;
}
.page-products .block-account-manager span.mail {
  padding-left: 1.2rem;
}
.page-products .block-account-manager img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.page-products .category-cms {
  background-color: #E8E8E8;
  border: 0.1rem solid #CCCCCC;
  border-radius: 0.2rem;
  padding: 2rem;
}
.page-products .category-cms > p {
  display: none;
}
.page-products .category-cms h2 {
  margin-bottom: 2.2rem;
}
.page-products .category-cms .block-title {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.page-products .category-cms .block-title.documentation::before, .page-products .category-cms .block-title.firmware::before, .page-products .category-cms .block-title.drivers::before, .page-products .category-cms .block-title.video::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-weight: 300;
  margin-right: 0.8rem;
  font-size: 1.6rem;
}
.page-products .category-cms .block-title.documentation::before {
  content: "";
}
.page-products .category-cms .block-title.video::before {
  content: "";
}
.page-products .category-cms .block-title.firmware::before, .page-products .category-cms .block-title.drivers::before {
  content: "";
}
.page-products .category-cms .am-attachments {
  margin-bottom: 0;
  padding-bottom: 0.8rem;
}
.page-products .category-cms a.am-filelink {
  text-decoration: underline;
}
.page-products .toolbar-products {
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .category-view-top {
    display: flex;
    column-gap: 3.2rem;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .category-view-top--image {
    flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .category-view-top--content {
    flex: 2;
    padding-top: 2.4rem;
  }
}
.category-view .category-image img {
  max-height: 33vh;
}

.amslider .wrapper {
  justify-content: flex-start;
}
.amslider .slide .category-item {
  border: 1px solid #dadada;
}
.amslider .slide .category-item-label img {
  margin-bottom: 0;
}
.amslider .slide .category-item-title, .amslider .slide .amslider .swiper-slide .swiper-category-item {
  font-size: 1.3rem;
  font-weight: 600;
}

.page-with-filter .am_shopby_link_selected ~ ul.items.items-children, .catalogsearch-result-index .am_shopby_link_selected ~ ul.items.items-children {
  display: block !important;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options form > .items > .item.-is-expanded.-filter-parent, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options form > .items > .item.-is-expanded.-filter-parent {
  margin-left: 0;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options form > .items > .item.-is-expanded.-filter-parent > a > .label, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options form > .items > .item.-is-expanded.-filter-parent > a > .label {
  font-weight: initial;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options form > .items > .item.-is-collapsible > a > .label, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options form > .items > .item.-is-collapsible > a > .label {
  font-weight: 700;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .items-children,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .items-children, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .items-children,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .items-children {
  padding-left: 0;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .items-children .item.-is-collapsible,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .items-children .item.-is-collapsible, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .items-children .item.-is-collapsible,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .items-children .item.-is-collapsible {
  border-bottom: none !important;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .items-children .amshopby-filter-parent,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .items-children .amshopby-filter-parent, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .items-children .amshopby-filter-parent,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .items-children .amshopby-filter-parent {
  padding-left: 0;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .items-children.level-1,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .items-children.level-1, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .items-children.level-1,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .items-children.level-1 {
  display: none;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .items-children.force-visible,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .items-children.force-visible, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .items-children.force-visible,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .items-children.force-visible {
  display: block !important;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids ul.items.items-children.-folding:before,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids ul.items.items-children.-folding:before, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids ul.items.items-children.-folding:before,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids ul.items.items-children.-folding:before {
  border-left: 1px solid;
  width: 2rem;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  height: calc(100% - 2.5rem);
  border-image-source: linear-gradient(to bottom, #cccccc, #ccc0);
  border-image-slice: 1;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .item,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .item,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item {
  padding-left: 0;
  margin: 0 0 0 2rem;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .item:before,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item:before, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .item:before,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .item:before {
  display: none;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .am-collapse-icon,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .am-collapse-icon, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .am-collapse-icon,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .am-collapse-icon {
  width: 0;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .am-collapse-icon:after,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .am-collapse-icon:after, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .am-collapse-icon:after,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .am-collapse-icon:after {
  position: relative;
  background: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  width: unset;
  height: unset;
  transform: none;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.3rem;
  font-weight: 100;
  color: #000;
  transform-origin: center;
  margin-top: 0.3rem;
  margin-left: -2rem;
  background-color: white;
  display: block;
  padding: 6px;
  left: -6px;
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .am-collapse-icon._active:after, .page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .am-collapse-icon.-active:after,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .am-collapse-icon._active:after,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .am-collapse-icon.-active:after, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .am-collapse-icon._active:after, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .am-collapse-icon.-active:after,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .am-collapse-icon._active:after,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .am-collapse-icon.-active:after {
  content: "";
}
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .am_shopby_link_selected ul,
.page-with-filter .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .am_shopby_link_selected ul, .catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-category_ids .am_shopby_link_selected ul,
.catalogsearch-result-index .sidebar-left .block.filter .filter-content .filter-options .am-filter-items-attr_category_ids .am_shopby_link_selected ul {
  display: block;
}

.category-navigation-extra {
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #E8E8E8;
}
.category-navigation-extra-item {
  margin-bottom: 20px;
}
.category-navigation-extra-title {
  margin-bottom: 10px;
  font-size: 14px;
}
.category-navigation-extra-title .fa {
  font-weight: 400;
}
.category-navigation-extra-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.discount-info {
  padding: 2.3rem 2.3rem 2rem 2.3rem;
}
.discount-info--wrapper {
  background: #E8E8E8;
  border-radius: 0.3rem;
  border: 0.1rem solid #CCCCCC;
  width: 100%;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .discount-info--wrapper {
    width: 16rem;
    margin-left: 1.6rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .discount-info--wrapper {
    width: 20rem;
    margin-left: 4.8rem;
  }
}
.discount-info--title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: 0.71pt;
  margin-top: 0;
}
.discount-info__item {
  display: flex;
  align-items: center;
  width: 100%;
}
.discount-info__item-left {
  width: 50%;
}
.discount-info__item-right {
  width: 50%;
}
.discount-info__item-qty {
  color: #242424;
  font-size: 1.4rem;
  line-height: 3rem;
}
.discount-info__item-amount {
  color: #0277BF;
  font-weight: 300;
}

.kortho-downloads {
  background-color: #E8E8E8;
  border: 0.1rem solid #CCCCCC;
  border-radius: 0.2rem;
  padding: 2rem;
}
.kortho-downloads .downloads {
  padding-top: 2rem;
}
.kortho-downloads .downloads:first-of-type {
  padding-top: 0;
}
.kortho-downloads .downloads .category {
  padding-bottom: 1rem;
}
.kortho-downloads .downloads .category .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.kortho-downloads .downloads .category .title:after, .kortho-downloads .downloads .category .title:before {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 1px;
  background-color: #2A2A2A;
}
.kortho-downloads .downloads .category .title:after {
  transform: rotate(90deg);
}
.kortho-downloads .downloads .contents {
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0;
}
.kortho-downloads .downloads.active .title:after {
  transition: transform 300ms;
  transform: rotate(0deg);
}

.cart-container .form-cart {
  float: none;
  width: 100% !important;
}
.cart-container .cart-discount {
  float: none;
}
.cart-container .quickorder {
  display: inline-block;
  max-width: 50rem;
}
@media screen and (min-width: 1024px) {
  .cart-container .quickorder {
    max-width: 40%;
  }
}
.cart.main.actions .action.continue::before {
  color: #0277BF;
  width: 2.4rem;
}
.cart.main.actions .action.continue > span {
  color: #0277BF;
}
.cart.main.actions button[name=action_cartshare_link] {
  background: none;
  border: none;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #0277BF;
  order: 2;
}
.cart.main.actions button[name=action_cartshare_link] > span {
  text-decoration: underline;
}

.cart .cart.item {
  padding: 1.6rem !important;
  background-color: white;
}
.cart .cart.item:not(:last-child) {
  border-bottom: 0.1rem solid #CCCCCC;
}
.cart .cart.item .item-info {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .cart .cart.item .item-info {
    display: grid;
    grid-template-columns: 8rem repeat(10, [col-start] 1fr) 8rem;
    grid-template-rows: initial;
    grid-column-gap: 1.6rem;
  }
}
.cart .cart.item .item-info .item-details {
  width: 100%;
  display: contents;
  align-items: center;
}
.cart .cart.item .item-info .col-contents {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0 3rem;
}
@media screen and (min-width: 768px) {
  .cart .cart.item .item-info .col-contents {
    display: contents;
  }
}
.cart .cart.item .item-info .unit {
  padding: 0;
  grid-column: 10;
  grid-row: 1;
  display: grid;
  place-items: center;
}
.cart .cart.item .item-info .actions {
  grid-column: 1/span 4;
  grid-row-start: 2;
  display: flex;
  align-items: center;
  padding: 0;
  width: fit-content !important;
}
@media screen and (min-width: 768px) {
  .cart .cart.item .item-info .actions {
    grid-column: 1/span 2;
    grid-row: 2;
  }
}
.cart .cart.item .item-info .actions .action-towishlist {
  display: none;
}
.cart .cart.item .item-info .actions .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.cart .cart.item .item-info .actions .action {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 1rem;
}
.cart .cart.item .item-info .actions .action > span {
  text-decoration: underline;
  text-transform: capitalize;
  opacity: 0.5;
  line-height: 22px;
}
.cart .cart.item .item-info .actions .action-delete {
  border-left: 1px solid #7F7F7F;
}
.cart .cart.item .item-info .discount {
  grid-column: 6/span 4;
  padding: 0;
  margin-top: auto;
}
.cart .cart.item .item-info .discount .discount-wrapper {
  width: fit-content;
  margin-left: auto;
}
.cart .cart.item .item-info .discount .discount-title-text {
  font-size: 12px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.cart .cart.item .item-info .discount .discount-amount-text {
  color: #0277BF;
}
.cart .cart.item .item-info .discount .price {
  text-decoration: line-through;
  opacity: 0.5;
}
.cart .cart.item .item-info .unit-price {
  padding: 0;
  align-content: flex-end;
}
.cart .cart.item .item-info .unit-price .price {
  font-weight: 800;
}
.cart .cart.item .item-info .qty {
  grid-column: 9/span 2;
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cart .cart.item .item-info .qty {
    grid-column: 11;
    grid-row-start: initial;
  }
}
.cart .cart.item .item-info .qty::before {
  display: none;
}
.cart .cart.item .item-info .subtotal {
  position: relative !important;
  grid-column: 11/span 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  width: fit-content !important;
  padding: 0 !important;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .cart .cart.item .item-info .subtotal {
    grid-column: 12/span 1;
    grid-row-start: initial;
  }
}
.cart .cart.item .item-info .subtotal::before {
  display: none;
}
.cart .cart.item .item-details {
  padding: 0;
  display: flex;
  align-items: center;
}
.cart .cart.item .item-details .item__photo {
  position: relative;
  display: flex;
  justify-content: center;
  width: 8rem;
  min-height: 80px;
}
.cart .cart.item .item-details .item__photo img {
  max-width: 8rem;
  max-height: 8rem;
}
.cart .cart.item .item-details .item__photo-url {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cart .cart.item .item-details .product-item-details {
  margin-left: 0.8rem;
  grid-column: 2/span 4;
  align-self: center;
}
.cart .cart.item .item-details .product-item-name {
  color: black;
  font-family: "Avenir Heavy";
  font-size: 1.4rem;
  font-style: normal;
  line-height: 22px;
}
.cart-items-section {
  padding: 1.6rem !important;
  border-radius: 4px;
  background-color: #E8E8E8;
}
.cart-items-section:not(:has(.cart.item)) {
  display: none;
}
.cart-items-section h3 {
  font-family: Avenir;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
}
.cart-items-section.coding-units {
  background: linear-gradient(90deg, #05AFE1 0.43%, #0277BF 99.94%);
}
.cart-items-section.coding-units h3 {
  color: #FFF;
}
.cart-items-section:first-child {
  margin-bottom: 3.2rem;
}
.cart.item.message {
  padding: 1rem 0.4rem 1rem 0 !important;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  margin: 0;
}
.cart.item.message > div {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}
.cart.item.message > div:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 3rem;
}

.checkout-cart-index .coding-units {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
.checkout-cart-index .coding-units .coding-units--title {
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.714px;
}
.checkout-cart-index .coding-units .coding-units--list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 2rem;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .coding-units .coding-units--list li {
  display: contents;
}
.checkout-cart-index .coding-units .coding-units--list li .discount {
  color: #0277BF;
}
.checkout-cart-index .coding-units .coding-units--list li[data-active="1"] {
  font-weight: 800;
}
.checkout-cart-index .cart-container {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .checkout-cart-index .cart-container {
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    column-gap: 2.4rem;
  }
}
.checkout-cart-index .cart-container::before, .checkout-cart-index .cart-container::after {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary {
  display: flex;
  flex-direction: column;
  float: none;
  width: 100%;
  margin: 0;
  min-width: 340px;
}
.checkout-cart-index .cart-container .cart-summary > div .title {
  padding-left: 0;
}
.checkout-cart-index .cart-container .cart-summary .cart-summary-title-wrapper {
  order: 0;
  border-bottom: 0;
}
.checkout-cart-index .cart-container .cart-summary #block-discount {
  display: initial;
  order: 10;
  background: white;
  border-bottom: 1px solid #CCCCCC;
}
.checkout-cart-index .cart-container .cart-summary #block-discount .title {
  display: inline-block;
}
.checkout-cart-index .cart-container .cart-summary #block-discount #block-discount-heading {
  font-size: 1.4rem;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping {
  order: 20;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals {
  order: 30;
  border-top: 0;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals th {
  padding-left: 0;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
  order: 40;
}
.checkout-cart-index .cart-container .cart-summary .usps {
  order: 50;
}

.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address #checkout-step-shipping {
  padding-bottom: 2.5rem;
  border-bottom: 0.1rem solid #CCCCCC;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address .shipping-address-item {
  padding: 0 0 0 2.4rem;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address .shipping-address-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.45rem;
  background: white;
  border: 1px solid #7F7F7F;
  border-radius: 999rem;
  width: 1.6rem;
  height: 1.6rem;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address .shipping-address-item::after {
  content: "";
  left: 0;
  top: 0.45rem;
  border-radius: 999rem;
  margin-left: 0.3rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3rem;
  padding-top: 0.2rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  background: #0277BF;
  position: absolute;
  opacity: 0;
  transition: 300ms opacity;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address .shipping-address-item.not-selected-item {
  border: none;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item, .checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address .shipping-address-item:hover {
  border-color: white;
  cursor: pointer;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address .shipping-address-item.selected-item::after, .checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address .shipping-address-item:hover::after {
  opacity: 1;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address .action.action-show-popup {
  border: none;
  padding: 0;
  margin: 0;
  color: #0277BF;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address .action.action-show-popup span {
  font-size: 14px;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-shipping-address .action.action-show-popup:hover {
  background: none;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-billing-address {
  margin-top: 2.5rem;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-billing-address .billing-address-details {
  padding-left: 0;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .checkout-billing-address .step-title {
  display: initial !important;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .checkout-payment-method .payment-method {
  padding: 0;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-wrapper .checkout-payment-method .payment-method-content {
  padding-left: 25px;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .totals-wrapper .totals.discount .title {
  font-size: inherit;
  font-weight: inherit;
}
.checkout-index-index.firecheckout.fc-form-hide-labels #checkout .opc-sidebar .order-review-form .action.primary:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-left: 20px;
}
.checkout-index-index.firecheckout.equal-billing-shipping .billing-address-details {
  display: block;
  padding: 0;
  line-height: normal;
}

.account .page-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
.account .welcome-message h2 {
  font-size: 28px;
  font-weight: 700;
}
.account .block-title {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #CCCCCC;
}
.account .block-title > strong {
  font-weight: 400;
}
.account .table th,
.account .table td {
  padding: 6px 10px;
}
.account .table th:first-child,
.account .table td:first-child {
  padding-left: 0;
}
.account .table th:last-child,
.account .table td:last-child {
  padding-right: 0;
}
.account .table a {
  color: #000000;
  text-decoration: underline;
}
.account .positive {
  color: #44871E;
}
.account .negative {
  color: #FF0500;
}
.account .box-actions {
  display: flex;
  gap: 1.6rem;
}
.account .block.block-collapsible-nav {
  position: static;
}
.account .block.block-collapsible-nav .title.block-collapsible-nav-title {
  display: none;
}
.account .block.block-collapsible-nav .content.block-collapsible-nav-content,
.account .block.block-collapsible-nav .content,
.account .account-nav .content.block-collapsible-nav-content,
.account .account-nav .content {
  padding-top: 0;
  background: transparent;
  display: block;
  border-bottom: none;
}
.account .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.account .block.block-collapsible-nav .content .nav.items .nav.item,
.account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item,
.account .account-nav .content .nav.items .nav.item {
  border: none;
  display: flex;
  align-items: center;
  margin: 0;
  color: #000000;
}
.account .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.delimiter,
.account .block.block-collapsible-nav .content .nav.items .nav.item.delimiter,
.account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item.delimiter,
.account .account-nav .content .nav.items .nav.item.delimiter {
  display: block;
  margin: 25px 0 10px;
  border: none;
  font-size: 20px;
  font-weight: 800;
}
.account .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:not(.delimiter):before,
.account .block.block-collapsible-nav .content .nav.items .nav.item:not(.delimiter):before,
.account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item:not(.delimiter):before,
.account .account-nav .content .nav.items .nav.item:not(.delimiter):before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-right: 10px;
  font-size: 10px;
  text-decoration: none;
}
.account .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child.delimiter,
.account .block.block-collapsible-nav .content .nav.items .nav.item:first-child.delimiter,
.account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item:first-child.delimiter,
.account .account-nav .content .nav.items .nav.item:first-child.delimiter {
  margin-top: 0;
}
.account .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item > a,
.account .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item > strong,
.account .block.block-collapsible-nav .content .nav.items .nav.item > a,
.account .block.block-collapsible-nav .content .nav.items .nav.item > strong,
.account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item > a,
.account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item > strong,
.account .account-nav .content .nav.items .nav.item > a,
.account .account-nav .content .nav.items .nav.item > strong {
  border: none;
  padding: 4px 0;
  color: #000000;
}
.account .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item > a:hover,
.account .block.block-collapsible-nav .content .nav.items .nav.item > a:hover,
.account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item > a:hover,
.account .account-nav .content .nav.items .nav.item > a:hover {
  background: transparent;
  text-decoration: underline;
}
.account .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current a,
.account .block.block-collapsible-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.account .block.block-collapsible-nav .content .nav.items .nav.item.current a,
.account .block.block-collapsible-nav .content .nav.items .nav.item.current strong,
.account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item.current a,
.account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item.current strong,
.account .account-nav .content .nav.items .nav.item.current a,
.account .account-nav .content .nav.items .nav.item.current strong {
  border-color: transparent;
}
.account .customer-support-menu h6 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.account .customer-support-menu ul {
  margin-top: 15px;
  padding: 0;
}
.account .customer-support-menu ul li {
  list-style-type: none;
  margin-bottom: 12px;
}
.account .customer-support-menu ul li i {
  font-size: 10px;
  margin-right: 10px;
}
.account .customer-support-menu ul li i:before {
  font-weight: 300;
}
.account .customer-support-menu ul li a {
  color: #242424;
}
.account .wishlist-toolbar {
  display: flex;
  padding: 0;
}
.account .wishlist-toolbar .toolbar-amount {
  display: none;
}
.account .wishlist-toolbar .toolbar-sorter {
  float: left;
  padding: 0;
}
.account .wishlist-toolbar .toolbar-sorter .sorter-label {
  display: none;
}
.account .wishlist-toolbar .toolbar-sorter .sorter-options {
  margin: 0;
  border-color: #CCCCCC;
}
.account .wishlist-toolbar .toolbar-sorter .sorter-action.sort-asc:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 10px;
  color: #2A2A2A;
  line-height: 32px;
  padding: 0 10px;
}
.account .wishlist-toolbar .toolbar-sorter .sorter-action.sort-desc:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 10px;
  color: #2A2A2A;
  line-height: 32px;
  padding: 0 10px;
}
.account .wishlist-toolbar .field.limiter {
  display: block;
}
.account .wishlist-toolbar .field.limiter label, .account .wishlist-toolbar .field.limiter .limiter-text {
  display: none;
}
.account .wishlist-toolbar .field.limiter .limiter-options {
  border-color: #CCCCCC;
}
.account .wishlist-toolbar .pages {
  display: block;
  margin-left: auto;
}
.account .wishlist-toolbar .pages .pages-items {
  display: flex;
  align-items: center;
}
.account .wishlist-toolbar .pages .pages-items .item {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  margin-right: 7px;
  line-height: normal;
}
.account .wishlist-toolbar .pages .pages-items .item:last-of-type {
  margin-right: 0;
}
.account .wishlist-toolbar .pages .pages-items .item a {
  padding: 0;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #242424;
}
.account .wishlist-toolbar .pages .pages-items .item.current {
  border: 1px solid #0277BF;
}
.account .wishlist-toolbar .pages .pages-items .item.current .page {
  font-size: 14px;
  font-weight: normal;
  color: #242424;
}
.account .wishlist-toolbar .pages .pages-items .item.pages-item-previous a {
  margin-left: 0;
  border: 0;
}
.account .wishlist-toolbar .pages .pages-items .item.pages-item-previous a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  margin: 0;
  color: #242424;
}
.account .wishlist-toolbar .pages .pages-items .item.pages-item-next a {
  margin-left: 0;
  border: 0;
}
.account .wishlist-toolbar .pages .pages-items .item.pages-item-next a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  margin: 0;
  color: #242424;
}
.account .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  font-size: 14px;
}
.account .products-grid .product-items .product-item {
  position: relative;
  padding: 0 15px;
  max-height: 455px;
  margin-left: 0;
  box-sizing: border-box;
  border-left: 1px solid #CCCCCC;
}
@media (min-width: 1440px) {
  .account .products-grid .product-items .product-item {
    width: calc(100% / 4);
  }
  .account .products-grid .product-items .product-item:nth-child(4n+1) {
    border-left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .account .products-grid .product-items .product-item {
    width: calc(100% / 3);
  }
  .account .products-grid .product-items .product-item:nth-child(3n+1) {
    border-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account .products-grid .product-items .product-item {
    width: calc(100% / 2);
    max-height: inherit;
  }
  .account .products-grid .product-items .product-item:nth-child(2n+1) {
    border-left: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .account .products-grid .product-items .product-item {
    width: calc(100% / 3);
    max-height: inherit;
  }
  .account .products-grid .product-items .product-item:nth-child(3n+1) {
    border-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .account .products-grid .product-items .product-item {
    width: calc(100% / 2);
  }
  .account .products-grid .product-items .product-item:nth-child(2n+1) {
    border-left: 0;
  }
}
.account .products-grid .product-items .product-item:first-of-type {
  border-left: 0;
}
@media screen and (max-width: 639px) {
  .account .products-grid .product-items .product-item:first-of-type {
    border-top: 0;
  }
}
.account .products-grid .product-items .product-item .product-item-info {
  width: auto;
}
@media screen and (max-width: 767px) {
  .account .products-grid .product-items .product-item .product-item-info {
    display: flex;
    flex-direction: column;
  }
}
.account .products-grid .product-items .product-item .product-item-photo {
  height: 160px;
  width: 160px;
  display: block;
  margin: 15px auto 0 auto;
}
.account .products-grid .product-items .product-item .product-item-photo .product-image-container {
  width: auto !important;
  height: 160px;
  display: block;
}
.account .products-grid .product-items .product-item .product-item-photo .product-image-container span {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account .products-grid .product-items .product-item .product-item-photo .product-image-container span img {
  position: relative;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .account .products-grid .product-items .product-item .product-item-name {
    margin-left: 0;
  }
}
.account .products-grid .product-items .product-item .price-box {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .account .products-grid .product-items .product-item .price-box {
    margin-left: 0;
  }
}
.account .products-grid .product-items .product-item .price-box .price-label {
  display: none !important;
}
.account .products-grid .product-items .product-item .price {
  font-weight: 600;
  font-size: 34px;
  display: flex;
  color: #242424;
  line-height: 1.2;
}
.account .products-grid .product-items .product-item .price .decimal {
  font-size: 16px;
  margin-top: 5px;
}
.account .products-grid .product-items .product-item .box-tocart .fieldset {
  display: flex;
  align-items: flex-end;
}
.account .products-grid .product-items .product-item .box-tocart .fieldset .field.qty {
  margin-bottom: 0;
}
.account .products-grid .product-items .product-item .action.edit {
  display: none;
}
.account .products-grid .product-items .product-item .action.delete {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account .products-grid .product-items .product-item .action.delete:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #000000;
}
.account .products-grid .product-items .product-item .action.delete span {
  font: 0/0 a;
}
.account .products-grid .product-items .product-item .action.delete:hover:before {
  color: #FF0500;
}
.account .account-navigation {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .account .account-navigation {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    margin-bottom: 70px;
  }
}
.account .account-navigation .column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.account .account-navigation .title {
  font-size: 20px;
  color: #000000;
}
.account .account-navigation .btn {
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  color: #000000;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  background-color: #E8E8E8;
}
.account .account-navigation .btn:hover span {
  text-decoration: underline;
}
.account .account-navigation .btn:visited {
  color: #000000;
}
.account .account-navigation .icon {
  margin-right: 5px;
  font-size: 16px;
}
.account .account-general {
  margin-bottom: 50px;
  color: #000000;
}
@media (min-width: 1024px) {
  .account .account-general {
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .account .account-general > .content {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .account .account-general > .content > div {
    width: 50%;
  }
}
.account .account-info dl {
  display: flex;
  flex-wrap: wrap;
}
.account .account-info dl dt,
.account .account-info dl dd {
  width: 50%;
}
.account .account-info .credit-limit .title {
  display: block;
  margin-bottom: 15px;
}
.account .account-info .credit-limit dl dt {
  font-weight: normal;
}
.account .account-manager .title {
  display: block;
  margin-bottom: 10px;
}
.account .account-manager .content {
  display: flex;
  align-items: start;
}
.account .account-manager .details {
  width: auto;
}
.account .account-manager .details span {
  display: block;
  line-height: 28px;
}
.account .account-manager .details .far {
  color: #0277BF;
  margin-right: 5px;
}
.account .account-manager .details a {
  color: inherit;
  text-decoration: underline;
}
.account .account-manager .image {
  max-width: 90px;
  margin: 0 0 0 40px;
  flex-grow: 1;
}
.account .account-manager .image img {
  border-radius: 100%;
}
.account .table-order-wrapper {
  width: 100%;
  overflow: auto;
}
.account .order-pagination {
  list-style: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-top: 25px;
}
.account .order-pagination li {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.account .order-pagination li.active {
  background: #eee;
}
.account .order-pagination li:not(:first-child) {
  border-left: 1px solid #CCCCCC;
}
@media (min-width: 1024px) {
  .account .dashboard-content {
    column-count: 2;
    column-gap: 24px;
  }
}
.account .dashboard-item {
  margin-bottom: 24px;
  font-size: 14px;
  border: 1px solid #E8E8E8;
  background-color: #fff;
  color: #242424;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .account .dashboard-item {
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
  }
}
.account .dashboard-item .header {
  padding: 8px 16px;
  font-weight: 800;
  border-bottom: 1px solid #E8E8E8;
  background-color: #f0f0f0;
}
.account .dashboard-item .content {
  padding: 16px;
}
.account .dashboard-item .title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 800;
}

.column:not(.sidebar-main) .form.forget .actions-toolbar, .column:not(.sidebar-additional) .form.forget .actions-toolbar {
  margin-left: 0;
}
.form.forget .actions-toolbar > .secondary .action.back {
  display: block;
}

.customer-account-create .page-main,
.customer-account-login .page-main,
.customer-account-forgotpassword .page-main,
.account .page-main {
  margin-top: 15px;
}

form.form-newsletter-manage .field.choice {
  display: flex;
  align-items: baseline;
}
form.form-newsletter-manage .field.choice input[type=checkbox] {
  height: auto;
  line-height: initial;
}
form.form-newsletter-manage .actions-toolbar {
  margin-left: 0 !important;
}
form.form-newsletter-manage .actions-toolbar .action.back {
  display: none !important;
}

.price-list-download-card {
  width: 100%;
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 2.4rem;
  border: 1px solid #CCC;
}
.price-list-download-card .card-header {
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
}
.price-list-download-card .card-title {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.price-list-download-card .card-description {
  color: #6b7280;
  margin: 0;
}
.price-list-download-card .font-medium {
  font-weight: 500;
}
.price-list-download-card .card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.price-list-download-card .btn {
  --background-color: hsl(0, 0%, 91%);
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  color: #000000;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  background-color: var(--background-color);
  font-size: 14px;
  text-align: center;
}
.price-list-download-card .btn:hover {
  background-color: color-mix(in srgb, var(--background-color) 80%, black 20%);
}
.price-list-download-card .icon {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}
.price-list-download-card .card-footer {
  padding: 1rem;
  border-top: 1px solid #e5e7eb;
}
.price-list-download-card .footer-text {
  color: #6b7280;
  font-size: 1.125rem;
  margin: 0;
}
.price-list-download-card .text-muted-foreground {
  color: #9ca3af;
}

@media print {
  .page-footer {
    margin-top: 0;
  }
}
.page-footer .footer-usps {
  width: 100%;
  border-bottom: 6px solid #0277BF;
  background: #E8E8E8;
}
.page-footer .footer-usps ul {
  width: 90%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  max-width: 1200px;
}
@media print {
  .page-footer .footer-usps ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .page-footer .footer-usps ul {
    flex-wrap: wrap;
  }
}
.page-footer .footer-usps ul li {
  margin: 0 auto 30px;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer-usps ul li {
    margin: 0 auto 15px;
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .page-footer .footer-usps ul li {
    display: none;
  }
  .page-footer .footer-usps ul li:first-of-type {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media print {
  .page-footer .footer-usps ul li {
    width: 50%;
    margin: 0 auto 15px;
  }
}
.page-footer .footer-usps ul li i {
  color: #44871E;
  margin-right: 5px;
}
.page-footer .footer.content {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #CCCCCC;
  border-top: none;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 639px) {
  .page-footer .footer.content {
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media print {
  .page-footer .footer.content {
    margin-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.page-footer .footer.content h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
@media print {
  .page-footer .footer.content h5 {
    margin: 10px 0;
  }
}
.page-footer .footer.content h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-footer .footer.content ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
.page-footer .footer.content ul li a {
  color: #242424;
}
.page-footer .footer.content .footer-left {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-left {
    width: 50%;
  }
}
.page-footer .footer.content .footer-middle {
  margin-left: 15%;
}
.page-footer .footer.content .footer-middle ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-middle {
    margin-left: 0;
    width: 50%;
  }
}
@media print {
  .page-footer .footer.content .footer-middle {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .page-footer .footer.content .footer-middle p {
    columns: 2;
    column-gap: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .page-footer .footer.content .footer-left h5, .page-footer .footer.content .footer-middle h5 {
    position: relative;
  }
  .page-footer .footer.content .footer-left h5:after, .page-footer .footer.content .footer-middle h5:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: 5px;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 639px) and (max-width: 767px) {
  .page-footer .footer.content .footer-left h5:after, .page-footer .footer.content .footer-middle h5:after {
    right: 0;
  }
}
@media print and (max-width: 639px) {
  .page-footer .footer.content .footer-left h5:after, .page-footer .footer.content .footer-middle h5:after {
    display: none;
  }
}
@media (max-width: 639px) {
  .page-footer .footer.content .footer-left.opened h5:after, .page-footer .footer.content .footer-middle.opened h5:after {
    transform: rotate(180deg);
  }
}
.page-footer .footer.content .footer-right {
  margin-left: 15%;
  max-width: 300px;
  position: relative;
}
.page-footer .footer.content .footer-right h6 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) and (min-width: 640px) {
  .page-footer .footer.content .footer-right {
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right .col {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) and (max-width: 639px) {
  .page-footer .footer.content .footer-right .col {
    width: 100%;
  }
  .page-footer .footer.content .footer-right .col:last-of-type h6 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right .content-top {
    max-width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right h5 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right h6 {
    margin-top: 30px;
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .page-footer .footer.content .footer-right {
    padding-bottom: 0;
  }
}
.page-footer .footer.content .footer-right .form.subscribe {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right .form.subscribe {
    max-width: 300px;
  }
}
.page-footer .footer.content .footer-right .form.subscribe .actions .action.subscribe {
  position: absolute;
  right: 0;
  top: 1px;
  background: none;
  border: none;
  color: #242424;
}
.page-footer .footer.content .footer-right .form.subscribe .actions .action.subscribe i {
  font-size: 19px;
}
.page-footer .footer.content .footer-right .form.subscribe .actions .action.subscribe i:before {
  font-weight: 300;
}
.page-footer .footer.content .footer-right .social-icons {
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer.content .footer-right .social-icons {
    padding-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .page-footer .footer.content .footer-right .social-icons {
    position: static;
    border-top: 1px solid #CCCCCC;
    padding: 20px 0 10px;
    margin-top: 20px;
  }
}
.page-footer .footer.content .footer-right .social-icons ul {
  display: flex;
}
.page-footer .footer.content .footer-right .social-icons ul li {
  margin-right: 30px;
}
.page-footer .footer.content .footer-right .social-icons ul li:last-of-type {
  margin-right: 0;
}
.page-footer .footer.content .footer-right .social-icons ul li i {
  font-size: 24px;
}
@media screen and (max-width: 639px) {
  .page-footer .footer.content .footer-right .social-icons ul {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .page-footer .footer.content .footer-left, .page-footer .footer.content .footer-middle {
    max-height: 50px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
  }
  .page-footer .footer.content .footer-left.opened, .page-footer .footer.content .footer-middle.opened {
    max-height: 500px;
    padding-bottom: 20px;
  }
  .page-footer .footer.content .footer-left.opened h6:after, .page-footer .footer.content .footer-middle.opened h6:after {
    transform: rotate(180deg);
  }
  .page-footer .footer.content .footer-left h6, .page-footer .footer.content .footer-middle h6 {
    position: relative;
  }
  .page-footer .footer.content .footer-left h6:after, .page-footer .footer.content .footer-middle h6:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 5px;
    font-weight: 300;
  }
}
.page-footer .footer.footer-bottom {
  border: none;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
@media screen and (max-width: 639px) {
  .page-footer .footer.footer-bottom {
    margin: 5px;
  }
}
@media print {
  .page-footer .footer.footer-bottom {
    margin-top: -17px;
    margin-bottom: 0;
  }
}
.page-footer .footer.footer-bottom p {
  margin: 0;
}
@media screen and (max-width: 639px) {
  .page-footer .footer.footer-bottom p {
    margin: 0 auto;
  }
}
.page-footer .footer.footer-bottom ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  width: 100%;
}
.page-footer .footer.footer-bottom ul li {
  margin-left: 20px;
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
}
@media screen and (max-width: 639px) {
  .page-footer .footer.footer-bottom ul li {
    display: none;
  }
}
.page-footer .footer.footer-bottom ul li a {
  font-size: 12px;
}
.page-footer .footer.footer-bottom ul li:before {
  content: "";
  width: 1px;
  height: 12px;
  top: 2px;
  position: absolute;
  left: -10px;
  background: #242424;
}
.page-footer .footer.footer-bottom ul li:first-of-type {
  margin-left: 0;
}
.page-footer .footer.footer-bottom ul li:first-of-type:before {
  display: none;
}
.page-footer .footer.footer-bottom ul li:last-of-type {
  margin-left: auto;
}
@media screen and (max-width: 639px) {
  .page-footer .footer.footer-bottom ul li:last-of-type {
    display: block;
    margin-right: auto;
  }
}
.page-footer .footer.footer-bottom ul li:last-of-type:before {
  display: none;
}
@media print {
  .page-footer .footer.footer-bottom ul li:not(:last-of-type) {
    display: none;
  }
}

.cart-container .checkout.top-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: 7rem;
  margin-bottom: 10rem;
}
.cart-container .checkout.top-bar .discount-group--wrapper {
  background: #fff;
  min-width: 38rem;
  border: 0.1rem solid #CCCCCC;
  border-radius: 0.3rem;
}
.cart-container .checkout.top-bar .discount-group--wrapper .discount-group-info {
  padding: 2.3rem;
}
.cart-container .checkout.top-bar .discount-group--title {
  margin: 0 0 1rem 0;
  font-weight: 700;
}
.cart-container .checkout.top-bar .discount-group--items {
  line-height: 3rem;
}
.cart-container .checkout.top-bar .discount-group--item {
  display: flex;
  justify-content: space-between;
  max-width: 18rem;
}
.cart-container .checkout.top-bar .discount-group--item.active {
  font-weight: 700;
}
.cart-container .checkout.top-bar .discount-group--item-left {
  width: 10rem;
}
.cart-container .checkout.top-bar .discount-group--item-right {
  width: 10rem;
  font-size: 14px;
  color: #0277BF;
  letter-spacing: 0;
  line-height: 30px;
}

.owl-carousel {
  position: relative;
  overflow-x: hidden;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  font-size: 20px;
  line-height: 1;
  background-color: white;
  border: 1px solid #0277BF;
  color: #0277BF;
  z-index: 1;
  font-family: "Font Awesome 5 Pro";
  display: grid;
  place-content: center;
  transition: left 0.3s ease-out, right 0.3s ease-out, background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 1023px) {
  .owl-carousel .owl-nav button {
    flex-wrap: wrap;
  }
}
.owl-carousel .owl-nav button.owl-prev {
  left: 1.6rem;
  right: unset;
}
.owl-carousel .owl-nav button.owl-next {
  right: 1.6rem;
  left: unset;
}
@media (pointer: fine) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -100px;
    right: unset;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -100px;
    left: unset;
  }
}
.owl-carousel .owl-nav button:active, .owl-carousel .owl-nav button:hover {
  background-color: #0277BF;
  color: white;
}
@media (pointer: fine) {
  .owl-carousel:hover button.owl-prev {
    left: 1.6rem;
    right: unset;
  }
  .owl-carousel:hover button.owl-next {
    right: 1.6rem;
    left: unset;
  }
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
  z-index: 1;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #0277BF;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #0277BF;
}