/**
 * Pentel colors
 */
/**
 * Pentel layout
 */
/**
 * Pentel fonts
 */
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700");
/**
 * Pentel 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", Helvetica, 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", Helvetica, Arial, sans-serif;
    color: #242424;
    font-weight: 300;
    text-transform: none; }
  html h1, body h1 {
    font-size: 28px;
    font-weight: 700;
    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.42162;
    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.42162;
      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.42162;
    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", Helvetica, Arial, sans-serif; }

.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvetica, 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", Helvetica, 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", Helvetica, 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 #44871e;
    color: #44871e;
    font-size: 12px;
    text-transform: none; }
    button.action.secondary:hover {
      background: #44871e;
      border: 1px solid #44871e;
      color: #fff; }

.action.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #f2f2f2;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvetica, 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 #44871e;
  color: #44871e;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px; }
  .action.secondary:hover {
    background: #44871e;
    border: 1px solid #44871e;
    color: #fff; }

.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", Helvetica, 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", Helvetica, 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", Helvetica, 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", Helvetica, 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: #242424;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvetica, 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: #242424;
  font-family: "Avenir", "Nunito", "Helvetica Neue", Helvetica, 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", Helvetica, 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 {
      display: flex;
      align-items: flex-start; }
      .fieldset > div.field.choice:before {
        width: auto;
        padding: 0;
        height: inherit;
        float: none; }
      .fieldset > div.field.choice label,
      .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", Helvetica, Arial, sans-serif;
      color: #949494; }
      .nav-sections .navigation .ui-menu-item.level-top a:hover {
        color: #242424;
        background: #f2f2f2; }
    .nav-sections .navigation .ui-menu-item.level-top.has-active > a {
      color: #242424;
      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: #242424;
        background: #f2f2f2; }
    .nav-sections .navigation .level0 .submenu {
      background: #ffffff; }
      .nav-sections .navigation .level0 .submenu li a {
        color: #242424;
        font-weight: 400;
        border-color: #ff5501; }
      .nav-sections .navigation .level0 .submenu li:hover {
        background: #eaeaea; }
        .nav-sections .navigation .level0 .submenu li:hover a {
          color: #242424;
          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: #242424;
    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: #242424;
    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: #242424;
    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: #242424;
    border-color: #242424; }

/*!
 * 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.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

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

.fa-sm {
  font-size: .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: .1em;
  padding: .2em .25em .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: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .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: "\f26e"; }

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

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

.fa-accusoft:before {
  content: "\f369"; }

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

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

.fa-ad:before {
  content: "\f641"; }

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

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

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

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

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

.fa-airbnb:before {
  content: "\f834"; }

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

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

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

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

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

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

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-alien:before {
  content: "\f8f5"; }

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

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

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

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

.fa-ambulance:before {
  content: "\f0f9"; }

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

.fa-amilia:before {
  content: "\f36d"; }

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

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

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

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

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

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

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

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

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

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

.fa-archway:before {
  content: "\f557"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

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

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

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

.fa-artstation:before {
  content: "\f77a"; }

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

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

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

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

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

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

.fa-baby:before {
  content: "\f77c"; }

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

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

.fa-backspace:before {
  content: "\f55a"; }

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

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\f959"; }

.fa-bacterium:before {
  content: "\f95a"; }

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

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

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

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

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

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

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

.fa-bahai:before {
  content: "\f666"; }

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

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

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

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

.fa-ballot:before {
  content: "\f732"; }

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

.fa-ban:before {
  content: "\f05e"; }

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

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-banjo:before {
  content: "\f8a3"; }

.fa-barcode:before {
  content: "\f02a"; }

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

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

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

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

.fa-baseball:before {
  content: "\f432"; }

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

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

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

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

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

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

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

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

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

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

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

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

.fa-bed:before {
  content: "\f236"; }

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

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

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

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

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-bell:before {
  content: "\f0f3"; }

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

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

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

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

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

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

.fa-bells:before {
  content: "\f77f"; }

.fa-betamax:before {
  content: "\f8a4"; }

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

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

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

.fa-bimobject:before {
  content: "\f378"; }

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

.fa-biohazard:before {
  content: "\f780"; }

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

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

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

.fa-blender:before {
  content: "\f517"; }

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

.fa-blind:before {
  content: "\f29d"; }

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

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

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

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

.fa-blogger:before {
  content: "\f37c"; }

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

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

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

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

.fa-book:before {
  content: "\f02d"; }

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

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

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

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

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

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

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

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

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

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

.fa-boombox:before {
  content: "\f8a5"; }

.fa-boot:before {
  content: "\f782"; }

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

.fa-bootstrap:before {
  content: "\f836"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-box:before {
  content: "\f466"; }

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

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

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

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

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

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

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

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

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

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

.fa-boxes:before {
  content: "\f468"; }

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

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

.fa-brackets:before {
  content: "\f7e9"; }

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

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

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

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

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

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

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-burrito:before {
  content: "\f7ed"; }

.fa-bus:before {
  content: "\f207"; }

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

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

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

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

.fa-buysellads:before {
  content: "\f20d"; }

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

.fa-cactus:before {
  content: "\f8a7"; }

.fa-calculator:before {
  content: "\f1ec"; }

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

.fa-calendar:before {
  content: "\f133"; }

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

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

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

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

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

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

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

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

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

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

.fa-camcorder:before {
  content: "\f8a8"; }

.fa-camera:before {
  content: "\f030"; }

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

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

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

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

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

.fa-campfire:before {
  content: "\f6ba"; }

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

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

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

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

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

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-caravan:before {
  content: "\f8ff"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787"; }

.fa-cars:before {
  content: "\f85b"; }

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

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

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

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

.fa-cat:before {
  content: "\f6be"; }

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

.fa-cauldron:before {
  content: "\f6bf"; }

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

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

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

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

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

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

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

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

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

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

.fa-cctv:before {
  content: "\f8ac"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

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

.fa-chalkboard:before {
  content: "\f51b"; }

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

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

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

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

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

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

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

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

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

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

.fa-cheese:before {
  content: "\f7ef"; }

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

.fa-cheeseburger:before {
  content: "\f7f1"; }

.fa-chess:before {
  content: "\f439"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

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

.fa-city:before {
  content: "\f64f"; }

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

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

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

.fa-clipboard:before {
  content: "\f328"; }

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

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

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

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

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

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clouds:before {
  content: "\f744"; }

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

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

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

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

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

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

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

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coin:before {
  content: "\f85c"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comet:before {
  content: "\f903"; }

.fa-comment:before {
  content: "\f075"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-construction:before {
  content: "\f85d"; }

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

.fa-contao:before {
  content: "\f26d"; }

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

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

.fa-cookie:before {
  content: "\f563"; }

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

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

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

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

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cowbell:before {
  content: "\f8b3"; }

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

.fa-cpanel:before {
  content: "\f388"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cricket:before {
  content: "\f449"; }

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

.fa-croissant:before {
  content: "\f7f6"; }

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

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

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-crutches:before {
  content: "\f7f8"; }

.fa-css3:before {
  content: "\f13c"; }

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

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

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

.fa-cuttlefish:before {
  content: "\f38c"; }

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

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

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dailymotion:before {
  content: "\f952"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

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

.fa-debug:before {
  content: "\f7f9"; }

.fa-deer:before {
  content: "\f78e"; }

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

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

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

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-digg:before {
  content: "\f1a6"; }

.fa-digging:before {
  content: "\f85e"; }

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

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

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

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

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

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

.fa-dna:before {
  content: "\f471"; }

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

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

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

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

.fa-dolly:before {
  content: "\f472"; }

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

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

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

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

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

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

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

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

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

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

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

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

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

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

.fa-drone:before {
  content: "\f85f"; }

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

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

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

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dryer:before {
  content: "\f861"; }

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

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

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

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

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

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

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

.fa-edge:before {
  content: "\f282"; }

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

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

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

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

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

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

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

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

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

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

.fa-envelope:before {
  content: "\f0e0"; }

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

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

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

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

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

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange:before {
  content: "\f0ec"; }

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

.fa-exclamation:before {
  content: "\f12a"; }

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

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

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

.fa-expand:before {
  content: "\f065"; }

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

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

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

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

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

.fa-eye:before {
  content: "\f06e"; }

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

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

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

.fa-facebook:before {
  content: "\f09a"; }

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

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

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

.fa-fan:before {
  content: "\f863"; }

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

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

.fa-farm:before {
  content: "\f864"; }

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

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

.fa-faucet:before {
  content: "\f905"; }

.fa-faucet-drip:before {
  content: "\f906"; }

.fa-fax:before {
  content: "\f1ac"; }

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

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

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

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

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

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

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

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-music:before {
  content: "\f8b6"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-search:before {
  content: "\f865"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-files-medical:before {
  content: "\f7fd"; }

.fa-fill:before {
  content: "\f575"; }

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

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

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

.fa-film-canister:before {
  content: "\f8b7"; }

.fa-filter:before {
  content: "\f0b0"; }

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

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\f907"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fish-cooked:before {
  content: "\f7fe"; }

.fa-fist-raised:before {
  content: "\f6de"; }

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

.fa-flag-alt:before {
  content: "\f74c"; }

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

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flashlight:before {
  content: "\f8b8"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

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

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flower:before {
  content: "\f7ff"; }

.fa-flower-daffodil:before {
  content: "\f800"; }

.fa-flower-tulip:before {
  content: "\f801"; }

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

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

.fa-flux-capacitor:before {
  content: "\f8ba"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-download:before {
  content: "\f953"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

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

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folder-tree:before {
  content: "\f802"; }

.fa-folder-upload:before {
  content: "\f954"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-font-case:before {
  content: "\f866"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

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

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

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-french-fries:before {
  content: "\f803"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

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

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-galaxy:before {
  content: "\f908"; }

.fa-game-board:before {
  content: "\f867"; }

.fa-game-board-alt:before {
  content: "\f868"; }

.fa-game-console-handheld:before {
  content: "\f8bb"; }

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

.fa-gamepad-alt:before {
  content: "\f8bc"; }

.fa-garage:before {
  content: "\f909"; }

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

.fa-garage-open:before {
  content: "\f90b"; }

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

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

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

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

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

.fa-gift:before {
  content: "\f06b"; }

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

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass:before {
  content: "\f804"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-citrus:before {
  content: "\f869"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

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

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gramophone:before {
  content: "\f8bd"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

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

.fa-grin-tears:before {
  content: "\f588"; }

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

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

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

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

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-guitar-electric:before {
  content: "\f8be"; }

.fa-guitars:before {
  content: "\f8bf"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

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

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-h4:before {
  content: "\f86a"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

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

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-medical:before {
  content: "\f95c"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

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

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

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

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\f95d"; }

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

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-hands-wash:before {
  content: "\f95e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-handshake-alt-slash:before {
  content: "\f95f"; }

.fa-handshake-slash:before {
  content: "\f960"; }

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

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-chef:before {
  content: "\f86b"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

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

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

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

.fa-head-side-cough:before {
  content: "\f961"; }

.fa-head-side-cough-slash:before {
  content: "\f962"; }

.fa-head-side-headphones:before {
  content: "\f8c2"; }

.fa-head-side-mask:before {
  content: "\f963"; }

.fa-head-side-medical:before {
  content: "\f809"; }

.fa-head-side-virus:before {
  content: "\f964"; }

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

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

.fa-headphones:before {
  content: "\f025"; }

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

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

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

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

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-heat:before {
  content: "\f90c"; }

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

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

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

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

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-alt:before {
  content: "\f80a"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-home-lg:before {
  content: "\f80b"; }

.fa-home-lg-alt:before {
  content: "\f80c"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-horizontal-rule:before {
  content: "\f86c"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-horse-saddle:before {
  content: "\f8c3"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

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

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

.fa-hospitals:before {
  content: "\f80e"; }

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

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

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

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

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house:before {
  content: "\f90d"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-day:before {
  content: "\f90e"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-house-leave:before {
  content: "\f90f"; }

.fa-house-night:before {
  content: "\f910"; }

.fa-house-return:before {
  content: "\f911"; }

.fa-house-signal:before {
  content: "\f912"; }

.fa-house-user:before {
  content: "\f965"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

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

.fa-icons-alt:before {
  content: "\f86e"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\f913"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-image-polaroid:before {
  content: "\f8c4"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

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

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\f955"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-island-tropical:before {
  content: "\f811"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

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

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-kazoo:before {
  content: "\f8c7"; }

.fa-kerning:before {
  content: "\f86f"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

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

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

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-lamp-desk:before {
  content: "\f914"; }

.fa-lamp-floor:before {
  content: "\f915"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

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

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

.fa-laptop-house:before {
  content: "\f966"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lasso:before {
  content: "\f8c8"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

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

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-light-ceiling:before {
  content: "\f916"; }

.fa-light-switch:before {
  content: "\f917"; }

.fa-light-switch-off:before {
  content: "\f918"; }

.fa-light-switch-on:before {
  content: "\f919"; }

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

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

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

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-line-columns:before {
  content: "\f870"; }

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

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

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

.fa-lira-sign:before {
  content: "\f195"; }

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

.fa-list-alt:before {
  content: "\f022"; }

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

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

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

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

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

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\f967"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

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

.fa-mailbox:before {
  content: "\f813"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

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

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

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

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

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

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

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

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

.fa-mendeley:before {
  content: "\f7b3"; }

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

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\f91a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

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

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

.fa-microphone-stand:before {
  content: "\f8cb"; }

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

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-microwave:before {
  content: "\f91b"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

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

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

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

.fa-mistletoe:before {
  content: "\f7b4"; }

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

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\f956"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-money-check-edit:before {
  content: "\f872"; }

.fa-money-check-edit-alt:before {
  content: "\f873"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

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

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

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

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

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

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-alt:before {
  content: "\f8cd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

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

.fa-mug:before {
  content: "\f874"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-mug-tea:before {
  content: "\f875"; }

.fa-music:before {
  content: "\f001"; }

.fa-music-alt:before {
  content: "\f8cf"; }

.fa-music-alt-slash:before {
  content: "\f8d0"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

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

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-outlet:before {
  content: "\f91c"; }

.fa-oven:before {
  content: "\f91d"; }

.fa-overline:before {
  content: "\f876"; }

.fa-page-break:before {
  content: "\f877"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paragraph-rtl:before {
  content: "\f878"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

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

.fa-passport:before {
  content: "\f5ab"; }

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

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

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

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

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

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

.fa-pencil-paintbrush:before {
  content: "\f618"; }

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

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\f968"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

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

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-laptop:before {
  content: "\f87a"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-rotary:before {
  content: "\f8d3"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

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

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

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

.fa-piano:before {
  content: "\f8d4"; }

.fa-piano-keyboard:before {
  content: "\f8d5"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\f91e"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza:before {
  content: "\f817"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\f969"; }

.fa-planet-moon:before {
  content: "\f91f"; }

.fa-planet-ringed:before {
  content: "\f920"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

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

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-police-box:before {
  content: "\f921"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-popcorn:before {
  content: "\f819"; }

.fa-portal-enter:before {
  content: "\f922"; }

.fa-portal-exit:before {
  content: "\f923"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

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

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

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

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-projector:before {
  content: "\f8d6"; }

.fa-pump-medical:before {
  content: "\f96a"; }

.fa-pump-soap:before {
  content: "\f96b"; }

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

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

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

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radar:before {
  content: "\f924"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-radio:before {
  content: "\f8d7"; }

.fa-radio-alt:before {
  content: "\f8d8"; }

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

.fa-raindrops:before {
  content: "\f75c"; }

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

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-raygun:before {
  content: "\f925"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

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

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-refrigerator:before {
  content: "\f926"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

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

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

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

.fa-rings-wedding:before {
  content: "\f81b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocket-launch:before {
  content: "\f927"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-router:before {
  content: "\f8da"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

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

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sack:before {
  content: "\f81c"; }

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

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

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

.fa-salesforce:before {
  content: "\f83b"; }

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

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-sausage:before {
  content: "\f820"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-sax-hot:before {
  content: "\f8db"; }

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

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-image:before {
  content: "\f8f3"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

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

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

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

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-send-back:before {
  content: "\f87e"; }

.fa-send-backward:before {
  content: "\f87f"; }

.fa-sensor:before {
  content: "\f928"; }

.fa-sensor-alert:before {
  content: "\f929"; }

.fa-sensor-fire:before {
  content: "\f92a"; }

.fa-sensor-on:before {
  content: "\f92b"; }

.fa-sensor-smoke:before {
  content: "\f92c"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

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

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

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

.fa-shield-virus:before {
  content: "\f96c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

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

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\f957"; }

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

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

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

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

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

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

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

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

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

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

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

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signal-stream:before {
  content: "\f8dd"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\f96d"; }

.fa-siren:before {
  content: "\f92d"; }

.fa-siren-on:before {
  content: "\f92e"; }

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-cow:before {
  content: "\f8de"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

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

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

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

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

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snooze:before {
  content: "\f880"; }

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

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\f96e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-solar-system:before {
  content: "\f92f"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

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

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-alt:before {
  content: "\f883"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-circle:before {
  content: "\f930"; }

.fa-sort-circle-down:before {
  content: "\f931"; }

.fa-sort-circle-up:before {
  content: "\f932"; }

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

.fa-sort-numeric-down:before {
  content: "\f162"; }

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

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-shapes-down:before {
  content: "\f888"; }

.fa-sort-shapes-down-alt:before {
  content: "\f889"; }

.fa-sort-shapes-up:before {
  content: "\f88a"; }

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

.fa-sort-size-down:before {
  content: "\f88c"; }

.fa-sort-size-down-alt:before {
  content: "\f88d"; }

.fa-sort-size-up:before {
  content: "\f88e"; }

.fa-sort-size-up-alt:before {
  content: "\f88f"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-soup:before {
  content: "\f823"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-space-station-moon:before {
  content: "\f933"; }

.fa-space-station-moon-alt:before {
  content: "\f934"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-sparkles:before {
  content: "\f890"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker:before {
  content: "\f8df"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-speakers:before {
  content: "\f8e0"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

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

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

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

.fa-sprinkler:before {
  content: "\f935"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

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

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

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-star-shooting:before {
  content: "\f936"; }

.fa-starfighter:before {
  content: "\f937"; }

.fa-starfighter-alt:before {
  content: "\f938"; }

.fa-stars:before {
  content: "\f762"; }

.fa-starship:before {
  content: "\f939"; }

.fa-starship-freighter:before {
  content: "\f93a"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steak:before {
  content: "\f824"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

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

.fa-stopwatch-20:before {
  content: "\f96f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\f970"; }

.fa-store-slash:before {
  content: "\f971"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-stretcher:before {
  content: "\f825"; }

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

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

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

.fa-sun-dust:before {
  content: "\f764"; }

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

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

.fa-sunrise:before {
  content: "\f766"; }

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

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

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

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-sword-laser:before {
  content: "\f93b"; }

.fa-sword-laser-alt:before {
  content: "\f93c"; }

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

.fa-swords-laser:before {
  content: "\f93d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

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

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

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

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

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

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

.fa-taco:before {
  content: "\f826"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tanakh:before {
  content: "\f827"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-tasks-alt:before {
  content: "\f828"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-telescope:before {
  content: "\f93e"; }

.fa-temperature-down:before {
  content: "\f93f"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-temperature-up:before {
  content: "\f940"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text:before {
  content: "\f893"; }

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

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

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

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

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

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

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

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

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

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

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

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-toilet-paper-slash:before {
  content: "\f972"; }

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

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

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

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-trailer:before {
  content: "\f941"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-transporter:before {
  content: "\f942"; }

.fa-transporter-1:before {
  content: "\f943"; }

.fa-transporter-2:before {
  content: "\f944"; }

.fa-transporter-3:before {
  content: "\f945"; }

.fa-transporter-empty:before {
  content: "\f946"; }

.fa-trash:before {
  content: "\f1f8"; }

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

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-trash-undo:before {
  content: "\f895"; }

.fa-trash-undo-alt:before {
  content: "\f896"; }

.fa-treasure-chest:before {
  content: "\f723"; }

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

.fa-tree-alt:before {
  content: "\f400"; }

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

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

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

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

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-triangle-music:before {
  content: "\f8e2"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

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

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

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

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

.fa-trumpet:before {
  content: "\f8e3"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turntable:before {
  content: "\f8e4"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-alt:before {
  content: "\f8e5"; }

.fa-tv-music:before {
  content: "\f8e6"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typewriter:before {
  content: "\f8e7"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-ufo:before {
  content: "\f947"; }

.fa-ufo-beam:before {
  content: "\f948"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

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

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\f949"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usb-drive:before {
  content: "\f8e9"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alien:before {
  content: "\f94a"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

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

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-cowboy:before {
  content: "\f8ea"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-hard-hat:before {
  content: "\f82c"; }

.fa-user-headset:before {
  content: "\f82d"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-md-chat:before {
  content: "\f82e"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-music:before {
  content: "\f8eb"; }

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

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-robot:before {
  content: "\f94b"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

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

.fa-user-unlock:before {
  content: "\f958"; }

.fa-user-visor:before {
  content: "\f94c"; }

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

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

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

.fa-users-slash:before {
  content: "\f973"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

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

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

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

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vacuum:before {
  content: "\f94d"; }

.fa-vacuum-robot:before {
  content: "\f94e"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vhs:before {
  content: "\f8ec"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-violin:before {
  content: "\f8ed"; }

.fa-virus:before {
  content: "\f974"; }

.fa-virus-slash:before {
  content: "\f975"; }

.fa-viruses:before {
  content: "\f976"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volcano:before {
  content: "\f770"; }

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

.fa-volume:before {
  content: "\f6a8"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

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

.fa-walker:before {
  content: "\f831"; }

.fa-walkie-talkie:before {
  content: "\f8ef"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-washer:before {
  content: "\f898"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-calculator:before {
  content: "\f8f0"; }

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

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

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

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

.fa-wave-triangle:before {
  content: "\f89a"; }

.fa-waveform:before {
  content: "\f8f1"; }

.fa-waveform-path:before {
  content: "\f8f2"; }

.fa-waze:before {
  content: "\f83f"; }

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

.fa-webcam-slash:before {
  content: "\f833"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

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

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-turbine:before {
  content: "\f89b"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-frame:before {
  content: "\f94f"; }

.fa-window-frame-open:before {
  content: "\f950"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.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/nl_NL/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
 */
.price-box .old-price {
  display: none; }

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 #ccc;
  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 #ccc;
  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 #ccc;
    background: #0277bf;
    border: 2px solid #fff; }
  input[type="radio"]:focus {
    box-shadow: 0 0 0 1px #ccc; }
  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: "\f054";
        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: "\f015"; }
    .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: 3.0rem; }
  .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: .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: "\f00d";
      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, #B70003 0%, #FF0004 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: 1399px) {
      .page-header .header.menucontainer {
        min-width: 100%; } }
    @media (min-width: 1400px) {
      .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  2.0rem;
        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 .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: "\f0c9";
          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: "\f078";
          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", Helvetica, 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 #ccc;
            border-top: 1px solid #ccc;
            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 #ccc;
            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: 1399px) {
              .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; }
          .page-header .header.menucontainer .nav-sections .nav-sections-item-content {
            padding: 0; }
          .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: "\f054"; } }
      @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: "\f078"; } }
      @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: "\f077"; }
              .page-header .header.menucontainer .nav-sections #store\.menu .navigation li.level0.active a {
                border: none;
                font-weight: 700;
                border-bottom: 1px solid #eaeaea; }
              .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; }
                .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: "\f054";
                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: "\f005 \f005 \f005 \f005 \f005"; }
        .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: "\f005 \f005 \f005 \f005 \f005"; }
    .page-header .site-rating p {
      margin: 2px 0 0 5px;
      padding: 0; }
    @media screen and (max-width: 1399px) {
      .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: 1399px) {
      .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: 1400px) {
      .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: 1399px) {
        .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 #ccc;
          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: "\f002";
        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: "\f002";
              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 #ccc;
        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 .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 #ccc;
        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: "\f107";
          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 #ccc;
          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 #ccc;
      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: "\f291";
        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'; }

.nav-sections {
  background: #fff; }
  .nav-sections .navigation {
    background: transparent;
    padding: 0; }
    .nav-sections .navigation ul {
      padding: 0; }
      .nav-sections .navigation ul .ui-menu-item.level-top a {
        text-transform: uppercase;
        padding: 0; }
        .nav-sections .navigation ul .ui-menu-item.level-top a:hover {
          background: transparent; }
        .nav-sections .navigation ul .ui-menu-item.level-top a span {
          color: #242424;
          font-weight: 500; }
      .nav-sections .navigation ul .ui-menu-item.level-top.has-active a {
        background: transparent; }
      .nav-sections .navigation ul .ui-menu-item.level-top.parent a {
        padding: 0 18px 0 0; }
        .nav-sections .navigation ul .ui-menu-item.level-top.parent a .ui-menu-icon:after {
          font-family: "Font Awesome 5 Pro";
          content: "\f107";
          font-weight: 300;
          font-size: 20px;
          margin-top: -1px; }
      .nav-sections .navigation ul .level0.level-top {
        position: static; }
      .nav-sections .navigation ul .level0 .submenu {
        width: 90%;
        left: 0;
        right: 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: .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 #ccc;
        text-transform: uppercase;
        z-index: 10;
        transition: all .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: .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: #ccc; }
      .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: "\f062";
        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: "\f063";
        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: #ccc; }
    .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 #ccc;
          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: "\f053";
              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: "\f054";
              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: 1400px) {
    .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: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        position: absolute;
        right: 5px;
        transition: all .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 .5s ease-out;
        border-bottom: 1px solid #ccc; }
        .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 .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: "\f054";
        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 #ccc; }
  .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: 2.0rem; }
    .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: "\f0c8";
            font-weight: 300;
            color: #ccc;
            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 .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 #ccc;
        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 #ccc;
    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 #ccc; }
      .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: "\f057";
        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 #ccc;
    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: 1399px) {
    .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 #ccc;
      border-bottom: 1px solid #ccc;
      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: "\f00c";
            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 #ccc;
    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 .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: "\f005 \f005 \f005 \f005 \f005"; }
              .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: "\f005 \f005 \f005 \f005 \f005"; }
      @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: "\f0c5";
            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 .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: "\f004";
            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 .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: "\f291";
        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 #ccc; }
    .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: "\f004";
        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: "\f0c5";
        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: "\f291";
              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: "\f00c";
          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: "\f005 \f005 \f005 \f005 \f005"; }
        .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: "\f005 \f005 \f005 \f005 \f005"; }
  .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 #ccc;
        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 .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: "\f005 \f005 \f005 \f005 \f005"; }
                .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: "\f005 \f005 \f005 \f005 \f005"; }
          .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: "\f0c5";
                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 .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: "\f004";
                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 #ccc;
      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: "\f005 \f005 \f005 \f005 \f005"; }
          .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: "\f005 \f005 \f005 \f005 \f005"; }
    .catalog-product-view .page-main .column.main .product-info-detailed-wrapper .block.review-list a#review-modal {
      border: 1px solid #ccc;
      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: "\f040";
        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 #ccc;
    background: #fff;
    color: #242424;
    box-shadow: none;
    height: 44px; }
    #confirmBox .am-btn-left:before {
      font-family: "Font Awesome 5 Pro";
      content: '\f053';
      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: '\f054';
      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 #ccc;
      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: '\f067';
            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 #ccc; }
    @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 #ccc; }
    @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: 1400px) {
      .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 #ccc;
      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 #ccc; }
      .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 #ccc;
    border-bottom: 1px solid #ccc;
    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: "\f00c";
          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 #ccc;
      position: relative;
      box-shadow: 0 24px 3px -24px #ccc; }
      @media screen and (max-width: 1400px) {
        .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: #ccc; } }
      .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: "\f005 \f005 \f005 \f005 \f005"; }
              .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: "\f005 \f005 \f005 \f005 \f005"; }
          .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 #ccc; }
  .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 #ccc;
  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 #ccc;
    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: #ccc; }
    .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: "\f00c";
        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: "\f00d";
              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 #ccc;
  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 #ccc; }
  .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: "\f105";
        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 #ccc;
    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: 1.0rem; }
    .block.quickorder form input {
      display: inline-block;
      flex: 1;
      margin-right: 1.0rem; }
      .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 #ccc;
  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: #ccc;
      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 #ccc;
  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: '\e622';
        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: '\e621'; }
  .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 #ccc;
    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 #ccc; }
  .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 #ccc;
    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: \f054; }
  .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: '\e622';
        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: '\e621'; }
    .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; }

.account .page-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0; }

.account .customer-welcome-message {
  margin-top: -25px; }
  @media (max-width: 767px) {
    .account .customer-welcome-message {
      margin-top: 0; } }
  .account .customer-welcome-message h2 {
    font-size: 28px;
    font-weight: 700; }

.account .block-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

.account .box-actions {
  display: flex;
  gap: 1.6rem; }

.account .account-nav .content.block-collapsible-nav-content,
.account .account-nav .content {
  background: transparent;
  display: block;
  border-bottom: none; }
  .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; }
    .account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item > *,
    .account .account-nav .content .nav.items .nav.item > * {
      padding: 4px 0;
      color: #242424; }
      .account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item > *:before,
      .account .account-nav .content .nav.items .nav.item > *:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f054";
        margin-right: 10px;
        font-size: 10px;
        text-decoration: none; }
      .account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item > *:hover,
      .account .account-nav .content .nav.items .nav.item > *:hover {
        background: transparent;
        text-decoration: underline; }
        .account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item > *:hover:before,
        .account .account-nav .content .nav.items .nav.item > *:hover:before {
          text-decoration: none; }
      .account .account-nav .content.block-collapsible-nav-content .nav.items .nav.item > *.delimiter:before,
      .account .account-nav .content .nav.items .nav.item > *.delimiter:before {
        display: none; }
    .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: #ccc; }
    .account .wishlist-toolbar .toolbar-sorter .sorter-action.sort-asc:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f062";
      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: "\f063";
      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: #ccc; }
  .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 #ccc;
        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: "\f053";
            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: "\f054";
            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;
    max-height: 455px;
    margin-left: 0;
    margin-right: -1px;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    @media (min-width: 1400px) {
      .account .products-grid .product-items .product-item {
        width: calc(100% / 4); } }
    @media screen and (min-width: 1024px) and (max-width: 1399px) {
      .account .products-grid .product-items .product-item {
        width: calc(100% / 3); } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .account .products-grid .product-items .product-item {
        width: calc(100% / 2);
        max-height: inherit; } }
    @media screen and (min-width: 640px) and (max-width: 767px) {
      .account .products-grid .product-items .product-item {
        width: calc(100% / 3);
        max-height: inherit; } }
    @media screen and (max-width: 639px) {
      .account .products-grid .product-items .product-item {
        width: calc(100% / 2); } }
    @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: 20rem;
      width: 20rem;
      display: block;
      margin: 15px auto 0 auto; }
      .account .products-grid .product-items .product-item .product-item-photo .product-image-container {
        width: auto !important;
        height: 20rem;
        display: block; }
        .account .products-grid .product-items .product-item .product-item-photo .product-image-container span {
          height: 20rem;
          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: "\f00d";
        color: #000; }
      .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 .form-wishlist-items .actions-toolbar {
  float: none; }
  .account .form-wishlist-items .actions-toolbar .primary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .account .form-wishlist-items .actions-toolbar .primary .action {
      margin: 0; }

.customer-address-form fieldset.fieldset > .field.street {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: 'street-label' 'street-input' 'nr-label' 'nr-input';
  gap: .5rem; }
  @media screen and (min-width: 640px) {
    .customer-address-form fieldset.fieldset > .field.street {
      grid-template-columns: auto max-content;
      grid-template-areas: 'street-label nr-label' 'street-input nr-input';
      gap: .5rem 2rem; } }
  .customer-address-form fieldset.fieldset > .field.street::before, .customer-address-form fieldset.fieldset > .field.street::after {
    display: none; }
  .customer-address-form fieldset.fieldset > .field.street > .control,
  .customer-address-form fieldset.fieldset > .field.street > .control .nested,
  .customer-address-form fieldset.fieldset > .field.street > .control .field.additional {
    display: contents; }
  .customer-address-form fieldset.fieldset > .field.street > label.label {
    grid-area: street-label; }
  .customer-address-form fieldset.fieldset > .field.street > .control > input {
    grid-area: street-input; }
  .customer-address-form fieldset.fieldset > .field.street > .control .field.additional > label.label {
    grid-area: nr-label;
    position: initial;
    height: initial;
    padding: 6px 15px 0 0;
    text-align: left;
    width: auto;
    float: none;
    font-weight: 600; }
  .customer-address-form fieldset.fieldset > .field.street > .control .field.additional > .control {
    grid-area: nr-input; }
  .customer-address-form fieldset.fieldset > .field.street > .control .field.additional .field label.label {
    clip: unset;
    width: unset;
    height: unset;
    position: static; }

.customer-address-form .actions-toolbar {
  margin: 0;
  display: flex;
  justify-content: flex-end; }
  .customer-address-form .actions-toolbar .primary .action {
    margin: 0; }

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

@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: "\f00c";
        color: #44871e;
        margin-right: 5px; }

.page-footer .footer.content {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  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: "\f078";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        position: absolute;
        right: 5px;
        transition: all .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 #ccc;
      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; }
        .page-footer .footer.content .footer-right h5 {
          display: none; }
        .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 #ccc;
          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 #ccc; }
      .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: "\f078";
          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; } }

.catalog-product_compare-index .table-wrapper.comparison {
  overflow-x: scroll; }

.catalog-product_compare-index .table-comparison {
  width: auto; }
  .catalog-product_compare-index .table-comparison td.cell.label {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    min-width: 280px;
    max-width: 280px;
    white-space: nowrap;
    padding: 15px 15px 15px 0; }
    .catalog-product_compare-index .table-comparison td.cell.label.product {
      vertical-align: bottom;
      position: relative; }
    .catalog-product_compare-index .table-comparison td.cell.label.introduction {
      padding: 15px; }
  .catalog-product_compare-index .table-comparison td.cell.product {
    position: relative;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 1%; }
  .catalog-product_compare-index .table-comparison .action.print {
    position: absolute;
    left: 0;
    top: 0;
    color: #000; }
    .catalog-product_compare-index .table-comparison .action.print:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f02f";
      margin-right: 5px;
      text-decoration: none; }
    .catalog-product_compare-index .table-comparison .action.print div {
      display: inline-block;
      text-decoration: underline; }
  .catalog-product_compare-index .table-comparison .customer-support-wrapper {
    margin-left: -15px;
    min-width: 280px; }
    .catalog-product_compare-index .table-comparison .customer-support-wrapper .customer-support-content {
      min-height: 180px;
      background-position: right bottom; }
    .catalog-product_compare-index .table-comparison .customer-support-wrapper .customer-support-intro {
      display: none; }
    .catalog-product_compare-index .table-comparison .customer-support-wrapper .social-icons {
      margin-top: 15px;
      padding-top: 25px; }
  .catalog-product_compare-index .table-comparison .action.delete {
    position: absolute;
    right: 15px;
    top: 15px;
    text-decoration: none; }
    .catalog-product_compare-index .table-comparison .action.delete:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f00d";
      color: #000; }
    .catalog-product_compare-index .table-comparison .action.delete span {
      font: 0 / 0 a; }
  .catalog-product_compare-index .table-comparison .product-item-photo {
    text-align: center;
    min-height: 16.0rem; }
  .catalog-product_compare-index .table-comparison .product-item-name {
    margin-bottom: 0; }
    .catalog-product_compare-index .table-comparison .product-item-name a {
      font-weight: bold; }
      .catalog-product_compare-index .table-comparison .product-item-name a:hover {
        color: #0277bf; }
  .catalog-product_compare-index .table-comparison .rating-summary {
    left: 0;
    margin: 0; }
    .catalog-product_compare-index .table-comparison .rating-summary .rating-result {
      left: 0;
      margin: 0 15px 0 0;
      width: 110px; }
      .catalog-product_compare-index .table-comparison .rating-summary .rating-result:before {
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 2px;
        left: 0;
        font-family: "Font Awesome 5 Pro";
        content: "\f005 \f005 \f005 \f005 \f005"; }
      .catalog-product_compare-index .table-comparison .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: "\f005 \f005 \f005 \f005 \f005"; }
  .catalog-product_compare-index .table-comparison .price-label {
    display: none; }
  .catalog-product_compare-index .table-comparison .price {
    font-weight: 600;
    font-size: 34px;
    display: flex;
    color: #242424;
    line-height: 1.2; }
    .catalog-product_compare-index .table-comparison .price .decimal {
      font-size: 16px;
      margin-top: 5px; }
  .catalog-product_compare-index .table-comparison .action.tocart {
    padding: 8px 10px;
    background: #44871e;
    border-color: #44871e;
    width: 100%; }
    .catalog-product_compare-index .table-comparison .action.tocart:before {
      content: "\f291";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      font-size: 16px;
      margin-right: 10px; }
    .catalog-product_compare-index .table-comparison .action.tocart span {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 300; }
    .catalog-product_compare-index .table-comparison .action.tocart:hover {
      background: #fff; }
  .catalog-product_compare-index .table-comparison .product-item-actions {
    display: flex; }
  .catalog-product_compare-index .table-comparison .actions-primary + .secondary-addto-links {
    vertical-align: inherit;
    margin-top: 0; }
  .catalog-product_compare-index .table-comparison .action.towishlist {
    margin-left: 10px;
    border: 1px solid #242424;
    border-radius: 3px;
    height: 34px;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    line-height: normal; }
    .catalog-product_compare-index .table-comparison .action.towishlist:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f004";
      font-weight: 600;
      font-size: 14px;
      color: #242424; }
    .catalog-product_compare-index .table-comparison .action.towishlist:hover {
      border: 1px solid #ef511f; }
      .catalog-product_compare-index .table-comparison .action.towishlist:hover:before {
        color: #ef511f; }

.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 #ff0500;
      color: #ff0500;
      z-index: 1;
      font-family: "Font Awesome 5 Pro";
      display: grid;
      place-content: center;
      transition: left .3s ease-out, right .3s ease-out, background-color .3s ease-out, color .3s ease-out; }
      @media screen and (max-width: 1023px) {
        .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
          display: none; } }
    @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: #ff0500;
      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 #ff0500; }
      .owl-carousel .owl-dots button.owl-dot.active {
        background-color: #ff0500; }

/**
  * Bura
 */
@media screen and (max-width: 640px) {
  input.input-text {
    font-size: 16px; } }

@media screen and (max-width: 640px) {
  .modals-wrapper input.input-text {
    font-size: 16px; }
  .modals-wrapper textarea {
    font-size: 16px; } }

.cms-index-index #maincontent .columns .column.main {
  order: 0; }

#maincontent .columns .column.main .actions-toolbar {
  margin-left: 0; }
  #maincontent .columns .column.main .actions-toolbar .action.login.primary {
    background: #ff0500;
    color: #e8e8e8;
    border: none; }

#maincontent .columns .column.main .widget.kortho-product-carousel .products .hrline {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 25px 0; }

#maincontent .columns .column.main .widget.kortho-product-carousel .products .product-wrapper {
  flex-direction: column;
  padding: 15px; }
  #maincontent .columns .column.main .widget.kortho-product-carousel .products .product-wrapper .product {
    width: 100%; }
  #maincontent .columns .column.main .widget.kortho-product-carousel .products .product-wrapper .view-more.item {
    padding: 0 5px; }
  #maincontent .columns .column.main .widget.kortho-product-carousel .products .product-wrapper .product-information .item.product-name {
    padding-bottom: 15px; }
  #maincontent .columns .column.main .widget.kortho-product-carousel .products .product-wrapper .product-information .price-box {
    margin-bottom: 0;
    width: 100%; }
  #maincontent .columns .column.main .widget.kortho-product-carousel .products .product-wrapper .product-information .minimal-price {
    margin-bottom: 0; }
  #maincontent .columns .column.main .widget.kortho-product-carousel .products .product-wrapper .price-wrapper .price {
    font-family: Avenir-Heavy;
    display: inline-flex;
    margin-right: 10px;
    font-size: 18px;
    color: #2A2A2A; }
  #maincontent .columns .column.main .widget.kortho-product-carousel .products .product-wrapper .price-wrapper:after {
    margin-left: 0; }

#maincontent .columns .column.main .displayed-products {
  float: right; }

#maincontent .columns .column.main .price-wrapper:before {
  content: '';
  font-size: 1.8rem; }

#maincontent .columns .column.main .price-wrapper:after {
  content: attr(data-label);
  margin-left: 10px;
  font-family: Avenir-Book;
  font-size: 12px;
  color: #2A2A2A; }

@media screen and (max-width: 1024px) {
  #maincontent .columns .widget.widget-category-blocks {
    margin-top: -306px; } }

@media screen and (max-width: 768px) {
  #maincontent .columns .widget.widget-category-blocks {
    margin-top: 0;
    width: 100%; } }

@media screen and (max-width: 1024px) {
  #maincontent .columns .widget.kortho-product-carousel {
    margin-top: 10px; } }

#maincontent .columns .widget.kortho-product-carousel .products .product-wrapper {
  margin-bottom: 25px;
  box-shadow: 0px 24px 3px -24px #ccc; }
  @media screen and (max-width: 480px) {
    #maincontent .columns .widget.kortho-product-carousel .products .product-wrapper {
      width: 50%;
      max-width: 100%; } }
  @media screen and (max-width: 480px) {
    #maincontent .columns .widget.kortho-product-carousel .products .product-wrapper .view-more.item {
      margin: 0 auto; } }
  @media screen and (max-width: 1024px) {
    #maincontent .columns .widget.kortho-product-carousel .products .product-wrapper .view-more.item {
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    #maincontent .columns .widget.kortho-product-carousel .products .product-wrapper .view-more.item {
      margin: 0 auto; } }
  @media screen and (max-width: 1400px) {
    #maincontent .columns .widget.kortho-product-carousel .products .product-wrapper .view-more.item {
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    #maincontent .columns .widget.kortho-product-carousel .products .product-wrapper .product-information {
      text-align: center; } }
  @media screen and (max-width: 1024px) {
    #maincontent .columns .widget.kortho-product-carousel .products .product-wrapper .product-information {
      text-align: center; } }
  @media screen and (max-width: 768px) {
    #maincontent .columns .widget.kortho-product-carousel .products .product-wrapper .product-information {
      text-align: center; } }
  @media screen and (max-width: 1400px) {
    #maincontent .columns .widget.kortho-product-carousel .products .product-wrapper .product-information {
      text-align: center; } }

#maincontent .columns .column.main .widget.login {
  width: 28%;
  background: #E8E8E8;
  height: 350px;
  padding: 20px 25px;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    #maincontent .columns .column.main .widget.login {
      height: 275px;
      width: 33%;
      margin-top: 15px; } }
  @media screen and (max-width: 768px) {
    #maincontent .columns .column.main .widget.login {
      width: 100%; } }
  #maincontent .columns .column.main .widget.login .block-title strong {
    font-size: 28px; }
  #maincontent .columns .column.main .widget.login .block-content .field.note {
    margin-bottom: 10px; }
  #maincontent .columns .column.main .widget.login .block-content .field.email {
    margin-bottom: 10px; }
    #maincontent .columns .column.main .widget.login .block-content .field.email input {
      border: 1px solid #ccc; }
  #maincontent .columns .column.main .widget.login .block-content .field.password {
    margin-bottom: 10px; }
    #maincontent .columns .column.main .widget.login .block-content .field.password input {
      border: 1px solid #ccc; }
  #maincontent .columns .column.main .widget.login .block-content .actions-toolbar {
    margin: 0 0 20px 0; }
    #maincontent .columns .column.main .widget.login .block-content .actions-toolbar .action.login.primary {
      background: #ff0500;
      color: #fff;
      width: 130px;
      border: none; }
      @media screen and (max-width: 768px) {
        #maincontent .columns .column.main .widget.login .block-content .actions-toolbar .action.login.primary {
          width: 100%; } }
      #maincontent .columns .column.main .widget.login .block-content .actions-toolbar .action.login.primary i {
        margin-left: 15px; }
  #maincontent .columns .column.main .widget.login .block-content .login-usps {
    border-bottom: none; }
    #maincontent .columns .column.main .widget.login .block-content .login-usps i {
      color: #44871e; }
    @media screen and (max-width: 1024px) {
      #maincontent .columns .column.main .widget.login .block-content .login-usps {
        display: none;
        opacity: 0; } }
  #maincontent .columns .column.main .widget.login h3 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px; }
  #maincontent .columns .column.main .widget.login ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none;
    border-bottom: 1px solid #CCCCCC; }
  @media screen and (max-width: 1024px) {
    #maincontent .columns .column.main .widget.login li.tablet-hidden {
      display: none;
      opacity: 0; } }
  #maincontent .columns .column.main .widget.login .welcome-message {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  #maincontent .columns .column.main .widget.login .my-account-links {
    padding-bottom: 10px;
    border-bottom: 0; }
    #maincontent .columns .column.main .widget.login .my-account-links .my-account-btn {
      background: #fff;
      color: #494949;
      border: 1px solid #ccc;
      width: 100%;
      text-align: start;
      font-size: 14px; }
      #maincontent .columns .column.main .widget.login .my-account-links .my-account-btn.logout {
        background: #ff0500;
        color: #fff; }
    #maincontent .columns .column.main .widget.login .my-account-links i {
      margin-right: 10px; }

.header.menucontainer {
  display: flex;
  max-width: 1400px;
  margin: 0 auto; }
  .header.menucontainer > .ambrands-menu-wrap > .ambrands-menu-item {
    padding: 0 2.0rem 0 0;
    height: 100%;
    display: flex;
    align-items: center; }
    .header.menucontainer > .ambrands-menu-wrap > .ambrands-menu-item > a {
      margin-left: 0;
      padding: 0 0 0 2.0rem; }
  .header.menucontainer .ambrands-menu-item {
    position: relative;
    margin-right: 30px;
    list-style: none; }
    .header.menucontainer .ambrands-menu-item:after {
      margin-left: 10px;
      font-family: "Font Awesome 5 Pro";
      content: "\f078";
      font-size: 13px; }
    .header.menucontainer .ambrands-menu-item:hover {
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
      color: #0277bf;
      z-index: 12; }
      .header.menucontainer .ambrands-menu-item:hover:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
        height: 16px;
        margin-left: 0;
        background: #fff;
        width: 100%;
        z-index: 13; }
      @media (max-width: 1023px) {
        .header.menucontainer .ambrands-menu-item:hover {
          box-shadow: none;
          color: #000; } }
      .header.menucontainer .ambrands-menu-item:hover > a {
        color: #0277bf; }
        .header.menucontainer .ambrands-menu-item:hover > a:hover {
          text-decoration: none; }
      .header.menucontainer .ambrands-menu-item:hover + .overlay {
        position: fixed;
        background: rgba(0, 0, 0, 0.4);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1; }
  .header.menucontainer .ambrands-list-popup {
    top: calc(100% + 1px);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid #ff0500;
    width: 280px;
    height: auto; }
    .header.menucontainer .ambrands-list-popup .ambrands-list-container {
      flex-direction: column;
      align-items: stretch; }
      .header.menucontainer .ambrands-list-popup .ambrands-list-container ul {
        padding: 0; }
        .header.menucontainer .ambrands-list-popup .ambrands-list-container ul li {
          padding: 0;
          margin: 0; }
          .header.menucontainer .ambrands-list-popup .ambrands-list-container ul li a {
            padding: 0 20px;
            font-size: 13px;
            color: #000;
            display: flex;
            align-items: center;
            line-height: 38px;
            text-transform: none;
            margin: 0;
            font-weight: 500; }
            .header.menucontainer .ambrands-list-popup .ambrands-list-container ul li a:hover {
              color: #0277bf; }
  .header.menucontainer .block.block-quickorder .quickorder a {
    font-weight: 400;
    color: black;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 4.5rem;
    margin: 4rem; }
  .header.menucontainer .sections.nav-sections {
    align-items: normal; }
    @media screen and (max-width: 768px) {
      .header.menucontainer .sections.nav-sections {
        margin-top: 146px; } }
    @media screen and (max-width: 640px) {
      .header.menucontainer .sections.nav-sections {
        margin-top: 111px; } }
  @media screen and (max-width: 1400px) {
    .header.menucontainer {
      max-width: 90%; } }
  .header.menucontainer .site-support {
    margin-top: 10px;
    margin-left: auto;
    display: block; }
    @media screen and (max-width: 1024px) {
      .header.menucontainer .site-support {
        display: none;
        opacity: 0; } }
  .header.menucontainer .block-taxswitcher {
    padding: 0 0 0 20px;
    min-width: 150px;
    display: flex;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 1024px) {
      .header.menucontainer .block-taxswitcher {
        display: none;
        opacity: 0; } }
    .header.menucontainer .block-taxswitcher .taxswitcher,
    .header.menucontainer .block-taxswitcher .switcher {
      display: flex;
      align-items: center;
      align-content: center; }
      .header.menucontainer .block-taxswitcher .taxswitcher a,
      .header.menucontainer .block-taxswitcher .switcher a {
        font-size: 15px;
        color: #494949; }
        .header.menucontainer .block-taxswitcher .taxswitcher a:hover,
        .header.menucontainer .block-taxswitcher .switcher a:hover {
          text-decoration: none; }
        .header.menucontainer .block-taxswitcher .taxswitcher a.active,
        .header.menucontainer .block-taxswitcher .switcher a.active {
          text-decoration: underline; }
      .header.menucontainer .block-taxswitcher .taxswitcher p,
      .header.menucontainer .block-taxswitcher .switcher p {
        margin: 0 5px; }

@media screen and (max-width: 640px) {
  .page-header {
    margin-bottom: 0; } }

.page-header .panel.wrapper {
  background: linear-gradient(-270deg, #B70003 0%, #FF0004 100%); }

.page-header .header.content {
  max-width: 1400px; }
  .page-header .header.content .logo img {
    width: auto;
    max-width: unset;
    height: 36px; }
  .page-header .header.content .block-search {
    order: 1;
    flex-grow: 1;
    margin-left: 75px;
    margin-right: 15px;
    height: 38px; }
    @media screen and (max-width: 1024px) {
      .page-header .header.content .block-search {
        width: 97%;
        margin-left: 0; } }
    @media screen and (max-width: 768px) {
      .page-header .header.content .block-search {
        width: 95%;
        margin-left: 0; } }
    @media screen and (max-width: 640px) {
      .page-header .header.content .block-search {
        width: 93%;
        margin-left: 0; } }
    .page-header .header.content .block-search .search-autocomplete {
      margin-top: 0; }
  .page-header .header.content .minicart-wrapper {
    order: 3;
    margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .page-header .header.content .minicart-wrapper {
        margin-right: 20px; } }
    .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: "\f07a";
      font-size: 16px;
      color: #242424; }
      @media screen and (max-width: 1024px) {
        .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; }

body.catalogsearch-result-index #maincontent .columns .column.main #amasty-shopby-product-list dl.block {
  margin-bottom: 0; }

body.catalogsearch-result-index #maincontent .columns .column.main #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-amount {
  top: -40px; }

#maincontent .columns .column.main .action.tocart.out-of-stock {
  background: #efefef;
  border: none; }
  #maincontent .columns .column.main .action.tocart.out-of-stock i {
    color: #555; }
  #maincontent .columns .column.main .action.tocart.out-of-stock:hover {
    background: #efefef;
    border: none; }

#maincontent .columns .column.main .product-usps-bar-wrap.products-usps-bar ul li {
  padding: 100px; }

#maincontent .columns .column.main #amasty-shopby-product-list {
  display: flex;
  flex-direction: column; }
  #maincontent .columns .column.main #amasty-shopby-product-list .toolbar.toolbar-products {
    margin-bottom: 20px; }
    #maincontent .columns .column.main #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-amount {
      position: absolute;
      top: 0;
      right: 0; }
      @media screen and (max-width: 640px) {
        #maincontent .columns .column.main #amasty-shopby-product-list .toolbar.toolbar-products .toolbar-amount {
          display: none;
          opacity: 0; } }
  #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper {
    margin-top: 0; }
    #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper div {
      box-sizing: border-box; }
    #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .table-container {
      display: block;
      margin: 0 auto;
      width: 100%; }
    #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table {
      display: flex;
      flex-flow: row wrap;
      border-left: solid 1px #E8E8E8;
      border-right: solid 1px #E8E8E8;
      transition: 0.5s; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table.header .flex-row {
        padding: 0.5em 0.5em 0.5em 0; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table .blocks {
        display: flex; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table .blocks .block-green {
          width: 10px;
          height: 10px;
          margin-right: 3px;
          background: #44871E; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table .blocks .block-orange {
          width: 10px;
          height: 10px;
          margin-right: 3px;
          background: #FAB629; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table:first-of-type {
        border-top: solid 1px #E8E8E8;
        border-left: solid 1px #E8E8E8; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table:first-of-type .flex-row {
        background: #E8E8E8;
        color: #000;
        border-color: #E8E8E8; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table.row:nth-child(odd) .flex-row {
        background: #FFFFFF; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table:hover {
        background: #F5F5F5;
        transition: 500ms; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table .product-usps-bar-wrap .products-usps-bar {
        margin: 0;
        padding: 5px; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table .product-usps-bar-wrap .products-usps-bar ul li {
          margin-right: 20px; }
    #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row {
      display: flex;
      text-align: start;
      align-items: center;
      border-bottom: solid 1px #E8E8E8; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.image {
        width: 12%; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.description {
        width: 56%;
        justify-content: flex-start; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.stock {
        width: 10%; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.price {
        width: 12%; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.add-to-cart {
        width: 10%; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .product.item.add-to-cart .action.tocart.primary {
        background: #44871E;
        border: none; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .product.item.add-to-cart .action.tocart.primary:hover {
          background: #44871E; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .product.photo.product-item-photo {
        padding: 0;
        width: 100%; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .product.photo.product-item-photo .product-image-container .product-photo {
          padding: 10px 0px 5px;
          height: 80px;
          bottom: 0;
          display: block;
          left: 0;
          margin: auto;
          max-width: 100%;
          right: 0;
          top: 0; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .product.name.product-item-name {
        align-items: center; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .price-box.price-final_price {
        width: 100%; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .price-box.price-final_price .old-price .price-label {
          display: none; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .price-box.price-final_price .price-container {
          display: flex;
          flex-direction: column;
          justify-content: center; }
          #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .price-box.price-final_price .price-container .price-including-tax {
            width: 100%;
            font-size: unset; }
            #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .price-box.price-final_price .price-container .price-including-tax .price {
              font-size: 14px;
              font-weight: 300; }
            #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .price-box.price-final_price .price-container .price-including-tax:after {
              margin-left: 3px;
              content: " " attr(data-label);
              font-size: 1.1rem;
              color: rgba(0, 0, 0, 0.5); }
            #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .price-box.price-final_price .price-container .price-including-tax:before {
              content: "";
              font-size: 0; }
          #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .price-box.price-final_price .price-container .price-excluding-tax {
            width: 100%;
            margin-top: 0;
            font-size: unset; }
            #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .price-box.price-final_price .price-container .price-excluding-tax .price {
              font-size: 14px;
              font-weight: 300; }
            #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .price-box.price-final_price .price-container .price-excluding-tax:after {
              margin-left: 3px;
              content: " " attr(data-label);
              font-size: 1.1rem;
              color: rgba(0, 0, 0, 0.5); }
            #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row .price-box.price-final_price .price-container .price-excluding-tax:before {
              content: "";
              font-size: 0; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.add-to-cart {
        justify-content: flex-end;
        padding-right: 20px; }
    #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .rowspan {
      display: flex;
      flex-flow: row wrap;
      align-items: flex-start;
      justify-content: center; }
    #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .column {
      display: flex;
      flex-flow: column wrap;
      width: 75%;
      padding: 0; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .column .flex-row {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        padding: 0;
        border: 0;
        border-bottom: solid 1px #E8E8E8; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .column .flex-row:hover {
          background: #F5F5F5;
          transition: 500ms; }
    #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-cell {
      width: calc(100% / 3);
      text-align: center;
      padding: 0.5em 0.5em;
      border-right: solid 1px #E8E8E8; }
    #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .product-image-wrapper {
      height: auto; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .product-image-wrapper img {
        padding: 10px 0;
        position: static;
        max-height: 80px;
        height: auto; }
    @media all and (max-width: 767px) {
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row {
        justify-content: center;
        text-align: center;
        border-bottom: 0; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.add-to-cart {
          justify-content: center;
          padding: 10px 0 10px 0; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.description {
          width: 100%;
          justify-content: center; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.stock {
          width: 100%; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.price {
          width: 100%; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.add-to-cart {
          width: 100%;
          border-bottom: solid 1px #E8E8E8; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.tablet-hidden {
          display: none;
          opacity: 0; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.first {
          width: 100%;
          border-bottom: 0; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .column {
        width: 100%; } }
    @media all and (max-width: 430px) {
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table .flex-row {
        border-bottom: 0; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-table .flex-row:last-of-type {
        border-bottom: solid 1px #E8E8E8; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .header .flex-row {
        display: none;
        opacity: 0; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.add-to-cart {
        justify-content: center;
        padding: 10px 0 10px 0; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.description {
        width: 100%; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.image {
        width: 100%;
        border-bottom: 0; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.stock {
        width: 100%; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.price {
        width: 100%; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-row.add-to-cart {
        width: 100%; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .column {
        width: 100%; }
        #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .column .flex-row {
          border-bottom: solid 1px #E8E8E8; }
      #maincontent .columns .column.main #amasty-shopby-product-list .products.wrapper .flex-cell {
        width: 100%; } }

#maincontent .columns .column.main .product-info-media-wrapper .product-info-price .price-wrapper .price {
  font-family: Avenir-Heavy;
  font-size: 24px;
  color: #2A2A2A; }

@media screen and (max-width: 640px) {
  #maincontent .columns .column.main .product-info-media-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #maincontent .columns .column.main .product-info-media-wrapper .product-info-main {
      width: 100%; }
    #maincontent .columns .column.main .product-info-media-wrapper .product.media {
      width: 100%; } }

#maincontent .columns .column.main .item.product.product-item:hover .product-item-link {
  color: #242424;
  text-decoration: none; }

#maincontent .columns .column.main .item.product.product-item:hover .view-more {
  text-decoration: underline; }

#maincontent .columns .column.main .product-add-form {
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    #maincontent .columns .column.main .product-add-form .super-attribute-select {
      max-width: none; } }
  #maincontent .columns .column.main .product-add-form .col.qty {
    padding: 15px 10px; }
  @media screen and (max-width: 768px) {
    #maincontent .columns .column.main .product-add-form .field.qty {
      padding: 0; }
      #maincontent .columns .column.main .product-add-form .field.qty .input-text.qty {
        width: 100%; } }

#maincontent .columns .column.main .control.quantity.buttons_added {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative; }
  #maincontent .columns .column.main .control.quantity.buttons_added div.mage-error[generated] {
    position: absolute;
    bottom: -4.5rem; }
  #maincontent .columns .column.main .control.quantity.buttons_added .input-text.qty {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    height: 43px; }
  #maincontent .columns .column.main .control.quantity.buttons_added .minus {
    background: #E8E8E8;
    border: 1px solid #CCCCCC;
    border-radius: 3px 0 0 3px;
    height: 43px;
    width: 40px; }
  #maincontent .columns .column.main .control.quantity.buttons_added .plus {
    background: #E8E8E8;
    border: 1px solid #CCCCCC;
    border-radius: 0 3px 3px 0;
    height: 43px;
    width: 40px; }

#maincontent .columns .column.main .box-tocart {
  width: 350px; }
  #maincontent .columns .column.main .box-tocart > .fieldset {
    display: flex;
    align-items: flex-end; }
    #maincontent .columns .column.main .box-tocart > .fieldset > .field.qty {
      margin-bottom: 0; }
  #maincontent .columns .column.main .box-tocart .actions {
    padding-top: 0; }
    #maincontent .columns .column.main .box-tocart .actions .action.primary.tocart:before {
      content: "\f07a";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      font-size: 20px;
      margin-right: 10px; }

@media screen and (max-width: 640px) {
  #maincontent .columns .column.main .block.related .products.list.items.product-items {
    display: flex;
    flex-direction: column;
    align-items: center; } }

@media screen and (max-width: 640px) {
  #maincontent .columns .column.main .block.related .products.list.items.product-items .item.product.product-item {
    width: 100%;
    border-bottom: 1px solid #ccc; } }

#maincontent .columns .column.main .block.related .products.list.items.product-items .item.product.product-item .product.details.product-item-details .price-container.price-final_price.tax .price-wrapper .price {
  font-family: Avenir-Heavy;
  display: inline-flex;
  margin-right: 10px;
  font-size: 18px;
  color: #2A2A2A; }

#maincontent .columns .column.main .block.related .products.list.items.product-items .item.product.product-item .product.details.product-item-details .price-container.price-final_price.tax .price-wrapper:after {
  margin-left: 0; }

.page-product-grouped.catalog-product-view #maincontent .columns .column.main .stock-shipping-wrapper {
  display: none;
  opacity: 0; }

.category-cms .widget-sub-category-blocks .sub-category-blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .category-cms .widget-sub-category-blocks .sub-category-blocks-wrapper .sub-category-block-wrapper {
    width: 33.333333%;
    padding: 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .category-cms .widget-sub-category-blocks .sub-category-blocks-wrapper .sub-category-block-wrapper {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .category-cms .widget-sub-category-blocks .sub-category-blocks-wrapper .sub-category-block-wrapper {
        width: 100%; } }
    .category-cms .widget-sub-category-blocks .sub-category-blocks-wrapper .sub-category-block-wrapper .sub-category-block {
      border: 1px solid #CCCCCC;
      padding: 8px 20px;
      display: flex;
      text-overflow: ellipsis;
      overflow: hidden;
      align-items: center;
      color: #000; }
      .category-cms .widget-sub-category-blocks .sub-category-blocks-wrapper .sub-category-block-wrapper .sub-category-block:hover {
        border: 1px solid transparent;
        box-shadow: 0 0 6px 0 #CCCCCC; }
      .category-cms .widget-sub-category-blocks .sub-category-blocks-wrapper .sub-category-block-wrapper .sub-category-block .categoryname {
        text-transform: uppercase;
        flex-basis: 100px;
        flex-grow: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 600; }
      .category-cms .widget-sub-category-blocks .sub-category-blocks-wrapper .sub-category-block-wrapper .sub-category-block .imagecontainer {
        min-width: 60px;
        width: 60px;
        height: 60px;
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .category-cms .widget-sub-category-blocks .sub-category-blocks-wrapper .sub-category-block-wrapper .sub-category-block .imagecontainer img {
          display: block;
          max-width: 100%;
          max-height: 100%;
          height: auto;
          margin: 0 auto; }

@media screen and (max-width: 1024px) {
  .widget.widget-category-blocks {
    float: right;
    width: 64%; } }

.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-container .cart.table-wrapper .col.qty .input-text {
  margin-top: 0; }

.cart-container .cart.table-wrapper .col.col-actions {
  vertical-align: middle; }
