body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #222222;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #222222;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #222222;
  text-decoration: none;
}
a:hover,
.alink:hover {
  text-decoration: underline;
}
a:active,
.alink:active {
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #000000;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #000000;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #222222;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #222222;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button {
  background-image: none;
  background: #808284;
  border: 1px solid #808284;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 4.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
button:hover {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 1.6rem;
  height: 5rem;
  line-height: 1.42857143;
  padding: 0 2rem;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #727171;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #727171;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #727171;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff url('../images/svg/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 1.6rem;
  height: 5rem;
  line-height: 1.42857143;
  padding: 0.4rem 2.5rem 5px 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #bbbbbb;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #bbbbbb;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 1.6rem;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 1rem 2rem;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #727171;
}
textarea::-webkit-input-placeholder {
  color: #727171;
}
textarea:-ms-input-placeholder {
  color: #727171;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.6rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.prices-tier,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.prices-tier > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #808284;
  border: 1px solid #808284;
  color: #ffffff;
  cursor: pointer;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 4.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.minicart-items .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.minicart-items .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.minicart-items .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart-item-col.image .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.cart-item-col.image .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.widget .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.account .table-return-items .qty .input-text,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
body.account .block,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.abs-product-link,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product.name a > a {
  color: #222222;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #222222;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #222222;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #222222;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.cart-item-col.qty .label,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.action.skip:not(:focus),
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.widget_upcoming ul li:before,
.widget_upcoming ul li:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .item-options:before,
.minicart-items .item-options:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.widget_upcoming ul li:after,
.minicart-items .product-item > .product:after,
.minicart-items .item-options:after,
.checkout-onepage-success:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #6c6c6c;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #222222;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.opc-block-shipping-information .shipping-information-title .action-edit,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #222222;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #222222;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go {
  background: #808284;
  border: 1px solid #808284;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.abs-revert-secondary-color:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.6rem;
  line-height: 4.8rem;
  padding: 0 2rem;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.minicart-items .details-qty .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.cart-summary .block.shipping .fieldset.estimate > .legend,
.cart-summary .block.shipping .fieldset.estimate > .legend + br,
.cart-summary .cart-totals .table-caption,
.minicart-items .product-item-details .weee[data-label] .label,
.opc-block-summary .table-totals .table-caption,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.no-display {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-wishlist .counter,
.block-compare .counter {
  color: #6c6c6c;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue {
  border-radius: 4px;
  font-weight: 700;
  background-image: none;
  background: #808284;
  border: 1px solid #808284;
  color: #ffffff;
  cursor: pointer;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.6rem;
  line-height: 4.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before {
  color: inherit;
}
.abs-field-date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.abs-field-tooltip {
  position: relative;
}
.abs-field-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  color: #222222;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong {
  font-weight: 700;
}
.abs-sidebar-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill Sans Light.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill Sans Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill Sans Regular.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill Sans Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill Sans Bold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill Sans Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans Condensed Bold.otf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GillSans Condensed Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill Sans Heavy.otf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/Gill Sans Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.breadcrumbs,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main,
.container {
  max-width: 1720px;
  width: 100%;
  box-sizing: border-box;
}
body .page-main {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-with-filter.page-layout-2columns-left .sidebar-additional {
  display: none !important;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #222222;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #222222;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #222222;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #222222;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #222222;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
@media (max-width: 1024px) {
  .main-navigation__footer {
    padding: 1.4rem 0 2.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .main-navigation__footer .btn {
    margin: 0 auto;
  }
  .main-navigation__currency {
    margin-top: 2rem;
  }
  .main-navigation__currency .selected-currency {
    line-height: 4.8rem;
    margin-bottom: 2rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 3rem;
    cursor: pointer;
  }
  .main-navigation__currency .selected-currency span {
    background: url('../images/svg/arrow-right.svg') right 0 center no-repeat;
    display: block;
    background-size: 8px 12px;
  }
  .main-navigation__currency .selected-currency.flag-uk {
    background: url('../images/svg/flag-uk.svg') 0 center no-repeat;
    background-size: 28px 20px;
  }
}
@media (max-width: 1024px) and (min-width: 690px) {
  .main-navigation__footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #222222;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
input:not([disabled]):focus {
  box-shadow: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 2rem;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 600;
  line-height: 1.2;
  font-size: 3rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 1.7rem;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 0.7rem;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 600;
  font-size: 1.6rem;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 1.6rem;
  height: 5rem;
  line-height: 1.42857143;
  padding: 0 2rem;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #727171;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #727171;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #727171;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #da370a;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  color: #3c3c3b;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 1rem 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.2rem;
  line-height: 1.6rem;
  color: #3c3c3b;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: 0.01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error[generated] {
  margin-top: 0.7rem;
}
.field-error {
  color: #e02b27;
  font-size: 1.6rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #222222;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 20rem;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -0.4rem;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #6c6c6c;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
._has-datepicker ~ .ui-datepicker-trigger {
  width: 40px;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 0.4rem;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
.styled-control {
  display: block;
  position: relative;
  padding: 0.8rem 0 0 6rem;
  min-height: 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.styled-control input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.styled-control:hover .styled-control__mark {
  border-color: #222222;
}
.styled-control input:checked ~ .styled-control__mark {
  border-color: #222222;
}
.styled-control input:checked ~ .styled-control__mark::after {
  display: block;
}
.styled-control__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  box-sizing: border-box;
}
.styled-control__mark::after {
  content: '';
  position: absolute;
  display: none;
}
.styled-control--radio .styled-control__mark {
  border-radius: 50%;
}
.styled-control--radio .styled-control__mark::after {
  top: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  background-color: #222222;
  border-radius: 50%;
}
.styled-control--checkbox .styled-control__mark::after {
  top: 0.5rem;
  left: 1.3rem;
  width: 1rem;
  height: 2rem;
  border: solid #222222;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  transition: all 0.2s;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 48px;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.amshopby-button,
.am-filter-go,
.filter-actions .filter-clear {
  background-image: none;
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  padding: 0 2rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #555555;
  border: 1px solid #555555;
  color: #ffffff;
}
.action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover,
.filter-actions .filter-clear:hover {
  background: #555555;
  border: 1px solid #555555;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn,
body.checkout-onepage-success .action.primary:not(.subscribe):not(.search):not(.search-close):not(.close),
body.checkout-cart-index #maincontent button.action:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit),
body.checkout-index-index button.action:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit):not(.showcart),
body.customer-account-login button.action:not(.subscribe):not(.search):not(.search-close):not(.close),
body.customer-account-forgotpassword button.action:not(.subscribe):not(.search):not(.search-close):not(.close),
body.customer-account-create button.action:not(.subscribe):not(.search):not(.search-close):not(.close),
body.account button.action:not(.subscribe):not(.search):not(.search-close):not(.close),
#minicart-content-wrapper .actions .action.checkout,
#newsletter-popup .control .action.subscribe.primary,
.modal-popup.confirm .action-primary,
.modal-popup.confirm .action-secondary,
.amscroll-load-button,
.filter-actions > .action.clear.filter-clear,
div > a.pagebuilder-button-primary,
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
.primary.amscroll-load-button,
.contactus .actions-toolbar .primary .action,
#minicart-content-wrapper .actions .action.viewcart,
.parts-list .action.tocart,
div > a.pagebuilder-button-secondary,
a.pagebuilder-button-primary.pagebuilder-button-secondary,
button.pagebuilder-button-primary.pagebuilder-button-secondary,
a.pagebuilder-banner-button.pagebuilder-button-secondary,
button.pagebuilder-banner-button.pagebuilder-button-secondary,
.btn.yellow,
body.checkout-onepage-success .amshopby-button:not(.subscribe):not(.search):not(.search-close):not(.close),
body.checkout-onepage-success .am-filter-go:not(.subscribe):not(.search):not(.search-close):not(.close) {
  height: 5rem;
  margin: 0;
  padding: 0 1rem;
  width: 100%;
  max-width: 32rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  background-color: #004a93;
  text-decoration: none;
  box-shadow: none;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0px !important;
  line-height: 1.2;
}
.btn:active,
.btn:focus,
.btn:hover,
body.checkout-onepage-success .action.primary:not(.subscribe):not(.search):not(.search-close):not(.close):hover,
body.checkout-cart-index #maincontent button.action:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit):hover,
body.checkout-index-index button.action:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit):not(.showcart):hover,
body.customer-account-login button.action:not(.subscribe):not(.search):not(.search-close):not(.close):hover,
body.customer-account-forgotpassword button.action:not(.subscribe):not(.search):not(.search-close):not(.close):hover,
body.customer-account-create button.action:not(.subscribe):not(.search):not(.search-close):not(.close):hover,
body.account button.action:not(.subscribe):not(.search):not(.search-close):not(.close):hover,
#minicart-content-wrapper .actions .action.checkout:hover,
#newsletter-popup .control .action.subscribe.primary:hover,
.modal-popup.confirm .action-primary:hover,
.modal-popup.confirm .action-secondary:hover,
.amscroll-load-button:hover,
.filter-actions > .action.clear.filter-clear:hover,
div > a.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
.primary.amscroll-load-button:hover,
.contactus .actions-toolbar .primary .action:hover,
#minicart-content-wrapper .actions .action.viewcart:hover,
.parts-list .action.tocart:hover,
div > a.pagebuilder-button-secondary:hover,
a.pagebuilder-button-primary.pagebuilder-button-secondary:hover,
button.pagebuilder-button-primary.pagebuilder-button-secondary:hover,
a.pagebuilder-banner-button.pagebuilder-button-secondary:hover,
button.pagebuilder-banner-button.pagebuilder-button-secondary:hover,
.btn.yellow:hover,
body.checkout-onepage-success .amshopby-button:not(.subscribe):not(.search):not(.search-close):not(.close):hover,
body.checkout-onepage-success .am-filter-go:not(.subscribe):not(.search):not(.search-close):not(.close):hover {
  background-color: #003060;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
}
body.checkout-onepage-success .action.primary:not(.subscribe):not(.search):not(.search-close):not(.close) span,
body.checkout-cart-index #maincontent button.action:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit) span,
body.checkout-index-index button.action:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit):not(.showcart) span,
body.customer-account-login button.action:not(.subscribe):not(.search):not(.search-close):not(.close) span,
body.customer-account-forgotpassword button.action:not(.subscribe):not(.search):not(.search-close):not(.close) span,
body.customer-account-create button.action:not(.subscribe):not(.search):not(.search-close):not(.close) span,
body.account button.action:not(.subscribe):not(.search):not(.search-close):not(.close) span,
#minicart-content-wrapper .actions .action.checkout span,
#newsletter-popup .control .action.subscribe.primary span,
.modal-popup.confirm .action-primary span,
.modal-popup.confirm .action-secondary span,
.amscroll-load-button span,
.filter-actions > .action.clear.filter-clear span,
div > a.pagebuilder-button-primary span,
a.pagebuilder-button-primary span,
button.pagebuilder-button-primary span,
.primary.amscroll-load-button span,
.contactus .actions-toolbar .primary .action span,
body.checkout-onepage-success .amshopby-button:not(.subscribe):not(.search):not(.search-close):not(.close) span,
body.checkout-onepage-success .am-filter-go:not(.subscribe):not(.search):not(.search-close):not(.close) span {
  color: #ffffff !important;
}
#minicart-content-wrapper .actions .action.viewcart,
.parts-list .action.tocart,
div > a.pagebuilder-button-secondary,
a.pagebuilder-button-primary.pagebuilder-button-secondary,
button.pagebuilder-button-primary.pagebuilder-button-secondary,
a.pagebuilder-banner-button.pagebuilder-button-secondary,
button.pagebuilder-banner-button.pagebuilder-button-secondary,
.btn.yellow {
  color: #004a93;
  background-color: #fcb026;
}
#minicart-content-wrapper .actions .action.viewcart:hover,
.parts-list .action.tocart:hover,
div > a.pagebuilder-button-secondary:hover,
a.pagebuilder-button-primary.pagebuilder-button-secondary:hover,
button.pagebuilder-button-primary.pagebuilder-button-secondary:hover,
a.pagebuilder-banner-button.pagebuilder-button-secondary:hover,
button.pagebuilder-banner-button.pagebuilder-button-secondary:hover,
.btn.yellow:hover {
  color: #004a93;
  background-color: #ec9903;
}
body.page-jcb .amscroll-load-button,
body.page-jcb div > a.pagebuilder-button-primary,
body.page-jcb a.pagebuilder-button-primary,
body.page-jcb button.pagebuilder-button-primary,
body.page-jcb div > a.pagebuilder-button-secondary,
body.page-jcb a.pagebuilder-button-primary.pagebuilder-button-secondary,
body.page-jcb button.pagebuilder-button-primary.pagebuilder-button-secondary,
body.page-jcb a.pagebuilder-banner-button.pagebuilder-button-secondary,
body.page-jcb button.pagebuilder-banner-button.pagebuilder-button-secondary,
body.page-jcb .btn {
  background-color: #f9b104;
}
body.page-jcb .amscroll-load-button:hover,
body.page-jcb div > a.pagebuilder-button-primary:hover,
body.page-jcb a.pagebuilder-button-primary:hover,
body.page-jcb button.pagebuilder-button-primary:hover,
body.page-jcb div > a.pagebuilder-button-secondary:hover,
body.page-jcb a.pagebuilder-button-primary.pagebuilder-button-secondary:hover,
body.page-jcb button.pagebuilder-button-primary.pagebuilder-button-secondary:hover,
body.page-jcb a.pagebuilder-banner-button.pagebuilder-button-secondary:hover,
body.page-jcb button.pagebuilder-banner-button.pagebuilder-button-secondary:hover,
body.page-jcb .btn:hover {
  background-color: #c78d03;
}
body.page-jcb .btns .btn {
  color: #f9b104;
}
body.page-kuhn .amscroll-load-button,
body.page-kuhn div > a.pagebuilder-button-primary,
body.page-kuhn a.pagebuilder-button-primary,
body.page-kuhn button.pagebuilder-button-primary,
body.page-kuhn div > a.pagebuilder-button-secondary,
body.page-kuhn a.pagebuilder-button-primary.pagebuilder-button-secondary,
body.page-kuhn button.pagebuilder-button-primary.pagebuilder-button-secondary,
body.page-kuhn a.pagebuilder-banner-button.pagebuilder-button-secondary,
body.page-kuhn button.pagebuilder-banner-button.pagebuilder-button-secondary,
body.page-kuhn .btn {
  background-color: #ce493a;
}
body.page-kuhn .amscroll-load-button:hover,
body.page-kuhn div > a.pagebuilder-button-primary:hover,
body.page-kuhn a.pagebuilder-button-primary:hover,
body.page-kuhn button.pagebuilder-button-primary:hover,
body.page-kuhn div > a.pagebuilder-button-secondary:hover,
body.page-kuhn a.pagebuilder-button-primary.pagebuilder-button-secondary:hover,
body.page-kuhn button.pagebuilder-button-primary.pagebuilder-button-secondary:hover,
body.page-kuhn a.pagebuilder-banner-button.pagebuilder-button-secondary:hover,
body.page-kuhn button.pagebuilder-banner-button.pagebuilder-button-secondary:hover,
body.page-kuhn .btn:hover {
  background-color: #ab372a;
}
body.page-kuhn .btns .btn {
  color: #ce493a;
}
body.page-new-holland .amscroll-load-button,
body.page-new-holland div > a.pagebuilder-button-primary,
body.page-new-holland a.pagebuilder-button-primary,
body.page-new-holland button.pagebuilder-button-primary,
body.page-new-holland div > a.pagebuilder-button-secondary,
body.page-new-holland a.pagebuilder-button-primary.pagebuilder-button-secondary,
body.page-new-holland button.pagebuilder-button-primary.pagebuilder-button-secondary,
body.page-new-holland a.pagebuilder-banner-button.pagebuilder-button-secondary,
body.page-new-holland button.pagebuilder-banner-button.pagebuilder-button-secondary,
body.page-new-holland .btn {
  background-color: #004a92;
}
body.page-new-holland .amscroll-load-button:hover,
body.page-new-holland div > a.pagebuilder-button-primary:hover,
body.page-new-holland a.pagebuilder-button-primary:hover,
body.page-new-holland button.pagebuilder-button-primary:hover,
body.page-new-holland div > a.pagebuilder-button-secondary:hover,
body.page-new-holland a.pagebuilder-button-primary.pagebuilder-button-secondary:hover,
body.page-new-holland button.pagebuilder-button-primary.pagebuilder-button-secondary:hover,
body.page-new-holland a.pagebuilder-banner-button.pagebuilder-button-secondary:hover,
body.page-new-holland button.pagebuilder-banner-button.pagebuilder-button-secondary:hover,
body.page-new-holland .btn:hover {
  background-color: #00305f;
}
body.page-new-holland .btns .btn {
  color: #004a92;
}
.btns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .btns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.btns .btn {
  width: 100%;
  max-width: 100%;
}
body.page-jcb .btns .btn,
body.page-kuhn .btns .btn,
body.page-new-holland .btns .btn {
  background-color: #ffffff;
}
body.page-jcb .btns .btn:hover,
body.page-kuhn .btns .btn:hover,
body.page-new-holland .btns .btn:hover {
  background-color: #e6e6e6;
}
.product.data.items {
  margin: 0;
  padding: 0;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  background: #ffffff;
  border-top: 1px solid #dddddd;
  height: 40px;
  padding: 10px 20px 10px 0;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.6rem;
  color: #222222;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #222222;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #222222;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #222222;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #222222;
  text-decoration: none;
  padding-bottom: 10px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 0 0 30px 0;
}
.product.info.detailed:last-of-type .product.data.items {
  border-bottom: 1px solid #ddd;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.6rem;
  line-height: 4.2rem;
  letter-spacing: normal;
  margin: 0 1rem 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  border: 1px solid #222222;
  color: #222222;
  display: inline-block;
  padding: 0 1.8rem;
  text-decoration: none;
}
.pages a.page:visited {
  color: #222222;
}
.pages a.page:hover {
  background: #555555;
  border: 1px solid #555555;
  color: #ffffff;
  text-decoration: none;
}
.pages a.page:active {
  color: #ffffff;
}
.pages strong.page {
  background: #222222;
  border: 1px solid #222222;
  font-size: 1.6rem;
  line-height: 4.2rem;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  padding: 0 1.8rem;
}
.pages .action {
  border: 1px solid #222222;
  color: #222222;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #222222;
}
.pages .action:hover {
  background: #555555;
  border: 1px solid #555555;
  color: #ffffff;
  text-decoration: none;
}
.pages .action:active {
  color: #ffffff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #222222;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  line-height: inherit;
  color: #222222;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #ffffff;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #222222;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  line-height: inherit;
  color: #222222;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #ffffff;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .action {
  width: 4.2rem;
}
.pages a {
  transition: all 0.2s;
}
body:not(.contentmanager-content-view):not(.cms-faqs) div[data-content-type="row"] > *[data-content-type="heading"],
body:not(.contentmanager-content-view):not(.cms-faqs) div[data-content-type="row"] > div > *[data-content-type="heading"] {
  color: #222222;
  font-size: 1.9rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1024px) {
  body:not(.contentmanager-content-view):not(.cms-faqs) div[data-content-type="row"] > *[data-content-type="heading"],
  body:not(.contentmanager-content-view):not(.cms-faqs) div[data-content-type="row"] > div > *[data-content-type="heading"] {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 2rem 0 4.3rem;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #777777;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #777777;
  padding: 0 0.2rem;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #777777;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #222222;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #222222;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
  padding: 0 0.2rem;
}
.breadcrumbs .item:not(:last-child):after {
  color: #777777;
  content: '/';
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 95%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #080808;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  padding-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 2rem;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
@media (max-width: 1023px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
    left: auto;
    width: 95%;
    max-width: 500px;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e7e7e7;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #222222;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #222222;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 0 2rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #555555;
  border: 1px solid #555555;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #555555;
  border: 1px solid #555555;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #808284;
  border: 1px solid #808284;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 4.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 176rem;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 176rem;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #ffffff;
  border-top: 1px solid #dddddd;
  height: 40px;
  padding: 10px 20px 10px 0;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.6rem;
  color: #222222;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #222222;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #222222;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #222222;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #222222;
  text-decoration: none;
  padding-bottom: 10px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 0 0 30px 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.amscroll-page-num {
  clear: both;
  padding: 6px 10px;
  color: #252525;
  letter-spacing: .03em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2rem;
}
.amscroll-page-num.-amscroll-button {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  background: #fbfbfb;
}
.amscroll-page-num.-amscroll-divider {
  border-bottom: 1px solid #c2c2c2;
}
.amscroll-page-num.-amscroll-background {
  background: #fbfbfb;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-loading-block {
  margin: 0 auto;
  padding: 10px 0;
  width: 20px;
  height: 20px;
}
.amscroll-loading-icon {
  min-width: 20px;
  height: 20px;
}
.amscroll-loading-icon.-amscroll-animate {
  animation: amScrollRotate 1.5s linear infinite;
}
.amscroll-load-button {
  display: flex;
  align-items: center;
  margin: 5px auto;
  padding: 5px 20px;
  max-width: 100%;
  width: max-content;
  border: 1px solid;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: .03em;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  transition: color 0.2s;
}
._keyfocus .amscroll-load-button:focus {
  box-shadow: none;
}
.amscroll-load-button:not(.focus-visible) {
  border-color: transparent !important;
}
.amscroll-load-button:hover,
.amscroll-load-button:focus,
.amscroll-load-button:active {
  background-color: transparent;
}
.amscroll-load-button:hover > .amscroll-text {
  filter: brightness(0.8);
}
.ie11 .amscroll-load-button {
  width: 120px;
}
.amscroll-load-button > .amscroll-text {
  word-break: break-word;
  word-wrap: break-word;
  transition: filter 0.2s;
  pointer-events: none;
  user-select: none;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.ie11 .amscroll-load-button > .amscroll-text {
  word-break: break-all;
}
.amscroll-load-button > .amscroll-loading-icon {
  display: none;
  margin-right: 10px;
}
.amscroll-load-button.-amscroll-loading {
  pointer-events: none;
  user-select: none;
}
.amscroll-load-button.-amscroll-loading > .amscroll-loading-icon {
  display: block;
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.amscroll-backtotop-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  transition: right 0.2s;
}
.amscroll-backtotop-block:not(.-amscroll-active) {
  right: -60px !important;
}
._keyfocus .amscroll-backtotop-block:focus,
.amscroll-backtotop-block:not(.primary) {
  box-shadow: none;
}
.amscroll-backtotop-block:hover,
.amscroll-backtotop-block:focus,
.amscroll-backtotop-block:active {
  border: 0;
  box-shadow: none;
  color: #ffffff;
}
.amscroll-backtotop-block .amscroll-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.amscroll-backtotop-block:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: '';
  opacity: 0;
  filter: brightness(0.8);
  transition: opacity 0.2s;
}
.amscroll-backtotop-block:after {
  position: relative;
  z-index: 1;
  display: inline-block;
  content: '';
}
.amscroll-backtotop-block:hover:before {
  opacity: 1;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'],
.filter-options-content .item a {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #000000;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
[data-content-type="carousel"] {
  border-bottom: 1px solid #ccc !important;
  list-style-type: none;
  position: relative;
  width: 100%;
}
.faq {
  border-top: 1px solid #ddd;
}
.faq[aria-expanded='true'] .faq__question::after {
  display: none;
}
.faq__question {
  position: relative;
  padding: 3rem 4rem 3rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.faq__question::before,
.faq__question::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #000;
  transform: translateY(-50%);
}
.faq__question::before {
  width: 1.2rem;
  height: 0.2rem;
}
.faq__question::after {
  width: 0.2rem;
  height: 1.2rem;
  right: 0.5rem;
}
.faq__answer {
  padding-bottom: 3.6rem;
}
.page-layout-parts.no-scroll-button .amscroll-load-button {
  display: none !important;
}
.testimonial {
  margin-bottom: 2rem;
  padding: 3rem 4rem;
  border: 1px solid #ddd;
}
.testimonial__content {
  margin-bottom: 2.3rem;
  font-style: italic;
  line-height: 1.7;
}
.testimonial__content p {
  margin: 0;
}
.testimonial__name {
  font-weight: 700;
  color: #000;
}
/*[data-content-type="faq"] {
        border-bottom: 1px solid #ccc !important;
        list-style-type: none;
        position: relative;
        width: 100%;
    }*/
/*[data-content-type="faq-item"] {
        border-top: 1px solid #cccccc !important;
        border-right: 1px solid #cccccc !important;
        border-left: 1px solid #cccccc !important;
        overflow: hidden;

        [data-role="content"] {
            display: none;
        }

        [data-role="collapsible"] {
            font-weight: bold;
            line-height: 1.1;
            font-size: 1.4rem;
            margin-top: 2rem;
            margin-bottom: 2rem;

            &:before {
                font-family: @icons-pagebuilder__font-name;
                margin-right: 5px;
                font-size: 12px;
                left: 15px;
                position: absolute;
            }

            &[aria-expanded="true"]:before {
                content: @icon-pagebuilder-caret-up__content;
            }

            &[aria-expanded="false"]:before {
                content: @icon-pagebuilder-caret-down__content;
            }
        }
    }*/
.fc {
  text-align: left;
}
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}
.fc .fc-header-space {
  padding-left: 10px;
}
.fc .ui-resizable-handle {
  display: block;
  font-size: 300%;
  line-height: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 99999;
}
.fc .fc-week-number {
  text-align: center;
  width: 22px;
}
.fc .fc-week-number div {
  padding: 0 2px;
}
.fc .ui-draggable-dragging .fc-event-bg {
  display: none \9;
}
.fc-header td {
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.fc-header .fc-button {
  margin-bottom: 1em;
}
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  margin-right: 0;
}
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}
.fc-header .fc-state-down {
  z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}
.fc-header-left {
  text-align: left;
  width: 25%;
}
.fc-header-center {
  text-align: center;
}
.fc-header-right {
  text-align: right;
  width: 25%;
}
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}
.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
}
.fc-content {
  clear: both;
  position: relative;
  z-index: 1;
  zoom: 1;
}
.fc-view {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fc-widget-header {
  background: #ffffff;
  border: 1px solid #d1d1d1;
}
.fc-widget-header .fc-agenda-divider-inner {
  background: #eeeeee;
}
.fc-widget-content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
}
.fc-state-highlight {
  background: #fdf0d5;
}
.fc-cell-overlay {
  background: #68a8e0;
  filter: alpha(opacity=30);
  opacity: .3;
}
.fc-button {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0 .6em;
  position: relative;
  white-space: nowrap;
}
.fc-button .ui-icon {
  float: left;
  margin-top: -8px;
  position: relative;
  top: 50%;
}
.fc-state-default.fc-corner-left {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
}
.fc-state-default {
  background-image: none;
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  padding: 0 2rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.fc-state-default:focus,
.fc-state-default:active {
  background: #555555;
  border: 1px solid #555555;
  color: #ffffff;
}
.fc-state-default:hover {
  background: #555555;
  border: 1px solid #555555;
  color: #ffffff;
}
.fc-state-default.disabled,
.fc-state-default[disabled],
fieldset[disabled] .fc-state-default {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background: #555555;
  border: 1px solid #555555;
}
.fc-event-container > * {
  z-index: 8;
}
.fc-event-container > .ui-draggable-dragging {
  z-index: 9;
}
.fc-event {
  background-color: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: default;
  font-size: .95em;
}
a.fc-event {
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
}
.fc-event-draggable {
  cursor: pointer;
}
.fc-event-inner {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.fc-event-time {
  color: #ffffff;
  padding: 0 1px;
}
.fc-event-title {
  color: #ffffff;
  padding: 0 1px;
}
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}
.fc-event-hori .ui-resizable-e {
  cursor: e-resize;
  height: 100% !important;
  right: -3px !important;
  top: 0 !important;
  width: 7px !important;
}
.fc-event-hori .ui-resizable-w {
  cursor: w-resize;
  height: 100% !important;
  left: -3px !important;
  top: 0 !important;
  width: 7px !important;
}
.fc-border-separate {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.fc-border-separate th {
  border-width: 1px 0 0 1px;
  width: auto !important;
}
.fc-border-separate td {
  border-width: 1px 0 0 1px;
  width: auto !important;
}
.fc-border-separate th.fc-last {
  border-right-width: 1px;
}
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}
.fc-border-separate tr.fc-last th {
  border-bottom-width: 1px;
}
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td {
  border-top-width: 0;
}
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}
.fc-grid th {
  text-align: center;
}
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}
.fc-grid .fc-other-month .fc-day-number {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 0 1px;
}
.fc-grid .fc-event-time {
  font-weight: bold;
}
.fc-agenda table {
  border-collapse: separate;
}
.fc-agenda .fc-agenda-axis {
  font-weight: normal;
  padding: 0 4px;
  text-align: right;
  vertical-align: middle;
  width: 50px;
}
.fc-agenda .fc-week-number {
  font-weight: bold;
}
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}
.fc-agenda-days th {
  text-align: center;
}
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}
.fc-agenda-slots .fc-agenda-axis {
  white-space: nowrap;
}
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}
.fc-agenda-slots td {
  background: none;
  border-width: 1px 0 0;
}
.fc-agenda-slots td div {
  height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th {
  border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}
.fc-agenda-allday th {
  border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
}
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}
.fc-event-vert {
  border-width: 0 1px;
}
.fc-event-vert .fc-event-time {
  font-size: 10px;
  white-space: nowrap;
}
.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}
.fc-event-vert .fc-event-bg {
  background: #ffffff;
  filter: alpha(opacity=25);
  height: 100%;
  left: 0;
  opacity: .25;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fc-event-vert .ui-resizable-s {
  bottom: 0 !important;
  cursor: s-resize;
  font-family: monospace;
  font-size: 11px !important;
  height: 8px !important;
  line-height: 8px !important;
  overflow: hidden !important;
  text-align: center;
  width: 100% !important;
}
.fc-event-vert.fc-event-start {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-width: 1px;
}
.fc-event-vert.fc-event-end {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-width: 1px;
}
.fc-select-helper .fc-event-bg {
  display: none \9;
}
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000000;
  background: #f4f4f4;
}
.tooltipster-default .tooltipster-content {
  line-height: 16px;
  padding: 0;
  overflow: hidden;
}
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.widget_upcoming {
  padding: 20px;
  background: #f8f8f8;
  margin-bottom: 20px;
}
.widget_upcoming h3 {
  margin-top: 0;
}
.widget_upcoming ul {
  padding: 0;
  margin: 0;
}
.widget_upcoming ul li {
  list-style: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.widget_upcoming ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.widget_upcoming .event-image {
  float: left;
  width: 30%;
  margin-right: 2%;
  margin-top: 3px;
}
.widget_upcoming .event-image img {
  width: 100%;
}
.widget_upcoming .event-info {
  float: left;
  width: 68%;
  font-size: 12px;
}
.widget_upcoming .event-info a {
  margin-bottom: 5px;
  width: 100%;
  display: block;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget_upcoming .event-info a:visited {
  display: block;
  font-size: 14px;
}
.upcoming_desc {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.empty-td {
  display: none;
  width: 0;
  padding: 0;
}
.estimation-wrapper {
  margin-bottom: 10px;
}
.estimation-wrapper .heading-container {
  margin-bottom: 3px;
  position: relative;
}
.estimation-wrapper .heading-container .label {
  display: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 5px;
}
.estimation-wrapper .heading-container img.loader {
  display: none;
  max-height: 20px;
  position: absolute;
  top: 0;
}
.estimation-wrapper .heading-container img.loader.visible {
  display: inline-block;
}
.estimation-wrapper .heading-container.visible .label {
  display: inline-block;
}
.estimation-wrapper .response-container {
  display: none;
  min-height: 28px;
}
.estimation-wrapper .response-container span {
  margin-top: 5px;
  margin-bottom: 0;
}
.estimation-wrapper .response-container span.post-code {
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
.estimation-wrapper .response-container span.country-code {
  font-weight: 600;
}
.estimation-wrapper .response-container span.error-massage {
  display: none;
  color: #ff0000;
  cursor: pointer;
  text-decoration: underline;
}
.estimation-wrapper .response-container .order-within-container,
.estimation-wrapper .response-container #estimation_message {
  display: none;
  margin-top: 3px;
}
.estimation-wrapper .response-container .order-within-container #order_within,
.estimation-wrapper .response-container #estimation_message #order_within {
  font-weight: bold;
  margin-top: 0;
}
.estimation-wrapper .response-container .input-wrapper {
  display: inline-block;
}
.estimation-wrapper .response-container .input-wrapper input,
.estimation-wrapper .response-container .input-wrapper select {
  display: none;
  height: auto;
  margin: 0 5px 0 0;
  max-width: 72px;
  padding: 2px;
  text-align: center;
}
.estimation-wrapper .response-container.visible {
  display: block;
}
.estimation-wrapper.show-spinner {
  min-height: 25px;
}
#estimated_content {
  display: none;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#estimated_content strong.label {
  float: left;
  min-height: 25px;
}
#estimated_content .loader {
  display: none;
  position: relative;
  top: 0;
  left: 10px;
}
#estimated_content .loader img {
  height: 20px;
}
#estimated_content #estimated_response {
  display: none;
  float: left;
  min-height: 30px;
  width: 100%;
}
#estimated_content #estimated_response span {
  display: inline-block;
  padding-top: 5px;
}
#estimated_content #estimated_response span#zip {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span#zip_response,
#estimated_content #estimated_response span#country_response {
  font-weight: bold;
}
#estimated_content #estimated_response span#zip_response.clickable {
  cursor: pointer;
  text-decoration: underline;
}
#estimated_content #estimated_response span.input-wrapper {
  padding-top: 0;
}
#estimated_content #estimated_response .update-location {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
#estimated_content #estimated_response .update-location .input-wrapper,
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
}
#estimated_content #estimated_response .update-location #input_zip,
#estimated_content #estimated_response .update-location #input_country {
  display: none;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: inherit;
  text-align: center;
  margin: 0 2px;
  height: 26px;
  padding: 0;
  max-width: 75px;
}
#estimated_content #estimated_response .update-location #input_zip.empty,
#estimated_content #estimated_response .update-location #input_country.empty {
  border-color: #ff0000;
}
#estimated_content #estimated_response .update-location #coutry_text {
  display: none;
}
#estimated_content #estimated_response .update-location #input_zip {
  margin-left: 0;
}
#estimated_content #estimated_response .update-location #input_country {
  padding: 0 20px 0 10px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons {
  padding: 0;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0 5px;
  top: -2px;
  position: relative;
}
#estimated_content #estimated_response .update-location .buttons #update_location span {
  padding: 0;
  margin: 0;
  width: 26px;
}
#estimated_content #estimated_response .update-location .buttons #update_location span:before {
  font-family: 'luma-icons';
  font-size: 12px;
  line-height: 24px;
  content: '\e610';
  display: inline-block;
}
#estimated_content #estimated_response .update-location .buttons #update_location {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #estimated_content #estimated_response .update-location {
    margin-top: 5px;
  }
}
#estimated_content #error {
  display: none;
  float: left;
  width: 100%;
}
#estimated_content #error #error-message {
  color: #ff0000;
}
#estimated_content #error #error-message.clickable {
  cursor: pointer;
  text-decoration: underline;
}
.wesupply_estimations_zip {
  max-width: 65px;
}
.page-header-v3 .header_right .wesupply-link-v2,
.page-header-v4 .header_right .wesupply-link-v2 {
  display: none;
}
.page-header-v4.sticky-header .header.links .wesupply-tracking-info {
  margin-right: 15px;
}
.wesupply_options {
  width: 150px;
  margin-right: 10px;
}
.wesupply-link-v2 {
  float: left;
  line-height: 30px;
}
.sticky-header .wesupply-link-v2 {
  display: none;
}
/* DESIGN 1 */
.sms-center {
  text-align: center;
}
#ws_embed_sms_notification {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  margin: 40px 0 20px;
  padding: 0;
}
#ws_embed_sms_notification.design-1 #phonePrefix,
#ws_embed_sms_notification.design-1 #ws-Phone {
  height: 50px;
}
#ws_embed_sms_notification.ws-left {
  text-align: left;
}
#ws_embed_sms_notification.ws-left.sms-center {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
#ws_embed_sms_notification .block-span {
  display: block;
}
#ws_embed_sms_notification .block-span.mg-top-span {
  margin-bottom: 10px;
}
#ws_embed_sms_notification .control-subs:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
#ws_embed_sms_notification .control-subs .ws-Phone {
  padding-left: 35px;
}
#ws_embed_sms_notification #ws-responses {
  padding: 20px 0;
  margin: 0 auto;
}
#ws-responses {
  padding-bottom: 20px;
}
#ws-responses #ws-error-response {
  color: red;
}
#ws-responses #ws-success-response {
  color: green;
}
/* DESIGN 2 */
.sms-center-design-2 {
  margin: 0 auto;
  text-align: center;
}
.ws-title-description-container-dsg2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ws_embed_sms_notification {
  width: 100%;
  margin-top: 50px;
}
.ws_embed_sms_notification .inline-block {
  width: 100%;
  text-align: left;
  border: 1px solid #b5b5b5;
  position: relative;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  border-right: 1px solid #b5b5b5;
  float: left;
  min-height: 26px;
  line-height: 26px;
  padding: 15px 30px;
}
.ws_embed_sms_notification .inline-block .description-dsg-2 {
  float: left;
  display: inline-block;
  width: auto;
  padding: 14px 20px;
  min-height: 26px;
  line-height: 26px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
  float: right;
  display: inline-block;
  max-width: unset;
  padding: 11px;
  min-width: 396px;
  width: auto;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  width: 205px;
  float: left;
  height: 32px;
  padding: 0 0 0 26px;
  border-right: 0 none;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  padding: 0 0 0 26px;
  height: 34px;
  width: 130px;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2 {
  margin-bottom: 10px;
  max-width: 100%;
}
.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action {
  float: left;
  clear: none;
  margin: 0;
  border-radius: 0;
}
.ws_embed_sms_notification .inline-block .sms-subs {
  margin-top: -3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ws_embed_sms_notification .inline-block .title-dsg-2 {
  padding: 14px;
  font-size: 13px;
  margin: 0;
  background: #f4f4f4;
}
.ws_embed_sms_notification .inline-block .control-subs-2:before {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  margin: 6px 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  background: url('../WeSupply_Toolbox/images/icone_phone.png');
  content: '';
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 988px) {
  .ws_embed_sms_notification .inline-block .title-dsg-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 0 none;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    padding-left: 0;
  }
  .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 {
    float: left;
    padding: 0 0 10px 0;
    clear: both;
  }
  .ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2 {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ws_embed_sms_notification .inline-block {
    border: 1px solid #b5b5b5;
  }
  .ws_embed_sms_notification .inline-block .description-dsg-2 {
    text-align: center;
    width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 {
    padding: 0 20px;
    min-width: unset;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone {
    width: calc(100% - 130px);
    border-right: 1px solid #c2c2c2;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
    float: none;
    height: auto;
  }
}
.wesupply-track-shipment .page-title-wrapper,
.wesupply-orders-view .page-title-wrapper {
  display: none;
}
iframe.embedded-iframe.ws-stores-view {
  height: 820px;
}
#order-view-container {
  height: 1000px;
}
.order-view-modal .page-main-actions {
  display: none;
}
.order-view-modal .modal-header {
  display: none;
}
.order-view-modal .modal-content {
  padding: 0;
}
.loading-container {
  text-align: center;
  padding: 40px;
  position: relative;
}
.loading-container .loading-image {
  background: url('../images/loader-2.gif') center center no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  height: 200px;
  width: 200px;
  z-index: 100;
}
[class*="cms-wesupply-store-locator"].sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-details"].sales-order-history .embedded-iframe-container,
.account.sales-order-history .embedded-iframe-container,
[class*="cms-wesupply-store-locator"].customer-account-index .embedded-iframe-container,
[class*="cms-wesupply-store-details"].customer-account-index .embedded-iframe-container,
.account.customer-account-index .embedded-iframe-container {
  display: none;
}
.wesupply-track-shipment #maincontent {
  position: relative;
  margin: 0 auto !important;
  max-width: unset;
  padding: 0;
  width: 100%;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container {
  display: block;
}
.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title {
  text-align: left;
}
.wesupply-track-shipment #maincontent .not-found,
.wesupply-track-shipment #maincontent .not-allowed {
  padding: 40px 0 20px;
  margin: 0 auto;
  display: table;
}
.wesupply-track-shipment .breadcrumbs {
  display: none;
}
#co-shipping-method-form .item-options .field.item {
  margin-left: 20px;
}
#co-shipping-method-form .item-options .field.item input.radio {
  margin-left: -20px;
  margin-top: 2px;
}
#co-shipping-method-form .item-options .field.item label.label {
  position: relative;
  top: -2px;
  left: -2px;
}
#co-shipping-method-form .item-options .field.item span.eta {
  display: block;
}
@media screen and (min-width: 1024px) {
  .order-view-modal {
    max-width: 989px;
    left: calc(100% - 989px);
  }
}
/* quick fix for pearl users */
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2 {
  height: 34px;
}
.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2 {
  height: 34px;
}
@media screen and (max-width: 767px) {
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method thead {
    display: none;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody {
    padding-bottom: 20px;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row {
    display: flex;
    margin-left: 0;
    padding-bottom: 0;
  }
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row:first-child,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row.row-eta,
  .theme-pearl .checkout-shipping-method .table-checkout-shipping-method tbody tr.row td.col {
    border: 0 none;
  }
}
/* quick fix for non pearl users */
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip {
  height: 26px;
  min-height: unset;
  max-height: unset;
  position: relative;
  top: -1px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location {
  height: 28px;
}
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,
body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country {
  top: -1px;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center {
  max-width: 560px;
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2 {
  margin: 40px auto;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group {
  position: relative;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before {
  left: 0;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  height: 32px;
  vertical-align: bottom;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone {
  padding-left: 5px;
}
body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId {
  margin-bottom: 10px;
  width: 460px;
  max-width: 100%;
}
.checkout-onepage-success .delivery-estimations {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
}
/* MEDIA QUERIES */
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
  display: flex;
  align-items: center;
  display: block;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 600;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #da370a;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #222222;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.checkout-cart-index .page-main > .page-title-wrapper .page-title {
  display: block;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  text-align: center;
}
.checkout-cart-index .message {
  box-sizing: border-box;
}
.cart-container {
  max-width: 143rem;
  margin: 0 auto;
}
.cart-container-top {
  margin-bottom: 2rem;
}
.cart-container-right {
  margin: 0 -15px;
}
.cart-summary {
  padding: 2rem 2rem 3rem;
  background-color: #f2f2f2;
}
.cart-summary > .title {
  display: block;
  margin-bottom: 1.7rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.cart-summary .block {
  margin: 0;
}
.cart-summary .block .title {
  position: relative;
  display: block;
  margin: 0;
  padding: 1.5rem 4rem 1.5rem 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
}
.cart-summary .block .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.9rem;
  height: 0.6rem;
  background: url('../images/svg/arrow-down.svg') no-repeat center;
  transform: translateY(-50%);
}
.cart-summary .block .title strong {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.cart-summary .block.active .title::after {
  background-image: url('../images/svg/arrow-up.svg');
}
.cart-summary .actions-toolbar {
  flex-wrap: wrap;
}
.cart-summary .actions-toolbar > .primary,
.cart-summary .actions-toolbar > .secondary {
  width: 100%;
}
.cart-summary .actions-toolbar > .primary .action,
.cart-summary .actions-toolbar > .secondary .action {
  margin: 0;
  width: 100%;
}
.cart-summary .actions-toolbar > .secondary {
  margin-top: 2rem;
}
.cart-summary .block.shipping .title strong {
  font-weight: 400;
}
.cart-summary .block.shipping .fieldset {
  margin: 0;
}
.cart-summary .block.shipping .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block.shipping .fieldset .field.note,
.cart-summary .block.shipping .fieldset .field[name='shippingAddress.region_id'],
.cart-summary .block.shipping .fieldset .field[name='shippingAddress.region'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-summary .block.shipping .fieldset .methods .field > .label {
  display: inline;
}
.cart-summary .cart-totals {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: 1.6rem;
  border-top: 1px solid #ddd;
}
.cart-summary .cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-summary .cart-totals table > tbody > tr > th,
.cart-summary .cart-totals table > tbody > tr > td {
  padding: 0.7rem 1rem;
}
.cart-summary .cart-totals .mark {
  padding-left: 0;
  font-weight: 400;
}
.cart-summary .cart-totals .mark strong {
  font-weight: 400;
}
.cart-summary .cart-totals .amount {
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}
.cart-summary .cart-totals .amount strong {
  font-weight: 400;
}
.cart-summary .cart-totals .grand .mark strong,
.cart-summary .cart-totals .grand .amount strong {
  font-weight: 600;
}
.cart-summary .cart-totals .msrp {
  margin-bottom: 10px;
}
.cart-summary .cart-totals .totals-tax-summary .mark,
.cart-summary .cart-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.cart-summary .cart-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.cart-summary .cart-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-summary .cart-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .cart-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -0.5rem;
  top: -1.2rem;
}
.cart-summary .cart-totals .totals-tax-summary.expanded .mark,
.cart-summary .cart-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.cart-summary .cart-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-summary .cart-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.cart-summary .cart-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .cart-totals .discount.coupon {
  display: none;
}
.cart-summary .block.discount .fieldset > .field > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-summary .block.discount .input-text {
  border-color: #fff;
}
.cart-summary .block.discount .input-text.mage-error {
  border-color: #ed8380;
}
.cart-summary .checkout.methods {
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}
.cart-container .checkout-methods-items {
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-container .checkout-methods-items .action.primary span,
.cart-container .checkout-methods-items .amshopby-button span,
.cart-container .checkout-methods-items .am-filter-go span {
  padding-left: 2.5rem;
  background: url('../images/svg/secure.svg') no-repeat left center;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart.table-wrapper {
  margin: 0 0 4rem;
}
#shopping-cart-table > .cart.item {
  padding: 2rem 0;
  border-bottom: 1px solid #e7e7e7;
}
#shopping-cart-table > .cart.item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.cart-item-row {
  display: flex;
}
.cart-item-col.image {
  margin-right: 1rem;
}
.cart-item-col.image .product-image-container {
  max-width: 8rem;
}
.cart-item-col.details {
  flex: 1 1 auto;
}
.cart-item-col.details .product-item-name {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
.cart-item-col.details .product-item-name a {
  color: #222222;
}
.cart-item-col.details .item-options {
  margin: 0;
  padding: 0;
  list-style: none none;
  margin-top: 0.3rem;
  font-size: 1.4rem;
}
.cart-item-col.details .item-options li {
  margin: 0;
}
.cart-item-col.details .item-options .option-value {
  font-weight: 600;
}
.cart-item-col.details .price {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .checkout-cart-index .page-main {
    margin-top: 6rem;
    margin-bottom: 8rem;
  }
}
.checkout-cart-index #coupon_code {
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  display: block;
}
.checkout-cart-index #discount-coupon-form .actions-toolbar .action {
  max-width: 375px !important;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action {
  max-width: 375px !important;
}
.cart-item-col.bottom {
  margin-top: 1.8rem;
  display: flex;
  align-items: center;
}
.cart-item-col.actions {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (max-width: 1439px) {
  .cart-item-col.actions {
    order: 1;
  }
  .cart-item-col.subtotal {
    order: 2;
  }
}
.cart-item-col.msrp,
.cart-item-col.price {
  display: none;
}
.cart-item-col.qty {
  width: 10.5rem;
}
.cart-item-col.qty .qty-controls__btn {
  width: 3rem;
  height: 4rem;
}
.cart-item-col.qty .qty-controls__input {
  flex: 0 0 4.5rem;
  height: 4rem;
}
.cart-item-col.qty div.mage-error[generated] {
  display: none !important;
}
.cart-item-col.subtotal {
  margin-left: auto;
}
.cart.actions {
  margin-bottom: 4rem;
  text-align: right;
}
.cart.actions .action.clear {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #222222;
  text-transform: none;
  letter-spacing: 0;
}
.cart.actions .action.clear:focus,
.cart.actions .action.clear:active {
  background: none;
  border: none;
}
.cart.actions .action.clear:hover {
  background: none;
  border: none;
}
.cart.actions .action.clear.disabled,
.cart.actions .action.clear[disabled],
fieldset[disabled] .cart.actions .action.clear {
  pointer-events: none;
  opacity: 0.5;
}
.cart.actions .action.clear:hover,
.cart.actions .action.clear:focus {
  text-decoration: underline;
}
.cart-products-toolbar {
  margin-bottom: 2rem;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 1.5rem;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  margin-bottom: 5rem;
}
.block.crosssell {
  margin-top: 3.7rem;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.order-items.table-wrapper .col.price,
.order-items.table-wrapper .col.qty,
.order-items.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.cart-empty {
  text-align: center;
}
.block-minicart .items-total,
.block-minicart .subtotal {
  display: none;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 1.5rem;
  text-align: center;
}
.block-minicart .block-content > .actions .action {
  width: 100%;
  margin-bottom: 2rem;
}
.block-minicart .block-content > .actions .action:last-child {
  margin-bottom: 0;
}
.block-minicart .block-content > .actions .action.go-checkout span {
  padding-left: 2.5rem;
  background-image: url('../images/svg/secure.svg');
  background-position: left center;
  background-repeat: no-repeat;
}
.block-minicart .block-content > .actions .action.viewcart {
  color: #222222;
  background: #fff;
  border: 1px solid #222222;
}
.block-minicart .block-content > .actions .action.viewcart:hover {
  color: #ffffff;
  background: #555555;
  border: 1px solid #555555;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 1.5rem 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:after {
  color: inherit;
}
.minicart-wrapper .action.showcart:active:after {
  color: inherit;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:after {
  color: inherit;
}
.minicart-wrapper .action.showcart.active:active:after {
  color: inherit;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 32rem;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 2.6rem;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 1.6rem;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 2.5rem 20px;
}
.minicart-wrapper .block-minicart:before {
  right: 1.6rem;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  position: relative;
  float: right;
  margin: -2.4rem 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary {
  display: none;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.2rem;
  line-height: 3.2rem;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .minicart-wrapper .action.showcart .text,
  .minicart-wrapper .action.showcart .counter.qty.empty,
  .minicart-wrapper .action.showcart .counter-label {
    display: none;
  }
}
.minicart-wrapper .action.showcart .counter-number {
  display: flex;
}
@media (min-width: 1025px) {
  .minicart-wrapper .action.showcart .counter-number:before {
    content: '(';
    margin-right: 0;
    padding-right: 0.2rem;
  }
  .minicart-wrapper .action.showcart .counter-number:after {
    content: ')';
    margin-left: 0;
    padding-left: 0.2rem;
  }
}
.minicart-wrapper .action.showcart .counter.qty .loading-mask {
  background-color: #ddd;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .minicart-wrapper .action.showcart .notempty {
    position: relative;
    display: block;
  }
  .minicart-wrapper .action.showcart .notempty .counter.qty {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: block;
  }
  .minicart-wrapper .action.showcart .notempty .counter-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #222222;
    background-color: #fff;
    border-radius: 50%;
  }
}
.minicart-items-wrapper {
  margin: 0 -20px;
  overflow-x: auto;
  padding: 1.5rem 1.5rem 0;
  height: auto !important;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  margin: 0;
  padding: 20px 0;
  font-size: 1.6rem;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #dddddd;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item > .product > .product-item-photo,
.minicart-items .product-item > .product > .product-image-container {
  float: left;
}
.minicart-items .product-item-details {
  position: relative;
  padding-left: 10rem;
}
.minicart-items .product-item-details .price {
  font-size: 1.6rem;
  font-weight: 500;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-inner {
  display: flex;
  justify-content: space-between;
}
.minicart-items .product-item-name-block {
  padding-right: 5px;
}
.minicart-items .product-item-name {
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.2;
}
.minicart-items .product-item-name a {
  color: #222222;
}
.minicart-items .product-item-pricing {
  width: 13rem;
}
.minicart-items .details-qty {
  margin-top: 0.3rem;
}
.minicart-items .item-options {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  vertical-align: top;
}
.minicart-items .item-options dt {
  margin: 0 0.4rem 0 0;
  font-weight: 400;
}
.minicart-items .item-options dd {
  margin-bottom: 0;
  font-weight: 500;
}
.minicart-items .item-options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .item-options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .item-options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .item-options .tooltip.toggle .details {
  display: none;
}
.minicart-items .action.delete {
  display: block;
}
.minicart-items .action.delete::before {
  content: '';
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url('../images/svg/trash.svg') no-repeat center;
}
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .subtitle {
  display: none;
}
.checkout-index-index .page-header {
  position: static;
  border-bottom: 1px solid #e1e1e1;
}
.header-secure {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
}
.header-secure span {
  margin-left: 1rem;
}
.checkout-container {
  max-width: 143rem;
  margin: 0 auto;
}
.opc-wrapper .step-title {
  padding-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.opc-notice-block {
  margin-bottom: 2rem;
  padding: 1.5rem 2rem;
  background-color: #222222;
  color: #fff;
  text-align: center;
}
.opc-notice-block p:last-child {
  margin: 0;
}
.footer-checkout-columns {
  padding: 1rem 0;
}
.footer-checkout-column {
  margin: 3rem 0;
  text-align: center;
}
.footer-checkout-column h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.footer-checkout-column p {
  margin: 0;
  font-size: 1.5rem;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.3rem 0 2rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e7e7e7;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 2rem;
  font-weight: 600;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  display: none;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart {
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  background: url('../images/svg/basket.svg') no-repeat center;
  border: 0;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -0.1rem;
  right: -0.5rem;
  display: block;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #222222;
  border-radius: 50%;
}
.opc-progress-bar {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: none;
  margin: 2.5rem 0;
  counter-reset: i;
  font-size: 0;
  text-align: center;
}
.opc-progress-bar-item {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.opc-progress-bar-item + li {
  margin-left: 2rem;
}
.opc-progress-bar-item > span {
  position: relative;
  display: block;
  padding-left: 5rem;
  word-wrap: break-word;
  font-size: 2rem;
  font-weight: 600;
  line-height: 4rem;
  text-align: left;
  color: #bbbbbb;
}
.opc-progress-bar-item > span::before {
  content: counter(i);
  counter-increment: i;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border: 2px solid #bbbbbb;
  border-radius: 50%;
  box-sizing: border-box;
}
.opc-progress-bar-item._active > span {
  color: #222222;
}
.opc-progress-bar-item._active > span::before {
  border-color: #222222;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.checkout-index-index .opc-wrapper .fieldset > .legend + br {
  display: none;
}
.field .control._with-tooltip .field-tooltip {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -0.3rem;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #222222;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #222222;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #222222;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login {
  margin-bottom: 5rem;
  padding-bottom: 0;
  border-bottom: 1px solid #e7e7e7;
}
.opc-wrapper .form-login > .fieldset {
  margin: 0;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-right: -2rem;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid #e7e7e7;
  line-height: 30px;
  margin: 0 20px 20px 0;
  padding: 20px 35px 68px 20px;
  transition: 0.3s border-color;
  position: relative;
  flex: 0 1 calc(50% - 20px);
  font-size: 14px;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #222222;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #222222;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 2.7rem;
  line-height: 2.1rem;
  padding-top: 0.2rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .field.addresses {
  margin-top: 2rem;
}
.opc-wrapper .action-show-popup {
  width: 100%;
  max-width: 560px;
}
.opc-wrapper .action-select-shipping-item,
.opc-wrapper .edit-address-link {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar {
  margin-top: 2rem;
}
.methods-shipping .actions-toolbar > .primary {
  width: 100%;
}
.methods-shipping .actions-toolbar > .primary .action {
  margin: 0;
  width: 100%;
}
.methods-shipping .actions-toolbar > .primary .action span {
  padding-left: 2.5rem;
  background: url('../images/svg/secure.svg') no-repeat left center;
}
.table-checkout-shipping-method {
  font-size: 1.6rem;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #e7e7e7;
  padding-bottom: 20px;
  padding-top: 20px;
  vertical-align: middle;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 2rem;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-carrier {
  display: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.table-checkout-shipping-method .styled-control {
  padding: 0;
  width: 4rem;
  height: 4rem;
}
.table-checkout-shipping-method .price {
  font-weight: 600;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #222222;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 2rem 3rem;
}
.opc-block-shipping-information .shipping-information-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 1.5rem;
  padding-bottom: 1.7rem;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  font-size: 1.4rem;
  text-transform: none;
  text-decoration: underline;
}
.opc-block-shipping-information .shipping-information-content {
  font-size: 1.6rem;
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to {
  margin: 0 0 3.5rem;
}
.opc-block-summary {
  padding: 2rem 2rem 4rem;
  background-color: #f2f2f2;
}
.opc-block-summary .block .title {
  position: relative;
  display: block;
  margin: 0;
  padding: 1.5rem 4rem 1.5rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  cursor: pointer;
}
.opc-block-summary .block .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.9rem;
  height: 0.6rem;
  background: url('../images/svg/arrow-down.svg') no-repeat center;
  transform: translateY(-50%);
}
.opc-block-summary .block .title strong {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .block.active .title::after {
  background-image: url('../images/svg/arrow-up.svg');
}
.opc-block-summary .actions-toolbar {
  flex-wrap: wrap;
}
.opc-block-summary .actions-toolbar > .primary,
.opc-block-summary .actions-toolbar > .secondary {
  width: 100%;
}
.opc-block-summary .actions-toolbar > .primary .action,
.opc-block-summary .actions-toolbar > .secondary .action {
  margin: 0;
  width: 100%;
}
.opc-block-summary .actions-toolbar > .secondary {
  margin-top: 2rem;
}
.opc-block-summary-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.7rem;
}
.opc-block-summary-top .title {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
}
.opc-block-summary-top .action-edit {
  display: none;
  text-decoration: underline;
}
.opc-block-summary .table-totals {
  font-size: 1.6rem;
}
.opc-block-summary .table-totals > tbody > tr > th,
.opc-block-summary .table-totals > tbody > tr > td {
  padding: 0.7rem 1rem;
}
.opc-block-summary .table-totals > tbody tr:first-child > th,
.opc-block-summary .table-totals > tbody tr:first-child > td {
  padding-top: 1.9rem;
  border-top: 1px solid #ddd;
}
.opc-block-summary .table-totals > tbody tr:last-child > th,
.opc-block-summary .table-totals > tbody tr:last-child > td {
  padding-bottom: 1.9rem;
}
.opc-block-summary .table-totals .mark {
  padding-left: 0;
  font-weight: 400;
}
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.opc-block-summary .table-totals .mark .value {
  display: block;
  color: #808284;
}
.opc-block-summary .table-totals .amount {
  padding-right: 0;
  text-align: right;
  white-space: nowrap;
}
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.opc-block-summary .table-totals .grand .mark strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 600;
}
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  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;
}
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.opc-block-summary .table-totals .discount.coupon {
  display: none;
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.authentication-wrapper {
  display: none;
}
.checkout-billing-address .actions-toolbar .primary {
  width: 100%;
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
}
@media (max-width: 499px) {
  .checkout-billing-address .actions-toolbar .primary {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.checkout-billing-address .actions-toolbar .action-update {
  margin: 0;
  padding: 1px 0;
}
.checkout-billing-address .actions-toolbar .action-cancel {
  order: -1;
  margin: 0 20px 0 0;
}
.checkout-index-index .payment-method-billing-address .action.action-edit-address {
  margin-top: 2rem !important;
}
.checkout-payment-method .payment-method {
  border-bottom: 1px solid #e7e7e7;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 30px 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.checkout-payment-method .payment-method-title .radio {
  margin: 0 1rem 0 0;
}
.checkout-payment-method .payment-method-title .label {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.checkout-payment-method .payment-method-title .label span {
  flex: 0 0 37%;
}
.checkout-payment-method .payment-method-title .styled-control {
  padding-top: 0;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 2rem;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-content > .actions-toolbar {
  flex-wrap: wrap;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary,
.checkout-payment-method .payment-method-content > .actions-toolbar > .secondary {
  width: 100%;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action,
.checkout-payment-method .payment-method-content > .actions-toolbar > .secondary .action {
  margin: 0;
  width: 100%;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary span,
.checkout-payment-method .payment-method-content > .actions-toolbar > .secondary .action.primary span,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button span,
.checkout-payment-method .payment-method-content > .actions-toolbar > .secondary .amshopby-button span,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go span,
.checkout-payment-method .payment-method-content > .actions-toolbar > .secondary .am-filter-go span {
  padding-left: 2.5rem;
  background: url('../images/svg/secure.svg') no-repeat left center;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 0;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.payment-method .payment-icon {
  max-width: none;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
.payment-method .payment-icon.sagepaysuite-payment-icon,
.payment-method .payment-icon.braintree-card-payment-icon {
  height: 3rem;
  background-image: url('../images/checkout/card-icons.png');
}
.payment-method .payment-icon.sagepaysuite-payment-icon.paypal-payment-method-logo {
  background-image: url('../images/checkout/paypal-icon.svg');
}
.payment-method .payment-icon.paypal-express-payment-icon,
.payment-method .payment-icon.braintree-paypal-payment-icon {
  height: 3rem;
  background-image: url('../images/checkout/paypal-icon.svg');
}
.checkout-payment-method .payment-option {
  border-bottom: 1px solid #e7e7e7;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle::after {
  background-image: url('../images/svg/arrow-up.svg');
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  padding: 30px 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.checkout-payment-method .payment-option-title .action-toggle {
  position: relative;
  display: block;
}
.checkout-payment-method .payment-option-title .action-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.9rem;
  height: 0.6rem;
  background: url('../images/svg/arrow-down.svg') no-repeat center;
  transform: translateY(-50%);
}
.checkout-payment-method .payment-option-content {
  padding-bottom: 2rem;
}
.checkout-payment-method .payment-option-content .form {
  max-width: none;
}
.checkout-payment-method .payment-option-content .field > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkout-payment-method .payment-option-content .actions-toolbar {
  flex-wrap: wrap;
}
.checkout-payment-method .payment-option-content .actions-toolbar > .primary,
.checkout-payment-method .payment-option-content .actions-toolbar > .secondary {
  width: 100%;
}
.checkout-payment-method .payment-option-content .actions-toolbar > .primary .action,
.checkout-payment-method .payment-option-content .actions-toolbar > .secondary .action {
  margin: 0;
  width: 100%;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 2rem;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 0.6rem;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 14rem;
}
.checkout-payment-method .ccard .year .select {
  width: 8rem;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 22.5rem;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 5.5rem;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #da370a;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #808284;
  border: 1px solid #808284;
  color: #ffffff;
  cursor: pointer;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.6rem;
  line-height: 4.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.gift-item-block .title:hover {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\e621';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 0.7rem;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #222222;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:hover {
  text-decoration: underline;
}
button.map-show-info:active {
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #222222;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #6c6c6c;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #222222;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #6c6c6c;
  content: '\e621';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #222222;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #222222;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #b8b8b8;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #6c6c6c;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #222222;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #959595;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #727171;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #6c6c6c;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #222222;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #222222;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #808284;
  border: 1px solid #808284;
  color: #ffffff;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.review-form .action.submit.primary:hover {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #222222;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:hover {
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #222222;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #222222;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:hover {
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #222222;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.blog-page-list .page-title-wrapper {
  text-align: center;
}
.mfblog-autoloader {
  padding-top: 6rem;
  text-align: center;
}
.mfblog-autoloader .action {
  width: 100%;
  max-width: 40rem;
}
.mfblog-autoloader .posts-loader {
  display: none;
}
.related-posts {
  margin-top: 6rem;
}
.related-posts .news-card {
  margin-bottom: 0;
}
.related-posts__listing.slick-initialized {
  margin: 0 0 6rem -5rem;
}
.related-posts__listing.slick-initialized .news-card {
  margin-right: 2rem;
}
.post-top,
.post-view {
  max-width: 102rem;
  margin: 0 auto;
}
.post-top {
  margin-bottom: 2.7rem;
}
.post-top .page-title {
  margin-bottom: 1rem;
}
.post-view-info {
  color: #777;
}
.post-featured-image {
  margin-bottom: 2rem;
}
.post-featured-image img {
  display: block;
  width: 100%;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 1.8rem;
}
.post-content p {
  margin-bottom: 2.2rem;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-products {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.toolbar-products .pages {
  display: none;
}
.toolbar-products .toolbar__left {
  flex: 1 1 50%;
  margin-right: 2rem;
}
@media (min-width: 1024px) {
  .toolbar-products .toolbar__left {
    display: none;
  }
}
.toolbar-products .toolbar__left .action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 0 10px;
  max-width: 32rem;
}
.toolbar-products .toolbar__right {
  flex: 1 1 50%;
  display: flex;
}
@media (max-width: 1023px) {
  .toolbar-products .toolbar__right {
    max-width: 50%;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .toolbar-products .toolbar__right {
    flex: 1 1 100%;
  }
}
.toolbar-products .toolbar__right .sorter {
  width: 32rem;
}
@media (min-width: 1024px) {
  .toolbar-products .toolbar__right .sorter {
    width: 15rem;
  }
}
.toolbar-products .toolbar__right .sorter-options {
  width: 100%;
  text-transform: uppercase;
  height: 5rem;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .toolbar-products .toolbar__right .sorter-options {
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .toolbar-products .toolbar__right .sorter-options {
    height: 4rem;
    font-size: 1.3rem;
  }
}
@media (max-width: 1599px) {
  body.page-layout-parts .toolbar__right {
    flex: 1 1 50%;
    display: flex;
    max-width: 50%;
    justify-content: flex-end;
  }
  body.page-layout-parts .toolbar__right .sorter {
    width: 32rem;
  }
  body.page-layout-parts .toolbar__right .sorter-options {
    width: 100%;
    text-transform: uppercase;
    height: 5rem;
    font-weight: 600;
    font-size: 1.6rem;
  }
}
@media (max-width: 1599px) and (min-width: 1024px) {
  body.page-layout-parts .toolbar__right .sorter {
    width: 15rem;
  }
}
.product-grid + .toolbar-products .pages {
  display: block;
}
.product-grid + .toolbar-products .pages .item.current a,
.product-grid + .toolbar-products .pages .item.current strong {
  background-color: #004a93;
  border-color: #004a93;
}
.product-grid + .toolbar-products .pages .item a {
  color: #004a93;
  border-color: #004a93;
}
.product-grid + .toolbar-products .pages .item a:before,
.product-grid + .toolbar-products .pages .item a:after {
  color: #004a93;
}
.product-map ~ .toolbar-products {
  margin-top: 5rem;
}
.product-map ~ .toolbar-products .pages {
  display: block;
}
.product-map ~ .toolbar-products .toolbar__left,
.product-map ~ .toolbar-products .sorter {
  display: none;
}
.product-map ~ .toolbar-products .toolbar__right {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
}
.modes,
.toolbar-amount {
  display: none;
}
.sorter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-options {
  width: auto;
}
.sorter {
  display: flex;
  align-items: center;
}
.sorter-action {
  margin-left: 1rem;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e613';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.limiter-options {
  margin: 0 0.5rem 0 0.7rem;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.product-map {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 360px) {
  .product-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .product-map {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1300px) {
  .product-map {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.category-view {
  max-width: 109rem;
  margin: 0 auto 3rem;
}
.category-view .page-title,
.catalogsearch-result-index .page-title,
.checkout-cart-index .page-main > .page-title-wrapper .page-title {
  margin: 0;
  text-align: center;
}
.catalogsearch-result-index .page-main > .page-title-wrapper .page-title {
  display: block;
}
.old.price {
  text-decoration: line-through;
}
.old-price .price {
  text-decoration: line-through;
}
.old-price .price-wrapper::after {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 700;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.gallery-placeholder._block-content-loading {
  padding: 1rem;
  border: 1px solid #f2f2f2;
}
.product.media {
  margin-bottom: 2rem;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #6c6c6c;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product-main,
.product.info.detailed {
  max-width: 143rem;
  margin: 0 auto;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main {
  position: relative;
}
.product-info-main .page-title-wrapper {
  padding-right: 10rem;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #6c6c6c;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #da370a;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price,
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-info-main .price-box .weee .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.prices-tier {
  background: #f2f2f2;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-add-form .action {
  width: 100%;
}
.product-add-form .action.primary.tocart,
.product-add-form .amshopby-button.tocart,
.product-add-form .am-filter-go.tocart {
  margin-bottom: 2rem;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #222222;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:hover {
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #222222;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 1.5rem 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  padding: 1.5rem;
  width: 14rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 1.5rem;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 1.5rem 0;
}
.table-comparison .product-addto-links {
  margin-top: 1.5rem;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 2.2rem;
}
.block-compare .action.delete {
  left: -0.6rem;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 1.7rem 0 0;
}
.block-search .form {
  position: relative;
}
.block-search .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .input-text {
  padding-left: 4.4rem;
  height: 4.4rem;
  font-size: 1.4rem;
  border: 0;
}
.block-search .input-text::-webkit-input-placeholder {
  color: #222222;
}
.block-search .input-text:-moz-placeholder {
  color: #222222;
}
.block-search .input-text::-moz-placeholder {
  color: #222222;
}
.block-search .input-text:-ms-input-placeholder {
  color: #222222;
}
.block-search .action {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  padding: 0;
  line-height: 4.4rem;
  color: #222222;
  border: 0;
  border-radius: 0;
  background: none;
}
.block-search .action.disabled,
.block-search .action[disabled] {
  opacity: 1;
}
.block-search .action.search {
  left: 0;
}
.block-search .action.close {
  right: 0;
}
.search-autocomplete {
  display: none;
  margin-top: -1.5rem;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
@media (min-width: 768px) {
  .search-autocomplete {
    margin-top: 0;
  }
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #bbbbbb;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 0.7rem;
  top: 5px;
}
.swatch-attribute {
  margin-bottom: 2rem;
}
.swatch-attribute-label {
  font-weight: 300;
  font-size: 1.6rem;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #da370a;
  content: '*';
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -1.1rem;
  top: -0.2rem;
}
.swatch-attribute-selected-option {
  font-weight: 300;
  font-size: 1.4rem;
  color: #646464;
}
.swatch-attribute-selected-option:not(:empty):before {
  content: ': ';
}
.swatch-attribute-options {
  margin-top: 2rem;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -0.5rem;
  height: 2rem;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-attribute-options {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc(25%), 1fr));
}
@media (min-width: 420px) {
  .swatch-attribute.size .swatch-attribute-options {
    grid-template-columns: repeat(auto-fill, minmax(calc(20%), 1fr));
  }
}
.swatch-attribute.color .swatch-attribute-options {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(calc(48px), 1fr));
}
.swatch-option {
  border: 1px solid #dddddd;
  cursor: pointer;
  float: left;
  height: 2rem;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 3rem;
  overflow: hidden;
  padding: 0.1rem 0.2rem;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  transition: all 0.2s;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #ffffff;
  color: #222222;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 0;
  min-width: 2.2rem;
  padding: 1.4rem 1rem;
}
.swatch-option.text.selected {
  background-color: #222222;
  color: #ffffff;
}
.swatch-option.text:not(.disabled):hover {
  background-color: #222222;
  color: #ffffff;
}
.swatch-option.selected {
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option.image,
.swatch-option.color {
  width: 4.4rem;
  height: 4.4rem;
  min-width: auto;
  margin: 0;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.swatch-option.image::after,
.swatch-option.color::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: 1px solid #dddddd;
  border-radius: 50%;
}
.swatch-option.image.selected,
.swatch-option.color.selected {
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #222222;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #222222;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 0.2rem;
  left: -0.4rem;
  position: absolute;
  top: 1rem;
  width: 4.2rem;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  display: none !important;
}
.swatch-option-link-layered {
  margin: 0;
  padding: 0;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 0.2rem 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 16rem;
  top: -17rem;
}
.swatch-textual-tooltip-layered {
  height: 3rem;
  top: -4rem;
}
.swatch-input {
  left: -100rem;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #222222;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #222222;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #222222;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.mpinstagramfeed-header {
  margin-bottom: 2rem;
  text-align: center;
}
.mpinstagramfeed-container .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.mpinstagramfeed-photo {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .mpinstagramfeed-photo {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .mpinstagramfeed-photo {
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  .mpinstagramfeed-photo {
    width: 25%;
  }
}
@media (min-width: 1300px) {
  .mpinstagramfeed-photo {
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .mpinstagramfeed-photo {
    width: 16.66666667%;
  }
}
.mpinstagramfeed-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.mpinstagramfeed-photo:hover .mpinstagramfeed-post-caption {
  opacity: 1;
  visibility: visible;
}
.mpinstagramfeed-post-url {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
.mpinstagramfeed-post-url img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mpinstagramfeed-post-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mpinstagramfeed-post-caption {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hide-on-mobile {
    display: none;
  }
  .main-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 200;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }
  .navigation {
    position: relative;
    overflow: hidden;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .navigation ul > li,
  .navigation h6 {
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  .navigation a {
    color: #222222;
    text-decoration: none;
  }
  .navigation li a,
  .navigation li h6 {
    position: relative;
    display: block;
    margin: 0;
    padding: 1.5rem 0;
    font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    text-transform: uppercase;
  }
  .navigation li a::after,
  .navigation li h6::after {
    content: '';
    position: absolute;
    top: 60%;
    right: 0;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    transform: translateY(-50%);
  }
  .navigation li .back a::before {
    content: '';
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.8rem;
    background: transparent url('../Clear_Menu/images/left-arrow.svg') no-repeat 0 center;
  }
  .navigation li .back a::after {
    display: none;
  }
  .navigation__panel,
  .navigation .submenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  .navigation .is-active > .navigation__panel,
  .navigation .is-active > .navigation__panel > .submenu,
  .navigation .is-active > .submenu {
    transform: translateX(0);
  }
  .menu-is-open .main-navigation {
    opacity: 1;
    visibility: visible;
  }
  .main-navigation .level-top-about .viewall {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none;
  }
  .page-overlay {
    transition-delay: 0.5s !important;
  }
  .main-navigation {
    position: relative;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .navigation ul > li {
    margin: 0;
  }
  .navigation a {
    color: #222222;
    text-decoration: none;
  }
  .navigation > ul {
    display: flex;
    justify-content: center;
  }
  .navigation .level0 {
    margin: 0 3rem;
  }
  .navigation .level0 > .level-top {
    position: relative;
    display: inline-block;
    line-height: 5.2rem;
    text-transform: uppercase;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 2rem;
  }
  .navigation .level0.parent > .level-top::after {
    content: '';
    position: absolute;
    display: inline-block;
  }
  .navigation .level0.parent > .level-top::before {
    width: 100%;
  }
  .navigation .level0.parent > .level-top::after {
    top: 50%;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: transparent url('../Clear_Menu/images/down-arrow.svg') no-repeat center;
    transform: translateY(-50%);
    transition: background 0.3s 0.5s;
  }
  .navigation .level0.parent.is-active > .navigation__panel,
  .navigation .level0.parent:hover > .navigation__panel,
  .navigation .level0.parent > .level-top:focus ~ .navigation__panel {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
  }
  .navigation__panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    box-shadow: 0 3.2rem 2rem -3.2rem rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s, visibility 0.3s;
    transition-delay: 0.5s;
  }
  .navigation__panel > .submenu {
    margin-left: auto;
    margin-right: auto;
    max-width: 176rem;
    padding: 5rem 20px;
    box-sizing: border-box;
  }
  .clear-menu-links {
    display: flex;
    justify-content: space-between;
  }
  .clear-menu-links > div {
    flex: 1 1 0;
    margin-right: 2rem;
  }
  .clear-menu-links > div:last-child {
    margin-right: 0;
  }
  .clear-menu-links > div li {
    margin: 0 0 1.1rem;
  }
  .clear-menu-links h6 {
    margin: 0 0 1.1rem;
    font-size: 2rem;
  }
  .menu-is-open .page-overlay {
    transition-delay: 0.2s !important;
  }
}
.level-top[data-name="Shop"] {
  background: #fcb026;
  padding: 0 15px;
  margin-right: 0 !important;
}
.link-not-mobile-menu {
  display: none;
}
@media (max-width: 1024px) {
  .header-top-vat label {
    margin-top: 20px;
    margin-left: -9px;
  }
  .navigation .header-top-links {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .link-mobile-menu {
    display: none !important;
  }
  .link-not-mobile-menu {
    display: block;
  }
}
.mobile-call .mobile-text {
  display: none;
}
@media (max-width: 767px) {
  .mobile-call {
    text-decoration: none;
  }
  .mobile-call .mobile-text {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    top: -1px;
  }
  .mobile-call svg {
    display: none;
  }
}
#show-address {
  margin-bottom: 1rem;
}
#onepage-checkout-shipping-method-additional-load {
  max-width: 600px;
}
#onepage-checkout-shipping-method-additional-load label {
  padding-bottom: 1.5rem;
}
#onepage-checkout-shipping-method-additional-load .store-container-inner .pickup-store-label {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0 0 1.7rem;
  display: block;
}
#onepage-checkout-shipping-method-additional-load .shipping-information-content .store-name {
  background: #f5f5f5;
  padding: 10px 20px;
  margin: 10px 0;
}
#onepage-checkout-shipping-method-additional-load .shipping-information-content .store-address {
  background: #f5f5f5;
  padding: 20px;
}
#onepage-checkout-shipping-method-additional-load .shipping-information-content .store-address .store-map-url {
  display: none;
  margin-top: 10px;
}
#onepage-checkout-shipping-method-additional-load .shipping-information-content .store-address .store-map-url a {
  float: right;
}
#pickup-date-block {
  max-width: 500px;
}
#pickup-date-block .label {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #333;
  font-weight: 300;
  font-size: 2rem;
  margin: 0 0 15px;
  display: block;
}
#pickup-date-block .store-time {
  margin: 10px 0 0;
}
.store-column {
  width: 25%;
  float: left;
  margin: 0 0 10px;
}
.store-column .store-inner-column {
  border: 1px solid #c1c1c1;
  margin: 0 2px;
  text-align: center;
  min-height: 200px;
}
#store-information-list {
  display: none;
}
#store-information-button {
  margin-top: 25px;
  cursor: pointer;
}
#store-information-button span {
  background: #1979c3;
  color: #ffffff;
  padding: 10px;
}
.store-popup-address {
  margin: 0 0 20px;
}
.store-popup-address .store-popup-image {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.store-popup-address .store-popup-name {
  display: inline-block;
  vertical-align: top;
  width: 78%;
}
.store-popup-address .store-popup-name .store-title {
  font-size: 25px;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
}
.store-popup-address .store-popup-name address {
  color: #333;
  margin: 0 0 10px;
}
.contact-index-index .page-title-wrapper {
  text-align: center;
}
.contactus__col {
  margin-bottom: 3rem;
}
.form.contact {
  max-width: 56rem;
  margin: 0 auto;
}
.form.contact .fieldset {
  margin-bottom: 2rem;
}
.form.contact .fieldset > .legend {
  text-align: center;
}
.form.contact .fieldset > .field.note {
  margin-bottom: 3rem;
  text-align: center;
}
.form.contact .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form.contact input[type='text'],
.form.contact input[type='email'],
.form.contact textarea {
  border-color: #fff;
}
#map-contact {
  width: 100%;
  height: 34rem;
}
.contactus__info {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 5rem;
}
.contactus__info h2 {
  margin: 0 0 1.6rem;
  font-size: 2.8rem;
}
.contactus__info p {
  margin-bottom: 2.3rem;
}
.contactus__social h2 {
  margin-bottom: 4rem;
}
.contactus__social a {
  display: inline-block;
  margin: 0 2rem 2rem;
}
body.account .fieldset {
  margin: 0 0 3rem;
}
body.account .page-main {
  margin-bottom: 4rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  body.account .page-main {
    margin-bottom: 8em;
  }
}
@media (min-width: 769px) {
  body.account .page-main {
    margin-top: 4em;
  }
}
@media (min-width: 1024px) {
  body.account .page-main {
    margin-top: 6rem;
    margin-bottom: 10rem;
  }
}
@media (min-width: 1200px) {
  body.account .page-main {
    margin-top: 8rem;
  }
}
body.account.customer-address-form form .fieldset .field:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.account .account-nav {
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
body.account .toolbar .pager .toolbar-amount {
  display: none;
}
body.account .toolbar .pager .limiter {
  display: flex;
  align-items: center;
}
body.account .toolbar .pager .limiter-options {
  min-width: 60px;
}
body.account .table-wrapper .action:hover span {
  text-decoration: underline;
}
#my-orders-table .price-excluding-tax,
#my-orders-table .price-include-tax {
  display: block !important;
  font-size: 1.6rem !important;
}
#my-orders-table tbody tr td {
  vertical-align: middle;
}
.account.sales-order-view .page-title-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.account.sales-order-view .page-title-wrapper .page-title {
  width: 100%;
  margin-bottom: 2rem;
}
.account.sales-order-view .page-title-wrapper .order-status,
.account.sales-order-view .page-title-wrapper .order-date,
.account.sales-order-view .page-title-wrapper .order-actions-toolbar {
  margin: 0 10px 0 0;
}
.account.sales-order-view .order-links {
  display: none;
}
body.customer-account-login p,
body.customer-account-forgotpassword p,
body.customer-account-create p,
body.account p {
  font-size: 1.6rem;
}
.login-container {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .login-container {
    grid-gap: 4rem;
  }
}
.login-container > .block {
  background: #f6f6f6;
  padding: 2rem;
  border-radius: 4px;
  font-size: 1.6rem;
}
.login-container > .block .block-title {
  color: #004a93;
  font-size: 2.7rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .login-container > .block .block-title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .login-container > .block .block-title {
    font-size: 3.4rem;
  }
}
.customer-account-login .page-main,
.customer-account-logoutsuccess .page-main,
.customer-account-forgotpassword .page-main {
  max-width: 129rem;
}
.customer-account-create .page-main {
  max-width: 70rem;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.additional_info,
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 2.6rem;
}
body.account .page-main .page-title-wrapper h1.page-title {
  text-align: left;
  text-transform: none;
}
body.account .column.main .block a.action {
  text-decoration: none;
}
body.account .column.main .block a.action:hover {
  color: #004a93;
}
body.account select {
  font-size: 1.6rem;
  font-family: inherit;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 4rem;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 1.5rem;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav {
  font-size: 1.6rem;
}
.account-nav .content {
  background: #f2f2f2;
  padding: 1.5rem 0;
}
.account-nav .items {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.account-nav .item {
  margin: 0.3rem 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 0.5rem 1.8rem 0.5rem 3rem;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #222222;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #222222;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main body.account .block:last-child {
  margin-bottom: 0;
}
body.account .block p:last-child {
  margin: 0;
}
body.account .block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 5rem;
  line-height: 5rem;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  max-width: 60rem;
  box-sizing: border-box;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.customer-address-index .actions-toolbar .action.back,
.customer-account-edit .actions-toolbar .action.back,
.newsletter-manage-index .actions-toolbar .action.back,
.sales-order-history .actions-toolbar .action.back {
  display: none;
}
.filter-block-container {
  padding-top: 7rem;
}
@media (max-width: 1024px) {
  .filter-block-container {
    position: relative;
    max-width: 29rem;
    height: 100%;
    margin: 0;
    padding: 2rem;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
  }
}
.block.filter {
  margin: 0;
}
.block-title.filter-title {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .block-title.filter-title {
    display: none;
  }
}
.block-title.filter-title strong {
  display: block;
  font-weight: false;
  font-weight: 600;
  font-size: 1.6rem;
}
.filter-options-item[aria-expanded='true'] .filter-options-title::after {
  transform: translateY(-50%) rotate(180deg);
}
.filter-options-title {
  position: relative;
  margin-bottom: 2rem;
  padding: 0.7rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}
.filter-options-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.9rem;
  height: 0.6rem;
  background: url('../images/svg/arrow-down.svg') no-repeat center;
  transform: translateY(-50%);
}
.filter-close-popup {
  display: none;
}
@media (max-width: 1023px) {
  .filter-close-popup {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    display: block;
    width: 4.4rem;
    height: 4.4rem;
  }
  .filter-close-popup:focus,
  .filter-close-popup:active {
    background: none;
    border: none;
  }
  .filter-close-popup:hover {
    background: none;
    border: none;
  }
  .filter-close-popup.disabled,
  .filter-close-popup[disabled],
  fieldset[disabled] .filter-close-popup {
    pointer-events: none;
    opacity: 0.5;
  }
}
.filter-options-content {
  padding-bottom: 2rem;
}
.filter-options-content .items,
.filter-options-content .swatch-attribute-options {
  max-height: 18.5rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-options-content .item {
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
  box-sizing: border-box;
}
.filter-options-content .item a {
  position: relative;
  display: block;
  padding: 0.2rem 0 0.2rem 3.5rem;
  min-height: 2.5rem;
  box-sizing: border-box;
}
.filter-options-content .item a::before,
.filter-options-content .item a::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
}
.filter-options-content .item a::before {
  top: 0;
  left: 0;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #bbb;
}
.filter-options-content .item a::after {
  display: none;
  top: 0.4rem;
  left: 0.4rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #222222;
}
.filter-options-content .item a:hover::before,
.filter-options-content .item a:focus::before {
  border-color: #888888;
}
.filter-options-content .item .count {
  display: none;
}
.filter-options-content .item input[type='radio'],
.filter-options-content .item input[type='checkbox'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-options-content .item input[type='radio']:checked ~ a::after,
.filter-options-content .item input[type='checkbox']:checked ~ a::after {
  display: block;
}
.filter-options-content ::-webkit-scrollbar {
  width: 8px;
}
.filter-options-content ::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 8px;
}
.filter-options-content ::-webkit-scrollbar-thumb {
  background: #004a93;
  border-radius: 8px;
}
.filter-options-content ::-webkit-scrollbar-thumb:hover {
  background: #004a93;
}
.block.filter .swatch-option.image,
.block.filter .swatch-option.color {
  margin-right: 1rem;
  width: 3rem;
  height: 3rem;
}
.block.filter .swatch-option.text {
  float: none;
  margin: 0 0 0.6rem;
  padding: 0;
  font-size: 1.5rem;
  text-align: left;
  color: #222222;
  border: 0;
  background: none;
}
.block.filter .swatch-option.text.selected,
.block.filter .swatch-option.text:not(.disabled):hover {
  color: #222222;
  background: none;
  border: 0;
}
.block.filter .swatch-option.text:focus {
  box-shadow: none;
}
.filter-options-content .swatch-attribute {
  margin: 0;
}
.filter-options-content .swatch-option-link-layered {
  font-size: 1.5rem;
}
.filter-options-content .swatch-attribute.size .swatch-attribute-options {
  display: block;
}
.filter-options-content .swatch-attribute.size .swatch-option-link-layered {
  position: relative;
  display: block;
  padding: 0.2rem 0 0.2rem 3.5rem;
  min-height: 2.5rem;
  box-sizing: border-box;
}
.filter-options-content .swatch-attribute.size .swatch-option-link-layered::before,
.filter-options-content .swatch-attribute.size .swatch-option-link-layered::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
}
.filter-options-content .swatch-attribute.size .swatch-option-link-layered::before {
  top: 0;
  left: 0;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid #bbb;
}
.filter-options-content .swatch-attribute.size .swatch-option-link-layered::after {
  display: none;
  top: 0.4rem;
  left: 0.4rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #222222;
}
.filter-options-content .swatch-attribute.size .swatch-option-link-layered:hover::before,
.filter-options-content .swatch-attribute.size .swatch-option-link-layered:focus::before {
  border-color: #888888;
}
.filter-options-content .swatch-attribute.color .swatch-attribute-options {
  grid-gap: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.filter-options-content .swatch-attribute.color .swatch-option-link-layered {
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin-top: 0.5rem;
}
.filter-options-content .swatch-attribute.color .swatch-option-link-layered::after {
  content: attr(aria-label);
}
.filter-options-content .swatch-attribute.size .am-swatch-wrapper {
  padding: 0;
  margin: 0;
}
.filter-options-content .swatch-attribute.size .am-swatch-wrapper::before,
.filter-options-content .swatch-attribute.size .am-swatch-wrapper::after {
  display: none;
}
.filter-options-content .swatch-attribute.color .am-swatch-wrapper {
  margin: 0;
}
.filter-options-content .swatch-attribute.color .am-swatch-wrapper::after {
  display: none;
}
.filter-options-content .swatch-attribute.color .am-swatch-link {
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding: 0;
}
.filter-options-content .swatch-attribute.color .am-swatch-link::before {
  display: none;
}
.filter-options-content .swatch-attribute.color .am-swatch-link::after {
  content: attr(data-label);
  position: static;
  display: inline;
  width: auto;
  height: auto;
  background: none;
}
.filter-current .item {
  position: relative;
  padding: 1.9rem 5rem 1.9rem 1.5rem;
  border: 1px solid #000;
  font-size: 1.3rem;
}
.filter-current .filter-label {
  display: inline-block;
}
.filter-current .filter-label::after {
  content: ': ';
}
.filter-current .action.remove,
.filter-current .amshopby-remove {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url('../images/icon-remove.png') no-repeat;
  transform: translateY(-50%);
}
.filter-current .action.remove span,
.filter-current .amshopby-remove span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-current-subtitle {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-actions {
  margin-bottom: 2rem;
}
.filter-clear {
  background-image: none;
  background: #808284;
  border: 1px solid #808284;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 4.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.2s;
}
.filter-clear:focus,
.filter-clear:active {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.filter-clear:hover {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.filter-clear.disabled,
.filter-clear[disabled],
fieldset[disabled] .filter-clear {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.filter-clear:hover {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .page-with-filter .columns .sidebar-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mobile-filter-open.page-with-filter .columns .sidebar-main {
    display: block;
  }
  .mobile-filter-open.page-products .columns {
    position: static;
  }
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  padding: 0 2rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #555555;
  border: 1px solid #555555;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #555555;
  border: 1px solid #555555;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .breadcrumbs,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dddddd;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0;
  }
  .product.data.items > .item.title > .switch {
    background: #ffffff;
    border-top: 1px solid #dddddd;
    height: 40px;
    padding: 10px 20px 10px 0;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.6rem;
    color: #222222;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #222222;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #222222;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #222222;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #222222;
    text-decoration: none;
    padding-bottom: 10px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin: 0;
    padding: 0 0 30px 0;
  }
  .product.data.items > .item.title {
    display: block;
  }
  .product.data.items > .item.title > .switch {
    position: relative;
  }
  .product.data.items > .item.title > .switch::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url('../images/svg/accordion-down.svg') no-repeat center;
    transform: translateY(-50%);
  }
  .product.data.items > .item.title > .switch#tab-label-gallery-title::after {
    display: none;
  }
  .product.data.items > .item.title:first-child > .switch {
    border-top: 0;
  }
  .product.data.items > .item.title.active > .switch::after {
    transform: rotate(180deg);
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .amscroll-backtotop-block.-mobile-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-mobile-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-mobile-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-mobile-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-mobile-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'],
  .filter-options-content .item a {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .widget_upcoming {
    padding: 10px;
  }
  .wesupply-link-v2 {
    display: none;
  }
  .ws_embed_sms_notification {
    text-align: center;
  }
  .wpx-span span {
    display: block;
    margin: 15px 0;
    font-size: 10px;
  }
  .control-subs-2 {
    margin-bottom: 15px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 80%;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 18%;
    min-width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: 15px;
    border-radius: 0;
    width: 100%;
  }
  #estimated_response .update-location #input_country {
    position: relative;
    top: 1px;
  }
  .table-checkout-shipping-method tbody {
    border-top: 1px solid #cccccc;
    padding-bottom: 20px;
    display: block;
  }
  .table-checkout-shipping-method tbody tr {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr td {
    padding-bottom: 10px;
  }
  .table-checkout-shipping-method tbody tr td.col-eta.eta-desktop {
    display: none;
  }
  .table-checkout-shipping-method tbody tr.row-eta {
    display: table-row;
  }
  .table-checkout-shipping-method tbody tr.row-eta td {
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method tbody tr.row-eta td.col-method,
  .table-checkout-shipping-method tbody tr.row-eta td.col-eta {
    border-top: 0 none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-checkout-shipping-method tbody:first-of-type {
    border-top: 0 none;
  }
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    width: 210px;
  }
  .theme-pearl #ws_embed_sms_notification #phonePrefix,
  .theme-pearl #ws_embed_sms_notification #ws-Phone {
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe {
    width: 100px;
    height: 50px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2 {
    margin-bottom: 15px !important;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs-2:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    border-radius: 0;
    width: 100%;
  }
  #ws_embed_sms_notification.ws-left {
    padding: 0 20px 20px;
    border: 1px solid #b5b5b5;
  }
  #ws_embed_sms_notification.ws-left #ws-Phone {
    width: calc(100% - 135px);
    position: relative;
    top: 1px;
  }
  #ws_embed_sms_notification.ws-left button#ws-embedded-subscribe {
    margin-top: 10px;
    height: auto;
    width: 100%;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block {
    width: auto;
  }
  .ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2 {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
  }
  /* quick fix for non pearl users */
  body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country {
    top: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f2f2f2;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  .toolbar-products:before,
  .toolbar-products:after {
    display: none;
  }
  .toolbar-products .toolbar__left .action {
    min-width: 0;
  }
  .product.data.items {
    border-style: none;
  }
  .product-info-main .product.info.detailed .data.item.title > .switch {
    border-style: none;
    padding: 30px 20px 30px 0;
  }
  .product-info-main .product-add-form .box-add-bag > .fieldset .field {
    margin: 0 0 20px;
  }
  .product-info-main .product-add-form .box-add-bag > .fieldset .field .label {
    flex: auto !important;
    white-space: nowrap;
  }
  .product-info-main .product-add-form .box-add-bag > .fieldset .field .qty-controls {
    flex: 0 1 60px;
  }
  .product-info-main .product-add-form .actions {
    padding: 0 0 0 10px;
  }
  .product-info-main .product-add-form .action.primary.tocart,
  .product-info-main .product-add-form .amshopby-button.tocart,
  .product-info-main .product-add-form .am-filter-go.tocart {
    min-width: 0;
    font-size: 13px;
  }
  .catalog-product-view .page-main.page-main-details h2 {
    font-size: 22px;
  }
  .checkout-index-index .header-main > .container {
    /*padding: 10px;*/
  }
  .header-secure {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
  }
  .header-secure span {
    display: inline-block;
    padding: 2px 0 0;
  }
  .checkout-cart-index .page-main > .page-title-wrapper .page-title {
    font-size: 26px;
    line-height: 1.1;
    margin: 0 0 30px;
  }
  .checkout-cart-index .header-nav-wrapper {
    margin-bottom: 30px;
  }
  div[data-content-type="banner"],
  .homepage_main_slider {
    margin: -30px -20px 0;
    width: calc(100% + 40px) !important;
  }
  div[data-content-type="banner"].banner-small,
  .homepage_main_slider.banner-small {
    margin: 6rem auto 7rem;
  }
  div[data-content-type="banner"] .jarallax-viewport-element + div,
  .homepage_main_slider .jarallax-viewport-element + div {
    max-width: 100% !important;
    height: 284px !important;
  }
  div[data-content-type="banner"] .jarallax-viewport-element + div iframe,
  .homepage_main_slider .jarallax-viewport-element + div iframe {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    transform: translate(-50%, -50%);
  }
  div[data-content-type="banner"] .pagebuilder-banner-wrapper,
  .homepage_main_slider .pagebuilder-banner-wrapper,
  div[data-content-type="banner"] .pagebuilder-slide-wrapper,
  .homepage_main_slider .pagebuilder-slide-wrapper {
    padding: 284px 0 0;
    background-size: auto 284px !important;
    background-position: 50% 0 !important;
  }
  div[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay,
  .homepage_main_slider .pagebuilder-banner-wrapper .pagebuilder-overlay,
  div[data-content-type="banner"] .pagebuilder-slide-wrapper .pagebuilder-overlay,
  .homepage_main_slider .pagebuilder-slide-wrapper .pagebuilder-overlay {
    background: #004a93 !important;
    color: #ffffff;
    padding: 40px 40px 50px;
    text-align: center;
  }
  body.page-jcb div[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay,
  body.page-jcb .homepage_main_slider .pagebuilder-banner-wrapper .pagebuilder-overlay,
  body.page-jcb div[data-content-type="banner"] .pagebuilder-slide-wrapper .pagebuilder-overlay,
  body.page-jcb .homepage_main_slider .pagebuilder-slide-wrapper .pagebuilder-overlay {
    background-color: #f9b104 !important;
  }
  body.page-new-holland div[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay,
  body.page-new-holland .homepage_main_slider .pagebuilder-banner-wrapper .pagebuilder-overlay,
  body.page-new-holland div[data-content-type="banner"] .pagebuilder-slide-wrapper .pagebuilder-overlay,
  body.page-new-holland .homepage_main_slider .pagebuilder-slide-wrapper .pagebuilder-overlay {
    background-color: #004a92 !important;
  }
  body.page-kuhn div[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay,
  body.page-kuhn .homepage_main_slider .pagebuilder-banner-wrapper .pagebuilder-overlay,
  body.page-kuhn div[data-content-type="banner"] .pagebuilder-slide-wrapper .pagebuilder-overlay,
  body.page-kuhn .homepage_main_slider .pagebuilder-slide-wrapper .pagebuilder-overlay {
    background-color: #ce493a !important;
  }
  div[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-slide-button,
  .homepage_main_slider .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-slide-button,
  div[data-content-type="banner"] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-slide-button,
  .homepage_main_slider .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-slide-button {
    margin: 0;
    width: 100%;
    max-width: 280px;
    font-size: 15px;
    line-height: 21px;
    height: auto;
  }
  div[data-content-type="banner"] .slick-arrow,
  .homepage_main_slider .slick-arrow {
    display: none !important;
  }
  div[data-content-type="banner"] .slick-dots,
  .homepage_main_slider .slick-dots {
    top: 264px;
    bottom: auto;
  }
  div[data-content-type="banner"] .slick-dots li,
  .homepage_main_slider .slick-dots li {
    margin: 0 5px;
  }
  .brands-list figure {
    height: 170px;
  }
  .home-about-row div[data-content-type="button-item"],
  .home-about-row .pagebuilder-column,
  .home-about-row .pagebuilder-column h4 {
    text-align: center !important;
  }
  .contact-index-index .contactus__form {
    padding: 0 0 50px;
    margin-bottom: 50px;
  }
  .contactus__details > * {
    margin: 0 0 50px;
    padding: 0 0 50px;
  }
  .account .header-nav-wrapper {
    margin-bottom: 50px;
  }
  .account .page-title-wrapper .page-title {
    font-size: 30px;
    line-height: 35px;
  }
  .account .main h1 {
    text-transform: uppercase;
  }
  .account .main .fieldset > .legend,
  .account .main h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .page-main {
    padding: 0 20px;
  }
  .header-main > .container {
    height: auto !important;
    padding: 5px 20px 47px;
  }
  .header-main .logo {
    padding: 10px 25px 52px 20px;
    margin: -10px 0 -52px -20px;
  }
  .header-main .header-right {
    order: 2;
  }
  .header-main .minicart-wrapper {
    order: 3;
  }
  .header-main .header-btn--menu {
    order: 4;
  }
  .header-main .header-btn {
    color: #ffffff;
  }
  .header-main .header-btn:focus,
  .header-main .header-btn:hover {
    color: #ffffff;
  }
  .header-main .header-btn--search {
    display: none;
  }
  .header-main .header-btn svg {
    width: 18px;
  }
  .header-main .header-middle {
    display: block;
    top: auto;
    bottom: 10px;
    right: 20px;
    left: 20px;
  }
  .header-top > .container {
    padding: 20px;
  }
  .header-top > .container .switcher {
    margin: 0 0 10px;
  }
  .header-top > .container .switcher .action.toggle {
    padding: 10px 0;
  }
  .header-top > .container .switcher .switcher-dropdown {
    position: static;
  }
  .header-top > .container .header-top-links {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .header-top > .container .header-top-links > li {
    margin: 0 0 10px;
  }
  .header-top > .container .header-top-links > li > a,
  .header-top > .container .header-top-links > li > button {
    display: block;
    padding: 10px 0;
    color: #ffffff;
  }
  .header-top > .container .header-top-links .header-top-links__panel {
    background: #ffffff;
  }
  .header-top > .container .header-top-links .header-top-links__panel ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px;
  }
  .header-top > .container .header-top-links .header-top-links__panel ul li a {
    display: block;
    padding: 5px;
  }
  .header-top > .container .header-top-social {
    padding: 0;
    margin: 0 -8px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-style: none;
  }
  .header-top > .container .header-top-social a svg {
    height: 30px;
    width: auto;
  }
  .page-footer .footer-top {
    padding: 40px 20px 48px;
  }
  .page-footer .footer-top .footer-top__heading {
    font-size: 2.2rem;
    margin: 0 0 24px;
  }
  .page-footer .logo {
    display: none;
  }
  .page-footer .footer-copyright {
    flex-direction: column;
  }
  .page-footer .footer-copyright p {
    margin: 0 0 11px;
  }
  .page-footer .footer-copyright a:first-child {
    border-style: none;
    margin: 0;
    padding: 0;
  }
  .page-footer .footer-main > .container {
    padding: 0 20px;
  }
  .page-footer .footer-cards--two {
    display: flex;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody tr:not(:last-child),
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-checkout-order-review tbody tr .col.item:before,
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody tr .col.qty,
  .abs-checkout-order-review tbody tr .col.price,
  .abs-checkout-order-review tbody tr .col.subtotal,
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody tr .col.qty[data-th]:before,
  .abs-checkout-order-review tbody tr .col.price[data-th]:before,
  .abs-checkout-order-review tbody tr .col.subtotal[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000000;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .opc-wrapper .shipping-address-items {
    margin-right: 0;
  }
  .opc-wrapper .shipping-address-item {
    margin: 0 0 20px;
    flex-basis: 100%;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 29rem;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .special-list ul li {
    justify-content: center;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #222222;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:hover {
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #222222;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@keyframes iconMoveRight {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-1rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes iconBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
body {
  font-feature-settings: 'lnum';
}
svg {
  vertical-align: middle;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
}
b,
strong {
  font-weight: 600;
}
a[href^='tel:'] {
  white-space: nowrap;
}
iframe {
  max-width: 100%;
}
.u-iframe {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.u-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #004a93;
  margin: 0 0 2rem;
}
@media (min-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 2.5rem;
  }
}
h1,
h2 {
  font-size: 2.7rem;
}
@media (min-width: 768px) {
  h1,
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h1,
  h2 {
    font-size: 3.4rem;
  }
}
h3 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.8rem;
  }
}
h4 {
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 2.4rem;
  }
}
h5 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 2.2rem;
  }
}
h6 {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.85rem;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 2rem;
  }
}
dd,
dt,
dl {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  dd,
  dt,
  dl {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  dd,
  dt,
  dl {
    font-size: 1.8rem;
  }
}
p {
  line-height: 1.4375;
  margin: 0 0 2rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  p {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 1.8rem;
  }
}
p:last-of-type {
  margin-bottom: 0;
}
div[data-content-type="row"] ol,
div[data-content-type="row"] ul {
  margin: 0 0 20px;
}
div[data-content-type="row"] ol li,
div[data-content-type="row"] ul li {
  font-size: 1.6rem;
  margin: 0 0 15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  div[data-content-type="row"] ol li,
  div[data-content-type="row"] ul li {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  div[data-content-type="row"] ol li,
  div[data-content-type="row"] ul li {
    font-size: 1.8rem;
  }
}
div[data-content-type="row"] ol li:last-of-type,
div[data-content-type="row"] ul li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.blog-page) .page-title-wrapper {
    text-align: center;
  }
}
body .page-title-wrapper {
  width: 100%;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  body .page-title-wrapper {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  body .page-title-wrapper {
    margin-bottom: 25px;
  }
}
body .page-title-wrapper h1.page-title {
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  body:not(.contact-index-index):not(.catalog-product-view):not(.cms-page-view):not(.cms-no-route):not(.blog-page):not(.customer-account-forgotpassword):not(.checkout-onepage-success) .page-title-wrapper {
    text-align: center;
  }
}
body .cms-page {
  max-width: 1192px;
}
@media (max-width: 767px) {
  body .cms-page {
    padding: 0 50px 35px;
  }
}
@media (max-width: 767px) {
  body .cms-page p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  body:not(.contact-index-index) .cms-page p {
    text-align: center;
  }
}
.page-main > .page.messages .messages {
  margin-top: -20px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .page-main > .page.messages .messages {
    margin-bottom: 20px;
  }
}
/*!
 * Font Awesome Pro 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -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: .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: .08em solid #eee;
  border-radius: .1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  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;
}
.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: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.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: "\e05b";
}
.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: "\e000";
}
.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: "\e001";
}
.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: "\e002";
}
.fa-coffee-togo:before {
  content: "\f6c5";
}
.fa-coffin:before {
  content: "\f6c6";
}
.fa-coffin-cross:before {
  content: "\e051";
}
.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: "\e003";
}
.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: "\e052";
}
.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-deezer:before {
  content: "\e077";
}
.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-edge-legacy:before {
  content: "\e078";
}
.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: "\e004";
}
.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: "\e005";
}
.fa-faucet-drip:before {
  content: "\e006";
}
.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: "\e007";
}
.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: "\e053";
}
.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: "\e054";
}
.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: "\e008";
}
.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: "\e009";
}
.fa-garage-car:before {
  content: "\e00a";
}
.fa-garage-open:before {
  content: "\e00b";
}
.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-pay:before {
  content: "\e079";
}
.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: "\e05c";
}
.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: "\e05d";
}
.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: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.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: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-headphones:before {
  content: "\f8c2";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-medical:before {
  content: "\f809";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.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: "\e00c";
}
.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: "\e00d";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-day:before {
  content: "\e00e";
}
.fa-house-flood:before {
  content: "\f74f";
}
.fa-house-leave:before {
  content: "\e00f";
}
.fa-house-night:before {
  content: "\e010";
}
.fa-house-return:before {
  content: "\e011";
}
.fa-house-signal:before {
  content: "\e012";
}
.fa-house-user:before {
  content: "\e065";
}
.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: "\e013";
}
.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: "\e055";
}
.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: "\e014";
}
.fa-lamp-floor:before {
  content: "\e015";
}
.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: "\e066";
}
.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: "\e016";
}
.fa-light-switch:before {
  content: "\e017";
}
.fa-light-switch-off:before {
  content: "\e018";
}
.fa-light-switch-on:before {
  content: "\e019";
}
.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: "\e067";
}
.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: "\e01a";
}
.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: "\e01b";
}
.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: "\e056";
}
.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: "\e01c";
}
.fa-oven:before {
  content: "\e01d";
}
.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: "\e068";
}
.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: "\e01e";
}
.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: "\e069";
}
.fa-planet-moon:before {
  content: "\e01f";
}
.fa-planet-ringed:before {
  content: "\e020";
}
.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: "\e021";
}
.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: "\e022";
}
.fa-portal-exit:before {
  content: "\e023";
}
.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: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.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: "\e024";
}
.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: "\e025";
}
.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: "\e026";
}
.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: "\e027";
}
.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-rust:before {
  content: "\e07a";
}
.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: "\e028";
}
.fa-sensor-alert:before {
  content: "\e029";
}
.fa-sensor-fire:before {
  content: "\e02a";
}
.fa-sensor-on:before {
  content: "\e02b";
}
.fa-sensor-smoke:before {
  content: "\e02c";
}
.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: "\e06c";
}
.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: "\e057";
}
.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: "\e06d";
}
.fa-siren:before {
  content: "\e02d";
}
.fa-siren-on:before {
  content: "\e02e";
}
.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: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-solar-system:before {
  content: "\e02f";
}
.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: "\e030";
}
.fa-sort-circle-down:before {
  content: "\e031";
}
.fa-sort-circle-up:before {
  content: "\e032";
}
.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: "\e033";
}
.fa-space-station-moon-alt:before {
  content: "\e034";
}
.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: "\e035";
}
.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: "\e036";
}
.fa-starfighter:before {
  content: "\e037";
}
.fa-starfighter-alt:before {
  content: "\e038";
}
.fa-stars:before {
  content: "\f762";
}
.fa-starship:before {
  content: "\e039";
}
.fa-starship-freighter:before {
  content: "\e03a";
}
.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: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.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: "\e03b";
}
.fa-sword-laser-alt:before {
  content: "\e03c";
}
.fa-swords:before {
  content: "\f71d";
}
.fa-swords-laser:before {
  content: "\e03d";
}
.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: "\e03e";
}
.fa-temperature-down:before {
  content: "\e03f";
}
.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: "\e040";
}
.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-tiktok:before {
  content: "\e07b";
}
.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: "\e072";
}
.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: "\e041";
}
.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: "\e042";
}
.fa-transporter-1:before {
  content: "\e043";
}
.fa-transporter-2:before {
  content: "\e044";
}
.fa-transporter-3:before {
  content: "\e045";
}
.fa-transporter-empty:before {
  content: "\e046";
}
.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: "\e047";
}
.fa-ufo-beam:before {
  content: "\e048";
}
.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: "\e049";
}
.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-unsplash:before {
  content: "\e07c";
}
.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: "\e04a";
}
.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: "\e04b";
}
.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: "\e058";
}
.fa-user-visor:before {
  content: "\e04c";
}
.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: "\e073";
}
.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: "\e04d";
}
.fa-vacuum-robot:before {
  content: "\e04e";
}
.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: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.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: "\e04f";
}
.fa-window-frame-open:before {
  content: "\e050";
}
.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-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/font-awesome/fa-brands-400.eot);
  src: url(../fonts/font-awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/font-awesome/fa-brands-400.woff2) format("woff2"), url(../fonts/font-awesome/fa-brands-400.woff) format("woff"), url(../fonts/font-awesome/fa-brands-400.ttf) format("truetype"), url(../fonts/font-awesome/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/font-awesome/fa-duotone-900.eot);
  src: url(../fonts/font-awesome/fa-duotone-900.eot?#iefix) format("embedded-opentype"), url(../fonts/font-awesome/fa-duotone-900.woff2) format("woff2"), url(../fonts/font-awesome/fa-duotone-900.woff) format("woff"), url(../fonts/font-awesome/fa-duotone-900.ttf) format("truetype"), url(../fonts/font-awesome/fa-duotone-900.svg#fontawesome) format("svg");
}
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}
.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad:after {
  color: var(--fa-secondary-color, inherit);
}
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before,
.fad:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity, 0.4);
}
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}
.fad.fa-inverse {
  color: #fff;
}
.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute;
}
.fad.fa-fw:before,
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fad.fa-abacus:after {
  content: "\10f640";
}
.fad.fa-acorn:after {
  content: "\10f6ae";
}
.fad.fa-ad:after {
  content: "\10f641";
}
.fad.fa-address-book:after {
  content: "\10f2b9";
}
.fad.fa-address-card:after {
  content: "\10f2bb";
}
.fad.fa-adjust:after {
  content: "\10f042";
}
.fad.fa-air-conditioner:after {
  content: "\10f8f4";
}
.fad.fa-air-freshener:after {
  content: "\10f5d0";
}
.fad.fa-alarm-clock:after {
  content: "\10f34e";
}
.fad.fa-alarm-exclamation:after {
  content: "\10f843";
}
.fad.fa-alarm-plus:after {
  content: "\10f844";
}
.fad.fa-alarm-snooze:after {
  content: "\10f845";
}
.fad.fa-album:after {
  content: "\10f89f";
}
.fad.fa-album-collection:after {
  content: "\10f8a0";
}
.fad.fa-alicorn:after {
  content: "\10f6b0";
}
.fad.fa-alien:after {
  content: "\10f8f5";
}
.fad.fa-alien-monster:after {
  content: "\10f8f6";
}
.fad.fa-align-center:after {
  content: "\10f037";
}
.fad.fa-align-justify:after {
  content: "\10f039";
}
.fad.fa-align-left:after {
  content: "\10f036";
}
.fad.fa-align-right:after {
  content: "\10f038";
}
.fad.fa-align-slash:after {
  content: "\10f846";
}
.fad.fa-allergies:after {
  content: "\10f461";
}
.fad.fa-ambulance:after {
  content: "\10f0f9";
}
.fad.fa-american-sign-language-interpreting:after {
  content: "\10f2a3";
}
.fad.fa-amp-guitar:after {
  content: "\10f8a1";
}
.fad.fa-analytics:after {
  content: "\10f643";
}
.fad.fa-anchor:after {
  content: "\10f13d";
}
.fad.fa-angel:after {
  content: "\10f779";
}
.fad.fa-angle-double-down:after {
  content: "\10f103";
}
.fad.fa-angle-double-left:after {
  content: "\10f100";
}
.fad.fa-angle-double-right:after {
  content: "\10f101";
}
.fad.fa-angle-double-up:after {
  content: "\10f102";
}
.fad.fa-angle-down:after {
  content: "\10f107";
}
.fad.fa-angle-left:after {
  content: "\10f104";
}
.fad.fa-angle-right:after {
  content: "\10f105";
}
.fad.fa-angle-up:after {
  content: "\10f106";
}
.fad.fa-angry:after {
  content: "\10f556";
}
.fad.fa-ankh:after {
  content: "\10f644";
}
.fad.fa-apple-alt:after {
  content: "\10f5d1";
}
.fad.fa-apple-crate:after {
  content: "\10f6b1";
}
.fad.fa-archive:after {
  content: "\10f187";
}
.fad.fa-archway:after {
  content: "\10f557";
}
.fad.fa-arrow-alt-circle-down:after {
  content: "\10f358";
}
.fad.fa-arrow-alt-circle-left:after {
  content: "\10f359";
}
.fad.fa-arrow-alt-circle-right:after {
  content: "\10f35a";
}
.fad.fa-arrow-alt-circle-up:after {
  content: "\10f35b";
}
.fad.fa-arrow-alt-down:after {
  content: "\10f354";
}
.fad.fa-arrow-alt-from-bottom:after {
  content: "\10f346";
}
.fad.fa-arrow-alt-from-left:after {
  content: "\10f347";
}
.fad.fa-arrow-alt-from-right:after {
  content: "\10f348";
}
.fad.fa-arrow-alt-from-top:after {
  content: "\10f349";
}
.fad.fa-arrow-alt-left:after {
  content: "\10f355";
}
.fad.fa-arrow-alt-right:after {
  content: "\10f356";
}
.fad.fa-arrow-alt-square-down:after {
  content: "\10f350";
}
.fad.fa-arrow-alt-square-left:after {
  content: "\10f351";
}
.fad.fa-arrow-alt-square-right:after {
  content: "\10f352";
}
.fad.fa-arrow-alt-square-up:after {
  content: "\10f353";
}
.fad.fa-arrow-alt-to-bottom:after {
  content: "\10f34a";
}
.fad.fa-arrow-alt-to-left:after {
  content: "\10f34b";
}
.fad.fa-arrow-alt-to-right:after {
  content: "\10f34c";
}
.fad.fa-arrow-alt-to-top:after {
  content: "\10f34d";
}
.fad.fa-arrow-alt-up:after {
  content: "\10f357";
}
.fad.fa-arrow-circle-down:after {
  content: "\10f0ab";
}
.fad.fa-arrow-circle-left:after {
  content: "\10f0a8";
}
.fad.fa-arrow-circle-right:after {
  content: "\10f0a9";
}
.fad.fa-arrow-circle-up:after {
  content: "\10f0aa";
}
.fad.fa-arrow-down:after {
  content: "\10f063";
}
.fad.fa-arrow-from-bottom:after {
  content: "\10f342";
}
.fad.fa-arrow-from-left:after {
  content: "\10f343";
}
.fad.fa-arrow-from-right:after {
  content: "\10f344";
}
.fad.fa-arrow-from-top:after {
  content: "\10f345";
}
.fad.fa-arrow-left:after {
  content: "\10f060";
}
.fad.fa-arrow-right:after {
  content: "\10f061";
}
.fad.fa-arrow-square-down:after {
  content: "\10f339";
}
.fad.fa-arrow-square-left:after {
  content: "\10f33a";
}
.fad.fa-arrow-square-right:after {
  content: "\10f33b";
}
.fad.fa-arrow-square-up:after {
  content: "\10f33c";
}
.fad.fa-arrow-to-bottom:after {
  content: "\10f33d";
}
.fad.fa-arrow-to-left:after {
  content: "\10f33e";
}
.fad.fa-arrow-to-right:after {
  content: "\10f340";
}
.fad.fa-arrow-to-top:after {
  content: "\10f341";
}
.fad.fa-arrow-up:after {
  content: "\10f062";
}
.fad.fa-arrows:after {
  content: "\10f047";
}
.fad.fa-arrows-alt:after {
  content: "\10f0b2";
}
.fad.fa-arrows-alt-h:after {
  content: "\10f337";
}
.fad.fa-arrows-alt-v:after {
  content: "\10f338";
}
.fad.fa-arrows-h:after {
  content: "\10f07e";
}
.fad.fa-arrows-v:after {
  content: "\10f07d";
}
.fad.fa-assistive-listening-systems:after {
  content: "\10f2a2";
}
.fad.fa-asterisk:after {
  content: "\10f069";
}
.fad.fa-at:after {
  content: "\10f1fa";
}
.fad.fa-atlas:after {
  content: "\10f558";
}
.fad.fa-atom:after {
  content: "\10f5d2";
}
.fad.fa-atom-alt:after {
  content: "\10f5d3";
}
.fad.fa-audio-description:after {
  content: "\10f29e";
}
.fad.fa-award:after {
  content: "\10f559";
}
.fad.fa-axe:after {
  content: "\10f6b2";
}
.fad.fa-axe-battle:after {
  content: "\10f6b3";
}
.fad.fa-baby:after {
  content: "\10f77c";
}
.fad.fa-baby-carriage:after {
  content: "\10f77d";
}
.fad.fa-backpack:after {
  content: "\10f5d4";
}
.fad.fa-backspace:after {
  content: "\10f55a";
}
.fad.fa-backward:after {
  content: "\10f04a";
}
.fad.fa-bacon:after {
  content: "\10f7e5";
}
.fad.fa-bacteria:after {
  content: "\10e059";
}
.fad.fa-bacterium:after {
  content: "\10e05a";
}
.fad.fa-badge:after {
  content: "\10f335";
}
.fad.fa-badge-check:after {
  content: "\10f336";
}
.fad.fa-badge-dollar:after {
  content: "\10f645";
}
.fad.fa-badge-percent:after {
  content: "\10f646";
}
.fad.fa-badge-sheriff:after {
  content: "\10f8a2";
}
.fad.fa-badger-honey:after {
  content: "\10f6b4";
}
.fad.fa-bags-shopping:after {
  content: "\10f847";
}
.fad.fa-bahai:after {
  content: "\10f666";
}
.fad.fa-balance-scale:after {
  content: "\10f24e";
}
.fad.fa-balance-scale-left:after {
  content: "\10f515";
}
.fad.fa-balance-scale-right:after {
  content: "\10f516";
}
.fad.fa-ball-pile:after {
  content: "\10f77e";
}
.fad.fa-ballot:after {
  content: "\10f732";
}
.fad.fa-ballot-check:after {
  content: "\10f733";
}
.fad.fa-ban:after {
  content: "\10f05e";
}
.fad.fa-band-aid:after {
  content: "\10f462";
}
.fad.fa-banjo:after {
  content: "\10f8a3";
}
.fad.fa-barcode:after {
  content: "\10f02a";
}
.fad.fa-barcode-alt:after {
  content: "\10f463";
}
.fad.fa-barcode-read:after {
  content: "\10f464";
}
.fad.fa-barcode-scan:after {
  content: "\10f465";
}
.fad.fa-bars:after {
  content: "\10f0c9";
}
.fad.fa-baseball:after {
  content: "\10f432";
}
.fad.fa-baseball-ball:after {
  content: "\10f433";
}
.fad.fa-basketball-ball:after {
  content: "\10f434";
}
.fad.fa-basketball-hoop:after {
  content: "\10f435";
}
.fad.fa-bat:after {
  content: "\10f6b5";
}
.fad.fa-bath:after {
  content: "\10f2cd";
}
.fad.fa-battery-bolt:after {
  content: "\10f376";
}
.fad.fa-battery-empty:after {
  content: "\10f244";
}
.fad.fa-battery-full:after {
  content: "\10f240";
}
.fad.fa-battery-half:after {
  content: "\10f242";
}
.fad.fa-battery-quarter:after {
  content: "\10f243";
}
.fad.fa-battery-slash:after {
  content: "\10f377";
}
.fad.fa-battery-three-quarters:after {
  content: "\10f241";
}
.fad.fa-bed:after {
  content: "\10f236";
}
.fad.fa-bed-alt:after {
  content: "\10f8f7";
}
.fad.fa-bed-bunk:after {
  content: "\10f8f8";
}
.fad.fa-bed-empty:after {
  content: "\10f8f9";
}
.fad.fa-beer:after {
  content: "\10f0fc";
}
.fad.fa-bell:after {
  content: "\10f0f3";
}
.fad.fa-bell-exclamation:after {
  content: "\10f848";
}
.fad.fa-bell-on:after {
  content: "\10f8fa";
}
.fad.fa-bell-plus:after {
  content: "\10f849";
}
.fad.fa-bell-school:after {
  content: "\10f5d5";
}
.fad.fa-bell-school-slash:after {
  content: "\10f5d6";
}
.fad.fa-bell-slash:after {
  content: "\10f1f6";
}
.fad.fa-bells:after {
  content: "\10f77f";
}
.fad.fa-betamax:after {
  content: "\10f8a4";
}
.fad.fa-bezier-curve:after {
  content: "\10f55b";
}
.fad.fa-bible:after {
  content: "\10f647";
}
.fad.fa-bicycle:after {
  content: "\10f206";
}
.fad.fa-biking:after {
  content: "\10f84a";
}
.fad.fa-biking-mountain:after {
  content: "\10f84b";
}
.fad.fa-binoculars:after {
  content: "\10f1e5";
}
.fad.fa-biohazard:after {
  content: "\10f780";
}
.fad.fa-birthday-cake:after {
  content: "\10f1fd";
}
.fad.fa-blanket:after {
  content: "\10f498";
}
.fad.fa-blender:after {
  content: "\10f517";
}
.fad.fa-blender-phone:after {
  content: "\10f6b6";
}
.fad.fa-blind:after {
  content: "\10f29d";
}
.fad.fa-blinds:after {
  content: "\10f8fb";
}
.fad.fa-blinds-open:after {
  content: "\10f8fc";
}
.fad.fa-blinds-raised:after {
  content: "\10f8fd";
}
.fad.fa-blog:after {
  content: "\10f781";
}
.fad.fa-bold:after {
  content: "\10f032";
}
.fad.fa-bolt:after {
  content: "\10f0e7";
}
.fad.fa-bomb:after {
  content: "\10f1e2";
}
.fad.fa-bone:after {
  content: "\10f5d7";
}
.fad.fa-bone-break:after {
  content: "\10f5d8";
}
.fad.fa-bong:after {
  content: "\10f55c";
}
.fad.fa-book:after {
  content: "\10f02d";
}
.fad.fa-book-alt:after {
  content: "\10f5d9";
}
.fad.fa-book-dead:after {
  content: "\10f6b7";
}
.fad.fa-book-heart:after {
  content: "\10f499";
}
.fad.fa-book-medical:after {
  content: "\10f7e6";
}
.fad.fa-book-open:after {
  content: "\10f518";
}
.fad.fa-book-reader:after {
  content: "\10f5da";
}
.fad.fa-book-spells:after {
  content: "\10f6b8";
}
.fad.fa-book-user:after {
  content: "\10f7e7";
}
.fad.fa-bookmark:after {
  content: "\10f02e";
}
.fad.fa-books:after {
  content: "\10f5db";
}
.fad.fa-books-medical:after {
  content: "\10f7e8";
}
.fad.fa-boombox:after {
  content: "\10f8a5";
}
.fad.fa-boot:after {
  content: "\10f782";
}
.fad.fa-booth-curtain:after {
  content: "\10f734";
}
.fad.fa-border-all:after {
  content: "\10f84c";
}
.fad.fa-border-bottom:after {
  content: "\10f84d";
}
.fad.fa-border-center-h:after {
  content: "\10f89c";
}
.fad.fa-border-center-v:after {
  content: "\10f89d";
}
.fad.fa-border-inner:after {
  content: "\10f84e";
}
.fad.fa-border-left:after {
  content: "\10f84f";
}
.fad.fa-border-none:after {
  content: "\10f850";
}
.fad.fa-border-outer:after {
  content: "\10f851";
}
.fad.fa-border-right:after {
  content: "\10f852";
}
.fad.fa-border-style:after {
  content: "\10f853";
}
.fad.fa-border-style-alt:after {
  content: "\10f854";
}
.fad.fa-border-top:after {
  content: "\10f855";
}
.fad.fa-bow-arrow:after {
  content: "\10f6b9";
}
.fad.fa-bowling-ball:after {
  content: "\10f436";
}
.fad.fa-bowling-pins:after {
  content: "\10f437";
}
.fad.fa-box:after {
  content: "\10f466";
}
.fad.fa-box-alt:after {
  content: "\10f49a";
}
.fad.fa-box-ballot:after {
  content: "\10f735";
}
.fad.fa-box-check:after {
  content: "\10f467";
}
.fad.fa-box-fragile:after {
  content: "\10f49b";
}
.fad.fa-box-full:after {
  content: "\10f49c";
}
.fad.fa-box-heart:after {
  content: "\10f49d";
}
.fad.fa-box-open:after {
  content: "\10f49e";
}
.fad.fa-box-tissue:after {
  content: "\10e05b";
}
.fad.fa-box-up:after {
  content: "\10f49f";
}
.fad.fa-box-usd:after {
  content: "\10f4a0";
}
.fad.fa-boxes:after {
  content: "\10f468";
}
.fad.fa-boxes-alt:after {
  content: "\10f4a1";
}
.fad.fa-boxing-glove:after {
  content: "\10f438";
}
.fad.fa-brackets:after {
  content: "\10f7e9";
}
.fad.fa-brackets-curly:after {
  content: "\10f7ea";
}
.fad.fa-braille:after {
  content: "\10f2a1";
}
.fad.fa-brain:after {
  content: "\10f5dc";
}
.fad.fa-bread-loaf:after {
  content: "\10f7eb";
}
.fad.fa-bread-slice:after {
  content: "\10f7ec";
}
.fad.fa-briefcase:after {
  content: "\10f0b1";
}
.fad.fa-briefcase-medical:after {
  content: "\10f469";
}
.fad.fa-bring-forward:after {
  content: "\10f856";
}
.fad.fa-bring-front:after {
  content: "\10f857";
}
.fad.fa-broadcast-tower:after {
  content: "\10f519";
}
.fad.fa-broom:after {
  content: "\10f51a";
}
.fad.fa-browser:after {
  content: "\10f37e";
}
.fad.fa-brush:after {
  content: "\10f55d";
}
.fad.fa-bug:after {
  content: "\10f188";
}
.fad.fa-building:after {
  content: "\10f1ad";
}
.fad.fa-bullhorn:after {
  content: "\10f0a1";
}
.fad.fa-bullseye:after {
  content: "\10f140";
}
.fad.fa-bullseye-arrow:after {
  content: "\10f648";
}
.fad.fa-bullseye-pointer:after {
  content: "\10f649";
}
.fad.fa-burger-soda:after {
  content: "\10f858";
}
.fad.fa-burn:after {
  content: "\10f46a";
}
.fad.fa-burrito:after {
  content: "\10f7ed";
}
.fad.fa-bus:after {
  content: "\10f207";
}
.fad.fa-bus-alt:after {
  content: "\10f55e";
}
.fad.fa-bus-school:after {
  content: "\10f5dd";
}
.fad.fa-business-time:after {
  content: "\10f64a";
}
.fad.fa-cabinet-filing:after {
  content: "\10f64b";
}
.fad.fa-cactus:after {
  content: "\10f8a7";
}
.fad.fa-calculator:after {
  content: "\10f1ec";
}
.fad.fa-calculator-alt:after {
  content: "\10f64c";
}
.fad.fa-calendar:after {
  content: "\10f133";
}
.fad.fa-calendar-alt:after {
  content: "\10f073";
}
.fad.fa-calendar-check:after {
  content: "\10f274";
}
.fad.fa-calendar-day:after {
  content: "\10f783";
}
.fad.fa-calendar-edit:after {
  content: "\10f333";
}
.fad.fa-calendar-exclamation:after {
  content: "\10f334";
}
.fad.fa-calendar-minus:after {
  content: "\10f272";
}
.fad.fa-calendar-plus:after {
  content: "\10f271";
}
.fad.fa-calendar-star:after {
  content: "\10f736";
}
.fad.fa-calendar-times:after {
  content: "\10f273";
}
.fad.fa-calendar-week:after {
  content: "\10f784";
}
.fad.fa-camcorder:after {
  content: "\10f8a8";
}
.fad.fa-camera:after {
  content: "\10f030";
}
.fad.fa-camera-alt:after {
  content: "\10f332";
}
.fad.fa-camera-home:after {
  content: "\10f8fe";
}
.fad.fa-camera-movie:after {
  content: "\10f8a9";
}
.fad.fa-camera-polaroid:after {
  content: "\10f8aa";
}
.fad.fa-camera-retro:after {
  content: "\10f083";
}
.fad.fa-campfire:after {
  content: "\10f6ba";
}
.fad.fa-campground:after {
  content: "\10f6bb";
}
.fad.fa-candle-holder:after {
  content: "\10f6bc";
}
.fad.fa-candy-cane:after {
  content: "\10f786";
}
.fad.fa-candy-corn:after {
  content: "\10f6bd";
}
.fad.fa-cannabis:after {
  content: "\10f55f";
}
.fad.fa-capsules:after {
  content: "\10f46b";
}
.fad.fa-car:after {
  content: "\10f1b9";
}
.fad.fa-car-alt:after {
  content: "\10f5de";
}
.fad.fa-car-battery:after {
  content: "\10f5df";
}
.fad.fa-car-building:after {
  content: "\10f859";
}
.fad.fa-car-bump:after {
  content: "\10f5e0";
}
.fad.fa-car-bus:after {
  content: "\10f85a";
}
.fad.fa-car-crash:after {
  content: "\10f5e1";
}
.fad.fa-car-garage:after {
  content: "\10f5e2";
}
.fad.fa-car-mechanic:after {
  content: "\10f5e3";
}
.fad.fa-car-side:after {
  content: "\10f5e4";
}
.fad.fa-car-tilt:after {
  content: "\10f5e5";
}
.fad.fa-car-wash:after {
  content: "\10f5e6";
}
.fad.fa-caravan:after {
  content: "\10f8ff";
}
.fad.fa-caravan-alt:after {
  content: "\10e000";
}
.fad.fa-caret-circle-down:after {
  content: "\10f32d";
}
.fad.fa-caret-circle-left:after {
  content: "\10f32e";
}
.fad.fa-caret-circle-right:after {
  content: "\10f330";
}
.fad.fa-caret-circle-up:after {
  content: "\10f331";
}
.fad.fa-caret-down:after {
  content: "\10f0d7";
}
.fad.fa-caret-left:after {
  content: "\10f0d9";
}
.fad.fa-caret-right:after {
  content: "\10f0da";
}
.fad.fa-caret-square-down:after {
  content: "\10f150";
}
.fad.fa-caret-square-left:after {
  content: "\10f191";
}
.fad.fa-caret-square-right:after {
  content: "\10f152";
}
.fad.fa-caret-square-up:after {
  content: "\10f151";
}
.fad.fa-caret-up:after {
  content: "\10f0d8";
}
.fad.fa-carrot:after {
  content: "\10f787";
}
.fad.fa-cars:after {
  content: "\10f85b";
}
.fad.fa-cart-arrow-down:after {
  content: "\10f218";
}
.fad.fa-cart-plus:after {
  content: "\10f217";
}
.fad.fa-cash-register:after {
  content: "\10f788";
}
.fad.fa-cassette-tape:after {
  content: "\10f8ab";
}
.fad.fa-cat:after {
  content: "\10f6be";
}
.fad.fa-cat-space:after {
  content: "\10e001";
}
.fad.fa-cauldron:after {
  content: "\10f6bf";
}
.fad.fa-cctv:after {
  content: "\10f8ac";
}
.fad.fa-certificate:after {
  content: "\10f0a3";
}
.fad.fa-chair:after {
  content: "\10f6c0";
}
.fad.fa-chair-office:after {
  content: "\10f6c1";
}
.fad.fa-chalkboard:after {
  content: "\10f51b";
}
.fad.fa-chalkboard-teacher:after {
  content: "\10f51c";
}
.fad.fa-charging-station:after {
  content: "\10f5e7";
}
.fad.fa-chart-area:after {
  content: "\10f1fe";
}
.fad.fa-chart-bar:after {
  content: "\10f080";
}
.fad.fa-chart-line:after {
  content: "\10f201";
}
.fad.fa-chart-line-down:after {
  content: "\10f64d";
}
.fad.fa-chart-network:after {
  content: "\10f78a";
}
.fad.fa-chart-pie:after {
  content: "\10f200";
}
.fad.fa-chart-pie-alt:after {
  content: "\10f64e";
}
.fad.fa-chart-scatter:after {
  content: "\10f7ee";
}
.fad.fa-check:after {
  content: "\10f00c";
}
.fad.fa-check-circle:after {
  content: "\10f058";
}
.fad.fa-check-double:after {
  content: "\10f560";
}
.fad.fa-check-square:after {
  content: "\10f14a";
}
.fad.fa-cheese:after {
  content: "\10f7ef";
}
.fad.fa-cheese-swiss:after {
  content: "\10f7f0";
}
.fad.fa-cheeseburger:after {
  content: "\10f7f1";
}
.fad.fa-chess:after {
  content: "\10f439";
}
.fad.fa-chess-bishop:after {
  content: "\10f43a";
}
.fad.fa-chess-bishop-alt:after {
  content: "\10f43b";
}
.fad.fa-chess-board:after {
  content: "\10f43c";
}
.fad.fa-chess-clock:after {
  content: "\10f43d";
}
.fad.fa-chess-clock-alt:after {
  content: "\10f43e";
}
.fad.fa-chess-king:after {
  content: "\10f43f";
}
.fad.fa-chess-king-alt:after {
  content: "\10f440";
}
.fad.fa-chess-knight:after {
  content: "\10f441";
}
.fad.fa-chess-knight-alt:after {
  content: "\10f442";
}
.fad.fa-chess-pawn:after {
  content: "\10f443";
}
.fad.fa-chess-pawn-alt:after {
  content: "\10f444";
}
.fad.fa-chess-queen:after {
  content: "\10f445";
}
.fad.fa-chess-queen-alt:after {
  content: "\10f446";
}
.fad.fa-chess-rook:after {
  content: "\10f447";
}
.fad.fa-chess-rook-alt:after {
  content: "\10f448";
}
.fad.fa-chevron-circle-down:after {
  content: "\10f13a";
}
.fad.fa-chevron-circle-left:after {
  content: "\10f137";
}
.fad.fa-chevron-circle-right:after {
  content: "\10f138";
}
.fad.fa-chevron-circle-up:after {
  content: "\10f139";
}
.fad.fa-chevron-double-down:after {
  content: "\10f322";
}
.fad.fa-chevron-double-left:after {
  content: "\10f323";
}
.fad.fa-chevron-double-right:after {
  content: "\10f324";
}
.fad.fa-chevron-double-up:after {
  content: "\10f325";
}
.fad.fa-chevron-down:after {
  content: "\10f078";
}
.fad.fa-chevron-left:after {
  content: "\10f053";
}
.fad.fa-chevron-right:after {
  content: "\10f054";
}
.fad.fa-chevron-square-down:after {
  content: "\10f329";
}
.fad.fa-chevron-square-left:after {
  content: "\10f32a";
}
.fad.fa-chevron-square-right:after {
  content: "\10f32b";
}
.fad.fa-chevron-square-up:after {
  content: "\10f32c";
}
.fad.fa-chevron-up:after {
  content: "\10f077";
}
.fad.fa-child:after {
  content: "\10f1ae";
}
.fad.fa-chimney:after {
  content: "\10f78b";
}
.fad.fa-church:after {
  content: "\10f51d";
}
.fad.fa-circle:after {
  content: "\10f111";
}
.fad.fa-circle-notch:after {
  content: "\10f1ce";
}
.fad.fa-city:after {
  content: "\10f64f";
}
.fad.fa-clarinet:after {
  content: "\10f8ad";
}
.fad.fa-claw-marks:after {
  content: "\10f6c2";
}
.fad.fa-clinic-medical:after {
  content: "\10f7f2";
}
.fad.fa-clipboard:after {
  content: "\10f328";
}
.fad.fa-clipboard-check:after {
  content: "\10f46c";
}
.fad.fa-clipboard-list:after {
  content: "\10f46d";
}
.fad.fa-clipboard-list-check:after {
  content: "\10f737";
}
.fad.fa-clipboard-prescription:after {
  content: "\10f5e8";
}
.fad.fa-clipboard-user:after {
  content: "\10f7f3";
}
.fad.fa-clock:after {
  content: "\10f017";
}
.fad.fa-clone:after {
  content: "\10f24d";
}
.fad.fa-closed-captioning:after {
  content: "\10f20a";
}
.fad.fa-cloud:after {
  content: "\10f0c2";
}
.fad.fa-cloud-download:after {
  content: "\10f0ed";
}
.fad.fa-cloud-download-alt:after {
  content: "\10f381";
}
.fad.fa-cloud-drizzle:after {
  content: "\10f738";
}
.fad.fa-cloud-hail:after {
  content: "\10f739";
}
.fad.fa-cloud-hail-mixed:after {
  content: "\10f73a";
}
.fad.fa-cloud-meatball:after {
  content: "\10f73b";
}
.fad.fa-cloud-moon:after {
  content: "\10f6c3";
}
.fad.fa-cloud-moon-rain:after {
  content: "\10f73c";
}
.fad.fa-cloud-music:after {
  content: "\10f8ae";
}
.fad.fa-cloud-rain:after {
  content: "\10f73d";
}
.fad.fa-cloud-rainbow:after {
  content: "\10f73e";
}
.fad.fa-cloud-showers:after {
  content: "\10f73f";
}
.fad.fa-cloud-showers-heavy:after {
  content: "\10f740";
}
.fad.fa-cloud-sleet:after {
  content: "\10f741";
}
.fad.fa-cloud-snow:after {
  content: "\10f742";
}
.fad.fa-cloud-sun:after {
  content: "\10f6c4";
}
.fad.fa-cloud-sun-rain:after {
  content: "\10f743";
}
.fad.fa-cloud-upload:after {
  content: "\10f0ee";
}
.fad.fa-cloud-upload-alt:after {
  content: "\10f382";
}
.fad.fa-clouds:after {
  content: "\10f744";
}
.fad.fa-clouds-moon:after {
  content: "\10f745";
}
.fad.fa-clouds-sun:after {
  content: "\10f746";
}
.fad.fa-club:after {
  content: "\10f327";
}
.fad.fa-cocktail:after {
  content: "\10f561";
}
.fad.fa-code:after {
  content: "\10f121";
}
.fad.fa-code-branch:after {
  content: "\10f126";
}
.fad.fa-code-commit:after {
  content: "\10f386";
}
.fad.fa-code-merge:after {
  content: "\10f387";
}
.fad.fa-coffee:after {
  content: "\10f0f4";
}
.fad.fa-coffee-pot:after {
  content: "\10e002";
}
.fad.fa-coffee-togo:after {
  content: "\10f6c5";
}
.fad.fa-coffin:after {
  content: "\10f6c6";
}
.fad.fa-coffin-cross:after {
  content: "\10e051";
}
.fad.fa-cog:after {
  content: "\10f013";
}
.fad.fa-cogs:after {
  content: "\10f085";
}
.fad.fa-coin:after {
  content: "\10f85c";
}
.fad.fa-coins:after {
  content: "\10f51e";
}
.fad.fa-columns:after {
  content: "\10f0db";
}
.fad.fa-comet:after {
  content: "\10e003";
}
.fad.fa-comment:after {
  content: "\10f075";
}
.fad.fa-comment-alt:after {
  content: "\10f27a";
}
.fad.fa-comment-alt-check:after {
  content: "\10f4a2";
}
.fad.fa-comment-alt-dollar:after {
  content: "\10f650";
}
.fad.fa-comment-alt-dots:after {
  content: "\10f4a3";
}
.fad.fa-comment-alt-edit:after {
  content: "\10f4a4";
}
.fad.fa-comment-alt-exclamation:after {
  content: "\10f4a5";
}
.fad.fa-comment-alt-lines:after {
  content: "\10f4a6";
}
.fad.fa-comment-alt-medical:after {
  content: "\10f7f4";
}
.fad.fa-comment-alt-minus:after {
  content: "\10f4a7";
}
.fad.fa-comment-alt-music:after {
  content: "\10f8af";
}
.fad.fa-comment-alt-plus:after {
  content: "\10f4a8";
}
.fad.fa-comment-alt-slash:after {
  content: "\10f4a9";
}
.fad.fa-comment-alt-smile:after {
  content: "\10f4aa";
}
.fad.fa-comment-alt-times:after {
  content: "\10f4ab";
}
.fad.fa-comment-check:after {
  content: "\10f4ac";
}
.fad.fa-comment-dollar:after {
  content: "\10f651";
}
.fad.fa-comment-dots:after {
  content: "\10f4ad";
}
.fad.fa-comment-edit:after {
  content: "\10f4ae";
}
.fad.fa-comment-exclamation:after {
  content: "\10f4af";
}
.fad.fa-comment-lines:after {
  content: "\10f4b0";
}
.fad.fa-comment-medical:after {
  content: "\10f7f5";
}
.fad.fa-comment-minus:after {
  content: "\10f4b1";
}
.fad.fa-comment-music:after {
  content: "\10f8b0";
}
.fad.fa-comment-plus:after {
  content: "\10f4b2";
}
.fad.fa-comment-slash:after {
  content: "\10f4b3";
}
.fad.fa-comment-smile:after {
  content: "\10f4b4";
}
.fad.fa-comment-times:after {
  content: "\10f4b5";
}
.fad.fa-comments:after {
  content: "\10f086";
}
.fad.fa-comments-alt:after {
  content: "\10f4b6";
}
.fad.fa-comments-alt-dollar:after {
  content: "\10f652";
}
.fad.fa-comments-dollar:after {
  content: "\10f653";
}
.fad.fa-compact-disc:after {
  content: "\10f51f";
}
.fad.fa-compass:after {
  content: "\10f14e";
}
.fad.fa-compass-slash:after {
  content: "\10f5e9";
}
.fad.fa-compress:after {
  content: "\10f066";
}
.fad.fa-compress-alt:after {
  content: "\10f422";
}
.fad.fa-compress-arrows-alt:after {
  content: "\10f78c";
}
.fad.fa-compress-wide:after {
  content: "\10f326";
}
.fad.fa-computer-classic:after {
  content: "\10f8b1";
}
.fad.fa-computer-speaker:after {
  content: "\10f8b2";
}
.fad.fa-concierge-bell:after {
  content: "\10f562";
}
.fad.fa-construction:after {
  content: "\10f85d";
}
.fad.fa-container-storage:after {
  content: "\10f4b7";
}
.fad.fa-conveyor-belt:after {
  content: "\10f46e";
}
.fad.fa-conveyor-belt-alt:after {
  content: "\10f46f";
}
.fad.fa-cookie:after {
  content: "\10f563";
}
.fad.fa-cookie-bite:after {
  content: "\10f564";
}
.fad.fa-copy:after {
  content: "\10f0c5";
}
.fad.fa-copyright:after {
  content: "\10f1f9";
}
.fad.fa-corn:after {
  content: "\10f6c7";
}
.fad.fa-couch:after {
  content: "\10f4b8";
}
.fad.fa-cow:after {
  content: "\10f6c8";
}
.fad.fa-cowbell:after {
  content: "\10f8b3";
}
.fad.fa-cowbell-more:after {
  content: "\10f8b4";
}
.fad.fa-credit-card:after {
  content: "\10f09d";
}
.fad.fa-credit-card-blank:after {
  content: "\10f389";
}
.fad.fa-credit-card-front:after {
  content: "\10f38a";
}
.fad.fa-cricket:after {
  content: "\10f449";
}
.fad.fa-croissant:after {
  content: "\10f7f6";
}
.fad.fa-crop:after {
  content: "\10f125";
}
.fad.fa-crop-alt:after {
  content: "\10f565";
}
.fad.fa-cross:after {
  content: "\10f654";
}
.fad.fa-crosshairs:after {
  content: "\10f05b";
}
.fad.fa-crow:after {
  content: "\10f520";
}
.fad.fa-crown:after {
  content: "\10f521";
}
.fad.fa-crutch:after {
  content: "\10f7f7";
}
.fad.fa-crutches:after {
  content: "\10f7f8";
}
.fad.fa-cube:after {
  content: "\10f1b2";
}
.fad.fa-cubes:after {
  content: "\10f1b3";
}
.fad.fa-curling:after {
  content: "\10f44a";
}
.fad.fa-cut:after {
  content: "\10f0c4";
}
.fad.fa-dagger:after {
  content: "\10f6cb";
}
.fad.fa-database:after {
  content: "\10f1c0";
}
.fad.fa-deaf:after {
  content: "\10f2a4";
}
.fad.fa-debug:after {
  content: "\10f7f9";
}
.fad.fa-deer:after {
  content: "\10f78e";
}
.fad.fa-deer-rudolph:after {
  content: "\10f78f";
}
.fad.fa-democrat:after {
  content: "\10f747";
}
.fad.fa-desktop:after {
  content: "\10f108";
}
.fad.fa-desktop-alt:after {
  content: "\10f390";
}
.fad.fa-dewpoint:after {
  content: "\10f748";
}
.fad.fa-dharmachakra:after {
  content: "\10f655";
}
.fad.fa-diagnoses:after {
  content: "\10f470";
}
.fad.fa-diamond:after {
  content: "\10f219";
}
.fad.fa-dice:after {
  content: "\10f522";
}
.fad.fa-dice-d10:after {
  content: "\10f6cd";
}
.fad.fa-dice-d12:after {
  content: "\10f6ce";
}
.fad.fa-dice-d20:after {
  content: "\10f6cf";
}
.fad.fa-dice-d4:after {
  content: "\10f6d0";
}
.fad.fa-dice-d6:after {
  content: "\10f6d1";
}
.fad.fa-dice-d8:after {
  content: "\10f6d2";
}
.fad.fa-dice-five:after {
  content: "\10f523";
}
.fad.fa-dice-four:after {
  content: "\10f524";
}
.fad.fa-dice-one:after {
  content: "\10f525";
}
.fad.fa-dice-six:after {
  content: "\10f526";
}
.fad.fa-dice-three:after {
  content: "\10f527";
}
.fad.fa-dice-two:after {
  content: "\10f528";
}
.fad.fa-digging:after {
  content: "\10f85e";
}
.fad.fa-digital-tachograph:after {
  content: "\10f566";
}
.fad.fa-diploma:after {
  content: "\10f5ea";
}
.fad.fa-directions:after {
  content: "\10f5eb";
}
.fad.fa-disc-drive:after {
  content: "\10f8b5";
}
.fad.fa-disease:after {
  content: "\10f7fa";
}
.fad.fa-divide:after {
  content: "\10f529";
}
.fad.fa-dizzy:after {
  content: "\10f567";
}
.fad.fa-dna:after {
  content: "\10f471";
}
.fad.fa-do-not-enter:after {
  content: "\10f5ec";
}
.fad.fa-dog:after {
  content: "\10f6d3";
}
.fad.fa-dog-leashed:after {
  content: "\10f6d4";
}
.fad.fa-dollar-sign:after {
  content: "\10f155";
}
.fad.fa-dolly:after {
  content: "\10f472";
}
.fad.fa-dolly-empty:after {
  content: "\10f473";
}
.fad.fa-dolly-flatbed:after {
  content: "\10f474";
}
.fad.fa-dolly-flatbed-alt:after {
  content: "\10f475";
}
.fad.fa-dolly-flatbed-empty:after {
  content: "\10f476";
}
.fad.fa-donate:after {
  content: "\10f4b9";
}
.fad.fa-door-closed:after {
  content: "\10f52a";
}
.fad.fa-door-open:after {
  content: "\10f52b";
}
.fad.fa-dot-circle:after {
  content: "\10f192";
}
.fad.fa-dove:after {
  content: "\10f4ba";
}
.fad.fa-download:after {
  content: "\10f019";
}
.fad.fa-drafting-compass:after {
  content: "\10f568";
}
.fad.fa-dragon:after {
  content: "\10f6d5";
}
.fad.fa-draw-circle:after {
  content: "\10f5ed";
}
.fad.fa-draw-polygon:after {
  content: "\10f5ee";
}
.fad.fa-draw-square:after {
  content: "\10f5ef";
}
.fad.fa-dreidel:after {
  content: "\10f792";
}
.fad.fa-drone:after {
  content: "\10f85f";
}
.fad.fa-drone-alt:after {
  content: "\10f860";
}
.fad.fa-drum:after {
  content: "\10f569";
}
.fad.fa-drum-steelpan:after {
  content: "\10f56a";
}
.fad.fa-drumstick:after {
  content: "\10f6d6";
}
.fad.fa-drumstick-bite:after {
  content: "\10f6d7";
}
.fad.fa-dryer:after {
  content: "\10f861";
}
.fad.fa-dryer-alt:after {
  content: "\10f862";
}
.fad.fa-duck:after {
  content: "\10f6d8";
}
.fad.fa-dumbbell:after {
  content: "\10f44b";
}
.fad.fa-dumpster:after {
  content: "\10f793";
}
.fad.fa-dumpster-fire:after {
  content: "\10f794";
}
.fad.fa-dungeon:after {
  content: "\10f6d9";
}
.fad.fa-ear:after {
  content: "\10f5f0";
}
.fad.fa-ear-muffs:after {
  content: "\10f795";
}
.fad.fa-eclipse:after {
  content: "\10f749";
}
.fad.fa-eclipse-alt:after {
  content: "\10f74a";
}
.fad.fa-edit:after {
  content: "\10f044";
}
.fad.fa-egg:after {
  content: "\10f7fb";
}
.fad.fa-egg-fried:after {
  content: "\10f7fc";
}
.fad.fa-eject:after {
  content: "\10f052";
}
.fad.fa-elephant:after {
  content: "\10f6da";
}
.fad.fa-ellipsis-h:after {
  content: "\10f141";
}
.fad.fa-ellipsis-h-alt:after {
  content: "\10f39b";
}
.fad.fa-ellipsis-v:after {
  content: "\10f142";
}
.fad.fa-ellipsis-v-alt:after {
  content: "\10f39c";
}
.fad.fa-empty-set:after {
  content: "\10f656";
}
.fad.fa-engine-warning:after {
  content: "\10f5f2";
}
.fad.fa-envelope:after {
  content: "\10f0e0";
}
.fad.fa-envelope-open:after {
  content: "\10f2b6";
}
.fad.fa-envelope-open-dollar:after {
  content: "\10f657";
}
.fad.fa-envelope-open-text:after {
  content: "\10f658";
}
.fad.fa-envelope-square:after {
  content: "\10f199";
}
.fad.fa-equals:after {
  content: "\10f52c";
}
.fad.fa-eraser:after {
  content: "\10f12d";
}
.fad.fa-ethernet:after {
  content: "\10f796";
}
.fad.fa-euro-sign:after {
  content: "\10f153";
}
.fad.fa-exchange:after {
  content: "\10f0ec";
}
.fad.fa-exchange-alt:after {
  content: "\10f362";
}
.fad.fa-exclamation:after {
  content: "\10f12a";
}
.fad.fa-exclamation-circle:after {
  content: "\10f06a";
}
.fad.fa-exclamation-square:after {
  content: "\10f321";
}
.fad.fa-exclamation-triangle:after {
  content: "\10f071";
}
.fad.fa-expand:after {
  content: "\10f065";
}
.fad.fa-expand-alt:after {
  content: "\10f424";
}
.fad.fa-expand-arrows:after {
  content: "\10f31d";
}
.fad.fa-expand-arrows-alt:after {
  content: "\10f31e";
}
.fad.fa-expand-wide:after {
  content: "\10f320";
}
.fad.fa-external-link:after {
  content: "\10f08e";
}
.fad.fa-external-link-alt:after {
  content: "\10f35d";
}
.fad.fa-external-link-square:after {
  content: "\10f14c";
}
.fad.fa-external-link-square-alt:after {
  content: "\10f360";
}
.fad.fa-eye:after {
  content: "\10f06e";
}
.fad.fa-eye-dropper:after {
  content: "\10f1fb";
}
.fad.fa-eye-evil:after {
  content: "\10f6db";
}
.fad.fa-eye-slash:after {
  content: "\10f070";
}
.fad.fa-fan:after {
  content: "\10f863";
}
.fad.fa-fan-table:after {
  content: "\10e004";
}
.fad.fa-farm:after {
  content: "\10f864";
}
.fad.fa-fast-backward:after {
  content: "\10f049";
}
.fad.fa-fast-forward:after {
  content: "\10f050";
}
.fad.fa-faucet:after {
  content: "\10e005";
}
.fad.fa-faucet-drip:after {
  content: "\10e006";
}
.fad.fa-fax:after {
  content: "\10f1ac";
}
.fad.fa-feather:after {
  content: "\10f52d";
}
.fad.fa-feather-alt:after {
  content: "\10f56b";
}
.fad.fa-female:after {
  content: "\10f182";
}
.fad.fa-field-hockey:after {
  content: "\10f44c";
}
.fad.fa-fighter-jet:after {
  content: "\10f0fb";
}
.fad.fa-file:after {
  content: "\10f15b";
}
.fad.fa-file-alt:after {
  content: "\10f15c";
}
.fad.fa-file-archive:after {
  content: "\10f1c6";
}
.fad.fa-file-audio:after {
  content: "\10f1c7";
}
.fad.fa-file-certificate:after {
  content: "\10f5f3";
}
.fad.fa-file-chart-line:after {
  content: "\10f659";
}
.fad.fa-file-chart-pie:after {
  content: "\10f65a";
}
.fad.fa-file-check:after {
  content: "\10f316";
}
.fad.fa-file-code:after {
  content: "\10f1c9";
}
.fad.fa-file-contract:after {
  content: "\10f56c";
}
.fad.fa-file-csv:after {
  content: "\10f6dd";
}
.fad.fa-file-download:after {
  content: "\10f56d";
}
.fad.fa-file-edit:after {
  content: "\10f31c";
}
.fad.fa-file-excel:after {
  content: "\10f1c3";
}
.fad.fa-file-exclamation:after {
  content: "\10f31a";
}
.fad.fa-file-export:after {
  content: "\10f56e";
}
.fad.fa-file-image:after {
  content: "\10f1c5";
}
.fad.fa-file-import:after {
  content: "\10f56f";
}
.fad.fa-file-invoice:after {
  content: "\10f570";
}
.fad.fa-file-invoice-dollar:after {
  content: "\10f571";
}
.fad.fa-file-medical:after {
  content: "\10f477";
}
.fad.fa-file-medical-alt:after {
  content: "\10f478";
}
.fad.fa-file-minus:after {
  content: "\10f318";
}
.fad.fa-file-music:after {
  content: "\10f8b6";
}
.fad.fa-file-pdf:after {
  content: "\10f1c1";
}
.fad.fa-file-plus:after {
  content: "\10f319";
}
.fad.fa-file-powerpoint:after {
  content: "\10f1c4";
}
.fad.fa-file-prescription:after {
  content: "\10f572";
}
.fad.fa-file-search:after {
  content: "\10f865";
}
.fad.fa-file-signature:after {
  content: "\10f573";
}
.fad.fa-file-spreadsheet:after {
  content: "\10f65b";
}
.fad.fa-file-times:after {
  content: "\10f317";
}
.fad.fa-file-upload:after {
  content: "\10f574";
}
.fad.fa-file-user:after {
  content: "\10f65c";
}
.fad.fa-file-video:after {
  content: "\10f1c8";
}
.fad.fa-file-word:after {
  content: "\10f1c2";
}
.fad.fa-files-medical:after {
  content: "\10f7fd";
}
.fad.fa-fill:after {
  content: "\10f575";
}
.fad.fa-fill-drip:after {
  content: "\10f576";
}
.fad.fa-film:after {
  content: "\10f008";
}
.fad.fa-film-alt:after {
  content: "\10f3a0";
}
.fad.fa-film-canister:after {
  content: "\10f8b7";
}
.fad.fa-filter:after {
  content: "\10f0b0";
}
.fad.fa-fingerprint:after {
  content: "\10f577";
}
.fad.fa-fire:after {
  content: "\10f06d";
}
.fad.fa-fire-alt:after {
  content: "\10f7e4";
}
.fad.fa-fire-extinguisher:after {
  content: "\10f134";
}
.fad.fa-fire-smoke:after {
  content: "\10f74b";
}
.fad.fa-fireplace:after {
  content: "\10f79a";
}
.fad.fa-first-aid:after {
  content: "\10f479";
}
.fad.fa-fish:after {
  content: "\10f578";
}
.fad.fa-fish-cooked:after {
  content: "\10f7fe";
}
.fad.fa-fist-raised:after {
  content: "\10f6de";
}
.fad.fa-flag:after {
  content: "\10f024";
}
.fad.fa-flag-alt:after {
  content: "\10f74c";
}
.fad.fa-flag-checkered:after {
  content: "\10f11e";
}
.fad.fa-flag-usa:after {
  content: "\10f74d";
}
.fad.fa-flame:after {
  content: "\10f6df";
}
.fad.fa-flashlight:after {
  content: "\10f8b8";
}
.fad.fa-flask:after {
  content: "\10f0c3";
}
.fad.fa-flask-poison:after {
  content: "\10f6e0";
}
.fad.fa-flask-potion:after {
  content: "\10f6e1";
}
.fad.fa-flower:after {
  content: "\10f7ff";
}
.fad.fa-flower-daffodil:after {
  content: "\10f800";
}
.fad.fa-flower-tulip:after {
  content: "\10f801";
}
.fad.fa-flushed:after {
  content: "\10f579";
}
.fad.fa-flute:after {
  content: "\10f8b9";
}
.fad.fa-flux-capacitor:after {
  content: "\10f8ba";
}
.fad.fa-fog:after {
  content: "\10f74e";
}
.fad.fa-folder:after {
  content: "\10f07b";
}
.fad.fa-folder-download:after {
  content: "\10e053";
}
.fad.fa-folder-minus:after {
  content: "\10f65d";
}
.fad.fa-folder-open:after {
  content: "\10f07c";
}
.fad.fa-folder-plus:after {
  content: "\10f65e";
}
.fad.fa-folder-times:after {
  content: "\10f65f";
}
.fad.fa-folder-tree:after {
  content: "\10f802";
}
.fad.fa-folder-upload:after {
  content: "\10e054";
}
.fad.fa-folders:after {
  content: "\10f660";
}
.fad.fa-font:after {
  content: "\10f031";
}
.fad.fa-font-awesome-logo-full:after {
  content: "\10f4e6";
}
.fad.fa-font-case:after {
  content: "\10f866";
}
.fad.fa-football-ball:after {
  content: "\10f44e";
}
.fad.fa-football-helmet:after {
  content: "\10f44f";
}
.fad.fa-forklift:after {
  content: "\10f47a";
}
.fad.fa-forward:after {
  content: "\10f04e";
}
.fad.fa-fragile:after {
  content: "\10f4bb";
}
.fad.fa-french-fries:after {
  content: "\10f803";
}
.fad.fa-frog:after {
  content: "\10f52e";
}
.fad.fa-frosty-head:after {
  content: "\10f79b";
}
.fad.fa-frown:after {
  content: "\10f119";
}
.fad.fa-frown-open:after {
  content: "\10f57a";
}
.fad.fa-function:after {
  content: "\10f661";
}
.fad.fa-funnel-dollar:after {
  content: "\10f662";
}
.fad.fa-futbol:after {
  content: "\10f1e3";
}
.fad.fa-galaxy:after {
  content: "\10e008";
}
.fad.fa-game-board:after {
  content: "\10f867";
}
.fad.fa-game-board-alt:after {
  content: "\10f868";
}
.fad.fa-game-console-handheld:after {
  content: "\10f8bb";
}
.fad.fa-gamepad:after {
  content: "\10f11b";
}
.fad.fa-gamepad-alt:after {
  content: "\10f8bc";
}
.fad.fa-garage:after {
  content: "\10e009";
}
.fad.fa-garage-car:after {
  content: "\10e00a";
}
.fad.fa-garage-open:after {
  content: "\10e00b";
}
.fad.fa-gas-pump:after {
  content: "\10f52f";
}
.fad.fa-gas-pump-slash:after {
  content: "\10f5f4";
}
.fad.fa-gavel:after {
  content: "\10f0e3";
}
.fad.fa-gem:after {
  content: "\10f3a5";
}
.fad.fa-genderless:after {
  content: "\10f22d";
}
.fad.fa-ghost:after {
  content: "\10f6e2";
}
.fad.fa-gift:after {
  content: "\10f06b";
}
.fad.fa-gift-card:after {
  content: "\10f663";
}
.fad.fa-gifts:after {
  content: "\10f79c";
}
.fad.fa-gingerbread-man:after {
  content: "\10f79d";
}
.fad.fa-glass:after {
  content: "\10f804";
}
.fad.fa-glass-champagne:after {
  content: "\10f79e";
}
.fad.fa-glass-cheers:after {
  content: "\10f79f";
}
.fad.fa-glass-citrus:after {
  content: "\10f869";
}
.fad.fa-glass-martini:after {
  content: "\10f000";
}
.fad.fa-glass-martini-alt:after {
  content: "\10f57b";
}
.fad.fa-glass-whiskey:after {
  content: "\10f7a0";
}
.fad.fa-glass-whiskey-rocks:after {
  content: "\10f7a1";
}
.fad.fa-glasses:after {
  content: "\10f530";
}
.fad.fa-glasses-alt:after {
  content: "\10f5f5";
}
.fad.fa-globe:after {
  content: "\10f0ac";
}
.fad.fa-globe-africa:after {
  content: "\10f57c";
}
.fad.fa-globe-americas:after {
  content: "\10f57d";
}
.fad.fa-globe-asia:after {
  content: "\10f57e";
}
.fad.fa-globe-europe:after {
  content: "\10f7a2";
}
.fad.fa-globe-snow:after {
  content: "\10f7a3";
}
.fad.fa-globe-stand:after {
  content: "\10f5f6";
}
.fad.fa-golf-ball:after {
  content: "\10f450";
}
.fad.fa-golf-club:after {
  content: "\10f451";
}
.fad.fa-gopuram:after {
  content: "\10f664";
}
.fad.fa-graduation-cap:after {
  content: "\10f19d";
}
.fad.fa-gramophone:after {
  content: "\10f8bd";
}
.fad.fa-greater-than:after {
  content: "\10f531";
}
.fad.fa-greater-than-equal:after {
  content: "\10f532";
}
.fad.fa-grimace:after {
  content: "\10f57f";
}
.fad.fa-grin:after {
  content: "\10f580";
}
.fad.fa-grin-alt:after {
  content: "\10f581";
}
.fad.fa-grin-beam:after {
  content: "\10f582";
}
.fad.fa-grin-beam-sweat:after {
  content: "\10f583";
}
.fad.fa-grin-hearts:after {
  content: "\10f584";
}
.fad.fa-grin-squint:after {
  content: "\10f585";
}
.fad.fa-grin-squint-tears:after {
  content: "\10f586";
}
.fad.fa-grin-stars:after {
  content: "\10f587";
}
.fad.fa-grin-tears:after {
  content: "\10f588";
}
.fad.fa-grin-tongue:after {
  content: "\10f589";
}
.fad.fa-grin-tongue-squint:after {
  content: "\10f58a";
}
.fad.fa-grin-tongue-wink:after {
  content: "\10f58b";
}
.fad.fa-grin-wink:after {
  content: "\10f58c";
}
.fad.fa-grip-horizontal:after {
  content: "\10f58d";
}
.fad.fa-grip-lines:after {
  content: "\10f7a4";
}
.fad.fa-grip-lines-vertical:after {
  content: "\10f7a5";
}
.fad.fa-grip-vertical:after {
  content: "\10f58e";
}
.fad.fa-guitar:after {
  content: "\10f7a6";
}
.fad.fa-guitar-electric:after {
  content: "\10f8be";
}
.fad.fa-guitars:after {
  content: "\10f8bf";
}
.fad.fa-h-square:after {
  content: "\10f0fd";
}
.fad.fa-h1:after {
  content: "\10f313";
}
.fad.fa-h2:after {
  content: "\10f314";
}
.fad.fa-h3:after {
  content: "\10f315";
}
.fad.fa-h4:after {
  content: "\10f86a";
}
.fad.fa-hamburger:after {
  content: "\10f805";
}
.fad.fa-hammer:after {
  content: "\10f6e3";
}
.fad.fa-hammer-war:after {
  content: "\10f6e4";
}
.fad.fa-hamsa:after {
  content: "\10f665";
}
.fad.fa-hand-heart:after {
  content: "\10f4bc";
}
.fad.fa-hand-holding:after {
  content: "\10f4bd";
}
.fad.fa-hand-holding-box:after {
  content: "\10f47b";
}
.fad.fa-hand-holding-heart:after {
  content: "\10f4be";
}
.fad.fa-hand-holding-magic:after {
  content: "\10f6e5";
}
.fad.fa-hand-holding-medical:after {
  content: "\10e05c";
}
.fad.fa-hand-holding-seedling:after {
  content: "\10f4bf";
}
.fad.fa-hand-holding-usd:after {
  content: "\10f4c0";
}
.fad.fa-hand-holding-water:after {
  content: "\10f4c1";
}
.fad.fa-hand-lizard:after {
  content: "\10f258";
}
.fad.fa-hand-middle-finger:after {
  content: "\10f806";
}
.fad.fa-hand-paper:after {
  content: "\10f256";
}
.fad.fa-hand-peace:after {
  content: "\10f25b";
}
.fad.fa-hand-point-down:after {
  content: "\10f0a7";
}
.fad.fa-hand-point-left:after {
  content: "\10f0a5";
}
.fad.fa-hand-point-right:after {
  content: "\10f0a4";
}
.fad.fa-hand-point-up:after {
  content: "\10f0a6";
}
.fad.fa-hand-pointer:after {
  content: "\10f25a";
}
.fad.fa-hand-receiving:after {
  content: "\10f47c";
}
.fad.fa-hand-rock:after {
  content: "\10f255";
}
.fad.fa-hand-scissors:after {
  content: "\10f257";
}
.fad.fa-hand-sparkles:after {
  content: "\10e05d";
}
.fad.fa-hand-spock:after {
  content: "\10f259";
}
.fad.fa-hands:after {
  content: "\10f4c2";
}
.fad.fa-hands-heart:after {
  content: "\10f4c3";
}
.fad.fa-hands-helping:after {
  content: "\10f4c4";
}
.fad.fa-hands-usd:after {
  content: "\10f4c5";
}
.fad.fa-hands-wash:after {
  content: "\10e05e";
}
.fad.fa-handshake:after {
  content: "\10f2b5";
}
.fad.fa-handshake-alt:after {
  content: "\10f4c6";
}
.fad.fa-handshake-alt-slash:after {
  content: "\10e05f";
}
.fad.fa-handshake-slash:after {
  content: "\10e060";
}
.fad.fa-hanukiah:after {
  content: "\10f6e6";
}
.fad.fa-hard-hat:after {
  content: "\10f807";
}
.fad.fa-hashtag:after {
  content: "\10f292";
}
.fad.fa-hat-chef:after {
  content: "\10f86b";
}
.fad.fa-hat-cowboy:after {
  content: "\10f8c0";
}
.fad.fa-hat-cowboy-side:after {
  content: "\10f8c1";
}
.fad.fa-hat-santa:after {
  content: "\10f7a7";
}
.fad.fa-hat-winter:after {
  content: "\10f7a8";
}
.fad.fa-hat-witch:after {
  content: "\10f6e7";
}
.fad.fa-hat-wizard:after {
  content: "\10f6e8";
}
.fad.fa-hdd:after {
  content: "\10f0a0";
}
.fad.fa-head-side:after {
  content: "\10f6e9";
}
.fad.fa-head-side-brain:after {
  content: "\10f808";
}
.fad.fa-head-side-cough:after {
  content: "\10e061";
}
.fad.fa-head-side-cough-slash:after {
  content: "\10e062";
}
.fad.fa-head-side-headphones:after {
  content: "\10f8c2";
}
.fad.fa-head-side-mask:after {
  content: "\10e063";
}
.fad.fa-head-side-medical:after {
  content: "\10f809";
}
.fad.fa-head-side-virus:after {
  content: "\10e064";
}
.fad.fa-head-vr:after {
  content: "\10f6ea";
}
.fad.fa-heading:after {
  content: "\10f1dc";
}
.fad.fa-headphones:after {
  content: "\10f025";
}
.fad.fa-headphones-alt:after {
  content: "\10f58f";
}
.fad.fa-headset:after {
  content: "\10f590";
}
.fad.fa-heart:after {
  content: "\10f004";
}
.fad.fa-heart-broken:after {
  content: "\10f7a9";
}
.fad.fa-heart-circle:after {
  content: "\10f4c7";
}
.fad.fa-heart-rate:after {
  content: "\10f5f8";
}
.fad.fa-heart-square:after {
  content: "\10f4c8";
}
.fad.fa-heartbeat:after {
  content: "\10f21e";
}
.fad.fa-heat:after {
  content: "\10e00c";
}
.fad.fa-helicopter:after {
  content: "\10f533";
}
.fad.fa-helmet-battle:after {
  content: "\10f6eb";
}
.fad.fa-hexagon:after {
  content: "\10f312";
}
.fad.fa-highlighter:after {
  content: "\10f591";
}
.fad.fa-hiking:after {
  content: "\10f6ec";
}
.fad.fa-hippo:after {
  content: "\10f6ed";
}
.fad.fa-history:after {
  content: "\10f1da";
}
.fad.fa-hockey-mask:after {
  content: "\10f6ee";
}
.fad.fa-hockey-puck:after {
  content: "\10f453";
}
.fad.fa-hockey-sticks:after {
  content: "\10f454";
}
.fad.fa-holly-berry:after {
  content: "\10f7aa";
}
.fad.fa-home:after {
  content: "\10f015";
}
.fad.fa-home-alt:after {
  content: "\10f80a";
}
.fad.fa-home-heart:after {
  content: "\10f4c9";
}
.fad.fa-home-lg:after {
  content: "\10f80b";
}
.fad.fa-home-lg-alt:after {
  content: "\10f80c";
}
.fad.fa-hood-cloak:after {
  content: "\10f6ef";
}
.fad.fa-horizontal-rule:after {
  content: "\10f86c";
}
.fad.fa-horse:after {
  content: "\10f6f0";
}
.fad.fa-horse-head:after {
  content: "\10f7ab";
}
.fad.fa-horse-saddle:after {
  content: "\10f8c3";
}
.fad.fa-hospital:after {
  content: "\10f0f8";
}
.fad.fa-hospital-alt:after {
  content: "\10f47d";
}
.fad.fa-hospital-symbol:after {
  content: "\10f47e";
}
.fad.fa-hospital-user:after {
  content: "\10f80d";
}
.fad.fa-hospitals:after {
  content: "\10f80e";
}
.fad.fa-hot-tub:after {
  content: "\10f593";
}
.fad.fa-hotdog:after {
  content: "\10f80f";
}
.fad.fa-hotel:after {
  content: "\10f594";
}
.fad.fa-hourglass:after {
  content: "\10f254";
}
.fad.fa-hourglass-end:after {
  content: "\10f253";
}
.fad.fa-hourglass-half:after {
  content: "\10f252";
}
.fad.fa-hourglass-start:after {
  content: "\10f251";
}
.fad.fa-house:after {
  content: "\10e00d";
}
.fad.fa-house-damage:after {
  content: "\10f6f1";
}
.fad.fa-house-day:after {
  content: "\10e00e";
}
.fad.fa-house-flood:after {
  content: "\10f74f";
}
.fad.fa-house-leave:after {
  content: "\10e00f";
}
.fad.fa-house-night:after {
  content: "\10e010";
}
.fad.fa-house-return:after {
  content: "\10e011";
}
.fad.fa-house-signal:after {
  content: "\10e012";
}
.fad.fa-house-user:after {
  content: "\10e065";
}
.fad.fa-hryvnia:after {
  content: "\10f6f2";
}
.fad.fa-humidity:after {
  content: "\10f750";
}
.fad.fa-hurricane:after {
  content: "\10f751";
}
.fad.fa-i-cursor:after {
  content: "\10f246";
}
.fad.fa-ice-cream:after {
  content: "\10f810";
}
.fad.fa-ice-skate:after {
  content: "\10f7ac";
}
.fad.fa-icicles:after {
  content: "\10f7ad";
}
.fad.fa-icons:after {
  content: "\10f86d";
}
.fad.fa-icons-alt:after {
  content: "\10f86e";
}
.fad.fa-id-badge:after {
  content: "\10f2c1";
}
.fad.fa-id-card:after {
  content: "\10f2c2";
}
.fad.fa-id-card-alt:after {
  content: "\10f47f";
}
.fad.fa-igloo:after {
  content: "\10f7ae";
}
.fad.fa-image:after {
  content: "\10f03e";
}
.fad.fa-image-polaroid:after {
  content: "\10f8c4";
}
.fad.fa-images:after {
  content: "\10f302";
}
.fad.fa-inbox:after {
  content: "\10f01c";
}
.fad.fa-inbox-in:after {
  content: "\10f310";
}
.fad.fa-inbox-out:after {
  content: "\10f311";
}
.fad.fa-indent:after {
  content: "\10f03c";
}
.fad.fa-industry:after {
  content: "\10f275";
}
.fad.fa-industry-alt:after {
  content: "\10f3b3";
}
.fad.fa-infinity:after {
  content: "\10f534";
}
.fad.fa-info:after {
  content: "\10f129";
}
.fad.fa-info-circle:after {
  content: "\10f05a";
}
.fad.fa-info-square:after {
  content: "\10f30f";
}
.fad.fa-inhaler:after {
  content: "\10f5f9";
}
.fad.fa-integral:after {
  content: "\10f667";
}
.fad.fa-intersection:after {
  content: "\10f668";
}
.fad.fa-inventory:after {
  content: "\10f480";
}
.fad.fa-island-tropical:after {
  content: "\10f811";
}
.fad.fa-italic:after {
  content: "\10f033";
}
.fad.fa-jack-o-lantern:after {
  content: "\10f30e";
}
.fad.fa-jedi:after {
  content: "\10f669";
}
.fad.fa-joint:after {
  content: "\10f595";
}
.fad.fa-journal-whills:after {
  content: "\10f66a";
}
.fad.fa-joystick:after {
  content: "\10f8c5";
}
.fad.fa-jug:after {
  content: "\10f8c6";
}
.fad.fa-kaaba:after {
  content: "\10f66b";
}
.fad.fa-kazoo:after {
  content: "\10f8c7";
}
.fad.fa-kerning:after {
  content: "\10f86f";
}
.fad.fa-key:after {
  content: "\10f084";
}
.fad.fa-key-skeleton:after {
  content: "\10f6f3";
}
.fad.fa-keyboard:after {
  content: "\10f11c";
}
.fad.fa-keynote:after {
  content: "\10f66c";
}
.fad.fa-khanda:after {
  content: "\10f66d";
}
.fad.fa-kidneys:after {
  content: "\10f5fb";
}
.fad.fa-kiss:after {
  content: "\10f596";
}
.fad.fa-kiss-beam:after {
  content: "\10f597";
}
.fad.fa-kiss-wink-heart:after {
  content: "\10f598";
}
.fad.fa-kite:after {
  content: "\10f6f4";
}
.fad.fa-kiwi-bird:after {
  content: "\10f535";
}
.fad.fa-knife-kitchen:after {
  content: "\10f6f5";
}
.fad.fa-lambda:after {
  content: "\10f66e";
}
.fad.fa-lamp:after {
  content: "\10f4ca";
}
.fad.fa-lamp-desk:after {
  content: "\10e014";
}
.fad.fa-lamp-floor:after {
  content: "\10e015";
}
.fad.fa-landmark:after {
  content: "\10f66f";
}
.fad.fa-landmark-alt:after {
  content: "\10f752";
}
.fad.fa-language:after {
  content: "\10f1ab";
}
.fad.fa-laptop:after {
  content: "\10f109";
}
.fad.fa-laptop-code:after {
  content: "\10f5fc";
}
.fad.fa-laptop-house:after {
  content: "\10e066";
}
.fad.fa-laptop-medical:after {
  content: "\10f812";
}
.fad.fa-lasso:after {
  content: "\10f8c8";
}
.fad.fa-laugh:after {
  content: "\10f599";
}
.fad.fa-laugh-beam:after {
  content: "\10f59a";
}
.fad.fa-laugh-squint:after {
  content: "\10f59b";
}
.fad.fa-laugh-wink:after {
  content: "\10f59c";
}
.fad.fa-layer-group:after {
  content: "\10f5fd";
}
.fad.fa-layer-minus:after {
  content: "\10f5fe";
}
.fad.fa-layer-plus:after {
  content: "\10f5ff";
}
.fad.fa-leaf:after {
  content: "\10f06c";
}
.fad.fa-leaf-heart:after {
  content: "\10f4cb";
}
.fad.fa-leaf-maple:after {
  content: "\10f6f6";
}
.fad.fa-leaf-oak:after {
  content: "\10f6f7";
}
.fad.fa-lemon:after {
  content: "\10f094";
}
.fad.fa-less-than:after {
  content: "\10f536";
}
.fad.fa-less-than-equal:after {
  content: "\10f537";
}
.fad.fa-level-down:after {
  content: "\10f149";
}
.fad.fa-level-down-alt:after {
  content: "\10f3be";
}
.fad.fa-level-up:after {
  content: "\10f148";
}
.fad.fa-level-up-alt:after {
  content: "\10f3bf";
}
.fad.fa-life-ring:after {
  content: "\10f1cd";
}
.fad.fa-light-ceiling:after {
  content: "\10e016";
}
.fad.fa-light-switch:after {
  content: "\10e017";
}
.fad.fa-light-switch-off:after {
  content: "\10e018";
}
.fad.fa-light-switch-on:after {
  content: "\10e019";
}
.fad.fa-lightbulb:after {
  content: "\10f0eb";
}
.fad.fa-lightbulb-dollar:after {
  content: "\10f670";
}
.fad.fa-lightbulb-exclamation:after {
  content: "\10f671";
}
.fad.fa-lightbulb-on:after {
  content: "\10f672";
}
.fad.fa-lightbulb-slash:after {
  content: "\10f673";
}
.fad.fa-lights-holiday:after {
  content: "\10f7b2";
}
.fad.fa-line-columns:after {
  content: "\10f870";
}
.fad.fa-line-height:after {
  content: "\10f871";
}
.fad.fa-link:after {
  content: "\10f0c1";
}
.fad.fa-lips:after {
  content: "\10f600";
}
.fad.fa-lira-sign:after {
  content: "\10f195";
}
.fad.fa-list:after {
  content: "\10f03a";
}
.fad.fa-list-alt:after {
  content: "\10f022";
}
.fad.fa-list-music:after {
  content: "\10f8c9";
}
.fad.fa-list-ol:after {
  content: "\10f0cb";
}
.fad.fa-list-ul:after {
  content: "\10f0ca";
}
.fad.fa-location:after {
  content: "\10f601";
}
.fad.fa-location-arrow:after {
  content: "\10f124";
}
.fad.fa-location-circle:after {
  content: "\10f602";
}
.fad.fa-location-slash:after {
  content: "\10f603";
}
.fad.fa-lock:after {
  content: "\10f023";
}
.fad.fa-lock-alt:after {
  content: "\10f30d";
}
.fad.fa-lock-open:after {
  content: "\10f3c1";
}
.fad.fa-lock-open-alt:after {
  content: "\10f3c2";
}
.fad.fa-long-arrow-alt-down:after {
  content: "\10f309";
}
.fad.fa-long-arrow-alt-left:after {
  content: "\10f30a";
}
.fad.fa-long-arrow-alt-right:after {
  content: "\10f30b";
}
.fad.fa-long-arrow-alt-up:after {
  content: "\10f30c";
}
.fad.fa-long-arrow-down:after {
  content: "\10f175";
}
.fad.fa-long-arrow-left:after {
  content: "\10f177";
}
.fad.fa-long-arrow-right:after {
  content: "\10f178";
}
.fad.fa-long-arrow-up:after {
  content: "\10f176";
}
.fad.fa-loveseat:after {
  content: "\10f4cc";
}
.fad.fa-low-vision:after {
  content: "\10f2a8";
}
.fad.fa-luchador:after {
  content: "\10f455";
}
.fad.fa-luggage-cart:after {
  content: "\10f59d";
}
.fad.fa-lungs:after {
  content: "\10f604";
}
.fad.fa-lungs-virus:after {
  content: "\10e067";
}
.fad.fa-mace:after {
  content: "\10f6f8";
}
.fad.fa-magic:after {
  content: "\10f0d0";
}
.fad.fa-magnet:after {
  content: "\10f076";
}
.fad.fa-mail-bulk:after {
  content: "\10f674";
}
.fad.fa-mailbox:after {
  content: "\10f813";
}
.fad.fa-male:after {
  content: "\10f183";
}
.fad.fa-mandolin:after {
  content: "\10f6f9";
}
.fad.fa-map:after {
  content: "\10f279";
}
.fad.fa-map-marked:after {
  content: "\10f59f";
}
.fad.fa-map-marked-alt:after {
  content: "\10f5a0";
}
.fad.fa-map-marker:after {
  content: "\10f041";
}
.fad.fa-map-marker-alt:after {
  content: "\10f3c5";
}
.fad.fa-map-marker-alt-slash:after {
  content: "\10f605";
}
.fad.fa-map-marker-check:after {
  content: "\10f606";
}
.fad.fa-map-marker-edit:after {
  content: "\10f607";
}
.fad.fa-map-marker-exclamation:after {
  content: "\10f608";
}
.fad.fa-map-marker-minus:after {
  content: "\10f609";
}
.fad.fa-map-marker-plus:after {
  content: "\10f60a";
}
.fad.fa-map-marker-question:after {
  content: "\10f60b";
}
.fad.fa-map-marker-slash:after {
  content: "\10f60c";
}
.fad.fa-map-marker-smile:after {
  content: "\10f60d";
}
.fad.fa-map-marker-times:after {
  content: "\10f60e";
}
.fad.fa-map-pin:after {
  content: "\10f276";
}
.fad.fa-map-signs:after {
  content: "\10f277";
}
.fad.fa-marker:after {
  content: "\10f5a1";
}
.fad.fa-mars:after {
  content: "\10f222";
}
.fad.fa-mars-double:after {
  content: "\10f227";
}
.fad.fa-mars-stroke:after {
  content: "\10f229";
}
.fad.fa-mars-stroke-h:after {
  content: "\10f22b";
}
.fad.fa-mars-stroke-v:after {
  content: "\10f22a";
}
.fad.fa-mask:after {
  content: "\10f6fa";
}
.fad.fa-meat:after {
  content: "\10f814";
}
.fad.fa-medal:after {
  content: "\10f5a2";
}
.fad.fa-medkit:after {
  content: "\10f0fa";
}
.fad.fa-megaphone:after {
  content: "\10f675";
}
.fad.fa-meh:after {
  content: "\10f11a";
}
.fad.fa-meh-blank:after {
  content: "\10f5a4";
}
.fad.fa-meh-rolling-eyes:after {
  content: "\10f5a5";
}
.fad.fa-memory:after {
  content: "\10f538";
}
.fad.fa-menorah:after {
  content: "\10f676";
}
.fad.fa-mercury:after {
  content: "\10f223";
}
.fad.fa-meteor:after {
  content: "\10f753";
}
.fad.fa-microchip:after {
  content: "\10f2db";
}
.fad.fa-microphone:after {
  content: "\10f130";
}
.fad.fa-microphone-alt:after {
  content: "\10f3c9";
}
.fad.fa-microphone-alt-slash:after {
  content: "\10f539";
}
.fad.fa-microphone-slash:after {
  content: "\10f131";
}
.fad.fa-microphone-stand:after {
  content: "\10f8cb";
}
.fad.fa-microscope:after {
  content: "\10f610";
}
.fad.fa-microwave:after {
  content: "\10e01b";
}
.fad.fa-mind-share:after {
  content: "\10f677";
}
.fad.fa-minus:after {
  content: "\10f068";
}
.fad.fa-minus-circle:after {
  content: "\10f056";
}
.fad.fa-minus-hexagon:after {
  content: "\10f307";
}
.fad.fa-minus-octagon:after {
  content: "\10f308";
}
.fad.fa-minus-square:after {
  content: "\10f146";
}
.fad.fa-mistletoe:after {
  content: "\10f7b4";
}
.fad.fa-mitten:after {
  content: "\10f7b5";
}
.fad.fa-mobile:after {
  content: "\10f10b";
}
.fad.fa-mobile-alt:after {
  content: "\10f3cd";
}
.fad.fa-mobile-android:after {
  content: "\10f3ce";
}
.fad.fa-mobile-android-alt:after {
  content: "\10f3cf";
}
.fad.fa-money-bill:after {
  content: "\10f0d6";
}
.fad.fa-money-bill-alt:after {
  content: "\10f3d1";
}
.fad.fa-money-bill-wave:after {
  content: "\10f53a";
}
.fad.fa-money-bill-wave-alt:after {
  content: "\10f53b";
}
.fad.fa-money-check:after {
  content: "\10f53c";
}
.fad.fa-money-check-alt:after {
  content: "\10f53d";
}
.fad.fa-money-check-edit:after {
  content: "\10f872";
}
.fad.fa-money-check-edit-alt:after {
  content: "\10f873";
}
.fad.fa-monitor-heart-rate:after {
  content: "\10f611";
}
.fad.fa-monkey:after {
  content: "\10f6fb";
}
.fad.fa-monument:after {
  content: "\10f5a6";
}
.fad.fa-moon:after {
  content: "\10f186";
}
.fad.fa-moon-cloud:after {
  content: "\10f754";
}
.fad.fa-moon-stars:after {
  content: "\10f755";
}
.fad.fa-mortar-pestle:after {
  content: "\10f5a7";
}
.fad.fa-mosque:after {
  content: "\10f678";
}
.fad.fa-motorcycle:after {
  content: "\10f21c";
}
.fad.fa-mountain:after {
  content: "\10f6fc";
}
.fad.fa-mountains:after {
  content: "\10f6fd";
}
.fad.fa-mouse:after {
  content: "\10f8cc";
}
.fad.fa-mouse-alt:after {
  content: "\10f8cd";
}
.fad.fa-mouse-pointer:after {
  content: "\10f245";
}
.fad.fa-mp3-player:after {
  content: "\10f8ce";
}
.fad.fa-mug:after {
  content: "\10f874";
}
.fad.fa-mug-hot:after {
  content: "\10f7b6";
}
.fad.fa-mug-marshmallows:after {
  content: "\10f7b7";
}
.fad.fa-mug-tea:after {
  content: "\10f875";
}
.fad.fa-music:after {
  content: "\10f001";
}
.fad.fa-music-alt:after {
  content: "\10f8cf";
}
.fad.fa-music-alt-slash:after {
  content: "\10f8d0";
}
.fad.fa-music-slash:after {
  content: "\10f8d1";
}
.fad.fa-narwhal:after {
  content: "\10f6fe";
}
.fad.fa-network-wired:after {
  content: "\10f6ff";
}
.fad.fa-neuter:after {
  content: "\10f22c";
}
.fad.fa-newspaper:after {
  content: "\10f1ea";
}
.fad.fa-not-equal:after {
  content: "\10f53e";
}
.fad.fa-notes-medical:after {
  content: "\10f481";
}
.fad.fa-object-group:after {
  content: "\10f247";
}
.fad.fa-object-ungroup:after {
  content: "\10f248";
}
.fad.fa-octagon:after {
  content: "\10f306";
}
.fad.fa-oil-can:after {
  content: "\10f613";
}
.fad.fa-oil-temp:after {
  content: "\10f614";
}
.fad.fa-om:after {
  content: "\10f679";
}
.fad.fa-omega:after {
  content: "\10f67a";
}
.fad.fa-ornament:after {
  content: "\10f7b8";
}
.fad.fa-otter:after {
  content: "\10f700";
}
.fad.fa-outdent:after {
  content: "\10f03b";
}
.fad.fa-outlet:after {
  content: "\10e01c";
}
.fad.fa-oven:after {
  content: "\10e01d";
}
.fad.fa-overline:after {
  content: "\10f876";
}
.fad.fa-page-break:after {
  content: "\10f877";
}
.fad.fa-pager:after {
  content: "\10f815";
}
.fad.fa-paint-brush:after {
  content: "\10f1fc";
}
.fad.fa-paint-brush-alt:after {
  content: "\10f5a9";
}
.fad.fa-paint-roller:after {
  content: "\10f5aa";
}
.fad.fa-palette:after {
  content: "\10f53f";
}
.fad.fa-pallet:after {
  content: "\10f482";
}
.fad.fa-pallet-alt:after {
  content: "\10f483";
}
.fad.fa-paper-plane:after {
  content: "\10f1d8";
}
.fad.fa-paperclip:after {
  content: "\10f0c6";
}
.fad.fa-parachute-box:after {
  content: "\10f4cd";
}
.fad.fa-paragraph:after {
  content: "\10f1dd";
}
.fad.fa-paragraph-rtl:after {
  content: "\10f878";
}
.fad.fa-parking:after {
  content: "\10f540";
}
.fad.fa-parking-circle:after {
  content: "\10f615";
}
.fad.fa-parking-circle-slash:after {
  content: "\10f616";
}
.fad.fa-parking-slash:after {
  content: "\10f617";
}
.fad.fa-passport:after {
  content: "\10f5ab";
}
.fad.fa-pastafarianism:after {
  content: "\10f67b";
}
.fad.fa-paste:after {
  content: "\10f0ea";
}
.fad.fa-pause:after {
  content: "\10f04c";
}
.fad.fa-pause-circle:after {
  content: "\10f28b";
}
.fad.fa-paw:after {
  content: "\10f1b0";
}
.fad.fa-paw-alt:after {
  content: "\10f701";
}
.fad.fa-paw-claws:after {
  content: "\10f702";
}
.fad.fa-peace:after {
  content: "\10f67c";
}
.fad.fa-pegasus:after {
  content: "\10f703";
}
.fad.fa-pen:after {
  content: "\10f304";
}
.fad.fa-pen-alt:after {
  content: "\10f305";
}
.fad.fa-pen-fancy:after {
  content: "\10f5ac";
}
.fad.fa-pen-nib:after {
  content: "\10f5ad";
}
.fad.fa-pen-square:after {
  content: "\10f14b";
}
.fad.fa-pencil:after {
  content: "\10f040";
}
.fad.fa-pencil-alt:after {
  content: "\10f303";
}
.fad.fa-pencil-paintbrush:after {
  content: "\10f618";
}
.fad.fa-pencil-ruler:after {
  content: "\10f5ae";
}
.fad.fa-pennant:after {
  content: "\10f456";
}
.fad.fa-people-arrows:after {
  content: "\10e068";
}
.fad.fa-people-carry:after {
  content: "\10f4ce";
}
.fad.fa-pepper-hot:after {
  content: "\10f816";
}
.fad.fa-percent:after {
  content: "\10f295";
}
.fad.fa-percentage:after {
  content: "\10f541";
}
.fad.fa-person-booth:after {
  content: "\10f756";
}
.fad.fa-person-carry:after {
  content: "\10f4cf";
}
.fad.fa-person-dolly:after {
  content: "\10f4d0";
}
.fad.fa-person-dolly-empty:after {
  content: "\10f4d1";
}
.fad.fa-person-sign:after {
  content: "\10f757";
}
.fad.fa-phone:after {
  content: "\10f095";
}
.fad.fa-phone-alt:after {
  content: "\10f879";
}
.fad.fa-phone-laptop:after {
  content: "\10f87a";
}
.fad.fa-phone-office:after {
  content: "\10f67d";
}
.fad.fa-phone-plus:after {
  content: "\10f4d2";
}
.fad.fa-phone-rotary:after {
  content: "\10f8d3";
}
.fad.fa-phone-slash:after {
  content: "\10f3dd";
}
.fad.fa-phone-square:after {
  content: "\10f098";
}
.fad.fa-phone-square-alt:after {
  content: "\10f87b";
}
.fad.fa-phone-volume:after {
  content: "\10f2a0";
}
.fad.fa-photo-video:after {
  content: "\10f87c";
}
.fad.fa-pi:after {
  content: "\10f67e";
}
.fad.fa-piano:after {
  content: "\10f8d4";
}
.fad.fa-piano-keyboard:after {
  content: "\10f8d5";
}
.fad.fa-pie:after {
  content: "\10f705";
}
.fad.fa-pig:after {
  content: "\10f706";
}
.fad.fa-piggy-bank:after {
  content: "\10f4d3";
}
.fad.fa-pills:after {
  content: "\10f484";
}
.fad.fa-pizza:after {
  content: "\10f817";
}
.fad.fa-pizza-slice:after {
  content: "\10f818";
}
.fad.fa-place-of-worship:after {
  content: "\10f67f";
}
.fad.fa-plane:after {
  content: "\10f072";
}
.fad.fa-plane-alt:after {
  content: "\10f3de";
}
.fad.fa-plane-arrival:after {
  content: "\10f5af";
}
.fad.fa-plane-departure:after {
  content: "\10f5b0";
}
.fad.fa-plane-slash:after {
  content: "\10e069";
}
.fad.fa-planet-moon:after {
  content: "\10e01f";
}
.fad.fa-planet-ringed:after {
  content: "\10e020";
}
.fad.fa-play:after {
  content: "\10f04b";
}
.fad.fa-play-circle:after {
  content: "\10f144";
}
.fad.fa-plug:after {
  content: "\10f1e6";
}
.fad.fa-plus:after {
  content: "\10f067";
}
.fad.fa-plus-circle:after {
  content: "\10f055";
}
.fad.fa-plus-hexagon:after {
  content: "\10f300";
}
.fad.fa-plus-octagon:after {
  content: "\10f301";
}
.fad.fa-plus-square:after {
  content: "\10f0fe";
}
.fad.fa-podcast:after {
  content: "\10f2ce";
}
.fad.fa-podium:after {
  content: "\10f680";
}
.fad.fa-podium-star:after {
  content: "\10f758";
}
.fad.fa-police-box:after {
  content: "\10e021";
}
.fad.fa-poll:after {
  content: "\10f681";
}
.fad.fa-poll-h:after {
  content: "\10f682";
}
.fad.fa-poll-people:after {
  content: "\10f759";
}
.fad.fa-poo:after {
  content: "\10f2fe";
}
.fad.fa-poo-storm:after {
  content: "\10f75a";
}
.fad.fa-poop:after {
  content: "\10f619";
}
.fad.fa-popcorn:after {
  content: "\10f819";
}
.fad.fa-portal-enter:after {
  content: "\10e022";
}
.fad.fa-portal-exit:after {
  content: "\10e023";
}
.fad.fa-portrait:after {
  content: "\10f3e0";
}
.fad.fa-pound-sign:after {
  content: "\10f154";
}
.fad.fa-power-off:after {
  content: "\10f011";
}
.fad.fa-pray:after {
  content: "\10f683";
}
.fad.fa-praying-hands:after {
  content: "\10f684";
}
.fad.fa-prescription:after {
  content: "\10f5b1";
}
.fad.fa-prescription-bottle:after {
  content: "\10f485";
}
.fad.fa-prescription-bottle-alt:after {
  content: "\10f486";
}
.fad.fa-presentation:after {
  content: "\10f685";
}
.fad.fa-print:after {
  content: "\10f02f";
}
.fad.fa-print-search:after {
  content: "\10f81a";
}
.fad.fa-print-slash:after {
  content: "\10f686";
}
.fad.fa-procedures:after {
  content: "\10f487";
}
.fad.fa-project-diagram:after {
  content: "\10f542";
}
.fad.fa-projector:after {
  content: "\10f8d6";
}
.fad.fa-pump-medical:after {
  content: "\10e06a";
}
.fad.fa-pump-soap:after {
  content: "\10e06b";
}
.fad.fa-pumpkin:after {
  content: "\10f707";
}
.fad.fa-puzzle-piece:after {
  content: "\10f12e";
}
.fad.fa-qrcode:after {
  content: "\10f029";
}
.fad.fa-question:after {
  content: "\10f128";
}
.fad.fa-question-circle:after {
  content: "\10f059";
}
.fad.fa-question-square:after {
  content: "\10f2fd";
}
.fad.fa-quidditch:after {
  content: "\10f458";
}
.fad.fa-quote-left:after {
  content: "\10f10d";
}
.fad.fa-quote-right:after {
  content: "\10f10e";
}
.fad.fa-quran:after {
  content: "\10f687";
}
.fad.fa-rabbit:after {
  content: "\10f708";
}
.fad.fa-rabbit-fast:after {
  content: "\10f709";
}
.fad.fa-racquet:after {
  content: "\10f45a";
}
.fad.fa-radar:after {
  content: "\10e024";
}
.fad.fa-radiation:after {
  content: "\10f7b9";
}
.fad.fa-radiation-alt:after {
  content: "\10f7ba";
}
.fad.fa-radio:after {
  content: "\10f8d7";
}
.fad.fa-radio-alt:after {
  content: "\10f8d8";
}
.fad.fa-rainbow:after {
  content: "\10f75b";
}
.fad.fa-raindrops:after {
  content: "\10f75c";
}
.fad.fa-ram:after {
  content: "\10f70a";
}
.fad.fa-ramp-loading:after {
  content: "\10f4d4";
}
.fad.fa-random:after {
  content: "\10f074";
}
.fad.fa-raygun:after {
  content: "\10e025";
}
.fad.fa-receipt:after {
  content: "\10f543";
}
.fad.fa-record-vinyl:after {
  content: "\10f8d9";
}
.fad.fa-rectangle-landscape:after {
  content: "\10f2fa";
}
.fad.fa-rectangle-portrait:after {
  content: "\10f2fb";
}
.fad.fa-rectangle-wide:after {
  content: "\10f2fc";
}
.fad.fa-recycle:after {
  content: "\10f1b8";
}
.fad.fa-redo:after {
  content: "\10f01e";
}
.fad.fa-redo-alt:after {
  content: "\10f2f9";
}
.fad.fa-refrigerator:after {
  content: "\10e026";
}
.fad.fa-registered:after {
  content: "\10f25d";
}
.fad.fa-remove-format:after {
  content: "\10f87d";
}
.fad.fa-repeat:after {
  content: "\10f363";
}
.fad.fa-repeat-1:after {
  content: "\10f365";
}
.fad.fa-repeat-1-alt:after {
  content: "\10f366";
}
.fad.fa-repeat-alt:after {
  content: "\10f364";
}
.fad.fa-reply:after {
  content: "\10f3e5";
}
.fad.fa-reply-all:after {
  content: "\10f122";
}
.fad.fa-republican:after {
  content: "\10f75e";
}
.fad.fa-restroom:after {
  content: "\10f7bd";
}
.fad.fa-retweet:after {
  content: "\10f079";
}
.fad.fa-retweet-alt:after {
  content: "\10f361";
}
.fad.fa-ribbon:after {
  content: "\10f4d6";
}
.fad.fa-ring:after {
  content: "\10f70b";
}
.fad.fa-rings-wedding:after {
  content: "\10f81b";
}
.fad.fa-road:after {
  content: "\10f018";
}
.fad.fa-robot:after {
  content: "\10f544";
}
.fad.fa-rocket:after {
  content: "\10f135";
}
.fad.fa-rocket-launch:after {
  content: "\10e027";
}
.fad.fa-route:after {
  content: "\10f4d7";
}
.fad.fa-route-highway:after {
  content: "\10f61a";
}
.fad.fa-route-interstate:after {
  content: "\10f61b";
}
.fad.fa-router:after {
  content: "\10f8da";
}
.fad.fa-rss:after {
  content: "\10f09e";
}
.fad.fa-rss-square:after {
  content: "\10f143";
}
.fad.fa-ruble-sign:after {
  content: "\10f158";
}
.fad.fa-ruler:after {
  content: "\10f545";
}
.fad.fa-ruler-combined:after {
  content: "\10f546";
}
.fad.fa-ruler-horizontal:after {
  content: "\10f547";
}
.fad.fa-ruler-triangle:after {
  content: "\10f61c";
}
.fad.fa-ruler-vertical:after {
  content: "\10f548";
}
.fad.fa-running:after {
  content: "\10f70c";
}
.fad.fa-rupee-sign:after {
  content: "\10f156";
}
.fad.fa-rv:after {
  content: "\10f7be";
}
.fad.fa-sack:after {
  content: "\10f81c";
}
.fad.fa-sack-dollar:after {
  content: "\10f81d";
}
.fad.fa-sad-cry:after {
  content: "\10f5b3";
}
.fad.fa-sad-tear:after {
  content: "\10f5b4";
}
.fad.fa-salad:after {
  content: "\10f81e";
}
.fad.fa-sandwich:after {
  content: "\10f81f";
}
.fad.fa-satellite:after {
  content: "\10f7bf";
}
.fad.fa-satellite-dish:after {
  content: "\10f7c0";
}
.fad.fa-sausage:after {
  content: "\10f820";
}
.fad.fa-save:after {
  content: "\10f0c7";
}
.fad.fa-sax-hot:after {
  content: "\10f8db";
}
.fad.fa-saxophone:after {
  content: "\10f8dc";
}
.fad.fa-scalpel:after {
  content: "\10f61d";
}
.fad.fa-scalpel-path:after {
  content: "\10f61e";
}
.fad.fa-scanner:after {
  content: "\10f488";
}
.fad.fa-scanner-image:after {
  content: "\10f8f3";
}
.fad.fa-scanner-keyboard:after {
  content: "\10f489";
}
.fad.fa-scanner-touchscreen:after {
  content: "\10f48a";
}
.fad.fa-scarecrow:after {
  content: "\10f70d";
}
.fad.fa-scarf:after {
  content: "\10f7c1";
}
.fad.fa-school:after {
  content: "\10f549";
}
.fad.fa-screwdriver:after {
  content: "\10f54a";
}
.fad.fa-scroll:after {
  content: "\10f70e";
}
.fad.fa-scroll-old:after {
  content: "\10f70f";
}
.fad.fa-scrubber:after {
  content: "\10f2f8";
}
.fad.fa-scythe:after {
  content: "\10f710";
}
.fad.fa-sd-card:after {
  content: "\10f7c2";
}
.fad.fa-search:after {
  content: "\10f002";
}
.fad.fa-search-dollar:after {
  content: "\10f688";
}
.fad.fa-search-location:after {
  content: "\10f689";
}
.fad.fa-search-minus:after {
  content: "\10f010";
}
.fad.fa-search-plus:after {
  content: "\10f00e";
}
.fad.fa-seedling:after {
  content: "\10f4d8";
}
.fad.fa-send-back:after {
  content: "\10f87e";
}
.fad.fa-send-backward:after {
  content: "\10f87f";
}
.fad.fa-sensor:after {
  content: "\10e028";
}
.fad.fa-sensor-alert:after {
  content: "\10e029";
}
.fad.fa-sensor-fire:after {
  content: "\10e02a";
}
.fad.fa-sensor-on:after {
  content: "\10e02b";
}
.fad.fa-sensor-smoke:after {
  content: "\10e02c";
}
.fad.fa-server:after {
  content: "\10f233";
}
.fad.fa-shapes:after {
  content: "\10f61f";
}
.fad.fa-share:after {
  content: "\10f064";
}
.fad.fa-share-all:after {
  content: "\10f367";
}
.fad.fa-share-alt:after {
  content: "\10f1e0";
}
.fad.fa-share-alt-square:after {
  content: "\10f1e1";
}
.fad.fa-share-square:after {
  content: "\10f14d";
}
.fad.fa-sheep:after {
  content: "\10f711";
}
.fad.fa-shekel-sign:after {
  content: "\10f20b";
}
.fad.fa-shield:after {
  content: "\10f132";
}
.fad.fa-shield-alt:after {
  content: "\10f3ed";
}
.fad.fa-shield-check:after {
  content: "\10f2f7";
}
.fad.fa-shield-cross:after {
  content: "\10f712";
}
.fad.fa-shield-virus:after {
  content: "\10e06c";
}
.fad.fa-ship:after {
  content: "\10f21a";
}
.fad.fa-shipping-fast:after {
  content: "\10f48b";
}
.fad.fa-shipping-timed:after {
  content: "\10f48c";
}
.fad.fa-shish-kebab:after {
  content: "\10f821";
}
.fad.fa-shoe-prints:after {
  content: "\10f54b";
}
.fad.fa-shopping-bag:after {
  content: "\10f290";
}
.fad.fa-shopping-basket:after {
  content: "\10f291";
}
.fad.fa-shopping-cart:after {
  content: "\10f07a";
}
.fad.fa-shovel:after {
  content: "\10f713";
}
.fad.fa-shovel-snow:after {
  content: "\10f7c3";
}
.fad.fa-shower:after {
  content: "\10f2cc";
}
.fad.fa-shredder:after {
  content: "\10f68a";
}
.fad.fa-shuttle-van:after {
  content: "\10f5b6";
}
.fad.fa-shuttlecock:after {
  content: "\10f45b";
}
.fad.fa-sickle:after {
  content: "\10f822";
}
.fad.fa-sigma:after {
  content: "\10f68b";
}
.fad.fa-sign:after {
  content: "\10f4d9";
}
.fad.fa-sign-in:after {
  content: "\10f090";
}
.fad.fa-sign-in-alt:after {
  content: "\10f2f6";
}
.fad.fa-sign-language:after {
  content: "\10f2a7";
}
.fad.fa-sign-out:after {
  content: "\10f08b";
}
.fad.fa-sign-out-alt:after {
  content: "\10f2f5";
}
.fad.fa-signal:after {
  content: "\10f012";
}
.fad.fa-signal-1:after {
  content: "\10f68c";
}
.fad.fa-signal-2:after {
  content: "\10f68d";
}
.fad.fa-signal-3:after {
  content: "\10f68e";
}
.fad.fa-signal-4:after {
  content: "\10f68f";
}
.fad.fa-signal-alt:after {
  content: "\10f690";
}
.fad.fa-signal-alt-1:after {
  content: "\10f691";
}
.fad.fa-signal-alt-2:after {
  content: "\10f692";
}
.fad.fa-signal-alt-3:after {
  content: "\10f693";
}
.fad.fa-signal-alt-slash:after {
  content: "\10f694";
}
.fad.fa-signal-slash:after {
  content: "\10f695";
}
.fad.fa-signal-stream:after {
  content: "\10f8dd";
}
.fad.fa-signature:after {
  content: "\10f5b7";
}
.fad.fa-sim-card:after {
  content: "\10f7c4";
}
.fad.fa-sink:after {
  content: "\10e06d";
}
.fad.fa-siren:after {
  content: "\10e02d";
}
.fad.fa-siren-on:after {
  content: "\10e02e";
}
.fad.fa-sitemap:after {
  content: "\10f0e8";
}
.fad.fa-skating:after {
  content: "\10f7c5";
}
.fad.fa-skeleton:after {
  content: "\10f620";
}
.fad.fa-ski-jump:after {
  content: "\10f7c7";
}
.fad.fa-ski-lift:after {
  content: "\10f7c8";
}
.fad.fa-skiing:after {
  content: "\10f7c9";
}
.fad.fa-skiing-nordic:after {
  content: "\10f7ca";
}
.fad.fa-skull:after {
  content: "\10f54c";
}
.fad.fa-skull-cow:after {
  content: "\10f8de";
}
.fad.fa-skull-crossbones:after {
  content: "\10f714";
}
.fad.fa-slash:after {
  content: "\10f715";
}
.fad.fa-sledding:after {
  content: "\10f7cb";
}
.fad.fa-sleigh:after {
  content: "\10f7cc";
}
.fad.fa-sliders-h:after {
  content: "\10f1de";
}
.fad.fa-sliders-h-square:after {
  content: "\10f3f0";
}
.fad.fa-sliders-v:after {
  content: "\10f3f1";
}
.fad.fa-sliders-v-square:after {
  content: "\10f3f2";
}
.fad.fa-smile:after {
  content: "\10f118";
}
.fad.fa-smile-beam:after {
  content: "\10f5b8";
}
.fad.fa-smile-plus:after {
  content: "\10f5b9";
}
.fad.fa-smile-wink:after {
  content: "\10f4da";
}
.fad.fa-smog:after {
  content: "\10f75f";
}
.fad.fa-smoke:after {
  content: "\10f760";
}
.fad.fa-smoking:after {
  content: "\10f48d";
}
.fad.fa-smoking-ban:after {
  content: "\10f54d";
}
.fad.fa-sms:after {
  content: "\10f7cd";
}
.fad.fa-snake:after {
  content: "\10f716";
}
.fad.fa-snooze:after {
  content: "\10f880";
}
.fad.fa-snow-blowing:after {
  content: "\10f761";
}
.fad.fa-snowboarding:after {
  content: "\10f7ce";
}
.fad.fa-snowflake:after {
  content: "\10f2dc";
}
.fad.fa-snowflakes:after {
  content: "\10f7cf";
}
.fad.fa-snowman:after {
  content: "\10f7d0";
}
.fad.fa-snowmobile:after {
  content: "\10f7d1";
}
.fad.fa-snowplow:after {
  content: "\10f7d2";
}
.fad.fa-soap:after {
  content: "\10e06e";
}
.fad.fa-socks:after {
  content: "\10f696";
}
.fad.fa-solar-panel:after {
  content: "\10f5ba";
}
.fad.fa-solar-system:after {
  content: "\10e02f";
}
.fad.fa-sort:after {
  content: "\10f0dc";
}
.fad.fa-sort-alpha-down:after {
  content: "\10f15d";
}
.fad.fa-sort-alpha-down-alt:after {
  content: "\10f881";
}
.fad.fa-sort-alpha-up:after {
  content: "\10f15e";
}
.fad.fa-sort-alpha-up-alt:after {
  content: "\10f882";
}
.fad.fa-sort-alt:after {
  content: "\10f883";
}
.fad.fa-sort-amount-down:after {
  content: "\10f160";
}
.fad.fa-sort-amount-down-alt:after {
  content: "\10f884";
}
.fad.fa-sort-amount-up:after {
  content: "\10f161";
}
.fad.fa-sort-amount-up-alt:after {
  content: "\10f885";
}
.fad.fa-sort-circle:after {
  content: "\10e030";
}
.fad.fa-sort-circle-down:after {
  content: "\10e031";
}
.fad.fa-sort-circle-up:after {
  content: "\10e032";
}
.fad.fa-sort-down:after {
  content: "\10f0dd";
}
.fad.fa-sort-numeric-down:after {
  content: "\10f162";
}
.fad.fa-sort-numeric-down-alt:after {
  content: "\10f886";
}
.fad.fa-sort-numeric-up:after {
  content: "\10f163";
}
.fad.fa-sort-numeric-up-alt:after {
  content: "\10f887";
}
.fad.fa-sort-shapes-down:after {
  content: "\10f888";
}
.fad.fa-sort-shapes-down-alt:after {
  content: "\10f889";
}
.fad.fa-sort-shapes-up:after {
  content: "\10f88a";
}
.fad.fa-sort-shapes-up-alt:after {
  content: "\10f88b";
}
.fad.fa-sort-size-down:after {
  content: "\10f88c";
}
.fad.fa-sort-size-down-alt:after {
  content: "\10f88d";
}
.fad.fa-sort-size-up:after {
  content: "\10f88e";
}
.fad.fa-sort-size-up-alt:after {
  content: "\10f88f";
}
.fad.fa-sort-up:after {
  content: "\10f0de";
}
.fad.fa-soup:after {
  content: "\10f823";
}
.fad.fa-spa:after {
  content: "\10f5bb";
}
.fad.fa-space-shuttle:after {
  content: "\10f197";
}
.fad.fa-space-station-moon:after {
  content: "\10e033";
}
.fad.fa-space-station-moon-alt:after {
  content: "\10e034";
}
.fad.fa-spade:after {
  content: "\10f2f4";
}
.fad.fa-sparkles:after {
  content: "\10f890";
}
.fad.fa-speaker:after {
  content: "\10f8df";
}
.fad.fa-speakers:after {
  content: "\10f8e0";
}
.fad.fa-spell-check:after {
  content: "\10f891";
}
.fad.fa-spider:after {
  content: "\10f717";
}
.fad.fa-spider-black-widow:after {
  content: "\10f718";
}
.fad.fa-spider-web:after {
  content: "\10f719";
}
.fad.fa-spinner:after {
  content: "\10f110";
}
.fad.fa-spinner-third:after {
  content: "\10f3f4";
}
.fad.fa-splotch:after {
  content: "\10f5bc";
}
.fad.fa-spray-can:after {
  content: "\10f5bd";
}
.fad.fa-sprinkler:after {
  content: "\10e035";
}
.fad.fa-square:after {
  content: "\10f0c8";
}
.fad.fa-square-full:after {
  content: "\10f45c";
}
.fad.fa-square-root:after {
  content: "\10f697";
}
.fad.fa-square-root-alt:after {
  content: "\10f698";
}
.fad.fa-squirrel:after {
  content: "\10f71a";
}
.fad.fa-staff:after {
  content: "\10f71b";
}
.fad.fa-stamp:after {
  content: "\10f5bf";
}
.fad.fa-star:after {
  content: "\10f005";
}
.fad.fa-star-and-crescent:after {
  content: "\10f699";
}
.fad.fa-star-christmas:after {
  content: "\10f7d4";
}
.fad.fa-star-exclamation:after {
  content: "\10f2f3";
}
.fad.fa-star-half:after {
  content: "\10f089";
}
.fad.fa-star-half-alt:after {
  content: "\10f5c0";
}
.fad.fa-star-of-david:after {
  content: "\10f69a";
}
.fad.fa-star-of-life:after {
  content: "\10f621";
}
.fad.fa-star-shooting:after {
  content: "\10e036";
}
.fad.fa-starfighter:after {
  content: "\10e037";
}
.fad.fa-starfighter-alt:after {
  content: "\10e038";
}
.fad.fa-stars:after {
  content: "\10f762";
}
.fad.fa-starship:after {
  content: "\10e039";
}
.fad.fa-starship-freighter:after {
  content: "\10e03a";
}
.fad.fa-steak:after {
  content: "\10f824";
}
.fad.fa-steering-wheel:after {
  content: "\10f622";
}
.fad.fa-step-backward:after {
  content: "\10f048";
}
.fad.fa-step-forward:after {
  content: "\10f051";
}
.fad.fa-stethoscope:after {
  content: "\10f0f1";
}
.fad.fa-sticky-note:after {
  content: "\10f249";
}
.fad.fa-stocking:after {
  content: "\10f7d5";
}
.fad.fa-stomach:after {
  content: "\10f623";
}
.fad.fa-stop:after {
  content: "\10f04d";
}
.fad.fa-stop-circle:after {
  content: "\10f28d";
}
.fad.fa-stopwatch:after {
  content: "\10f2f2";
}
.fad.fa-stopwatch-20:after {
  content: "\10e06f";
}
.fad.fa-store:after {
  content: "\10f54e";
}
.fad.fa-store-alt:after {
  content: "\10f54f";
}
.fad.fa-store-alt-slash:after {
  content: "\10e070";
}
.fad.fa-store-slash:after {
  content: "\10e071";
}
.fad.fa-stream:after {
  content: "\10f550";
}
.fad.fa-street-view:after {
  content: "\10f21d";
}
.fad.fa-stretcher:after {
  content: "\10f825";
}
.fad.fa-strikethrough:after {
  content: "\10f0cc";
}
.fad.fa-stroopwafel:after {
  content: "\10f551";
}
.fad.fa-subscript:after {
  content: "\10f12c";
}
.fad.fa-subway:after {
  content: "\10f239";
}
.fad.fa-suitcase:after {
  content: "\10f0f2";
}
.fad.fa-suitcase-rolling:after {
  content: "\10f5c1";
}
.fad.fa-sun:after {
  content: "\10f185";
}
.fad.fa-sun-cloud:after {
  content: "\10f763";
}
.fad.fa-sun-dust:after {
  content: "\10f764";
}
.fad.fa-sun-haze:after {
  content: "\10f765";
}
.fad.fa-sunglasses:after {
  content: "\10f892";
}
.fad.fa-sunrise:after {
  content: "\10f766";
}
.fad.fa-sunset:after {
  content: "\10f767";
}
.fad.fa-superscript:after {
  content: "\10f12b";
}
.fad.fa-surprise:after {
  content: "\10f5c2";
}
.fad.fa-swatchbook:after {
  content: "\10f5c3";
}
.fad.fa-swimmer:after {
  content: "\10f5c4";
}
.fad.fa-swimming-pool:after {
  content: "\10f5c5";
}
.fad.fa-sword:after {
  content: "\10f71c";
}
.fad.fa-sword-laser:after {
  content: "\10e03b";
}
.fad.fa-sword-laser-alt:after {
  content: "\10e03c";
}
.fad.fa-swords:after {
  content: "\10f71d";
}
.fad.fa-swords-laser:after {
  content: "\10e03d";
}
.fad.fa-synagogue:after {
  content: "\10f69b";
}
.fad.fa-sync:after {
  content: "\10f021";
}
.fad.fa-sync-alt:after {
  content: "\10f2f1";
}
.fad.fa-syringe:after {
  content: "\10f48e";
}
.fad.fa-table:after {
  content: "\10f0ce";
}
.fad.fa-table-tennis:after {
  content: "\10f45d";
}
.fad.fa-tablet:after {
  content: "\10f10a";
}
.fad.fa-tablet-alt:after {
  content: "\10f3fa";
}
.fad.fa-tablet-android:after {
  content: "\10f3fb";
}
.fad.fa-tablet-android-alt:after {
  content: "\10f3fc";
}
.fad.fa-tablet-rugged:after {
  content: "\10f48f";
}
.fad.fa-tablets:after {
  content: "\10f490";
}
.fad.fa-tachometer:after {
  content: "\10f0e4";
}
.fad.fa-tachometer-alt:after {
  content: "\10f3fd";
}
.fad.fa-tachometer-alt-average:after {
  content: "\10f624";
}
.fad.fa-tachometer-alt-fast:after {
  content: "\10f625";
}
.fad.fa-tachometer-alt-fastest:after {
  content: "\10f626";
}
.fad.fa-tachometer-alt-slow:after {
  content: "\10f627";
}
.fad.fa-tachometer-alt-slowest:after {
  content: "\10f628";
}
.fad.fa-tachometer-average:after {
  content: "\10f629";
}
.fad.fa-tachometer-fast:after {
  content: "\10f62a";
}
.fad.fa-tachometer-fastest:after {
  content: "\10f62b";
}
.fad.fa-tachometer-slow:after {
  content: "\10f62c";
}
.fad.fa-tachometer-slowest:after {
  content: "\10f62d";
}
.fad.fa-taco:after {
  content: "\10f826";
}
.fad.fa-tag:after {
  content: "\10f02b";
}
.fad.fa-tags:after {
  content: "\10f02c";
}
.fad.fa-tally:after {
  content: "\10f69c";
}
.fad.fa-tanakh:after {
  content: "\10f827";
}
.fad.fa-tape:after {
  content: "\10f4db";
}
.fad.fa-tasks:after {
  content: "\10f0ae";
}
.fad.fa-tasks-alt:after {
  content: "\10f828";
}
.fad.fa-taxi:after {
  content: "\10f1ba";
}
.fad.fa-teeth:after {
  content: "\10f62e";
}
.fad.fa-teeth-open:after {
  content: "\10f62f";
}
.fad.fa-telescope:after {
  content: "\10e03e";
}
.fad.fa-temperature-down:after {
  content: "\10e03f";
}
.fad.fa-temperature-frigid:after {
  content: "\10f768";
}
.fad.fa-temperature-high:after {
  content: "\10f769";
}
.fad.fa-temperature-hot:after {
  content: "\10f76a";
}
.fad.fa-temperature-low:after {
  content: "\10f76b";
}
.fad.fa-temperature-up:after {
  content: "\10e040";
}
.fad.fa-tenge:after {
  content: "\10f7d7";
}
.fad.fa-tennis-ball:after {
  content: "\10f45e";
}
.fad.fa-terminal:after {
  content: "\10f120";
}
.fad.fa-text:after {
  content: "\10f893";
}
.fad.fa-text-height:after {
  content: "\10f034";
}
.fad.fa-text-size:after {
  content: "\10f894";
}
.fad.fa-text-width:after {
  content: "\10f035";
}
.fad.fa-th:after {
  content: "\10f00a";
}
.fad.fa-th-large:after {
  content: "\10f009";
}
.fad.fa-th-list:after {
  content: "\10f00b";
}
.fad.fa-theater-masks:after {
  content: "\10f630";
}
.fad.fa-thermometer:after {
  content: "\10f491";
}
.fad.fa-thermometer-empty:after {
  content: "\10f2cb";
}
.fad.fa-thermometer-full:after {
  content: "\10f2c7";
}
.fad.fa-thermometer-half:after {
  content: "\10f2c9";
}
.fad.fa-thermometer-quarter:after {
  content: "\10f2ca";
}
.fad.fa-thermometer-three-quarters:after {
  content: "\10f2c8";
}
.fad.fa-theta:after {
  content: "\10f69e";
}
.fad.fa-thumbs-down:after {
  content: "\10f165";
}
.fad.fa-thumbs-up:after {
  content: "\10f164";
}
.fad.fa-thumbtack:after {
  content: "\10f08d";
}
.fad.fa-thunderstorm:after {
  content: "\10f76c";
}
.fad.fa-thunderstorm-moon:after {
  content: "\10f76d";
}
.fad.fa-thunderstorm-sun:after {
  content: "\10f76e";
}
.fad.fa-ticket:after {
  content: "\10f145";
}
.fad.fa-ticket-alt:after {
  content: "\10f3ff";
}
.fad.fa-tilde:after {
  content: "\10f69f";
}
.fad.fa-times:after {
  content: "\10f00d";
}
.fad.fa-times-circle:after {
  content: "\10f057";
}
.fad.fa-times-hexagon:after {
  content: "\10f2ee";
}
.fad.fa-times-octagon:after {
  content: "\10f2f0";
}
.fad.fa-times-square:after {
  content: "\10f2d3";
}
.fad.fa-tint:after {
  content: "\10f043";
}
.fad.fa-tint-slash:after {
  content: "\10f5c7";
}
.fad.fa-tire:after {
  content: "\10f631";
}
.fad.fa-tire-flat:after {
  content: "\10f632";
}
.fad.fa-tire-pressure-warning:after {
  content: "\10f633";
}
.fad.fa-tire-rugged:after {
  content: "\10f634";
}
.fad.fa-tired:after {
  content: "\10f5c8";
}
.fad.fa-toggle-off:after {
  content: "\10f204";
}
.fad.fa-toggle-on:after {
  content: "\10f205";
}
.fad.fa-toilet:after {
  content: "\10f7d8";
}
.fad.fa-toilet-paper:after {
  content: "\10f71e";
}
.fad.fa-toilet-paper-alt:after {
  content: "\10f71f";
}
.fad.fa-toilet-paper-slash:after {
  content: "\10e072";
}
.fad.fa-tombstone:after {
  content: "\10f720";
}
.fad.fa-tombstone-alt:after {
  content: "\10f721";
}
.fad.fa-toolbox:after {
  content: "\10f552";
}
.fad.fa-tools:after {
  content: "\10f7d9";
}
.fad.fa-tooth:after {
  content: "\10f5c9";
}
.fad.fa-toothbrush:after {
  content: "\10f635";
}
.fad.fa-torah:after {
  content: "\10f6a0";
}
.fad.fa-torii-gate:after {
  content: "\10f6a1";
}
.fad.fa-tornado:after {
  content: "\10f76f";
}
.fad.fa-tractor:after {
  content: "\10f722";
}
.fad.fa-trademark:after {
  content: "\10f25c";
}
.fad.fa-traffic-cone:after {
  content: "\10f636";
}
.fad.fa-traffic-light:after {
  content: "\10f637";
}
.fad.fa-traffic-light-go:after {
  content: "\10f638";
}
.fad.fa-traffic-light-slow:after {
  content: "\10f639";
}
.fad.fa-traffic-light-stop:after {
  content: "\10f63a";
}
.fad.fa-trailer:after {
  content: "\10e041";
}
.fad.fa-train:after {
  content: "\10f238";
}
.fad.fa-tram:after {
  content: "\10f7da";
}
.fad.fa-transgender:after {
  content: "\10f224";
}
.fad.fa-transgender-alt:after {
  content: "\10f225";
}
.fad.fa-transporter:after {
  content: "\10e042";
}
.fad.fa-transporter-1:after {
  content: "\10e043";
}
.fad.fa-transporter-2:after {
  content: "\10e044";
}
.fad.fa-transporter-3:after {
  content: "\10e045";
}
.fad.fa-transporter-empty:after {
  content: "\10e046";
}
.fad.fa-trash:after {
  content: "\10f1f8";
}
.fad.fa-trash-alt:after {
  content: "\10f2ed";
}
.fad.fa-trash-restore:after {
  content: "\10f829";
}
.fad.fa-trash-restore-alt:after {
  content: "\10f82a";
}
.fad.fa-trash-undo:after {
  content: "\10f895";
}
.fad.fa-trash-undo-alt:after {
  content: "\10f896";
}
.fad.fa-treasure-chest:after {
  content: "\10f723";
}
.fad.fa-tree:after {
  content: "\10f1bb";
}
.fad.fa-tree-alt:after {
  content: "\10f400";
}
.fad.fa-tree-christmas:after {
  content: "\10f7db";
}
.fad.fa-tree-decorated:after {
  content: "\10f7dc";
}
.fad.fa-tree-large:after {
  content: "\10f7dd";
}
.fad.fa-tree-palm:after {
  content: "\10f82b";
}
.fad.fa-trees:after {
  content: "\10f724";
}
.fad.fa-triangle:after {
  content: "\10f2ec";
}
.fad.fa-triangle-music:after {
  content: "\10f8e2";
}
.fad.fa-trophy:after {
  content: "\10f091";
}
.fad.fa-trophy-alt:after {
  content: "\10f2eb";
}
.fad.fa-truck:after {
  content: "\10f0d1";
}
.fad.fa-truck-container:after {
  content: "\10f4dc";
}
.fad.fa-truck-couch:after {
  content: "\10f4dd";
}
.fad.fa-truck-loading:after {
  content: "\10f4de";
}
.fad.fa-truck-monster:after {
  content: "\10f63b";
}
.fad.fa-truck-moving:after {
  content: "\10f4df";
}
.fad.fa-truck-pickup:after {
  content: "\10f63c";
}
.fad.fa-truck-plow:after {
  content: "\10f7de";
}
.fad.fa-truck-ramp:after {
  content: "\10f4e0";
}
.fad.fa-trumpet:after {
  content: "\10f8e3";
}
.fad.fa-tshirt:after {
  content: "\10f553";
}
.fad.fa-tty:after {
  content: "\10f1e4";
}
.fad.fa-turkey:after {
  content: "\10f725";
}
.fad.fa-turntable:after {
  content: "\10f8e4";
}
.fad.fa-turtle:after {
  content: "\10f726";
}
.fad.fa-tv:after {
  content: "\10f26c";
}
.fad.fa-tv-alt:after {
  content: "\10f8e5";
}
.fad.fa-tv-music:after {
  content: "\10f8e6";
}
.fad.fa-tv-retro:after {
  content: "\10f401";
}
.fad.fa-typewriter:after {
  content: "\10f8e7";
}
.fad.fa-ufo:after {
  content: "\10e047";
}
.fad.fa-ufo-beam:after {
  content: "\10e048";
}
.fad.fa-umbrella:after {
  content: "\10f0e9";
}
.fad.fa-umbrella-beach:after {
  content: "\10f5ca";
}
.fad.fa-underline:after {
  content: "\10f0cd";
}
.fad.fa-undo:after {
  content: "\10f0e2";
}
.fad.fa-undo-alt:after {
  content: "\10f2ea";
}
.fad.fa-unicorn:after {
  content: "\10f727";
}
.fad.fa-union:after {
  content: "\10f6a2";
}
.fad.fa-universal-access:after {
  content: "\10f29a";
}
.fad.fa-university:after {
  content: "\10f19c";
}
.fad.fa-unlink:after {
  content: "\10f127";
}
.fad.fa-unlock:after {
  content: "\10f09c";
}
.fad.fa-unlock-alt:after {
  content: "\10f13e";
}
.fad.fa-upload:after {
  content: "\10f093";
}
.fad.fa-usb-drive:after {
  content: "\10f8e9";
}
.fad.fa-usd-circle:after {
  content: "\10f2e8";
}
.fad.fa-usd-square:after {
  content: "\10f2e9";
}
.fad.fa-user:after {
  content: "\10f007";
}
.fad.fa-user-alien:after {
  content: "\10e04a";
}
.fad.fa-user-alt:after {
  content: "\10f406";
}
.fad.fa-user-alt-slash:after {
  content: "\10f4fa";
}
.fad.fa-user-astronaut:after {
  content: "\10f4fb";
}
.fad.fa-user-chart:after {
  content: "\10f6a3";
}
.fad.fa-user-check:after {
  content: "\10f4fc";
}
.fad.fa-user-circle:after {
  content: "\10f2bd";
}
.fad.fa-user-clock:after {
  content: "\10f4fd";
}
.fad.fa-user-cog:after {
  content: "\10f4fe";
}
.fad.fa-user-cowboy:after {
  content: "\10f8ea";
}
.fad.fa-user-crown:after {
  content: "\10f6a4";
}
.fad.fa-user-edit:after {
  content: "\10f4ff";
}
.fad.fa-user-friends:after {
  content: "\10f500";
}
.fad.fa-user-graduate:after {
  content: "\10f501";
}
.fad.fa-user-hard-hat:after {
  content: "\10f82c";
}
.fad.fa-user-headset:after {
  content: "\10f82d";
}
.fad.fa-user-injured:after {
  content: "\10f728";
}
.fad.fa-user-lock:after {
  content: "\10f502";
}
.fad.fa-user-md:after {
  content: "\10f0f0";
}
.fad.fa-user-md-chat:after {
  content: "\10f82e";
}
.fad.fa-user-minus:after {
  content: "\10f503";
}
.fad.fa-user-music:after {
  content: "\10f8eb";
}
.fad.fa-user-ninja:after {
  content: "\10f504";
}
.fad.fa-user-nurse:after {
  content: "\10f82f";
}
.fad.fa-user-plus:after {
  content: "\10f234";
}
.fad.fa-user-robot:after {
  content: "\10e04b";
}
.fad.fa-user-secret:after {
  content: "\10f21b";
}
.fad.fa-user-shield:after {
  content: "\10f505";
}
.fad.fa-user-slash:after {
  content: "\10f506";
}
.fad.fa-user-tag:after {
  content: "\10f507";
}
.fad.fa-user-tie:after {
  content: "\10f508";
}
.fad.fa-user-times:after {
  content: "\10f235";
}
.fad.fa-user-unlock:after {
  content: "\10e058";
}
.fad.fa-user-visor:after {
  content: "\10e04c";
}
.fad.fa-users:after {
  content: "\10f0c0";
}
.fad.fa-users-class:after {
  content: "\10f63d";
}
.fad.fa-users-cog:after {
  content: "\10f509";
}
.fad.fa-users-crown:after {
  content: "\10f6a5";
}
.fad.fa-users-medical:after {
  content: "\10f830";
}
.fad.fa-users-slash:after {
  content: "\10e073";
}
.fad.fa-utensil-fork:after {
  content: "\10f2e3";
}
.fad.fa-utensil-knife:after {
  content: "\10f2e4";
}
.fad.fa-utensil-spoon:after {
  content: "\10f2e5";
}
.fad.fa-utensils:after {
  content: "\10f2e7";
}
.fad.fa-utensils-alt:after {
  content: "\10f2e6";
}
.fad.fa-vacuum:after {
  content: "\10e04d";
}
.fad.fa-vacuum-robot:after {
  content: "\10e04e";
}
.fad.fa-value-absolute:after {
  content: "\10f6a6";
}
.fad.fa-vector-square:after {
  content: "\10f5cb";
}
.fad.fa-venus:after {
  content: "\10f221";
}
.fad.fa-venus-double:after {
  content: "\10f226";
}
.fad.fa-venus-mars:after {
  content: "\10f228";
}
.fad.fa-vhs:after {
  content: "\10f8ec";
}
.fad.fa-vial:after {
  content: "\10f492";
}
.fad.fa-vials:after {
  content: "\10f493";
}
.fad.fa-video:after {
  content: "\10f03d";
}
.fad.fa-video-plus:after {
  content: "\10f4e1";
}
.fad.fa-video-slash:after {
  content: "\10f4e2";
}
.fad.fa-vihara:after {
  content: "\10f6a7";
}
.fad.fa-violin:after {
  content: "\10f8ed";
}
.fad.fa-virus:after {
  content: "\10e074";
}
.fad.fa-virus-slash:after {
  content: "\10e075";
}
.fad.fa-viruses:after {
  content: "\10e076";
}
.fad.fa-voicemail:after {
  content: "\10f897";
}
.fad.fa-volcano:after {
  content: "\10f770";
}
.fad.fa-volleyball-ball:after {
  content: "\10f45f";
}
.fad.fa-volume:after {
  content: "\10f6a8";
}
.fad.fa-volume-down:after {
  content: "\10f027";
}
.fad.fa-volume-mute:after {
  content: "\10f6a9";
}
.fad.fa-volume-off:after {
  content: "\10f026";
}
.fad.fa-volume-slash:after {
  content: "\10f2e2";
}
.fad.fa-volume-up:after {
  content: "\10f028";
}
.fad.fa-vote-nay:after {
  content: "\10f771";
}
.fad.fa-vote-yea:after {
  content: "\10f772";
}
.fad.fa-vr-cardboard:after {
  content: "\10f729";
}
.fad.fa-wagon-covered:after {
  content: "\10f8ee";
}
.fad.fa-walker:after {
  content: "\10f831";
}
.fad.fa-walkie-talkie:after {
  content: "\10f8ef";
}
.fad.fa-walking:after {
  content: "\10f554";
}
.fad.fa-wallet:after {
  content: "\10f555";
}
.fad.fa-wand:after {
  content: "\10f72a";
}
.fad.fa-wand-magic:after {
  content: "\10f72b";
}
.fad.fa-warehouse:after {
  content: "\10f494";
}
.fad.fa-warehouse-alt:after {
  content: "\10f495";
}
.fad.fa-washer:after {
  content: "\10f898";
}
.fad.fa-watch:after {
  content: "\10f2e1";
}
.fad.fa-watch-calculator:after {
  content: "\10f8f0";
}
.fad.fa-watch-fitness:after {
  content: "\10f63e";
}
.fad.fa-water:after {
  content: "\10f773";
}
.fad.fa-water-lower:after {
  content: "\10f774";
}
.fad.fa-water-rise:after {
  content: "\10f775";
}
.fad.fa-wave-sine:after {
  content: "\10f899";
}
.fad.fa-wave-square:after {
  content: "\10f83e";
}
.fad.fa-wave-triangle:after {
  content: "\10f89a";
}
.fad.fa-waveform:after {
  content: "\10f8f1";
}
.fad.fa-waveform-path:after {
  content: "\10f8f2";
}
.fad.fa-webcam:after {
  content: "\10f832";
}
.fad.fa-webcam-slash:after {
  content: "\10f833";
}
.fad.fa-weight:after {
  content: "\10f496";
}
.fad.fa-weight-hanging:after {
  content: "\10f5cd";
}
.fad.fa-whale:after {
  content: "\10f72c";
}
.fad.fa-wheat:after {
  content: "\10f72d";
}
.fad.fa-wheelchair:after {
  content: "\10f193";
}
.fad.fa-whistle:after {
  content: "\10f460";
}
.fad.fa-wifi:after {
  content: "\10f1eb";
}
.fad.fa-wifi-1:after {
  content: "\10f6aa";
}
.fad.fa-wifi-2:after {
  content: "\10f6ab";
}
.fad.fa-wifi-slash:after {
  content: "\10f6ac";
}
.fad.fa-wind:after {
  content: "\10f72e";
}
.fad.fa-wind-turbine:after {
  content: "\10f89b";
}
.fad.fa-wind-warning:after {
  content: "\10f776";
}
.fad.fa-window:after {
  content: "\10f40e";
}
.fad.fa-window-alt:after {
  content: "\10f40f";
}
.fad.fa-window-close:after {
  content: "\10f410";
}
.fad.fa-window-frame:after {
  content: "\10e04f";
}
.fad.fa-window-frame-open:after {
  content: "\10e050";
}
.fad.fa-window-maximize:after {
  content: "\10f2d0";
}
.fad.fa-window-minimize:after {
  content: "\10f2d1";
}
.fad.fa-window-restore:after {
  content: "\10f2d2";
}
.fad.fa-windsock:after {
  content: "\10f777";
}
.fad.fa-wine-bottle:after {
  content: "\10f72f";
}
.fad.fa-wine-glass:after {
  content: "\10f4e3";
}
.fad.fa-wine-glass-alt:after {
  content: "\10f5ce";
}
.fad.fa-won-sign:after {
  content: "\10f159";
}
.fad.fa-wreath:after {
  content: "\10f7e2";
}
.fad.fa-wrench:after {
  content: "\10f0ad";
}
.fad.fa-x-ray:after {
  content: "\10f497";
}
.fad.fa-yen-sign:after {
  content: "\10f157";
}
.fad.fa-yin-yang:after {
  content: "\10f6ad";
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(../fonts/font-awesome/fa-light-300.eot);
  src: url(../fonts/font-awesome/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../fonts/font-awesome/fa-light-300.woff2) format("woff2"), url(../fonts/font-awesome/fa-light-300.woff) format("woff"), url(../fonts/font-awesome/fa-light-300.ttf) format("truetype"), url(../fonts/font-awesome/fa-light-300.svg#fontawesome) format("svg");
}
.fal {
  font-weight: 300;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/font-awesome/fa-regular-400.eot);
  src: url(../fonts/font-awesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/font-awesome/fa-regular-400.woff2) format("woff2"), url(../fonts/font-awesome/fa-regular-400.woff) format("woff"), url(../fonts/font-awesome/fa-regular-400.ttf) format("truetype"), url(../fonts/font-awesome/fa-regular-400.svg#fontawesome) format("svg");
}
.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/font-awesome/fa-solid-900.eot);
  src: url(../fonts/font-awesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/font-awesome/fa-solid-900.woff2) format("woff2"), url(../fonts/font-awesome/fa-solid-900.woff) format("woff"), url(../fonts/font-awesome/fa-solid-900.ttf) format("truetype"), url(../fonts/font-awesome/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.slick-slider,
.slick-list,
.slick-track {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #ffffff url('../images/loader-1.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: none;
  transform: translate(0, -50%);
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  opacity: 1;
  color: transparent;
  outline: none;
  border: 0;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}
.slick-prev {
  left: 0;
}
[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}
.slick-next {
  right: 0;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}
.slick-dots {
  position: absolute;
  bottom: -2.5rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #eee;
  border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #222222;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}
.show-more:not(.is-open) .show-more__content {
  display: none;
}
.show-more.is-open .show-more__lead,
.show-more.is-open .show-more__more {
  display: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0 !important;
}
.hamburger {
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 1.5rem;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.1rem;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  width: 1.6rem;
  height: 2px;
  background-color: #222222;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: '';
  display: block;
}
.hamburger-inner::before {
  top: -0.5rem;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger-inner::after {
  bottom: -0.5rem;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-is-open .hamburger-inner,
.menu-is-open .hamburger-inner::before,
.menu-is-open .hamburger-inner::after {
  background-color: #222222;
}
.menu-is-open .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-is-open .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.menu-is-open .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.trust-bar {
  padding: 2rem 1rem;
  margin: 2rem 0 0.5rem;
  background-color: #f2f2f2;
}
@media (min-width: 1024px) {
  .trust-bar {
    padding: 4rem 3rem;
  }
}
.trust-bar .slick-list {
  width: 100%;
}
@media (max-width: 767px) {
  .trust-bar__list:not(.slick-initialized) .trust-bar__item {
    display: none;
  }
  .trust-bar__list:not(.slick-initialized) .trust-bar__item:first-child {
    display: block;
  }
}
@media (min-width: 768px) {
  .trust-bar__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.trust-bar__item {
  font-size: 1.7rem;
  line-height: 4.5rem;
  color: #3c3c3c;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.trust-bar__item svg {
  margin-right: 1.7rem;
  width: 6rem;
  height: 6rem;
}
.trust-bar__item .a {
  fill: #3D77B1;
}
@media (min-width: 768px) {
  .trust-bar__item .a {
    fill: #fcb026;
  }
}
.trust-bar__item .b {
  fill: #fff;
}
@media (min-width: 768px) {
  .trust-bar__item .b {
    fill: #004a93;
  }
}
@media (min-width: 600px) {
  .trust-bar__item + .trust-bar__item {
    margin-left: 1rem;
  }
}
.grid-layout {
  display: grid;
  grid-gap: 2rem;
  margin-bottom: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1440px) {
  .grid-layout {
    grid-gap: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .grid-layout--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-layout--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.product-card {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #DEDEDE;
  border-radius: 4px;
  padding: 10px 10px 20px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-card .quick-view-link-container {
  display: none !important;
}
.under-offer-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background: #c00;
  color: #fff;
  display: block;
  padding: 5px 10px;
}
.under-offer-overlay[title*="UNDER OFFER"] {
  background-color: #004a93;
}
.under-offer-label {
  color: #c00;
  font-weight: 700;
  font-size: 1.7rem !important;
  display: block;
  margin-top: -9px;
  margin-bottom: 11px !important;
}
@media (max-width: 767px) {
  .under-offer-label {
    display: none;
  }
}
.shop-design .reduced-configurable .product-card-price .price,
.shop-design .reduced-configurable .product-card-price .normal-price {
  font-weight: 700;
  color: #c00;
}
.shop-design .product-card .container-reduced-configurable .price-label-reduced-configurable {
  font-size: 1.8rem;
  top: 2px;
}
.product-card-image {
  display: flex;
  width: 100%;
  height: 0;
  padding-top: 100%;
  /*background-size: cover;*/
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.product-card-details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .product-card-details {
    padding: 0 10px;
  }
}
.product-card-details > * {
  width: 100%;
  line-height: 1.1;
}
.product-card-title {
  color: #004a93;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 2px;
  font-weight: 600;
  text-decoration: none;
}
.product-card-title:hover {
  text-decoration: none;
}
.product-card-category {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 6px;
  font-weight: 300;
}
.product-card-stats {
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.product-card-stats .item-info {
  width: 100%;
}
.product-card-price {
  margin-bottom: 12px;
}
.product-card-price .price {
  font-size: 1.7rem !important;
  color: #004a93;
  font-weight: 400;
}
.product-card-price .price-wrapper[data-price-amount="0"]:after {
  content: '';
  display: none;
  visibility: hidden;
}
.product-card-price .price-wrapper[data-price-amount="0"] .price {
  font-size: 0 !important;
}
.product-card-price .price-wrapper[data-price-amount="0"] .price:after {
  content: 'POA';
  font-size: 1.7rem !important;
}
.product-card-price.tax-class-0 .price-excluding-tax:after,
.product-card-price.tax-class-0 .price-including-tax:after,
.product-card-price.tax-class-0 .price-excluding-tax:before,
.product-card-price.tax-class-0 .price-including-tax:before {
  content: '' !important;
}
.simple-old-price {
  display: none !important;
}
.product-card-controls {
  align-self: flex-end;
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .product-card-controls {
    padding: 0 10px;
  }
}
.product-card-controls .actions {
  width: 100%;
}
.product-card-controls .btn,
.product-card-controls button,
.product-card-controls button.primary.action {
  max-width: 100%;
  min-width: 100px;
  width: 100% !important;
  border-radius: 4px;
  background-color: #004a93;
  color: #ffffff;
  padding: 0 5px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1.5rem !important;
  font-weight: 600;
  border: none;
  outline: none;
  letter-spacing: initial;
  box-sizing: border-box;
  line-height: 1.2;
}
@media (min-width: 400px) {
  .product-card-controls .btn,
  .product-card-controls button,
  .product-card-controls button.primary.action {
    width: 142px !important;
  }
}
.product-card-controls .btn:hover,
.product-card-controls button:hover,
.product-card-controls button.primary.action:hover {
  background-color: #003d7a;
}
.product-card-controls .qty-controls {
  display: none;
}
.vat-include .product-card {
  /*.container-reduced-configurable     {
                &:after {
                    content: 'incl. VAT';
                    .lib-font-size(14);
                    line-height: 1.1;
                    font-weight: 300;
                    color: @black;
                    padding-left: 2px !important;
                    margin-left: -5px !important;
                }
            }*/
}
.vat-include .product-card .price-including-tax {
  display: inline;
}
.vat-include .product-card .price-including-tax:before {
  display: none;
}
.vat-include .product-card .price-including-tax:after {
  content: 'incl. VAT';
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 300;
  color: #222222;
}
@media (max-width: 450px) {
  .vat-include .product-card .price-including-tax:after {
    display: flex;
    width: 100%;
    padding-top: 2px;
  }
}
@media (min-width: 451px) {
  .vat-include .product-card .price-including-tax:after {
    padding-left: 5px;
  }
}
.vat-include .product-card .price-excluding-tax {
  display: none;
}
.vat-exclude .product-card {
  /*.container-reduced-configurable     {
                &:after {
                    content: '+ VAT';
                    .lib-font-size(14);
                    line-height: 1.1;
                    font-weight: 300;
                    color: @black;
                    padding-left: 2px !important;
                    margin-left: -5px !important;
                }
            }*/
}
.vat-exclude .product-card .price-including-tax {
  display: none;
}
.vat-exclude .product-card .price-excluding-tax {
  display: inline;
}
.vat-exclude .product-card .price-excluding-tax:before {
  display: none;
}
.vat-exclude .product-card .price-excluding-tax:after {
  content: '+ VAT';
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 300;
  color: #222222;
}
@media (max-width: 450px) {
  .vat-exclude .product-card .price-excluding-tax:after {
    display: inline-flex;
    padding-top: 2px;
    padding-left: 5px;
  }
}
@media (min-width: 451px) {
  .vat-exclude .product-card .price-excluding-tax:after {
    padding-left: 5px;
  }
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.product-grid.products-grid {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .product-grid.featured-grid .product-card:nth-of-type(5) {
    display: none;
  }
}
.news-intro {
  max-width: 100%;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .news-intro {
    margin-bottom: 7rem;
  }
}
.post-gallery {
  margin-bottom: 0 !important;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .post-gallery {
    margin-top: 10rem;
  }
}
@media (min-width: 1024px) {
  .post-gallery {
    margin-top: 10rem;
  }
}
.blog-page .post-top,
.blog-page .post-view,
.blog-page .post-bottom {
  width: 81.2rem !important;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.blog-page .post-content p,
.blog-page .post-content p:last-of-type {
  margin-bottom: 2rem;
}
.blog-page .post-content p img {
  margin: 3rem auto;
}
.blog-page .post-content div[data-content-type="row"]:first-of-type div[data-content-type="text"] pfirst-of-type {
  font-size: 2rem;
}
.blog-page .post-content div[data-content-type="text"] > :last-child {
  margin-bottom: 0 !important;
}
.post-top {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .post-top {
    margin-bottom: 2.5rem;
  }
}
.post-top .page-title-wrapper {
  margin-bottom: 1rem !important;
}
.post-view-info {
  font-size: 1.7rem;
  color: #80A5C9;
}
.post-share {
  margin-top: 5rem;
  margin-bottom: 2rem;
  border-top: 4px solid #EAEDEB;
}
@media (min-width: 768px) {
  .post-share {
    margin-top: 10rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .post-share {
    margin-top: 10rem;
    margin-bottom: 8rem;
  }
}
.post-share h6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post-share h6 {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
.post-share .share-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  width: 428px;
}
.post-share .share-button svg {
  width: 32px;
  height: auto;
  display: flex;
  fill: #004a93 !important;
}
.post-share .share-button:hover svg {
  fill: #003060 !important;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 600px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .news-grid.recent-new .news-card:nth-of-type(3) {
    display: none;
  }
}
.news-grid.main-list {
  margin-bottom: 4rem;
}
.featured-news .block-title {
  position: relative;
}
.featured-news .block-title .view-all {
  color: #004a93;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .featured-news .block-title .view-all {
    margin-top: -20px;
    width: 100%;
    text-align: center;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .featured-news .block-title .view-all {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.news-card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.news-card:hover {
  text-decoration: none;
}
.news-card:hover .news-card__detail {
  background-color: #003A74;
}
.news-card__img {
  display: flex;
  width: 100%;
  height: 0;
  padding-top: 53%;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  position: relative;
}
.news-card__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
}
.news-card__detail {
  background-color: #004a93;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 40px 40px;
  flex-grow: 1;
  line-height: 1.2;
}
.news-card__detail .news-card__detail-inner {
  width: 100%;
  display: block;
}
.news-card__detail .news-card__detail-inner > * {
  display: block;
  width: 100%;
}
.news-card__title {
  font-size: 2rem;
  color: #fcb026;
  margin-bottom: 10px;
}
.news-card__date {
  color: #80A5C9;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
.news-card__excerpt {
  color: #ffffff;
  font-size: 1.7rem;
}
.block-products-list,
.block.crosssell,
.block.block-viewed-products-grid {
  margin: 3rem 0 0;
}
@media (min-width: 768px) {
  .block-products-list,
  .block.crosssell,
  .block.block-viewed-products-grid {
    margin-top: 5rem;
  }
}
.block-products-list .listing,
.block.crosssell .listing,
.block.block-viewed-products-grid .listing {
  margin-right: -1rem;
  margin-left: -1rem;
}
.block-products-list .listing:not(.slick-initialized),
.block.crosssell .listing:not(.slick-initialized),
.block.block-viewed-products-grid .listing:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.block-products-list .listing:not(.slick-initialized) > div,
.block.crosssell .listing:not(.slick-initialized) > div,
.block.block-viewed-products-grid .listing:not(.slick-initialized) > div {
  display: none;
  width: 50%;
  margin-right: 1rem;
  margin-left: 1rem;
}
.block-products-list .listing:not(.slick-initialized) > div:nth-child(-n+2),
.block.crosssell .listing:not(.slick-initialized) > div:nth-child(-n+2),
.block.block-viewed-products-grid .listing:not(.slick-initialized) > div:nth-child(-n+2) {
  display: block;
}
@media (min-width: 768px) {
  .block-products-list .listing:not(.slick-initialized) > div,
  .block.crosssell .listing:not(.slick-initialized) > div,
  .block.block-viewed-products-grid .listing:not(.slick-initialized) > div {
    width: 33.33333333%;
  }
  .block-products-list .listing:not(.slick-initialized) > div:nth-child(-n+3),
  .block.crosssell .listing:not(.slick-initialized) > div:nth-child(-n+3),
  .block.block-viewed-products-grid .listing:not(.slick-initialized) > div:nth-child(-n+3) {
    display: block;
  }
}
@media (min-width: 1024px) {
  .block-products-list .listing:not(.slick-initialized) > div,
  .block.crosssell .listing:not(.slick-initialized) > div,
  .block.block-viewed-products-grid .listing:not(.slick-initialized) > div {
    width: 25%;
  }
  .block-products-list .listing:not(.slick-initialized) > div:nth-child(-n+4),
  .block.crosssell .listing:not(.slick-initialized) > div:nth-child(-n+4),
  .block.block-viewed-products-grid .listing:not(.slick-initialized) > div:nth-child(-n+4) {
    display: block;
  }
}
@media (min-width: 1440px) {
  .block-products-list .listing:not(.slick-initialized) > div,
  .block.crosssell .listing:not(.slick-initialized) > div,
  .block.block-viewed-products-grid .listing:not(.slick-initialized) > div {
    width: 20%;
  }
  .block-products-list .listing:not(.slick-initialized) > div:nth-child(-n+5),
  .block.crosssell .listing:not(.slick-initialized) > div:nth-child(-n+5),
  .block.block-viewed-products-grid .listing:not(.slick-initialized) > div:nth-child(-n+5) {
    display: block;
  }
}
.block-products-list .slick-track,
.block.crosssell .slick-track,
.block.block-viewed-products-grid .slick-track {
  display: flex;
}
.block-products-list .slick-track .slick-slide,
.block.crosssell .slick-track .slick-slide,
.block.block-viewed-products-grid .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.block-products-list .slick-track .slick-slide > div,
.block.crosssell .slick-track .slick-slide > div,
.block.block-viewed-products-grid .slick-track .slick-slide > div {
  margin-right: 1rem;
  margin-left: 1rem;
}
.block-products-list .slick-list,
.block.crosssell .slick-list,
.block.block-viewed-products-grid .slick-list {
  width: calc(100% + 20px) !important;
}
.social-share {
  position: absolute;
  top: 0;
  right: 0;
}
.social-share .action.share {
  padding: 0;
  line-height: 3.2rem;
  color: #222222;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: unset;
}
.social-share .action.share span {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 1rem;
  font-size: 3.2rem;
  color: #004a93;
  border-radius: 50%;
}
.social-share__links {
  position: absolute;
  right: 0;
  padding-top: 0.5rem;
  width: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.social-share__links.is-open {
  opacity: 1;
  visibility: visible;
}
.social-share__button {
  margin: -1.5rem 0 0.5rem;
  padding: 0;
  width: 3rem;
  height: 3rem;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  background: #fff;
  border: 0;
  cursor: pointer;
  transition: margin-top 0.4s;
}
.is-open .social-share__button {
  margin-top: 0;
}
.social-share__button:hover,
.social-share__button:focus,
.social-share__button:active {
  border: 0;
}
.social-share__button.pinterest {
  background-color: #cc1e27;
}
.social-share__button.pinterest:hover,
.social-share__button.pinterest:focus {
  background-color: #b61b23;
}
.social-share__button.twitter {
  background-color: #5fc6f1;
}
.social-share__button.twitter:hover,
.social-share__button.twitter:focus {
  background-color: #48beef;
}
.social-share__button.facebook {
  background-color: #3c5a97;
}
.social-share__button.facebook:hover,
.social-share__button.facebook:focus {
  background-color: #354f85;
}
.social-share__button.googleplus {
  background-color: #dc4a38;
}
.social-share__button.googleplus:hover,
.social-share__button.googleplus:focus {
  background-color: #d53925;
}
.social-share__button.linkedin {
  background-color: #0077b5;
}
.social-share__button.linkedin:hover,
.social-share__button.linkedin:focus {
  background-color: #00669c;
}
.social-share__button.email {
  background-color: #54c795;
}
.social-share__button.email:hover,
.social-share__button.email:focus {
  background-color: #41c189;
}
.back-to-top {
  display: none;
}
@media (min-width: 1440px) {
  .back-to-top {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    display: block;
    position: fixed;
    bottom: 10rem;
    right: 2rem;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .back-to-top:focus,
  .back-to-top:active {
    background: none;
    border: none;
  }
  .back-to-top:hover {
    background: none;
    border: none;
  }
  .back-to-top.disabled,
  .back-to-top[disabled],
  fieldset[disabled] .back-to-top {
    pointer-events: none;
    opacity: 0.5;
  }
  .back-to-top.is-active {
    opacity: 0.2;
    visibility: visible;
  }
  .back-to-top.is-active:hover {
    opacity: 0.4;
  }
}
@media (min-width: 1600px) {
  .back-to-top {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .page-overlay {
    pointer-events: auto;
  }
}
.page-overlay.is-visible {
  opacity: 0.5;
  visibility: visible;
  pointer-events: auto;
}
.simple-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2500;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.simple-popup > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 4rem 3rem;
  background: #fff;
}
@media (min-width: 920px) {
  .simple-popup > div {
    top: 50%;
    bottom: auto;
    width: 70rem;
    height: auto;
    min-height: 20rem;
    margin: 0 auto;
    transform: translateY(-50%);
  }
}
.simple-popup > div .lead {
  margin: 0 0 4rem;
  padding-right: 5rem;
  font-size: 2.6rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.simple-popup > div p {
  margin: 0 0 1.4rem;
  font-size: 1.4rem;
}
.simple-popup .icon-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  top: 4.5rem;
  right: 3.7rem;
  width: 1.6rem;
  height: 1.6rem;
}
.simple-popup .icon-close:focus,
.simple-popup .icon-close:active {
  background: none;
  border: none;
}
.simple-popup .icon-close:hover {
  background: none;
  border: none;
}
.simple-popup .icon-close.disabled,
.simple-popup .icon-close[disabled],
fieldset[disabled] .simple-popup .icon-close {
  pointer-events: none;
  opacity: 0.5;
}
.swatch-attribute.size {
  position: relative;
}
.swatch-attribute.size .size-guide-link {
  position: absolute;
  top: 0.3rem;
  right: 0;
  color: #222;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.popup-size-guide .table-container {
  overflow-x: scroll;
}
.popup-size-guide .table-container table {
  margin: 3rem 0 4rem;
  width: 100%;
}
.popup-size-guide .table-container table strong {
  font-weight: 500;
}
.popup-size-guide .table-container table tr th {
  font-weight: 500;
  padding: 1.2rem 1.5rem;
}
.popup-size-guide .table-container table tr td {
  padding: 1.2rem 1.5rem;
}
.popup-size-guide .table-container table tr:nth-child(2n) td {
  background: #eee;
}
.unit-convert-links {
  margin: 2rem 0 0;
  font-size: 1.4rem;
  text-align: right;
  cursor: pointer;
}
.unit-convert-links span:hover,
.unit-convert-links .selected {
  font-weight: 700;
}
.qty-controls {
  display: flex;
}
.qty-controls__btn {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  padding: 0;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.qty-controls__btn:hover,
.qty-controls__btn:focus,
.qty-controls__btn:active {
  background-color: #ddd;
  border-color: #ddd;
}
.qty-controls__btn::before,
.qty-controls__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #222222;
  transform: translate(-50%, -50%);
}
.qty-controls__btn::before {
  width: 1rem;
  height: 0.2rem;
}
.qty-controls__btn::after {
  width: 0.2rem;
  height: 1rem;
}
.qty-controls__btn span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.qty-controls__btn--minus {
  border-radius: 4px 0 0 4px;
}
.qty-controls__btn--minus::after {
  display: none;
}
.qty-controls__btn--plus {
  border-radius: 0 4px 4px 0;
}
input.qty-controls__input {
  flex: 1 1 auto;
  padding: 0;
  text-align: center;
  border-color: #f2f2f2;
  border-radius: 0;
}
.currency-dropdown {
  display: inline-block;
  position: relative;
}
.currency-dropdown:before,
.currency-dropdown:after {
  content: '';
  display: table;
}
.currency-dropdown:after {
  clear: both;
}
.currency-dropdown .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.currency-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.currency-dropdown .action.toggle:hover:after {
  color: inherit;
}
.currency-dropdown .action.toggle:active:after {
  color: inherit;
}
.currency-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.currency-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.currency-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.currency-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.currency-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 150px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.currency-dropdown ul li {
  margin: 0;
  padding: 0;
}
.currency-dropdown ul li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.currency-dropdown ul:before,
.currency-dropdown ul:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.currency-dropdown ul:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.currency-dropdown ul:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.currency-dropdown ul:before {
  right: 10px;
  top: -12px;
}
.currency-dropdown ul:after {
  right: 9px;
  top: -14px;
}
.currency-dropdown.active {
  overflow: visible;
}
.currency-dropdown.active ul {
  display: block;
}
.currency-dropdown ul {
  padding: 0.5rem 0;
}
.currency-dropdown ul a {
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
}
.currency-dropdown ul a:hover,
.currency-dropdown ul a:focus {
  color: #222222;
  text-decoration: none;
}
.currency-dropdown ul img {
  position: relative;
  top: -0.2rem;
  display: inline-block;
  width: 2.7rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.currency-dropdown__trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding-right: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0;
}
.currency-dropdown__trigger:focus,
.currency-dropdown__trigger:active {
  background: none;
  border: none;
}
.currency-dropdown__trigger:hover {
  background: none;
  border: none;
}
.currency-dropdown__trigger.disabled,
.currency-dropdown__trigger[disabled],
fieldset[disabled] .currency-dropdown__trigger {
  pointer-events: none;
  opacity: 0.5;
}
.currency-dropdown__trigger:hover,
.currency-dropdown__trigger:focus,
.currency-dropdown__trigger:active {
  color: #222222;
}
.currency-dropdown__trigger > * {
  flex-shrink: 0;
}
.currency-dropdown__trigger img {
  margin-right: 1rem;
  width: 2.7rem;
}
.currency-dropdown__trigger svg {
  margin-left: 0.5rem;
}
.accordion__item {
  border-bottom: 1px solid #ddd;
}
.accordion__item:last-child {
  border-bottom: 0;
}
.accordion [data-role='trigger'] {
  position: relative;
  padding: 1.8rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}
.accordion [data-role='trigger']::before,
.accordion [data-role='trigger']::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  background-color: #222222;
  transform: translateY(-50%);
}
.accordion [data-role='trigger']::before {
  width: 1.2rem;
  height: 0.2rem;
}
.accordion [data-role='trigger']::after {
  width: 0.2rem;
  height: 1.2rem;
  right: 1.5rem;
}
.accordion [aria-expanded='true'] [data-role='trigger']::after {
  display: none;
}
.accordion__content {
  padding-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
body.page-print #newsletter-popup {
  display: none !important;
}
.intro-row {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-row {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .intro-row {
    margin-top: 50px;
  }
}
.intro-row div[data-content-type="text"] {
  max-width: 100%;
  width: 1092px;
  text-align: center;
  margin: 0 auto;
}
.intro-row div[data-content-type="text"] p:first-of-type {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .intro-row div[data-content-type="text"] p:first-of-type {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .intro-row div[data-content-type="text"] p:first-of-type {
    font-size: 2.2rem;
  }
}
.intro-row div[data-content-type="text"] p a:not(.btn) {
  color: #004a93;
  text-decoration: none;
}
.intro-row div[data-content-type="text"] p a:not(.btn):hover {
  text-decoration: underline;
}
.intro-row div[data-content-type="buttons"] {
  text-align: center;
  padding-top: 2rem;
}
.products-title-row {
  padding-top: 6rem;
  margin-top: 0;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .products-title-row {
    padding-top: 8rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .products-title-row {
    padding-top: 10rem;
    margin-bottom: 5rem;
  }
}
.products-title-row:not(.blue) h1,
.products-title-row:not(.blue) h2,
.products-title-row:not(.blue) h3,
.products-title-row:not(.blue) h4,
.products-title-row:not(.blue) h5,
.products-title-row:not(.blue) h6 {
  color: #222222;
}
.products-title-row.bordered {
  border-top: 1px solid #DDDDDD;
  width: 1430px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ct-field div[data-content-type="row"]:last-of-type .text-media-row .pagebuilder-column-group:last-of-type {
  border-bottom: none;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .ct-field div[data-content-type="row"]:last-of-type .text-media-row .pagebuilder-column-group:last-of-type {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .ct-field div[data-content-type="row"]:last-of-type .text-media-row .pagebuilder-column-group:last-of-type {
    padding-bottom: 8rem;
  }
}
.text-media-row {
  width: 1430px;
  max-width: 100%;
  margin: 0 auto !important;
}
.text-media-row div[data-content-type="text"] p:last-of-type {
  margin-bottom: 2rem;
}
.text-media-row div[data-content-type="text"] :last-child:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-bottom: 0 !important;
}
.text-media-row .pagebuilder-column-group {
  padding: 50px 0;
  gap: 20px;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .text-media-row .pagebuilder-column-group {
    padding: 70px 0;
  }
}
@media (min-width: 1025px) {
  .text-media-row .pagebuilder-column-group {
    padding: 100px 0;
  }
}
.text-media-row .pagebuilder-column-group .pagebuilder-column {
  align-self: auto !important;
}
.text-media-row .pagebuilder-column-group .pagebuilder-column [data-content-type='buttons'] {
  text-align: left;
}
.text-media-row .pagebuilder-column-group .pagebuilder-column [data-content-type='buttons'] .pagebuilder-button-primary {
  margin: 30px 0 0;
}
.text-media-row .pagebuilder-column-group .pagebuilder-column ul {
  padding: 0;
  list-style: none;
  margin: 0 0 15px;
}
.text-media-row .pagebuilder-column-group .pagebuilder-column ul li {
  margin: 0 0 20px;
  padding-left: 13px;
  position: relative;
}
.text-media-row .pagebuilder-column-group .pagebuilder-column ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #FCB026;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.text-media-row .pagebuilder-column-group .pagebuilder-column ul li:last-child {
  margin: 0 0 15px;
}
.text-media-row .pagebuilder-column-group .pagebuilder-column figure {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .text-media-row .pagebuilder-column-group .pagebuilder-column figure {
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .text-media-row .pagebuilder-column-group .pagebuilder-column figure {
    justify-content: flex-end;
  }
}
.text-media-row .pagebuilder-column-group .pagebuilder-column figure img {
  width: auto;
  height: auto !important;
  width: 552px !important;
  max-width: 100% !important;
}
.text-media-row .pagebuilder-column-group .pagebuilder-column .pagebuilder-video-container {
  padding-top: 44.25% !important;
  width: 550px !important;
  max-width: 100% !important;
  display: flex;
}
.text-media-row .pagebuilder-column-group .pagebuilder-column .pagebuilder-video-container iframe {
  width: 550px !important;
  max-width: 100% !important;
}
.text-media-row .pagebuilder-column-group .pagebuilder-column + .pagebuilder-column .pagebuilder-column:last-child {
  text-align: right;
}
@media (min-width: 768px) {
  .text-media-row .pagebuilder-column-group:nth-child(2n) .pagebuilder-column figure {
    justify-content: flex-start;
  }
}
.brand-title-row {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .brand-title-row {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .brand-title-row {
    padding-top: 100px;
  }
}
.brand-title-row h1,
.brand-title-row h2,
.brand-title-row h3,
.brand-title-row h4,
.brand-title-row h5,
.brand-title-row h6 {
  margin: 0;
  color: #222222;
}
body.page-jcb .text-media-row .pagebuilder-column-group .pagebuilder-column h1,
body.page-kuhn .text-media-row .pagebuilder-column-group .pagebuilder-column h1,
body.page-new-holland .text-media-row .pagebuilder-column-group .pagebuilder-column h1,
body.page-jcb .text-media-row .pagebuilder-column-group .pagebuilder-column h2,
body.page-kuhn .text-media-row .pagebuilder-column-group .pagebuilder-column h2,
body.page-new-holland .text-media-row .pagebuilder-column-group .pagebuilder-column h2,
body.page-jcb .text-media-row .pagebuilder-column-group .pagebuilder-column h3,
body.page-kuhn .text-media-row .pagebuilder-column-group .pagebuilder-column h3,
body.page-new-holland .text-media-row .pagebuilder-column-group .pagebuilder-column h3,
body.page-jcb .text-media-row .pagebuilder-column-group .pagebuilder-column h4,
body.page-kuhn .text-media-row .pagebuilder-column-group .pagebuilder-column h4,
body.page-new-holland .text-media-row .pagebuilder-column-group .pagebuilder-column h4,
body.page-jcb .text-media-row .pagebuilder-column-group .pagebuilder-column h5,
body.page-kuhn .text-media-row .pagebuilder-column-group .pagebuilder-column h5,
body.page-new-holland .text-media-row .pagebuilder-column-group .pagebuilder-column h5,
body.page-jcb .text-media-row .pagebuilder-column-group .pagebuilder-column h6,
body.page-kuhn .text-media-row .pagebuilder-column-group .pagebuilder-column h6,
body.page-new-holland .text-media-row .pagebuilder-column-group .pagebuilder-column h6 {
  color: #222222;
}
body.page-jcb #amasty-shopby-product-list .toolbar,
body.page-kuhn #amasty-shopby-product-list .toolbar,
body.page-new-holland #amasty-shopby-product-list .toolbar {
  display: none;
}
@media (min-width: 1600px) {
  body.page-jcb #amasty-shopby-product-list .product-grid,
  body.page-kuhn #amasty-shopby-product-list .product-grid,
  body.page-new-holland #amasty-shopby-product-list .product-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
body.page-jcb .product-card-title,
body.page-jcb .product-card-price .price {
  color: #f9b104;
}
body.page-jcb .product-card-controls button {
  background-color: #f9b104;
}
body.page-jcb .product-card-controls button:hover {
  background-color: #c78d03;
}
body.page-kuhn .product-card-title,
body.page-kuhn .product-card-price .price {
  color: #ce493a;
}
body.page-kuhn .product-card-controls button {
  background-color: #ce493a;
}
body.page-kuhn .product-card-controls button:hover {
  background-color: #ab372a;
}
body.page-new-holland .product-card-title,
body.page-new-holland .product-card-price .price {
  color: #004a92;
}
body.page-new-holland .product-card-controls button {
  background-color: #004a92;
}
body.page-new-holland .product-card-controls button:hover {
  background-color: #00305f;
}
/*----------------careers-page-------------*/
/*.contentmanager-contenttype-careers{
		.ct-field-area{
			.pagebuilder-column-group {
				margin: 0 auto;
				max-width: 1428px;
				padding: 120px 0 0;
				.pagebuilder-column{
					justify-content: center !important;
					h2 {
						margin: 0 0 25px;
						text-transform: uppercase;
					}
					p {
						margin: 0 0 15px !important;
					}
					[data-content-type='buttons'] {
						text-align: left;
						.pagebuilder-button-primary {
							margin: 39px 0 0;
						}
					}
					&:last-child {
						text-align: right;
					}
				}
			}
		}
	}*/
/*----------------enquire-popup-------------*/
.modal-popup .modal-inner-wrap {
  max-width: 560px;
}
@media (max-width: 1023px) {
  .modal-popup .modal-inner-wrap {
    height: unset;
    min-height: unset;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap {
    max-width: 100%;
  }
}
.modal-popup .modal-inner-wrap .modal-header {
  padding: 66px 0 0;
}
.modal-popup .modal-inner-wrap .modal-header .action-close {
  padding: 15px;
}
.modal-popup .modal-inner-wrap .modal-header .action-close:before {
  color: #000;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding: 0 80px 60px;
  text-align: center;
}
@media (max-width: 576px) {
  .modal-popup .modal-inner-wrap .modal-content {
    padding: 0 20px 60px;
  }
}
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup .field-error,
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup div.mage-error[generated] {
  text-align: left;
  font-weight: 400;
}
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup h1 {
  color: #004A93;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup .e_product_title {
  display: block;
  margin-bottom: 4px;
}
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup span {
  color: #747474;
}
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup .e_product_sku {
  margin-bottom: 39px;
  display: block;
}
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup .form-group {
  margin-bottom: 20px;
}
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup .form-group input,
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup .form-group textarea {
  border: 1px solid #BBBBBB;
  color: #727171;
}
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup .form-group textarea {
  height: 121px;
}
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup .form-group .e_submit_button {
  color: #004A93;
  width: 100%;
  background: #FCB026;
  border: 1px solid #FCB026;
  letter-spacing: 0px;
}
.modal-popup .modal-inner-wrap .modal-content .enquire_form_popup span {
  color: #727171;
}
.modal-popup.enquire_form_popup_modal {
  left: 0 !important;
}
.modal-popup.enquire_form_popup_modal .modal-footer {
  display: none;
}
@media (max-width: 767px) {
  .modal-popup.enquire_form_popup_modal .modal-inner-wrap {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  #calendar .fc-toolbar-chunk {
    position: relative;
  }
  #calendar .fc-toolbar-chunk .fc-button-group {
    width: 100%;
  }
  #calendar .fc-toolbar-chunk .fc-prev-button {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 100px !important;
  }
  #calendar .fc-toolbar-chunk .fc-next-button {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 100px !important;
  }
  #calendar .fc-toolbar-chunk .fc-today-button {
    max-width: 180px;
    margin: 0 !important;
  }
  #calendar .fc-toolbar-chunk:nth-of-type(2) {
    order: -1;
  }
}
@media (max-width: 767px) {
  #calendar .fc-toolbar-chunk:nth-of-type(3) {
    display: none !important;
  }
}
.event-page-description {
  text-align: center;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}
.event-page-description .page-title {
  text-align: center;
}
.event-toolbar {
  margin: 5rem auto;
  width: 520px;
  max-width: 100%;
  display: block !important;
}
@media (min-width: 768px) {
  .event-toolbar {
    margin: 8rem auto;
  }
}
@media (min-width: 1024px) {
  .event-toolbar {
    margin: 10rem auto;
  }
}
.event-toolbar .event-category-filters {
  padding-bottom: 20px;
}
.event-toolbar .event-category-filters,
.event-toolbar .event-modes {
  float: none;
  max-width: 560px;
  margin: 0 auto;
}
.event-toolbar .event-category-filters .label,
.event-toolbar .event-modes .label {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 600;
}
.event-toolbar .event-category-filters select,
.event-toolbar .event-modes select {
  font-size: 16px;
  letter-spacing: 0px;
  color: #3C3C3B;
  height: 50px;
}
.event-toolbar .event-category-filters select:focus,
.event-toolbar .event-modes select:focus {
  box-shadow: none;
}
.events-list .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 0 0 25px;
}
.events-list .pager .toolbar-amount {
  font-size: 1.3rem;
}
.events-list .pager .limiter {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  text-transform: uppercase;
  min-width: 250px;
  justify-content: flex-end;
}
.events-list .pager .limiter select {
  width: 90px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 10px;
}
.events-list .toolbar-bottom.toolbar {
  display: none;
}
.event_wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .event_wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .event_wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 8rem;
  }
}
.event-block {
  width: 100%;
  background-color: #004a93;
  color: #ffffff;
  text-align: left;
}
@media (min-width: 1300px) {
  .event-block .event-top-left {
    padding-right: 2rem;
  }
}
@media (max-width: 1299px) {
  .event-block .event-top-right {
    display: none;
  }
}
.event-top {
  width: 100%;
  padding: 35px 40px;
  display: flex;
  background-color: #003C77;
  box-sizing: border-box;
  align-items: center;
}
.event-top h4,
.event-top h4 a {
  margin-bottom: 10px;
  color: #ffffff;
}
.event-date {
  opacity: 0.5;
  font-size: 1.7rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.event-date > * {
  width: 100%;
}
.event-date span {
  font-weight: 600;
}
.event-image {
  border-radius: 50%;
  display: flex;
  width: 123px;
  height: 123px;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  background-size: 180%;
  background-position: center;
  overflow: hidden;
}
.event-bottom {
  padding: 25px 40px 50px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.7rem;
}
.event-bottom .title {
  font-weight: 600;
  margin-bottom: 2px;
  width: 100%;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.event-bottom .content {
  width: 100%;
}
.event-bottom .buttons {
  width: 100%;
  margin-top: 24px;
}
.event-bottom .buttons .btn {
  width: 180px;
}
@media (max-width: 1023px) {
  .eventcalendar-event-eventlist .fc-header-toolbar {
    flex-wrap: wrap;
  }
  .eventcalendar-event-eventlist .fc-header-toolbar > * {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .eventcalendar-event-eventlist .fc-daygrid thead {
    display: none;
  }
}
@media (max-width: 767px) {
  .eventcalendar-event-eventlist .fc-daygrid tbody tr:first-of-type {
    display: none;
  }
}
@media (max-width: 400px) {
  .eventcalendar-event-eventlist #calendar-container .fc-toolbar-chunk .fc-today-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #calendar-container .fc-view-harness {
    height: 90vh !important;
  }
}
@media (max-width: 1023px) {
  #calendar-container .fc-view-harness .fc-timeGridDay-view .fc-col-header-cell-cushion {
    padding: 4rem 2.2rem 5rem;
  }
  #calendar-container .fc-view-harness .fc-timeGridDay-view .fc-col-header-cell-cushion .cdate_2 {
    font-size: 7.4rem;
  }
  #calendar-container .fc-view-harness .fc-timeGridDay-view .fc-col-header-cell-cushion .cdate_0,
  #calendar-container .fc-view-harness .fc-timeGridDay-view .fc-col-header-cell-cushion .cdate_3 {
    font-size: 1.6rem;
  }
}
#calendar-container .fc-header-toolbar {
  margin-bottom: 25px;
}
#calendar-container .fc-col-header-cell-cushion {
  display: none !important;
}
#calendar-container .fc-toolbar-chunk .fc-button-group button {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background: transparent;
  border: 1px solid #D1E1F0;
  font-weight: 600;
  outline: none;
}
#calendar-container .fc-toolbar-chunk .fc-button-group button:hover {
  outline: none;
  background-color: #c3d3e4;
}
#calendar-container .fc-toolbar-chunk .fc-button-group button:active,
#calendar-container .fc-toolbar-chunk .fc-button-group button:focus {
  outline: none;
  border: 1px solid #D1E1F0;
}
#calendar-container .fc-toolbar-chunk .fc-button-group button span {
  color: #004A93;
  font-size: 40px !important;
}
#calendar-container .fc-toolbar-chunk .fc-button-group .fc-prev-button {
  margin-right: 10px;
}
#calendar-container .fc-toolbar-chunk .fc-today-button {
  font-size: 1.6rem;
  color: #004a93;
  text-transform: uppercase;
  width: 180px;
  height: 50px;
  background: #fcb026;
  border: none;
  opacity: 1;
  border-radius: 4px;
  margin-left: 30px;
  font-weight: 600;
}
#calendar-container .fc-toolbar-chunk .fc-today-button:hover {
  background-color: #ec9903;
}
#calendar-container .fc-toolbar-chunk h2 {
  text-transform: uppercase;
}
#calendar-container .fc-toolbar-chunk:last-child .fc-button-group button {
  font-size: 1.5rem;
  color: #004A93;
  height: 48px;
  width: auto;
  border-radius: 0 !important;
  background-color: transparent;
  text-transform: uppercase;
  padding: 6px 20px;
  border: 1px solid #D1E1F0;
  outline: none;
  box-shadow: none;
}
#calendar-container .fc-toolbar-chunk:last-child .fc-button-group button.fc-button-active {
  background-color: #e6edf4;
}
#calendar-container .fc-toolbar-chunk:last-child .fc-button-group button:hover {
  outline: none;
  box-shadow: none;
  background-color: #c3d3e4;
}
#calendar-container .fc-toolbar-chunk:last-child .fc-button-group button:active,
#calendar-container .fc-toolbar-chunk:last-child .fc-button-group button:focus {
  border: 1px solid #D1E1F0;
  outline: none;
  box-shadow: none;
}
#calendar-container .fc-view-harness th {
  text-align: left;
}
@media (min-width: 1024px) {
  #calendar-container .fc-view-harness th {
    height: 220px;
  }
}
#calendar-container .fc-view-harness .fc-col-header-cell-cushion {
  padding: 2px;
  width: 100%;
  text-decoration: none;
  font-size: 0;
}
@media (min-width: 768px) {
  #calendar-container .fc-view-harness .fc-col-header-cell-cushion {
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  #calendar-container .fc-view-harness .fc-col-header-cell-cushion {
    padding: 43px 20px;
  }
}
#calendar-container .fc-view-harness .fc-col-header-cell-cushion .cdate_2 {
  font-size: 1.4rem;
  color: #004A93;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #calendar-container .fc-view-harness .fc-col-header-cell-cushion .cdate_2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1024px) {
  #calendar-container .fc-view-harness .fc-col-header-cell-cushion .cdate_2 {
    font-size: 7.4rem;
  }
}
#calendar-container .fc-view-harness .fc-col-header-cell-cushion span {
  font-size: 0.7rem;
  color: #222222;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 500px) {
  #calendar-container .fc-view-harness .fc-col-header-cell-cushion span {
    font-size: 1rem;
  }
}
@media (min-width: 850px) {
  #calendar-container .fc-view-harness .fc-col-header-cell-cushion span {
    font-size: 1.6rem;
  }
}
#calendar-container .fc-view-harness th.fc-timegrid-axis {
  display: none;
}
#calendar-container colgroup {
  display: none;
}
#calendar-container .fc-timegrid-slots {
  opacity: 0;
}
#calendar-container .fc-timegrid-cols .fc-timegrid-col {
  padding: 10px;
  background: #004A9308 !important;
}
#calendar-container .fc-timegrid-cols td.fc-timegrid-axis {
  display: none;
}
#calendar-container .fc-timegrid-cols .fc-timegrid-col-events {
  margin: 0;
}
#calendar-container .fc-timegrid-cols .fc-timegrid-col-events .fc-event-time {
  font-size: 1.5rem;
  color: #FFFFFF;
  opacity: 0.5;
  margin: 0 0 10px;
}
#calendar-container .fc-timegrid-cols .fc-timegrid-col-events .fc-event-title {
  font-size: 1.5rem;
  color: #FFFFFF;
}
.fc-daygrid-event-harness .fc-daygrid-event {
  flex-wrap: wrap;
  background-color: #004a93;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 15px 20px 25px;
  margin: 0 0 1rem;
}
.fc-daygrid-event-harness .fc-daygrid-event:hover {
  background-color: #003C77;
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.36);
}
.fc-daygrid-event-harness .fc-daygrid-event .fc-daygrid-event-dot {
  display: none !important;
}
.fc-daygrid-event-harness .fc-daygrid-event .fc-event-time {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
  opacity: 0.5;
  font-weight: 400;
}
.fc-daygrid-event-harness .fc-daygrid-event .fc-event-title {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 400;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: #D1E1F0 !important;
}
.tooltipster-base {
  display: none !important;
  opacity: 0 !important;
  visibility: invisible !important;
}
.eventcalendar-event-eventview .page-title-wrapper {
  text-align: left !important;
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .eventcalendar-event-eventview .page-title-wrapper {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .eventcalendar-event-eventview .page-title-wrapper {
    margin-bottom: 6rem;
  }
}
.eventcalendar-event-eventview .page-title-wrapper .page-title {
  text-align: left !important;
}
.events-calendar-details {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .events-calendar-details {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .events-calendar-details {
    margin-bottom: 8rem;
  }
}
.events-calendar-details .events-content {
  display: flex;
}
@media (max-width: 1023px) {
  .events-calendar-details .events-content {
    flex-wrap: wrap;
  }
  .events-calendar-details .events-content > * {
    width: 100%;
  }
  .events-calendar-details .events-content .events-single-right {
    margin-top: 50px;
  }
}
.events-calendar-details .events-single-left {
  box-sizing: border-box;
  font-size: 1.7rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .events-calendar-details .events-single-left {
    border-right: 1px solid #D1E1F0;
  }
}
@media (min-width: 1550px) {
  .events-calendar-details .events-single-left {
    min-width: 705px;
    max-width: 705px;
  }
}
.events-calendar-details .events-single-right {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .events-calendar-details .events-single-right {
    padding-left: 30px;
  }
}
@media (min-width: 1100px) {
  .events-calendar-details .events-single-right {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .events-calendar-details .events-single-right {
    padding-left: 60px;
  }
}
@media (min-width: 1300px) {
  .events-calendar-details .events-single-right {
    padding-left: 70px;
  }
}
.events-calendar-details .event-detail-block {
  border-bottom: 1px solid #D1E1F0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .events-calendar-details .event-detail-block {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .events-calendar-details .event-detail-block {
    padding-right: 30px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1100px) {
  .events-calendar-details .event-detail-block {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .events-calendar-details .event-detail-block {
    padding-right: 60px;
  }
}
@media (min-width: 1300px) {
  .events-calendar-details .event-detail-block {
    padding-right: 70px;
  }
}
.events-calendar-details .event-detail-block:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.events-calendar-details .events-cta {
  width: 100%;
}
.events-calendar-details .events-cta .events-cta-date {
  width: 100%;
  display: block;
}
.events-calendar-details .events-cta .events-cta-date > * {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.events-calendar-details .events-cta .events-cta-date > *:last-of-type {
  margin-bottom: 0;
}
.events-calendar-details .events-cta .events-cta-date .dd {
  color: #004a93;
  font-size: 7.4rem;
}
.events-calendar-details h4 {
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.events-calendar-details .event-info-row {
  display: flex;
}
.events-calendar-details .event-info-row + .event-info-row {
  width: 100%;
  padding-top: 5px;
}
.events-calendar-details .event-info-row-title {
  padding-right: 15px;
  color: #004a93;
  font-weight: 600;
  min-width: 80px;
  max-width: 80px;
}
.events-calendar-details #map_canvas {
  margin-top: 35px;
  width: 100%;
  height: 0;
  display: flex;
  padding-top: 76%;
  position: relative;
}
.events-calendar-details #map_canvas > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.events-single-right .event-listing.image img {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .events-single-right .event-listing.image img {
    margin-bottom: 5rem;
  }
}
.events-single-right .event-description a:not(.action) {
  text-decoration: underline;
}
.back_event {
  width: 100%;
  display: block;
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .back_event {
    margin-top: 5rem;
  }
}
.events-bottom-toolbar-wrapper {
  display: flex;
  justify-content: flex-end;
}
.events-bottom-toolbar-wrapper a.past-events {
  color: #004a93;
  background-color: #fcb026;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0px !important;
  line-height: 1.2;
}
.events-toolbar-wrapper {
  position: relative;
}
.events-toolbar-wrapper a.past-events {
  color: #004a93;
  background-color: #fcb026;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 0px !important;
  line-height: 1.2;
  display: block;
  max-width: 480px;
  margin: -40px auto 40px;
}
@media (min-width: 1024px) {
  .events-toolbar-wrapper a.past-events {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 25px;
    margin: auto;
  }
}
.event-toolbar {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.event-toolbar .event-modes {
  width: 100%;
  text-align: center;
}
.event-toolbar > div {
  width: 100%;
}
.event-toolbar .event-modes .label,
.event-toolbar .event-category-filters .label {
  display: block;
  text-align: center;
}
.accordion {
  border-bottom: 1px solid #dddddd;
  text-align: left !important;
  width: 1140px;
  max-width: 100%;
  margin: 4rem auto 0;
}
@media (min-width: 768px) {
  .accordion {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .accordion {
    margin-top: 8rem;
  }
}
.accordion [data-content-type="heading"] {
  padding: 28px 30px 28px 0;
  color: #004a93 !important;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid #dddddd;
  width: 100%;
  font-size: 2rem;
  margin: 0 !important;
}
.accordion [data-content-type="heading"]:after {
  content: '+';
  display: flex;
  width: 20px;
  height: 20px;
  font-size: 2rem;
  align-items: center;
  justify-content: flex-end;
  color: #004a93;
  position: absolute;
  right: 0;
  top: 28px;
}
.accordion [data-content-type="heading"].active {
  padding-bottom: 18px;
}
.accordion [data-content-type="heading"].active:after {
  content: '-';
}
.accordion [data-content-type="text"] {
  margin: 0;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .accordion [data-content-type="text"] p {
    font-size: 1.7rem;
  }
}
.accordion [data-content-type="text"] p:last-child {
  margin: 0;
}
.team_filter {
  width: 1100px;
  max-width: 100%;
  margin: 30px auto 100px;
}
.team_filter .filter_section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 550px) {
  .team_filter .filter_section {
    grid-template-columns: repeat(3, 1fr);
  }
}
.team-container {
  margin-bottom: 3rem;
}
.member-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.team .intro h4 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2rem;
}
.team + .team {
  margin-top: 55px;
}
.team-member-profile {
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px 25px;
  line-height: 1.4;
  margin: 0;
}
.team-member-profile:hover .team-avatar:after {
  display: none;
}
.team-member-profile:hover .image-container {
  filter: unset;
}
.team-member-profile > * {
  width: 100%;
}
.team-member-profile .image-container {
  display: flex;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  filter: grayscale(100);
}
.team-member-profile .team-avatar {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.team-member-profile .team-avatar:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004a93;
  opacity: 0.2;
}
.team-member-profile .name {
  color: #004a93;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.team-member-profile .job-title {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 6px;
}
.team-member-profile .phone-number {
  font-size: 1.5rem;
  text-decoration: underline;
  margin-bottom: 6px;
  word-break: break-all;
}
.team-member-profile .email {
  font-size: 1.5rem;
  word-break: break-all;
}
.team-member-profile .location {
  display: none;
}
.team-member-profile .department {
  display: none;
}
/*----------------newsletter-popup-------------*/
#newsletter-popup .subscribe.popup input {
  border: 1px solid #BBBBBB;
  color: #727171;
}
#newsletter-popup .note {
  margin-bottom: 0;
  color: #727171;
}
.policy-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #DDDDDD;
  width: 100%;
  max-width: 1140px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .policy-list {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .policy-list {
    margin-top: 70px;
  }
}
.policy-list-item {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #DDDDDD;
  padding: 14px 0;
  align-items: center;
}
@media (max-width: 499px) {
  .policy-list-item {
    flex-wrap: wrap;
  }
  .policy-list-item .btn {
    margin: 0 auto;
  }
}
.policy-list-item .btn {
  min-width: 200px;
  max-width: 200px;
}
.policy-label {
  font-size: 1.8rem;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 499px) {
  .policy-label {
    text-align: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .policy-label {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .policy-label {
    font-size: 2rem;
  }
}
.help-row {
  width: 100%;
  max-width: 844px;
  margin: 50px auto 30px;
}
@media (min-width: 768px) {
  .help-row {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .help-row {
    margin-top: 90px;
    margin-bottom: 80px;
  }
}
.help-row .sidebar-info-help {
  margin: 0;
}
.help-row .sidebar-info-help > * {
  max-width: 100%;
}
#timeline-progress {
  position: absolute;
  width: 14px;
  height: 0;
  top: 10px;
  left: 23px;
  z-index: 1;
  background-color: #004a93;
  transition: all linear 0.1s;
}
@media (min-width: 1024px) {
  #timeline-progress {
    width: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.timeline-block {
  position: relative;
  overflow: hidden;
  /*&:after {
			content: '';
			width: 32px;
			height: 32px;
			border-radius: 50%;
			display: flex;
			bottom: 0;
			left: 14px;
			position: absolute;
			background-color: @blue;
			transform: translateX(-50%);
			
			@media (min-width: 1024px) {
				left: 50%;
				width: 48px;
				height: 48px;
			}			
		}*/
}
.timeline-block:before {
  content: '';
  width: 14px;
  height: calc(100% - 20px);
  top: 10px;
  left: 23px;
  background-color: #fcb026;
  position: absolute;
  z-index: 0;
}
@media (min-width: 1024px) {
  .timeline-block:before {
    width: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .timeline-block .timeline-row:nth-of-type(2n) {
    margin-right: auto;
    margin-left: 0;
  }
  .timeline-block .timeline-row:nth-of-type(2n):before {
    transform: translateX(-50%);
    position: absolute;
    top: 5px;
    right: unset;
    left: 112.75%;
  }
  .timeline-block .timeline-row:nth-of-type(2n):after {
    right: -14px;
    left: unset;
    transform: rotate(-45deg);
  }
}
.timeline-row {
  display: flex;
  border: 1px solid #004a93;
  margin-left: auto;
  position: relative;
  padding: 60px 70px 70px;
  box-sizing: border-box;
  flex-wrap: wrap;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 30px 25px 40px;
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .timeline-row {
    padding: 40px 40px 50px;
  }
}
@media (min-width: 1024px) {
  .timeline-row {
    padding: 60px 70px 70px;
    width: 44.5%;
  }
}
.timeline-row:last-of-type {
  margin-bottom: 0;
}
.timeline-row > * {
  width: 100%;
}
.timeline-row h1,
.timeline-row h2,
.timeline-row h3,
.timeline-row h4,
.timeline-row h5,
.timeline-row h6 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .timeline-row h1,
  .timeline-row h2,
  .timeline-row h3,
  .timeline-row h4,
  .timeline-row h5,
  .timeline-row h6 {
    margin-bottom: 25px;
  }
}
.timeline-row p:last-of-type {
  margin-bottom: 0;
}
.timeline-row:before {
  content: '';
  position: absolute;
  top: 5px;
  width: 60px;
  height: 60px;
  z-index: 2;
  background-size: 26px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/svg/calendar.svg');
  background-color: #004a93;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.42);
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .timeline-row:before {
    right: calc(100% + 42px);
  }
}
@media (min-width: 1024px) {
  .timeline-row:before {
    transform: translateX(50%);
    right: 112.75%;
  }
}
@media (min-width: 1400px) {
  .timeline-row:before {
    width: 86px;
    height: 86px;
    background-size: 37px auto;
  }
}
.timeline-row:after {
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  left: -14px;
  border: 1px solid #ffffff;
  border-right-color: #004a93;
  top: 20px;
  width: 24px;
  height: 24px;
  border-bottom-color: #004a93;
  transform: rotate(135deg);
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .timeline-row:after {
    top: 32px;
  }
}
.testimonials-row {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .testimonials-row {
    margin-top: 8rem;
  }
}
@media (min-width: 1024px) {
  .testimonials-row {
    margin-top: 11rem;
  }
}
.reviews-holder {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .reviews-holder {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .reviews-holder {
    margin-bottom: 10rem;
  }
}
.reviews-holder h4 {
  margin-bottom: 3rem;
}
.reviews-holder p {
  font-size: 2.2rem;
  font-style: italic;
}
.reviews-holder p em {
  font-style: italic;
}
.reviews-holder .pagebuilder-overlay {
  padding: 0 20px !important;
  max-width: 100%;
  width: 1180px;
  margin: 0 auto;
}
.reviews-holder .slick-arrow {
  opacity: 0.1;
}
@media (max-width: 1299px) {
  .reviews-holder .slick-arrow {
    display: none;
  }
}
.reviews-holder .slick-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  bottom: -60px;
}
.reviews-holder .slick-dots li button {
  background-color: #CCDBE9;
}
.reviews-holder .slick-dots li.slick-active button {
  background-color: #004A93;
}
.cms-privacy-policy-cookie .page-main,
.cms-terms-conditions .page-main {
  width: 1136px;
  max-width: 100%;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .cms-privacy-policy-cookie .page-main,
  .cms-terms-conditions .page-main {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .cms-privacy-policy-cookie .page-main,
  .cms-terms-conditions .page-main {
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .cms-privacy-policy-cookie .page-main h1,
  .cms-terms-conditions .page-main h1 {
    margin-bottom: 50px;
  }
}
.cms-privacy-policy-cookie .page-main h1,
.cms-terms-conditions .page-main h1,
.cms-privacy-policy-cookie .page-main h2,
.cms-terms-conditions .page-main h2,
.cms-privacy-policy-cookie .page-main h3,
.cms-terms-conditions .page-main h3,
.cms-privacy-policy-cookie .page-main h4,
.cms-terms-conditions .page-main h4,
.cms-privacy-policy-cookie .page-main h5,
.cms-terms-conditions .page-main h5,
.cms-privacy-policy-cookie .page-main h6,
.cms-terms-conditions .page-main h6 {
  text-transform: uppercase;
}
.cms-privacy-policy-cookie .page-main h2,
.cms-terms-conditions .page-main h2,
.cms-privacy-policy-cookie .page-main h3,
.cms-terms-conditions .page-main h3,
.cms-privacy-policy-cookie .page-main h4,
.cms-terms-conditions .page-main h4,
.cms-privacy-policy-cookie .page-main h5,
.cms-terms-conditions .page-main h5,
.cms-privacy-policy-cookie .page-main h6,
.cms-terms-conditions .page-main h6 {
  margin: 60px 0 40px;
}
.cms-privacy-policy-cookie .page-main p,
.cms-terms-conditions .page-main p {
  font-size: 1.6rem;
}
.cms-privacy-policy-cookie .page-main p:first-of-type,
.cms-terms-conditions .page-main p:first-of-type {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .cms-privacy-policy-cookie .page-main p:first-of-type,
  .cms-terms-conditions .page-main p:first-of-type {
    font-size: 1.7rem;
  }
}
.cms-privacy-policy-cookie .page-main p:last-of-type,
.cms-terms-conditions .page-main p:last-of-type {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cms-privacy-policy-cookie .page-main p,
  .cms-terms-conditions .page-main p {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .cms-privacy-policy-cookie .page-main p.large,
  .cms-terms-conditions .page-main p.large {
    font-size: 2.2rem;
  }
}
.cms-privacy-policy-cookie .page-main ol,
.cms-terms-conditions .page-main ol,
.cms-privacy-policy-cookie .page-main ul,
.cms-terms-conditions .page-main ul {
  margin: 2rem 0;
}
.cms-privacy-policy-cookie .page-main ol li,
.cms-terms-conditions .page-main ol li,
.cms-privacy-policy-cookie .page-main ul li,
.cms-terms-conditions .page-main ul li {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .cms-privacy-policy-cookie .page-main ol li,
  .cms-terms-conditions .page-main ol li,
  .cms-privacy-policy-cookie .page-main ul li,
  .cms-terms-conditions .page-main ul li {
    font-size: 1.7rem;
  }
}
div[data-content-type="row"] > .form-row {
  background-color: #F3F6FA;
  padding: 2rem 2rem 5rem;
  margin-top: 20px;
}
@media (min-width: 768px) {
  div[data-content-type="row"] > .form-row {
    padding: 6rem 2rem 8rem;
  }
}
@media (min-width: 1024px) {
  div[data-content-type="row"] > .form-row {
    padding: 8rem 2rem 10rem;
  }
}
div[data-content-type="row"] > .form-row .pagebuilder-column-group {
  width: 1428px;
  max-width: 100%;
  margin: 0 auto;
}
div[data-content-type="row"] > .form-row .form.contact {
  margin-left: 0;
}
div[data-content-type="row"] > .form-row .form.contact .actions-toolbar {
  justify-content: flex-start;
}
div[data-content-type="row"] > .form-row .form.contact .actions-toolbar .primary .action {
  width: 390px;
  max-width: 100%;
  height: 50px;
}
div[data-content-type="row"] > .form-row .form.contact .field input,
div[data-content-type="row"] > .form-row .form.contact .field textarea {
  border: 1px solid #BBBBBB;
  border-radius: 4px;
}
div[data-content-type="row"] > .form-row .pagebuilder-column {
  justify-content: center !important;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  div[data-content-type="row"] > .form-row .pagebuilder-column:nth-of-type(1) {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  div[data-content-type="row"] > .form-row .pagebuilder-column:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media (min-width: 1350px) {
  div[data-content-type="row"] > .form-row .pagebuilder-column:nth-of-type(1) {
    width: 100% !important;
  }
}
div[data-content-type="row"] > .form-row .pagebuilder-column:nth-of-type(1) > * {
  max-width: 100%;
}
@media (min-width: 1350px) {
  div[data-content-type="row"] > .form-row .pagebuilder-column:nth-of-type(1) > * {
    width: 700px;
  }
}
@media (max-width: 767px) {
  div[data-content-type="row"] > .form-row .pagebuilder-column:nth-of-type(2) {
    padding-top: 5rem;
  }
}
@media (min-width: 1350px) {
  div[data-content-type="row"] > .form-row .pagebuilder-column:nth-of-type(2) {
    min-width: 552px !important;
    max-width: 552px !important;
  }
}
.narrow-row {
  width: 826px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .narrow-row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  .narrow-row {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.gallery-row {
  width: 1428px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid !important;
  gap: 3.2rem;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 2rem;
}
@media (min-width: 650px) {
  .gallery-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .gallery-row {
    padding-bottom: 5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .gallery-row {
    padding-bottom: 8rem;
    grid-template-columns: repeat(5, 1fr);
  }
}
.gallery-row.all figure {
  display: flex;
}
.gallery-row figure {
  position: relative;
  display: none;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.gallery-row figure:nth-of-type(1),
.gallery-row figure:nth-of-type(2),
.gallery-row figure:nth-of-type(3),
.gallery-row figure:nth-of-type(4),
.gallery-row figure:nth-of-type(5) {
  display: flex;
}
.gallery-row figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: unset !important;
  max-height: 100%;
  cursor: pointer;
}
.gallery-row figure img:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
.outro-row {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .outro-row {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .outro-row {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
.gallery-large {
  position: fixed;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.gallery-large.open {
  display: flex;
}
.gallery-large-container {
  padding: 44px 0;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);
  background-color: #ffffff;
  display: flex;
  position: relative;
}
.gallery-large-container img {
  display: flex;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  max-height: calc(100vh - 100px);
}
.gallery-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-close svg {
  width: 24px;
  height: auto;
  fill: #004a93;
}
.gallery-close:hover svg {
  fill: #003060;
}
.gallery-prev,
.gallery-next {
  min-width: 44px;
  max-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-prev svg,
.gallery-next svg {
  width: 16px;
  height: auto;
  fill: #004a93;
}
.gallery-prev:hover,
.gallery-next:hover {
  background-color: #f2f2f2;
}
.gallery-prev:hover svg,
.gallery-next:hover svg {
  fill: #003060;
}
.gallery-prev {
  transform: rotate(180deg);
}
.gallery-more-row {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .gallery-more-row {
    margin-top: -1rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .gallery-more-row {
    margin-top: -4rem;
    margin-bottom: 8rem;
  }
}
/**
	 * Layout
	 */
.page-layout-parts .sidebar-additional {
  margin-bottom: 8rem;
}
.page-layout-parts .category-view {
  max-width: 100%;
}
.page-layout-parts .parts-search-intro {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .page-layout-parts .parts-search-intro {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1024px) {
  .page-layout-parts .parts-list-container {
    margin-top: 5rem;
  }
}
.page-layout-parts .current-query {
  text-align: center;
  margin-top: -3rem;
  margin-bottom: 3rem;
}
.page-layout-parts .block-search .input-text {
  font-size: 1.6rem;
  padding-bottom: 2px;
}
/**
	 * Search
	 */
.parts-search {
  text-align: center;
}
.parts-search .block-search {
  margin: 3rem 0 0;
}
.parts-search .form {
  display: inline-block;
  width: 100%;
  max-width: 56rem;
}
.parts-search .input-text {
  border: 1px solid #004a93;
  border-radius: 4px !important;
  max-width: 100%;
}
.parts-search .input-text::-webkit-input-placeholder {
  color: #808080;
  font-weight: 300;
}
.parts-search .input-text::-moz-placeholder {
  color: #808080;
  font-weight: 300;
}
.parts-search .input-text:-ms-input-placeholder {
  color: #808080;
  font-weight: 300;
}
.page-layout-parts .toolbar-bottom {
  display: none;
}
.page-layout-parts .category-view {
  margin-bottom: 4rem;
}
.part-search-active .toolbar-amount {
  visibility: hidden;
}
/**
	 * List
	 */
.parts-list {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .parts-list {
    grid-template-columns: 1fr 1fr;
  }
}
.parts-list .col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.parts-list .row {
  display: grid;
  grid-template-columns: 10% 40% 10% 10% 5% auto;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  /*@media (min-width: 1024px) and (max-width: 1600px) {
				grid-template-columns: 15% auto 15% 15% 10%;
			}*/
}
.parts-list .row.product {
  border-bottom: 1px solid #ddd;
  /*@media (min-width: 1024px) and (max-width: 1600px) {
					border-bottom: none;
				}*/
}
@media (max-width: 1023px) {
  .parts-list .row {
    display: none;
  }
}
.parts-list .col-image-container {
  display: flex;
  border: 2px solid #DEDEDE;
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  padding: 4px;
  align-items: center;
  justify-content: center;
}
.parts-list .col-image-container .product-part-photo {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.parts-list form {
  width: 100%;
}
.parts-list .product-col-details {
  width: 100%;
}
.parts-list .product-col-details p {
  margin-bottom: 0;
}
.parts-list .product-title {
  width: 100%;
  font-weight: 600;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.parts-list .product-desc {
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .parts-list .product-desc {
    font-size: 1.7rem;
  }
}
.parts-list .product-desc a {
  text-decoration: underline;
}
.parts-list .product-desc a:hover {
  text-decoration: none;
}
.parts-list .product-desc .bss-bt-quickview {
  display: inline-block;
}
.parts-list .product-desc .product-desc-text {
  display: inline-block;
  padding-right: 0.5rem;
}
.parts-list .price-container .price {
  font-size: 1.5rem;
}
.parts-list .col.actions .btn,
.parts-list .col.actions .action.tocart {
  width: 100% !important;
}
.parts-list .price-including-tax .price,
.parts-list .price-excluding-tax .price {
  font-weight: 400;
}
.parts-list p {
  font-size: 1.5rem;
}
.parts-list a {
  text-decoration: none;
}
.parts-list a:hover {
  text-decoration: underline;
}
.parts-list .part-number {
  word-break: break-all;
}
.parts-list .col.center {
  text-align: center;
  justify-content: center;
}
.parts-list .col.right {
  text-align: right;
  /*@media (min-width: 1024px) and (max-width: 1600px) {
				display: none;
			}*/
}
.parts-list .extra-row {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 2rem 0;
  /*@media (min-width: 1024px) and (max-width: 1600px) {
				display: flex;
				justify-content: flex-end;
			}*/
}
.parts-list .headers {
  background: #F4F4F4;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  border-radius: 4px;
}
.parts-list .price-container .price-including-tax + .price-excluding-tax {
  margin-top: 6px;
  line-height: 1.5;
}
.parts-list .mobile-row {
  margin-top: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .parts-list .mobile-row {
    display: none;
  }
}
.parts-list .mobile-row-cols {
  display: flex;
}
.parts-list .mobile-row-cols p {
  margin: 0 0 4px;
}
.parts-list .mobile-row-cols p.product-desc {
  margin-bottom: 1rem;
}
.parts-list .mobile-row-cols strong {
  text-transform: uppercase;
  font-weight: 600;
}
.parts-list .mobile-row-left {
  min-width: 104px;
  max-width: 104px;
  box-sizing: border-box;
  padding-right: 2rem;
}
.parts-list .mobile-row-right {
  width: 100%;
}
.parts-list .mobile-row-right .product-price {
  display: flex;
}
.parts-list .mobile-row-right .price-box {
  padding-left: 5px;
}
.parts-list .mobile-row-bottom {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.parts-list .mobile-row-bottom form {
  display: flex;
  width: 100%;
  justify-content: center;
}
.parts-list .mobile-row-bottom .action {
  max-width: 320px !important;
}
.parts-list + .parts-list-container {
  margin-top: -4rem;
}
.parts-list + .parts-list-container > .parts-list .row.headers {
  display: none;
}
.parts-list-container > .primary.amscroll-load-button.-before {
  margin-bottom: 4rem !important;
}
/**
	 * Filters
	 */
@media (max-width: 1600px) {
  body.category-parts.page-with-filter .columns .sidebar-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  body.category-parts.page-with-filter .column.main {
    width: 100% !important;
    padding-left: 0;
  }
  body.category-parts.page-with-filter .toolbar-products .toolbar__left {
    display: block;
  }
  body.category-parts.page-with-filter.mobile-filter-open .columns {
    position: static;
  }
  body.category-parts.page-with-filter.mobile-filter-open .columns .sidebar-main {
    display: block;
  }
  body.category-parts .mobile-filter-open.page-with-filter .columns .sidebar-main {
    display: block;
  }
  body.category-parts .mobile-filter-open.page-products .columns {
    position: static;
  }
  body.category-parts .filter-block-container {
    position: relative;
    max-width: 29rem;
    height: 100%;
    margin: 0;
    padding: 2rem;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
  }
}
/**
	 * Popup
	 */
.part-image-popup .modal-inner-wrap {
  max-width: 800px;
}
.part-image-popup .part-image-popup-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: crosshair;
}
.product-part-photo {
  cursor: pointer;
}
body.bss_quickview-catalog_product-view {
  padding: 2rem;
  box-sizing: border-box;
  overflow-y: auto !important;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body.bss_quickview-catalog_product-view {
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  body.bss_quickview-catalog_product-view {
    padding: 8rem;
  }
}
body.bss_quickview-catalog_product-view .page-main {
  margin: 0 !important;
}
body.bss_quickview-catalog_product-view .page-main > .page.messages .messages {
  margin-top: 0 !important;
}
body.bss_quickview-catalog_product-view .page-wrapper {
  min-height: 0 !important;
}
body.bss_quickview-catalog_product-view #cookiescript_injected,
body.bss_quickview-catalog_product-view #cookiescript_badge {
  display: none !important;
}
body.bss_quickview-catalog_product-view #newsletter-popup {
  display: none !important;
}
body.bss_quickview-catalog_product-view .product.attribute.overview {
  display: none;
}
body.bss_quickview-catalog_product-view .product.info.detailed + .product.info.detailed {
  display: none;
}
body.bss_quickview-catalog_product-view .data.switch:before,
body.bss_quickview-catalog_product-view .data.switch:after {
  display: none !important;
}
body.bss_quickview-catalog_product-view .data.item.content {
  display: block !important;
}
@media (min-width: 769px) {
  body.bss_quickview-catalog_product-view .product-info-main .product.info.detailed .data.item.title > .switch {
    height: auto;
    padding: 2rem 0 1.5rem;
  }
}
@media (min-width: 1000px) {
  body.bss_quickview-catalog_product-view .product-main-top {
    display: grid;
    grid-gap: 5rem;
    grid-template-columns: 41.5% 1fr;
  }
}
@media (min-width: 1440px) {
  body.bss_quickview-catalog_product-view .product-main-top {
    grid-gap: 7.5rem;
  }
}
body.bss_quickview-catalog_product-view .product-info-main .product.info.detailed .item.content {
  padding: 0 !important;
}
body .mfp-iframe-holder .mfp-content {
  max-width: 1140px;
  height: auto !important;
  max-height: calc(100vh - 80px);
}
@media (max-width: 767px) {
  body .mfp-iframe-holder .mfp-content {
    height: calc(100vh - 80px) !important;
    max-height: calc(100vh - 80px);
  }
}
body .mfp-iframe-holder .mfp-close {
  top: 0rem;
  right: 0rem;
  color: #222;
  font-weight: 400;
  opacity: 1;
}
@media (min-width: 1024px) {
  body .mfp-iframe-holder .mfp-close {
    top: 1rem;
    right: 1.5rem;
  }
}
.contact-index-index .page-main {
  margin-bottom: 0;
}
/**
     * Branch layout
     */
.branch-list-container {
  position: relative;
  padding: 100px 20px 100px;
}
.branch-list-container:before {
  content: '';
  background-color: #eee;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
}
.branch-list-container h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.4rem;
  margin-bottom: 70px;
}
/* Branches list */
.branch-list {
  z-index: 1;
  position: relative;
  width: 1725px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
/* Branch item */
.branch {
  background: #fff;
  padding-bottom: 35px;
}
/**
     * Top
     */
.branch .top {
  background: #004a93;
  color: #fff;
  padding: 25px 30px;
  min-height: 53px;
}
.branch .top h4 {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  padding: 0 0 10px;
  margin-right: 20px;
}
.branch .top .action.primary,
.branch .top .amshopby-button,
.branch .top .am-filter-go {
  display: inline-block;
  padding: 13px 13px 14px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: 1px solid #fff;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  transition: all 0.2s;
  margin-top: 10px;
}
.branch .top .action.primary:hover,
.branch .top .amshopby-button:hover,
.branch .top .am-filter-go:hover {
  background: rgba(0, 0, 0, 0.5);
}
/* Containers */
.branch .detail,
.branch .service-list,
.branch .brands-stock,
.branch .call-us {
  padding: 30px 30px 0;
}
.branch .detail a,
.branch .call-us a {
  color: #004a93;
}
.branch h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 16px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
/**
     * Detail
     */
.branch .detail {
  /*max-width: 350px;*/
}
.branch .detail strong {
  color: #004a93;
  font-size: 16px;
}
/**
     * Call Us
     */
.branch .call-us h4 {
  font-size: 26px;
  margin-bottom: 9px;
}
.branch .call-us h4 + p {
  font-weight: 500;
  color: #555;
  font-size: 20px;
  margin-bottom: 10px;
}
.branch .call-us .call-additional-text p {
  font-size: 16px;
  max-width: 400px;
  color: #727171;
}
/* Brands */
.branch .brands-stock h5 {
  color: #fff;
  height: 15px;
  overflow: hidden;
  margin: 0;
}
.branch .brands-stock ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 10px;
  text-align: center;
  /*max-width: 400px;*/
}
/* Service list */
.branch .service-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
}
.branch .service-list ul li {
  position: relative;
  padding-left: 30px;
  font-size: 17px;
}
.branch .service-list ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  background: url('/pub/media/wysiwyg/images/branch-star.png') no-repeat center center;
  width: 25px;
  height: 25px;
}
.category-cta-row,
.standard-row,
.product-list-row {
  margin: 0 0 5rem;
}
.category-cta-row > *[data-content-type="heading"],
.standard-row > *[data-content-type="heading"],
.product-list-row > *[data-content-type="heading"],
.category-cta-row .row > div > *[data-content-type="heading"],
.standard-row .row > div > *[data-content-type="heading"],
.product-list-row .row > div > *[data-content-type="heading"] {
  margin: 0 0 2.8rem;
}
.product-list-row {
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .header-top-links ul {
    border-top: 1px solid #DBDBDB;
  }
}
.header-top {
  padding: 0.5rem 0;
  color: #ffffff;
  background-color: #222222;
}
.header-top .header-top-links {
  display: flex;
}
.header-top .header-top-links > li a.about {
  position: relative;
}
.header-top .header-top-links > li a.about:after {
  content: '';
  position: absolute;
  top: 16px;
  right: -14px;
  width: 9px;
  height: 14px;
  background-image: url(../images/down-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: background 0.3s 0.5s;
  z-index: 111;
}
.header-top .header-top-links > li a,
.header-top .header-top-links > li button {
  display: flex;
  align-items: center;
  padding: 0;
}
.header-top .header-top-links > li a:hover:before,
.header-top .header-top-links > li button:hover:before {
  bottom: 0 !important;
}
.header-top .header-top-links > li > a,
.header-top .header-top-links > li > button {
  height: 3rem;
}
.header-top .header-top-links > li > a:hover:before {
  bottom: 0 !important;
}
@media (min-width: 1025px) {
  .header-top .header-sub-links.about {
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px #00000029;
    padding: 23px 16px;
    width: 230px;
    top: 100%;
    left: 0;
    position: absolute;
    list-style-type: none;
  }
  .header-top .header-sub-links.about li {
    margin: 0;
  }
  .header-top .header-sub-links.about li a {
    font-size: 15px;
    color: #222222;
    display: block;
    padding: 7px 10px;
    text-decoration: none;
  }
  .header-top .header-sub-links.about li button {
    font-size: 15px;
    color: #222222;
    display: block;
    padding: 7px 10px;
    text-decoration: none;
  }
  .header-top .header-sub-links.about li button:hover {
    color: #fff;
  }
  .header-top .header-sub-links.about li:hover {
    background-color: #004A93;
    border-radius: 4px;
  }
  .header-top .header-sub-links.about li:hover a {
    color: #fff;
  }
}
.header-top .header-top-contact a {
  display: flex;
  align-items: center;
  height: 3rem;
}
.header-top .header-top__right .header-top-vat {
  padding: 0;
  display: flex;
  align-items: center;
  height: 3rem;
}
.header-text {
  overflow: hidden;
}
.header-text__list {
  margin: 0 -0.1rem;
}
.header-text__list:not(.slick-initialized) .header-text__item {
  display: none;
}
.header-text__list:not(.slick-initialized) .header-text__item:first-child {
  display: block;
}
.header-text__item {
  position: relative;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header-text__item::after {
    content: '';
    position: absolute;
    top: 0.4rem;
    right: -0.1rem;
    bottom: 0.4rem;
    border-left: 1px solid #ffffff;
  }
}
.header-text__item a {
  font-weight: 500;
  color: inherit;
}
.mobile-call {
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  margin-right: 10px;
}
.mobile-call svg {
  width: 19px;
  height: 19px;
  fill: #ffffff;
}
.page-header .header-main .logo {
  padding: 18px 95px 35px 0;
  clip-path: polygon(0 0%, 100% 0%, 80% 100%, 0 100%);
}
@media (max-width: 1400px) {
  .page-header .header-main .logo {
    padding: 18px 50px 35px 0;
  }
}
@media (max-width: 767px) {
  .page-header .header-main .logo {
    padding: 10px 25px 52px 20px;
  }
}
.page-header .header-main .logo img {
  height: 35px;
  width: auto;
  max-width: unset;
}
@media (min-width: 1025px) {
  .page-header .header-main .logo img {
    height: auto;
    width: 138px;
  }
}
.page-header .header-main .header-left span {
  transform: rotate(8deg);
}
.page-header .header-main .header-left span:before {
  transform: rotate(9deg);
  right: 13px;
  top: 5px;
}
@media (min-width: 1025px) {
  .page-header .header-main .main-navigation .navigation ul {
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  .page-header .header-main .main-navigation .navigation ul .level0 {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 1500px) {
  .page-header .header-main .main-navigation .navigation ul .level0 {
    margin-right: 20px;
  }
}
@media (min-width: 1550px) {
  .page-header .header-main .main-navigation .navigation ul .level0 {
    margin-right: 30px;
  }
}
@media (min-width: 1550px) {
  .page-header .header-main .main-navigation .navigation ul .level0 {
    margin-right: 30px;
  }
}
@media (min-width: 1600px) {
  .page-header .header-main .main-navigation .navigation ul .level0 {
    margin-right: 40px;
  }
}
@media (min-width: 1750px) {
  .page-header .header-main .main-navigation .navigation ul .level0 {
    margin-right: 60px;
  }
}
@media (min-width: 1025px) {
  .page-header .header-main .main-navigation .navigation ul .level0:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .page-header .header-main .main-navigation .navigation ul .level0 .level-top {
    font-weight: 600;
    line-height: 52px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1225px) {
  .page-header .header-main .main-navigation .navigation ul .level0 .level-top {
    font-size: 1.4rem;
  }
}
@media (min-width: 1350px) {
  .page-header .header-main .main-navigation .navigation ul .level0 .level-top {
    font-size: 1.6rem;
  }
}
.header-nav-wrapper {
  position: relative;
  z-index: 101;
}
.header-main {
  background-color: #dddddd;
}
.header-main > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
}
@media (min-width: 768px) {
  .header-main > .container {
    height: 8rem;
  }
}
@media (min-width: 1024px) {
  .header-main > .container {
    height: 10rem;
  }
}
.header-left {
  display: flex;
}
@media (min-width: 768px + 1) {
  .header-left {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .header-middle {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px + 1) {
  .header-middle {
    flex: 1 0 auto;
    max-width: 56rem;
  }
}
@media (min-width: 1024px) {
  .header-middle {
    padding: 0 10px;
  }
}
.header-right {
  display: flex;
  margin-right: -1.4rem;
}
@media (min-width: 768px) {
  .header-right {
    flex: 1;
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  .header-right {
    margin-right: 0;
  }
}
.logo {
  display: inline-block;
}
.header-btn {
  text-decoration: none;
  background-image: none;
  background: #808284;
  border: 1px solid #808284;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 4.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  font-size: 0;
  font-weight: 500;
  text-align: center;
  color: #222222;
  background: none;
  border: 0;
  border-radius: 0;
}
.header-btn:hover,
.header-btn:active,
.header-btn:focus {
  text-decoration: none;
}
.header-btn:focus,
.header-btn:active {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.header-btn:hover {
  background: #67686a;
  border: 1px solid #67686a;
  color: #ffffff;
}
.header-btn.disabled,
.header-btn[disabled],
fieldset[disabled] .header-btn {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.header-btn:hover,
.header-btn:focus,
.header-btn:active {
  background: none;
  border: 0;
  color: #222222;
}
.header-btn .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 768px) {
  .header-btn--search {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header-btn--menu {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header-btn--account,
  .header-btn.showcart {
    width: auto;
    font-size: 1.6rem;
  }
  .header-btn--account .text,
  .header-btn.showcart .text {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    font-weight: 500;
  }
  .header-btn--account .counter-number,
  .header-btn.showcart .counter-number {
    font-weight: 500;
  }
  .header-btn--account svg,
  .header-btn.showcart svg {
    margin-left: 1rem;
  }
}
@media (min-width: 1025px) {
  .header-btn--account {
    margin-right: 2rem;
  }
}
@media (min-width: 1440px) {
  .header-btn--account {
    margin-right: 6rem;
  }
}
@media (min-width: 1025px) {
  .header-btn.showcart svg {
    margin-top: -0.4rem;
  }
}
@media (max-width: 767px) {
  .block-search .input-text {
    border-radius: 0;
  }
}
.block-search .action.close {
  display: none;
}
@media (max-width: 767px) {
  .search-open .header-middle {
    display: block;
  }
}
.footer-top {
  padding-top: 3rem;
  padding-bottom: 4rem;
  color: #ffffff;
  background-color: #222222;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .footer-top {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .footer-top .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer-top__heading {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  max-width: 500px;
}
@media (min-width: 768px) {
  .footer-top__heading {
    margin-bottom: 0;
    font-size: 2.2rem;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .footer-top__heading {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .footer-top .form.subscribe {
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .footer-top .form.subscribe {
    margin-left: 6rem;
  }
}
.footer-top .form.subscribe .control {
  display: flex;
}
.footer-top .form.subscribe .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.footer-top .form.subscribe input[type='email'] {
  flex: 1 1 auto;
  border-color: #fff;
  border-radius: 4px 0 0 4px;
}
@media (min-width: 768px) {
  .footer-top .form.subscribe input[type='email'] {
    width: 25rem;
  }
}
@media (min-width: 1024px) {
  .footer-top .form.subscribe input[type='email'] {
    width: 27rem;
  }
}
.footer-top .form.subscribe .action.primary,
.footer-top .form.subscribe .amshopby-button,
.footer-top .form.subscribe .am-filter-go {
  position: relative;
  flex: 1 0 auto;
  color: #222222;
  background: #fff;
  border: 0;
  border-radius: 0 4px 4px 0;
}
.footer-top .form.subscribe .action.primary::before,
.footer-top .form.subscribe .amshopby-button::before,
.footer-top .form.subscribe .am-filter-go::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 0;
  bottom: 1rem;
  border-left: 1px solid #ddd;
}
.footer-top .form.subscribe .action.primary[disabled],
.footer-top .form.subscribe .amshopby-button[disabled],
.footer-top .form.subscribe .am-filter-go[disabled] {
  opacity: 1;
  color: #a0a0a0;
}
.footer-top .form.subscribe .field-error,
.footer-top .form.subscribe div.mage-error[generated] {
  padding: 0.6rem 1.5rem 0.5rem;
  margin: 0 1.5rem;
  font-size: 1.3rem;
  order: 100;
}
.subscribe-success {
  display: none;
  margin: 1rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .subscribe-success {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .subscribe-success {
    font-size: 2.8rem;
  }
}
.footer-top.has-passed .footer-top__heading,
.footer-top.has-passed .form.subscribe {
  display: none;
}
.footer-top.has-passed .subscribe-success {
  display: block;
}
.footer-main {
  color: #ffffff;
  background: #222222;
}
.footer-main a {
  color: #ffffff;
}
.footer-main div[data-content-type="row"] + img {
  margin-top: 1rem;
}
.footer-columns {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .footer-columns {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 1300px) {
  .footer-columns {
    padding-right: 10rem;
  }
}
.footer-column .heading {
  margin: 0;
  padding-bottom: 2.2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer-column .heading {
    font-size: 1.6rem;
  }
}
.footer-column .content {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .footer-column .content {
    padding-bottom: 0;
  }
}
.footer-column .content p,
.footer-column .content p a,
.footer-column .content li,
.footer-column .content li a {
  line-height: 1.2 !important;
  margin-bottom: 1rem !important;
}
@media (max-width: 1023px) {
  .footer-column [data-role='trigger'] {
    position: relative;
    cursor: pointer;
  }
  .footer-column [data-role='trigger']::after {
    content: '';
    position: absolute;
    top: 0.7rem;
    right: 0;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url('../images/svg/footer-dropdown.svg') no-repeat;
    transition: all 0.2s;
  }
  .footer-column [aria-expanded='true'] [data-role='trigger']::after {
    top: 0.5rem;
    transform: rotate(180deg);
  }
}
.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.footer-column ul li {
  margin-bottom: 0.7rem;
}
.footer-column--info {
  margin-top: 3.8rem;
}
@media (max-width: 1023px) {
  .footer-column--info {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer-column--info {
    margin-top: 0;
  }
}
.footer-social a {
  display: inline-block;
  margin: 0 1rem 2rem;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .footer-social a {
    margin: 0 1.5rem 2rem 0;
  }
}
.footer-social a svg {
  width: 3rem;
  height: 3rem;
}
.footer-social a svg:hover,
.footer-social a svg:focus {
  fill: #ddd;
}
.footer-contact {
  font-size: 2rem;
}
.footer-contact p {
  margin-bottom: 0.6rem;
}
.footer-contact strong {
  font-weight: 500;
}
.footer-cards {
  display: flex;
  justify-content: center;
}
.footer-cards svg {
  margin: 0 0.6rem;
}
.footer-cards--one {
  margin-top: 3.8rem;
}
@media (min-width: 1024px) {
  .footer-cards--one {
    display: none;
  }
}
@media (max-width: 1023px) {
  .footer-cards--two {
    display: none;
  }
}
.footer-bottom {
  padding: 2rem 0 3rem;
  text-align: center;
  border-top: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0 4rem;
  }
}
.footer-bottom p {
  margin: 0 !important;
}
.footer-copyright {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer-copyright {
    flex: 1;
    justify-content: flex-start;
  }
}
.footer-copyright a {
  display: inline-block;
  padding-left: 0.6rem;
  margin-left: 0.6rem;
  line-height: 0.9;
  border-left: 1px solid #fff;
}
@media (min-width: 1024px) {
  .footer-clear {
    flex: 1;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-top {
    padding: 40px 20px 50px;
  }
  .page-footer .footer-top .container {
    padding: 0;
  }
}
.page-footer .footer-top .subscribe .control {
  justify-content: center;
}
.page-footer .footer-top .subscribe input {
  height: 60px;
  max-width: 270px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-footer .footer-top .subscribe input {
    height: 50px;
  }
}
.page-footer .footer-top .subscribe input::placeholder {
  color: #727171;
}
.page-footer .footer-top .subscribe .action.primary,
.page-footer .footer-top .subscribe .amshopby-button,
.page-footer .footer-top .subscribe .am-filter-go {
  width: 100%;
  max-width: 100px;
}
@media (max-width: 767px) {
  .page-footer .footer-top .subscribe .action.primary,
  .page-footer .footer-top .subscribe .amshopby-button,
  .page-footer .footer-top .subscribe .am-filter-go {
    font-size: 15px;
  }
}
.page-footer .footer-link h3.heading {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .page-footer .footer-link h3.heading {
    padding-bottom: 21px;
  }
}
.page-footer .footer-link .content li {
  margin: 0 0 11px;
}
.page-footer .footer-link .content li a {
  text-decoration: none;
}
.page-footer .footer-link .content li a:hover {
  text-decoration: underline;
}
.page-footer .footer-link .footer-cards {
  margin: 0;
}
.page-footer .footer-brand {
  background: #FFFFFF;
}
.page-footer .footer-brand .footer-columns {
  padding: 20px 0;
}
.page-footer .footer-brand .footer-columns .brand-title {
  display: none;
}
.page-footer .footer-brand .footer-columns .brands-list {
  margin: 0;
  padding: 0;
  overflow: unset;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: center;
  justify-items: center;
}
@media (min-width: 550px) {
  .page-footer .footer-brand .footer-columns .brands-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .page-footer .footer-brand .footer-columns .brands-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1024px) {
  .page-footer .footer-brand .footer-columns .brands-list {
    grid-template-columns: repeat(9, 1fr);
  }
}
.page-footer .footer-brand .footer-columns .brands-list figure {
  margin: 0 7px;
  height: 50px;
}
.page-footer .footer-brand .footer-columns .brands-list figure img {
  max-height: 100%;
}
.page-footer .copy-right .footer-bottom {
  border: 0;
  padding: 34px 0 36px;
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-cc-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
  max-width: 300px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 10px;
  right: 30px;
}
#braintree_cc_number {
  padding-left: 68px;
}
@media (max-width: 1024px) {
  .main-navigation {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    padding-top: 10px;
    padding-bottom: 28px;
  }
  .main-navigation .navigation li {
    border-bottom: 1px solid #DBDBDB;
  }
  .main-navigation .navigation li:last-of-type {
    border-bottom: none;
  }
  .navigation ul + ul {
    border-top: 1px solid #DBDBDB;
  }
  .navigation li {
    margin: 0;
    padding: 0;
  }
  .navigation li.parent > a {
    position: relative;
  }
  .navigation li.parent > a:after {
    content: '';
    background-image: url('../images/svg/mobile-menu-caret.svg');
    background-repeat: no-repeat;
    backgrond-position: center;
    width: 16px;
    height: 16px;
    width: 100% auto;
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
  }
  .navigation li h6,
  .navigation li button,
  .navigation li a {
    padding: 12px 0;
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .navigation li h6:after,
  .navigation li button:after,
  .navigation li a:after {
    content: unset;
    display: none;
  }
  .navigation li button:after {
    content: unset !important;
    display: none !important;
  }
}
@media (min-width: 1024px + 1px) {
  .main-navigation {
    position: static;
  }
  .main-navigation .navigation .level0.parent > .level-top:before {
    left: 0 !important;
    right: 0 !important;
  }
  .main-navigation .navigation .level0.parent:hover > .level-top:before {
    border-color: #FCB026 !important;
  }
  .main-navigation .navigation .level0 > a:hover:before {
    border-top: 2px solid #FCB026 !important;
  }
  .main-navigation .navigation .level0 > a:hover:before,
  .main-navigation .navigation .level0.active > a:before {
    border-top: 2px solid #FCB026 !important;
  }
  .navigation__panel > .submenu {
    padding: 49px 25px 61px;
  }
  .navigation__panel > .submenu:before {
    background: #E2E9F2 !important;
  }
  .navigation__panel > .submenu li.level1 {
    text-transform: capitalize;
  }
  .navigation__panel > .submenu li.level1 a {
    padding: 0 13px !important;
  }
}
.primary.amscroll-load-button {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
.toolbar-products .toolbar-amount {
  font-size: 1.3rem;
}
.product-grid + .toolbar .toolbar__left,
.product-grid + .amscroll-load-button + .toolbar .toolbar__left,
.product-grid + .toolbar .toolbar-sorter,
.product-grid + .amscroll-load-button + .toolbar .toolbar-sorter,
.product-grid + .toolbar #toolbar-amount,
.product-grid + .amscroll-load-button + .toolbar #toolbar-amount {
  display: none;
}
ol.amshopby-items.items {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}
ol.amshopby-items.items .item.amshopby-item {
  border: none;
  padding-left: 20px;
  font-size: 1.6rem;
}
ol.amshopby-items.items .item.amshopby-item .amshopby-filter-name {
  font-weight: 400;
}
ol.amshopby-items.items .item.amshopby-item .amshopby-remove:after,
ol.amshopby-items.items .item.amshopby-item .amshopby-remove:before {
  display: none;
}
ol.amshopby-items.items li:last-of-type {
  margin-bottom: 0;
}
ol.amshopby-items.items .amshopby-button-wrap {
  display: none;
}
.sidebar-main {
  margin-bottom: 0;
}
.sidebar-main .filter-block-container {
  padding-top: 50px;
}
.sidebar-main .filter-block-container .filter-options-title {
  font-size: 1.4rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #DDDDDD;
}
.sidebar-main .filter-block-container .filter-options-content {
  padding: 0;
  margin: 0 0 28px;
}
.sidebar-main .filter-block-container .filter-options-content .items {
  max-height: 18.5rem;
}
.sidebar-main .filter-block-container .filter-options-content .items::-webkit-scrollbar {
  width: 2px;
}
.sidebar-main .filter-block-container .filter-options-content .items li.item {
  margin: 0 0 6px;
}
.sidebar-main .filter-block-container .filter-options-content .items li.item a {
  padding: 0 0 0 34px;
  display: flex;
  align-items: center;
}
.sidebar-main .filter-block-container .filter-options-content .items li.item a:before {
  top: 2px;
}
.sidebar-main .filter-block-container .filter-options-content .items li.item a span {
  font-size: 1.5rem;
  font-weight: 400;
}
.sidebar-info-help {
  display: flex;
  width: 100%;
  background-color: #004a93;
  padding: 4rem 1.5rem 3.5rem;
  box-sizing: border-box !important;
  margin-top: 0rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182' height='182' viewBox='0 0 182 182'%3E%3Cpath d='M93.5-149.015a78.9 78.9 0 0 1 78.89 78.89A78.869 78.869 0 0 1 93.5 8.766a78.868 78.868 0 0 1-78.89-78.89A78.887 78.887 0 0 1 93.5-149.015Zm0-11.687A90.592 90.592 0 0 0 2.922-70.125 90.573 90.573 0 0 0 93.5 20.453a90.573 90.573 0 0 0 90.578-90.578A90.592 90.592 0 0 0 93.5-160.7ZM80.351-35.062a4.383 4.383 0 0 0-4.383 4.383v2.922a4.383 4.383 0 0 0 4.383 4.383h26.3a4.383 4.383 0 0 0 4.383-4.383V-30.68a4.383 4.383 0 0 0-4.383-4.383h-4.383V-86.2a4.383 4.383 0 0 0-4.383-4.383H80.351A4.383 4.383 0 0 0 75.969-86.2v2.922a4.383 4.383 0 0 0 4.383 4.383h4.383v43.828ZM93.5-122.718a11.688 11.688 0 0 0-11.687 11.687A11.688 11.688 0 0 0 93.5-99.344a11.688 11.688 0 0 0 11.687-11.687A11.688 11.688 0 0 0 93.5-122.718Z' transform='translate(-2.922 160.703)' fill='%23003972'/%3E%3C/svg%3E");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 187px auto !important;
  border-radius: 4px;
}
.sidebar-info-help > * {
  width: 100%;
  max-width: 248px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sidebar-info-help h1,
.sidebar-info-help h2,
.sidebar-info-help h3,
.sidebar-info-help h4,
.sidebar-info-help h5,
.sidebar-info-help h6 {
  font-size: 1.8rem;
  letter-spacing: 1.44px;
  margin-bottom: 15px;
  color: #ffffff;
}
.sidebar-info-help p {
  letter-spacing: 0.48px;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #ffffff;
}
.sidebar-info-help p:last-child {
  margin: 0;
}
.sidebar-info-help a {
  font-size: 1.9rem;
  letter-spacing: 1.52px;
  color: #fcb026;
  text-decoration: none;
  font-weight: 600;
}
.sidebar-info-help a:hover {
  text-decoration: underline;
}
.sidebar-info-help em {
  font-size: 1.5rem;
  letter-spacing: 0.45px;
}
body[class*="isuzu"] .sidebar-info-help {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.category-view {
  margin: 0 auto 50px;
  max-width: 1140px;
}
.category-description {
  margin: 0;
  text-align: center;
}
.category-description p {
  font-size: 1.6rem;
}
.category-description p:last-child {
  margin: 0;
}
.category-description a {
  color: #222222;
  text-decoration: underline;
}
.amshopby-filter-current .amshopby-item.item {
  line-height: 1;
}
.filter-actions .filter-clear:hover {
  border-style: none;
}
.filter-options-title {
  color: #222222;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.filter-options-item .filter-options-content {
  margin: 0 0 15px;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options-item .filter-options-content .items {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .items a,
.filter-options-item .filter-options-content .items [class*='am-filter-item'],
.filter-options-content .item a {
  font-size: 13px;
  line-height: 18px;
  color: #222222;
  padding: 4px 0 3px 34px;
  min-height: 27px;
}
.filter-options-item .filter-options-content .items a:before,
.filter-options-item .filter-options-content .items [class*='am-filter-item']:before {
  width: 24px;
  height: 24px;
}
.filter-options-item .filter-options-content .items a.amshopby-link-selected:before,
.filter-options-item .filter-options-content .items [class*='am-filter-item'].amshopby-link-selected:before,
.filter-options-item .filter-options-content .item input[type='radio']:checked ~ a:before,
.filter-options-item .filter-options-content .item input[type='checkbox']:checked ~ a:before {
  box-shadow: inset 0 0 0 5px #ffffff;
  background: #004a93;
}
.filter-options-item .filter-options-content .am-shopby-form {
  padding: 0;
  margin: 0;
}
.filter-options-item .filter-options-content .am-shopby-form .item {
  margin: 0 0 10px;
}
.filter-options-item .filter-options-content .item input[type='radio']:checked ~ a:after,
.filter-options-item .filter-options-content .item input[type='checkbox']:checked ~ a:after {
  display: none;
}
.filter-options-item .filter-options-content .am-swatch-wrapper a .swatch-option.color,
.filter-options-item .filter-options-content .am-swatch-wrapper a .swatch-option.image {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 24px;
  height: 24px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper a .swatch-option.color:hover,
.filter-options-item .filter-options-content .am-swatch-wrapper a .swatch-option.image:hover {
  box-shadow: 0 0 0 1px #000000;
}
.filter-options-content .item {
  margin: 0 0 10px;
}
.filter-options-content .item a .swatch-option.text {
  margin: 0;
}
.filter-options-content .am-filter-items-attr_category_ids .items-children {
  display: none;
}
.items[class*='am-filter-items-attr_category']:not(.items-children) > .item > a {
  font-weight: normal;
}
.amscroll-page-num {
  display: none !important;
}
.product-main {
  width: 100%;
}
.catalog-product-view .page-main {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .catalog-product-view .page-main {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .page-main {
    margin-bottom: 13rem;
  }
}
.catalog-product-view .product-info-main .page-title-wrapper {
  margin-bottom: 0.5rem;
  text-align: left !important;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-main .page-title-wrapper {
    margin-bottom: 1rem;
  }
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  margin-top: -1rem;
  margin-bottom: 0;
  line-height: 1.1;
  color: #222222;
  font-size: 2.4rem;
  text-transform: uppercase;
  width: 100%;
  max-width: 640px;
  padding-right: 100px;
  box-sizing: border-box;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    font-size: 2.8rem;
  }
}
#product.info.full_description:not(.show) {
  display: none !important;
}
.product-info-main .product-info-stock-sku {
  padding-bottom: 3rem;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 2rem;
  color: #727171;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 20px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .product-info-main .product-info-stock-sku {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
}
.product-info-main .product-info-stock-sku .product {
  display: flex;
}
.product-info-main .product-info-stock-sku .product strong {
  padding-right: 0.5rem;
}
.product-info-main .action.primary.btn-auction-link,
.product-info-main .amshopby-button.btn-auction-link,
.product-info-main .am-filter-go.btn-auction-link {
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: block;
}
.product-info-main .product.attribute.overview {
  margin: 0 0 25px;
}
.product-info-main .product.attribute.overview p {
  margin: 0;
  font-size: 1.7rem;
}
.product-info-main .product.attribute.overview a {
  color: #727171;
  text-decoration: underline;
}
.product-info-main .product.attribute.overview a:hover {
  text-decoration: none;
}
.product-info-main .product-add-form .fieldset {
  margin-bottom: 30px;
}
.product-info-main .product-add-form .fieldset .action.primary,
.product-info-main .product-add-form .fieldset .amshopby-button,
.product-info-main .product-add-form .fieldset .am-filter-go {
  color: #004A93;
  height: 50px;
  background: #FCB026;
}
.product-info-main .product-add-form .fieldset .swatch-attribute {
  margin: 0 0 25px;
}
.product-info-main .product-add-form .fieldset .swatch-attribute .swatch-option {
  width: 42px;
  height: 42px;
}
.product-info-main .special-list ul {
  padding: 0 0 20px;
}
.product-info-main .special-list ul li {
  color: #3C3C3B;
}
.product-info-main .product.info.detailed .data.item.title .switch::before {
  color: #000;
}
.product-info-main .product.info.detailed p:first-of-type,
.product-info-main .product.info.detailed p {
  font-size: 1.7rem;
}
.product-info-main .product.info.detailed p:last-of-type {
  margin-bottom: 0;
}
.product-info-main .price-box {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .product-info-main .price-box {
    margin-bottom: 20px;
  }
}
.product-info-main .price-box .price-wrapper {
  margin: 0;
}
.product-info-main .price-box .price-wrapper .price,
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-info-main .price-box .weee .price {
  font-size: 28px;
  line-height: 33px;
  color: #004a93;
}
.product-info-main .price-box .price-wrapper:after {
  margin: 0 0 4px 6px;
  font-weight: 300;
}
.product-info-main .product-options-wrapper .swatch-opt {
  margin: 0;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute {
  margin: 0 0 18px;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  display: none;
}
.product-info-main .product-options-wrapper .swatch-attribute-label,
.product-info-main .product-add-form .fieldset > .field:not(.choice) > .label {
  text-transform: uppercase;
  box-sizing: border-box;
  font-size: 1.3rem;
  flex: 1 0 107px;
  padding: 15px 10px 15px 0;
  margin: 0;
}
.product-info-main .product-options-wrapper .swatch-attribute-label:after {
  content: ':';
}
.product-info-main .product-options-wrapper .swatch-attribute-options {
  margin: 0;
  display: block;
  flex: 0 1 100%;
}
.product-info-main .product-options-wrapper .swatch-option.image,
.product-info-main .product-options-wrapper .swatch-option.color {
  box-sizing: unset;
  border-width: 4px;
  box-shadow: 0 0 0 1px #dddddd;
  margin: 0 8px 0 0;
  position: relative;
}
.product-info-main .product-options-wrapper .swatch-option.image:after,
.product-info-main .product-options-wrapper .swatch-option.color:after {
  border-style: none;
}
.product-info-main .product-options-wrapper .swatch-option.image:hover,
.product-info-main .product-options-wrapper .swatch-option.color:hover,
.product-info-main .product-options-wrapper .swatch-option.image.selected,
.product-info-main .product-options-wrapper .swatch-option.color.selected {
  text-align: center;
  box-shadow: 0 0 0 1px #fcb026;
}
.product-info-main .product-options-wrapper .swatch-option.image.selected:before,
.product-info-main .product-options-wrapper .swatch-option.color.selected:before {
  font: 300 24px/42px "Font Awesome 5 Pro";
  color: #ffffff;
  content: "\f00c";
}
.product-info-main .product-options-wrapper .swatch-option.text {
  margin: 0 8px 8px 0;
}
.product-info-main .product-add-form .box-add-bag > .fieldset {
  display: flex;
}
.product-info-main .product-add-form .box-add-bag > .fieldset .field {
  display: flex;
}
.product-info-main .product-add-form .qty-controls .qty-controls__btn {
  display: none;
}
.product-info-main .product-add-form .qty-controls input.qty-controls__input {
  border-color: #dddddd;
  border-radius: 4px;
  font-size: 1.4rem;
  color: #3c3c3b;
}
.product-info-main .product-add-form .qty-controls input.qty-controls__input:placeholder {
  font-style: normal;
}
.product-info-main .product-add-form .fieldset > .field {
  display: flex;
}
.product-info-main .product-add-form .fieldset > .field:not(.choice) > .label:after {
  content: ':';
  color: #222222;
}
.product-info-main .product-add-form .fieldset > .field .control {
  margin: 0;
  display: block;
  flex: 0 1 100%;
}
.product-info-main .product-add-form .fieldset .qty-controls {
  flex: 1 0 60px;
}
.product-info-main .product-add-form .actions {
  flex: 0 1 100%;
}
.product-info-main .product-add-form .action.primary.tocart,
.product-info-main .product-add-form .amshopby-button.tocart,
.product-info-main .product-add-form .am-filter-go.tocart {
  margin: 0;
}
.product-info-main .product.info.detailed {
  margin: 0;
  text-align: left;
}
.product-info-main .product.info.detailed .data.item.title {
  border-top: 1px solid #dddddd;
  margin: 0;
  display: block;
  text-align: left;
  text-transform: uppercase;
}
.product-info-main .product.info.detailed .data.item.title.active > .switch:before {
  content: "\f068";
}
.product-info-main .product.info.detailed .data.item.title > .switch {
  color: #222222;
  font-size: 1.3rem;
  position: relative;
  height: auto;
}
.product-info-main .product.info.detailed .data.item.title > .switch:after {
  display: none;
}
.product-info-main .product.info.detailed .data.item.title > .switch:before {
  font: 300 16px/1 "Font Awesome 5 Pro";
  content: "\f067";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-info-main .product.info.detailed .item.content {
  float: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}
.vat-include .product-info-price .price-excluding-tax {
  display: none;
}
.vat-include .product-info-price .price-including-tax {
  display: block;
}
.vat-include .price-box > .price-final_price .price-including-tax {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
}
.vat-include .price-box > .price-final_price .price-excluding-tax {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.vat-include .price-box > .special-price > .price-final_price .price-including-tax {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
}
.vat-include .price-box > .special-price > .price-final_price .price-excluding-tax {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.vat-include .price-box > .old-price > .price-final_price .price-including-tax {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.vat-include .price-box > .old-price > .price-final_price .price-excluding-tax {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.vat-exclude .price-box > .price-final_price .price-including-tax {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.vat-exclude .price-box > .price-final_price .price-excluding-tax {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
}
.vat-exclude .price-box > .special-price > .price-final_price .price-including-tax {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.vat-exclude .price-box > .special-price > .price-final_price .price-excluding-tax {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
}
.vat-exclude .price-box > .old-price > .price-final_price .price-including-tax {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.vat-exclude .price-box > .old-price > .price-final_price .price-excluding-tax {
  display: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.price-box > .old-price {
  display: none !important;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  font-size: 18px;
  color: red;
}
@media only screen and (max-width: 480px) {
  .price-box .special-price .price-label,
  .price-box .old-price .price-label {
    display: block;
  }
}
.price-box .special-price .price-wrapper .price,
.price-box .old-price .price-wrapper .price {
  color: red !important;
}
.product-info-price .price-label {
  display: none;
}
.product-info-price .special-price .price-label {
  display: inline-block;
  font-size: 22px;
}
.product-info-price .price-including-tax {
  display: none;
}
.product-info-price .price-wrapper:before {
  display: none;
}
.product-info-price .price-wrapper:after {
  content: attr(data-label);
  font-size: 14px;
  line-height: 19px;
  color: #222222;
  margin: 0 0 0 20px;
}
.special-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3c3c3b;
  margin: 0;
  padding: 0;
  list-style: none none;
  padding: 11px 0 20px;
}
.special-list ul li {
  display: flex !important;
  align-items: center !important;
  padding: 0 10px;
  box-sizing: border-box;
}
.special-list ul li img {
  margin: 0 10px 0 0;
}
@media (max-width: 768px) {
  .special-list ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .special-list ul li {
    justify-content: center !important;
  }
}
.catalog-product-view .page-main.page-main-details h2 {
  text-transform: uppercase;
  text-align: center;
}
.bss_quickview-catalog_product-view .ref_no strong {
  font-size: 0;
}
.bss_quickview-catalog_product-view .ref_no strong:after {
  content: 'Parts No.';
  font-size: 1.6rem;
}
.bss_quickview-catalog_product-view .fotorama {
  border: 0 !important;
}
.box-add-bag.upsell-offer-only p {
  color: #c00;
  font-weight: 700;
  font-size: 18px;
}
body.tax-class-0 .product-info-main .price-box .price-container:not(.container-reduced-configurable) .price-wrapper:after {
  content: '' !important;
}
.price-box .old-price .price-label {
  display: none;
}
.stock-info-bar-container {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}
.stock-info-bar {
  padding: 1.1rem 1.5rem;
  box-sizing: border-box;
  background: #E7EDF4;
  color: #0A4A93;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 4px;
}
.stock-info-bar svg {
  margin-right: 0.3rem;
  position: relative;
  top: -1px;
}
.stock-info-bar svg path {
  fill: #0A4A93;
}
.stock-info-bar .delivery-info {
  display: block;
  margin-top: 1rem;
}
.shop-design .stock-info-bar {
  background: #EDECE4;
  color: #837F65;
}
.shop-design .stock-info-bar svg path {
  fill: #837F65;
}
.shop-design .container-reduced-configurable {
  display: flex;
  align-items: center;
}
.shop-design .container-reduced-configurable .price-label-reduced-configurable {
  color: red;
  font-weight: 400;
  font-size: 2.2rem;
  position: relative;
  top: 3px;
  margin-right: 6px;
}
.shop-design .container-reduced-configurable .price {
  color: red !important;
  font-weight: 700;
}
.product-delivery-info {
  background: #EDECE4;
  text-align: center;
  padding: 20px 20px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.product-delivery-info p {
  margin: 0 0 10px;
  font-size: 1.6rem;
}
.product-delivery-info p:last-child {
  margin-bottom: 0;
}
.product-delivery-info p strong,
.product-delivery-info strong {
  color: #222;
}
.product-delivery-info p span,
.product-delivery-info span {
  color: #837F65;
}
@media (min-width: 550px) {
  .stock-info-bar {
    display: flex;
  }
  .stock-info-bar .stock-info {
    margin-right: 1.5rem;
  }
  .stock-info-bar .delivery-info {
    margin-top: 0;
  }
}
.pay-with-ease {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin: 1rem 0 3rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
.pay-with-ease .lead {
  margin-right: 80px;
  display: block;
  color: #000;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.pay-with-ease ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pay-with-ease ul li {
  margin: 0;
  padding: 8px 8px 8px 8px;
}
.pay-with-ease ul li span {
  font-size: 16px;
  color: #837F65;
}
.pay-with-ease ul li svg {
  display: block;
  margin: 0 auto 8px;
}
@media (max-width: 767px) {
  .pay-with-ease {
    display: block;
  }
  .pay-with-ease ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    line-height: 1.2;
  }
  .pay-with-ease span {
    font-size: 13px;
  }
  .pay-with-ease .lead {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.basket-sub-summary .pay-with-ease {
  border-bottom: 0;
}
.basket-sub-summary .pay-with-ease ul li {
  color: #222;
}
.basket-sub-summary.cart-top-summary .pay-with-ease {
  max-width: 100%;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.cart-summary .pay-with-ease {
  margin: 2rem 0 0;
  padding: 0 0 10px;
}
.fotorama {
  border: 2px solid #dedede;
  padding: 10px;
}
.fotorama .fotorama__stage {
  border-style: none;
  width: 100% !important;
}
.fotorama .fotorama__stage .fotorama__stage__shaft {
  width: 100% !important;
}
.fotorama .fotorama__stage .fotorama__stage__shaft .fotorama__img {
  height: auto;
}
.fotorama .fotorama__fullscreen-icon {
  bottom: 15px;
  right: 10px;
  text-align: center;
  background: none;
  width: 24px;
  height: 24px;
}
.fotorama .fotorama__fullscreen-icon:after {
  content: "\f00e";
  font: 300 24px/24px "Font Awesome 5 Pro";
  color: #808080;
  display: block;
}
.fotorama .fotorama__thumb:after {
  border: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .fotorama .fotorama__arr__arr {
    display: none !important;
  }
}
.fotorama .fotorama__thumb-border {
  border: 1px solid #fcb026;
}
.fotorama .fotorama__nav--dots .fotorama__dot {
  background: #004a93;
  opacity: 0.2;
}
.fotorama .fotorama__nav--dots .fotorama__active .fotorama__dot {
  opacity: 1;
}
.fotorama.fotorama--fullscreen .fotorama__fullscreen-icon:after {
  display: none;
}
.enquire-form h3 {
  margin: 0 0 2rem;
}
.enquire-form .info {
  font-size: 1.6rem;
  margin: 0;
  color: #747474;
}
.enquire-form .info strong {
  font-weight: 600;
}
.enquire-form .product-enquiry-form {
  margin: 4rem 0 0;
}
.enquire-form .cf-error {
  text-align: left;
  margin-top: 1rem;
  color: #F73131;
}
.enquire-form .form-row {
  margin: 0 0 2rem;
}
.enquire-form .enquire-disclaimer {
  width: 100%;
  text-align: center;
}
.enquire-form .enquire-disclaimer p {
  margin: 0;
  color: #727171;
  font-size: 1.6rem;
}
.opc-progress-bar-item > span:before {
  font-family: arial;
}
body.checkout-index-index #maincontent button.action.action-apply,
body.checkout-cart-index #maincontent button.action.action-apply,
body.checkout-index-index #maincontent #empty_cart_button,
body.checkout-cart-index #maincontent #empty_cart_button {
  background-color: #f2f2f2 !important;
  color: #222 !important;
}
body.checkout-index-index #maincontent button.action.action-apply span,
body.checkout-cart-index #maincontent button.action.action-apply span,
body.checkout-index-index #maincontent #empty_cart_button span,
body.checkout-cart-index #maincontent #empty_cart_button span {
  color: #222 !important;
}
body.checkout-index-index #maincontent button.action.action-apply:hover,
body.checkout-cart-index #maincontent button.action.action-apply:hover,
body.checkout-index-index #maincontent #empty_cart_button:hover,
body.checkout-cart-index #maincontent #empty_cart_button:hover {
  background-color: #ddd !important;
  color: #222 !important;
}
body.checkout-index-index #maincontent button.action.action-apply:hover span,
body.checkout-cart-index #maincontent button.action.action-apply:hover span,
body.checkout-index-index #maincontent #empty_cart_button:hover span,
body.checkout-cart-index #maincontent #empty_cart_button:hover span {
  color: #222 !important;
}
body.checkout-index-index #maincontent .actions-toolbar .primary button.action.apply:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit),
body.checkout-cart-index #maincontent .actions-toolbar .primary button.action.apply:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit) {
  background-color: #ddd !important;
  color: #222 !important;
}
body.checkout-index-index #maincontent .actions-toolbar .primary button.action.apply:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit) span,
body.checkout-cart-index #maincontent .actions-toolbar .primary button.action.apply:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit) span {
  color: #222 !important;
}
body.checkout-index-index #maincontent .actions-toolbar .primary button.action.apply:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit):hover,
body.checkout-cart-index #maincontent .actions-toolbar .primary button.action.apply:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit):hover {
  background-color: #c4c4c4 !important;
  color: #222 !important;
}
body.checkout-index-index #maincontent .actions-toolbar .primary button.action.apply:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit):hover span,
body.checkout-cart-index #maincontent .actions-toolbar .primary button.action.apply:not(.subscribe):not(.search):not(.search-close):not(.close):not(.action-edit):hover span {
  color: #222 !important;
}
body.checkout-index-index .shipping-address-items .action {
  border-radius: 0 !important;
}
body.checkout-index-index #submit_dropin_payment {
  min-width: unset !important;
  width: 32rem !important;
  display: flex !important;
  max-width: 100% !important;
}
body.checkout-index-index .modal-popup.modal-slide .modal-footer {
  display: flex;
  gap: 2rem;
}
#opc-sidebar .action.action-edit {
  letter-spacing: unset;
  font-size: 1.6rem;
}
#opc-sidebar .action.action-edit:hover {
  text-decoration: underline;
}
.checkout-onepage-success #registration p,
.checkout-onepage-success .checkout-success p {
  font-size: 1.6rem;
  margin: 0 0 2rem !important;
}
#shipping-method-buttons-container .primary {
  text-align: left !important;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-bottom: 0;
}
.modal-popup.confirm .modal-footer {
  display: flex;
  gap: 1rem;
}
.checkout-index-index hr {
  margin: 0;
  border: none;
}
.checkout-index-index .modal-popup .modal-title {
  text-align: center;
}
.checkout-index-index .modal-popup .field .label {
  width: 100%;
  text-align: left;
}
.checkout-index-index .actions-toolbar .primary,
.checkout-index-index .actions-toolbar .secondary {
  text-align: left !important;
}
.checkout-index-index .header-secure {
  color: #004a93;
}
.checkout-index-index .header-secure svg {
  fill: #004a93;
}
.checkout-index-index #newsletter-popup {
  display: none !important;
}
.checkout-index-index .header-main {
  /*background-color: #fff;*/
  /*&:after {
				content: unset;
				display: none;
			}*/
}
.checkout-index-index .header-main > .container {
  position: relative;
}
.checkout-index-index .header-main > .container:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 100%;
  left: -9999px;
  background: #ffffff;
  margin: 0 -20px 0 0;
}
.checkout-index-index .header-main .logo {
  /*clip-path: unset;*/
  /*@media (min-width: 1025px) {
					padding: 20px 0;
				}*/
  /*img {
					@media (min-width: 1025px) {
						//width: 60px;
					}
				}*/
}
.opc-block-summary > span.title {
  padding-bottom: 1.5rem;
  display: flex;
  width: 100%;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  position: static;
  display: inline-block;
  margin: 0 0 0 20px;
}
@media (min-width: 1025px) {
  .header-main {
    position: relative;
  }
  .header-main:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 52px;
  }
}
.cart-item-col.qty {
  width: auto;
}
.cart-item-col .price-excluding-tax {
  /*display: none;*/
}
.cart-item-col .price-excluding-tax:before {
  display: none !important;
}
.cart-item-col .price-including-tax:before {
  display: none !important;
  /*content: attr(data-label) ;
                font-size: 1.1rem;*/
}
.cart-summary .cart-totals {
  line-height: 1.2;
}
.cart-container .qty-controls {
  width: 106px;
}
.cart-container .price-including-tax + .price-excluding-tax:before,
.cart-container .weee[data-label]:before {
  display: block;
}
.minicart-wrapper .price-container .price-excluding-tax {
  display: none;
}
.minicart-wrapper .minicart-items .product-item {
  font-size: 14px;
  line-height: 19px;
}
.minicart-wrapper .minicart-items .price-including-tax:before {
  content: attr(data-label) ': ';
  font-size: 11px;
  display: block;
}
.minicart-wrapper .action.primary.view-bag,
.minicart-wrapper .amshopby-button.view-bag,
.minicart-wrapper .am-filter-go.view-bag {
  background: #e2e2e2;
  color: #222222;
}
.minicart-wrapper .product-item-photo,
.minicart-wrapper .product-item-inner a {
  text-decoration: none !important;
  /*pointer-events: none;
            cursor: default;*/
}
@media (max-width: 1024px) {
  .header-btn {
    width: auto;
    padding: 0 9px;
  }
  .minicart-wrapper .action.showcart .notempty {
    padding: 0 14px 0 0;
  }
}
@media (min-width: 1025px) {
  .minicart-wrapper.active .header-btn .counter,
  .minicart-wrapper.active .header-btn .text {
    color: #bcbcbc !important;
  }
  .minicart-wrapper .showcart:hover .counter,
  .minicart-wrapper .showcart:hover .text {
    color: #bcbcbc !important;
  }
  .header-btn.showcart svg {
    margin-top: -6px;
    transition: all 0.2s linear;
  }
}
@media (min-width: 1025px) {
  .header-main.fixed .block.block-minicart.sticky {
    position: fixed;
    max-width: 39rem;
    min-width: 39rem;
    top: 4.8rem;
    right: 0.6rem;
  }
  .header-main.fixed .block.block-minicart.sticky:before,
  .header-main.fixed .block.block-minicart.sticky:after {
    display: none;
  }
  .header-main.fixed .block.block-minicart.sticky .minicart-wrapper .block-minicart::after {
    display: none;
  }
}
@media (min-width: 1025px) and (min-width: 1760px) {
  .header-main.fixed .block.block-minicart.sticky {
    left: calc(50vw + 866px);
    transform: translateX(-100%);
  }
}
div[data-content-type="banner"].banner-small,
.homepage_main_slider.banner-small {
  max-width: 100%;
  width: 1428px;
  margin: 5rem auto 6rem;
}
div[data-content-type="banner"] .btns,
.homepage_main_slider .btns {
  margin-top: 3rem;
}
div[data-content-type="banner"] .pagebuilder-banner-wrapper,
.homepage_main_slider .pagebuilder-banner-wrapper,
div[data-content-type="banner"] .pagebuilder-slide-wrapper,
.homepage_main_slider .pagebuilder-slide-wrapper {
  color: #ffffff;
}
div[data-content-type="banner"] .pagebuilder-banner-wrapper h1,
.homepage_main_slider .pagebuilder-banner-wrapper h1,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h1,
.homepage_main_slider .pagebuilder-slide-wrapper h1,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h2,
.homepage_main_slider .pagebuilder-banner-wrapper h2,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h2,
.homepage_main_slider .pagebuilder-slide-wrapper h2 {
  font-size: 2.6rem;
}
div[data-content-type="banner"] .pagebuilder-banner-wrapper h1,
.homepage_main_slider .pagebuilder-banner-wrapper h1,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h1,
.homepage_main_slider .pagebuilder-slide-wrapper h1,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h2,
.homepage_main_slider .pagebuilder-banner-wrapper h2,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h2,
.homepage_main_slider .pagebuilder-slide-wrapper h2,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h3,
.homepage_main_slider .pagebuilder-banner-wrapper h3,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h3,
.homepage_main_slider .pagebuilder-slide-wrapper h3,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h4,
.homepage_main_slider .pagebuilder-banner-wrapper h4,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h4,
.homepage_main_slider .pagebuilder-slide-wrapper h4,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h5,
.homepage_main_slider .pagebuilder-banner-wrapper h5,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h5,
.homepage_main_slider .pagebuilder-slide-wrapper h5,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h6,
.homepage_main_slider .pagebuilder-banner-wrapper h6,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h6,
.homepage_main_slider .pagebuilder-slide-wrapper h6 {
  color: #ffffff;
  margin: 0 0 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
}
div[data-content-type="banner"] .pagebuilder-banner-wrapper h1 a,
.homepage_main_slider .pagebuilder-banner-wrapper h1 a,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h1 a,
.homepage_main_slider .pagebuilder-slide-wrapper h1 a,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h2 a,
.homepage_main_slider .pagebuilder-banner-wrapper h2 a,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h2 a,
.homepage_main_slider .pagebuilder-slide-wrapper h2 a,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h3 a,
.homepage_main_slider .pagebuilder-banner-wrapper h3 a,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h3 a,
.homepage_main_slider .pagebuilder-slide-wrapper h3 a,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h4 a,
.homepage_main_slider .pagebuilder-banner-wrapper h4 a,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h4 a,
.homepage_main_slider .pagebuilder-slide-wrapper h4 a,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h5 a,
.homepage_main_slider .pagebuilder-banner-wrapper h5 a,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h5 a,
.homepage_main_slider .pagebuilder-slide-wrapper h5 a,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h6 a,
.homepage_main_slider .pagebuilder-banner-wrapper h6 a,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h6 a,
.homepage_main_slider .pagebuilder-slide-wrapper h6 a {
  color: #ffffff;
  text-decoration: none;
}
div[data-content-type="banner"] .pagebuilder-banner-wrapper h1 a:hover,
.homepage_main_slider .pagebuilder-banner-wrapper h1 a:hover,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h1 a:hover,
.homepage_main_slider .pagebuilder-slide-wrapper h1 a:hover,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h2 a:hover,
.homepage_main_slider .pagebuilder-banner-wrapper h2 a:hover,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h2 a:hover,
.homepage_main_slider .pagebuilder-slide-wrapper h2 a:hover,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h3 a:hover,
.homepage_main_slider .pagebuilder-banner-wrapper h3 a:hover,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h3 a:hover,
.homepage_main_slider .pagebuilder-slide-wrapper h3 a:hover,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h4 a:hover,
.homepage_main_slider .pagebuilder-banner-wrapper h4 a:hover,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h4 a:hover,
.homepage_main_slider .pagebuilder-slide-wrapper h4 a:hover,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h5 a:hover,
.homepage_main_slider .pagebuilder-banner-wrapper h5 a:hover,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h5 a:hover,
.homepage_main_slider .pagebuilder-slide-wrapper h5 a:hover,
div[data-content-type="banner"] .pagebuilder-banner-wrapper h6 a:hover,
.homepage_main_slider .pagebuilder-banner-wrapper h6 a:hover,
div[data-content-type="banner"] .pagebuilder-slide-wrapper h6 a:hover,
.homepage_main_slider .pagebuilder-slide-wrapper h6 a:hover {
  color: #ffffff;
  text-decoration: none;
}
div[data-content-type="banner"] .pagebuilder-banner-wrapper p,
.homepage_main_slider .pagebuilder-banner-wrapper p,
div[data-content-type="banner"] .pagebuilder-slide-wrapper p,
.homepage_main_slider .pagebuilder-slide-wrapper p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
div[data-content-type="banner"] .pagebuilder-banner-wrapper button,
.homepage_main_slider .pagebuilder-banner-wrapper button,
div[data-content-type="banner"] .pagebuilder-slide-wrapper button,
.homepage_main_slider .pagebuilder-slide-wrapper button {
  margin-top: 2rem;
}
div[data-content-type="banner"] .slick-dots li,
.homepage_main_slider .slick-dots li {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  vertical-align: top;
}
div[data-content-type="banner"] .slick-dots li.slick-active,
.homepage_main_slider .slick-dots li.slick-active {
  opacity: 1;
}
div[data-content-type="banner"] .slick-dots li.slick-active button,
.homepage_main_slider .slick-dots li.slick-active button {
  background: #fcb026;
}
div[data-content-type="banner"] .slick-dots li button,
.homepage_main_slider .slick-dots li button {
  background: #ffffff;
}
.homepage_main_slider .pagebuilder-banner-wrapper,
.homepage_main_slider .pagebuilder-slide-wrapper {
  color: #ffffff;
}
.homepage_main_slider .pagebuilder-banner-wrapper h1,
.homepage_main_slider .pagebuilder-slide-wrapper h1,
.homepage_main_slider .pagebuilder-banner-wrapper h2,
.homepage_main_slider .pagebuilder-slide-wrapper h2,
.homepage_main_slider .pagebuilder-banner-wrapper h3,
.homepage_main_slider .pagebuilder-slide-wrapper h3,
.homepage_main_slider .pagebuilder-banner-wrapper h4,
.homepage_main_slider .pagebuilder-slide-wrapper h4,
.homepage_main_slider .pagebuilder-banner-wrapper h5,
.homepage_main_slider .pagebuilder-slide-wrapper h5,
.homepage_main_slider .pagebuilder-banner-wrapper h6,
.homepage_main_slider .pagebuilder-slide-wrapper h6 {
  font-size: 3.5rem;
}
.product-2cols {
  color: #ffffff;
  text-transform: uppercase;
}
.product-2cols h1,
.product-2cols h2,
.product-2cols h3,
.product-2cols h4,
.product-2cols h5,
.product-2cols h6 {
  margin: 0;
}
.product-2cols p {
  margin: 0 0 5px;
  font-size: 1.4rem;
}
.product-2cols h1,
.product-2cols h2,
.product-2cols h3,
.product-2cols h4,
.product-2cols h5,
.product-2cols h6,
.product-2cols p {
  color: #ffffff;
}
.product-2cols .pagebuilder-column-group {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.product-2cols .pagebuilder-column {
  background: #004a93;
  width: 100% !important;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.product-2cols .pagebuilder-column figure {
  position: relative;
  flex: 1 0 100%;
  display: flex;
  overflow: hidden;
}
.product-2cols .pagebuilder-column figure:before {
  content: '';
  display: flex;
  height: 0;
  padding-top: 49%;
  width: 100%;
}
.product-2cols .pagebuilder-column figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.05);
}
.product-2cols .pagebuilder-column figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}
.product-2cols div[data-content-type='text'],
.product-2cols [data-content-type='buttons'] {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.product-2cols div[data-content-type="text"] {
  padding: 30px 20px 15px;
}
.product-2cols div[data-content-type="buttons"] {
  padding: 0 20px 35px;
}
.product-2cols div[data-content-type="buttons"] .pagebuilder-button-secondary {
  max-width: 204px;
}
.page-products .categories-list {
  margin-bottom: 2rem;
}
.categories-list.list-small {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.categories-list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.categories-list.list-small {
  width: 1285px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.categories-list figure {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}
.categories-list figure:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.73);
}
.categories-list figure:hover figcaption:before {
  background-color: #00254A;
}
.categories-list figure a,
.categories-list figure figcaption {
  border-radius: 4px;
  overflow: hidden;
}
.categories-list.bordered figure,
.categories-list figure.bordered {
  border: 1px solid #DEDEDE !important;
  padding: 10px;
}
.categories-list.bordered figure:hover,
.categories-list figure.bordered:hover {
  box-shadow: none;
}
.categories-list figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  z-index: 5;
  color: #ffffff;
  flex-direction: column;
  pointer-events: none;
  text-align: center;
  font-weight: 500;
  box-sizing: border-box;
  padding: 16px;
}
@media (min-width: 500px) {
  .categories-list figcaption {
    font-size: 1.6rem;
  }
}
.categories-list figcaption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004a93;
  opacity: 0.85;
  z-index: -1;
  border-radius: 4px;
  overflow: hidden;
}
.categories-list figcaption:after {
  content: '';
  background: #fcb026;
  width: 40px;
  height: 3px;
  margin: 8px 0 0;
  display: block;
  border-radius: 3px;
  z-index: 2;
}
.categories-list.bordered figcaption:before,
.categories-list figure.bordered figcaption:before,
.categories-list figcaption.black:before {
  background-color: #000;
  opacity: 0.3;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
.categories-list figure.bordered:hover figcaption:before {
  background-color: #000;
  opacity: 0.4;
}
.categories-list img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: auto !important;
  max-width: unset !important;
  z-index: 1;
}
.categories-list a {
  display: flex;
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 500px) and (max-width: 767px) {
  .categories-list a {
    padding-top: 57%;
  }
}
.brands-list {
  overflow: auto;
  white-space: nowrap;
  display: block !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.brands-list .slick-track {
  display: flex;
  align-items: center;
}
.brands-list .slick-slide {
  width: 100%;
}
.brands-list .slick-slide > div {
  width: 100%;
  display: flex;
  align-items: center;
}
.brands-list .slick-slide > div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 75px;
}
.brands-list::-webkit-scrollbar {
  display: none;
}
.brands-list figure {
  padding: 0 10px;
  margin: 0;
  display: flex !important;
  align-items: center;
  height: 80px;
}
@media (max-width: 1400px) {
  .brands-list figure {
    margin: 0 30px;
  }
}
@media (max-width: 991px) {
  .brands-list figure {
    margin: 0 13px;
  }
}
.home-about-row {
  margin-bottom: 50px;
}
.home-about-row h1,
.home-about-row h2,
.home-about-row h3,
.home-about-row h4,
.home-about-row h5,
.home-about-row h6 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-about-row h4 {
    font-size: 2.2rem;
  }
}
.home-about-row p {
  margin-bottom: 25px;
}
.home-about-row h1,
.home-about-row h2,
.home-about-row h3,
.home-about-row h4,
.home-about-row h5,
.home-about-row h6,
.home-about-row p {
  color: #ffffff;
}
.home-about-row a {
  text-decoration: none;
}
.home-about-row a:hover {
  text-decoration: none;
}
.home-about-row .pagebuilder-column-group {
  position: relative;
  width: 100%;
  max-width: 1760px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.home-about-row .pagebuilder-column-group a {
  color: #fff;
}
.home-about-row .pagebuilder-column {
  width: 100% !important;
  box-sizing: border-box;
  align-self: center !important;
}
.home-about-row .pagebuilder-column > * {
  width: 100%;
  max-width: 995px;
}
@media (max-width: 1023px) {
  .home-about-row .pagebuilder-column + .pagebuilder-column {
    display: none !important;
  }
}
.home-about-row div[data-content-type="buttons"] {
  display: grid !important;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 40px;
}
.home-about-row div[data-content-type="buttons"] .pagebuilder-button-secondary,
.home-about-row div[data-content-type="buttons"] .pagebuilder-button-primary {
  max-width: 100%;
  width: 320px;
}
.home-about-row .widget_upcoming {
  background: none;
}
.home-aboutus {
  position: relative;
  padding: 110px 0 160px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.home-aboutus:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: '';
}
.block-upcoming-events {
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.pagebuilder-column-group .pagebuilder-column h1,
.pagebuilder-column-group .pagebuilder-column h2,
.pagebuilder-column-group .pagebuilder-column h3,
.pagebuilder-column-group .pagebuilder-column h4,
.pagebuilder-column-group .pagebuilder-column h5,
.pagebuilder-column-group .pagebuilder-column h6 {
  text-transform: uppercase;
}
.pagebuilder-column-group .pagebuilder-column h4 + h4,
.pagebuilder-column-group .pagebuilder-column h4 + h5 {
  margin-top: -1rem;
}
@media (min-width: 1024px) {
  .pagebuilder-column-group .pagebuilder-column h4 + h4,
  .pagebuilder-column-group .pagebuilder-column h4 + h5 {
    margin-top: -1.5rem;
  }
}
@media (max-width: 767px) {
  .pagebuilder-column-group .pagebuilder-column :last-child > div > a {
    margin-bottom: 5rem !important;
  }
}
.rvt-map-title {
  width: 100%;
}
.rvt-map-title h3 {
  text-align: left;
  margin: 0 0 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .rvt-map-title h3 {
    margin: 0 0 15px;
  }
}
@media (min-width: 1024px) {
  .rvt-map-title h3 {
    margin: 0 0 15px;
    font-size: 2.4rem;
  }
}
.rvt-map-title p:last-of-type,
.rvt-map-title p:last-child,
.rvt-map-title p {
  margin-bottom: 50px;
  font-size: 22px;
  color: #004a93;
}
.rvt-map-title p:last-of-type a,
.rvt-map-title p:last-child a,
.rvt-map-title p a {
  text-decoration: underline;
  color: #004a93;
}
.rvt-map-container {
  width: 100%;
  position: relative;
  max-height: calc(100vh - 40px);
  margin-bottom: 60px;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .rvt-map-container {
    width: 100vw;
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .rvt-map-container {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .rvt-map-container {
    margin-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .rvt-map-container {
    border: 1px solid #004A93;
  }
}
.rvt-map {
  width: 100%;
  height: 523px;
  max-height: calc(100vh - 40px);
  background-color: #ccc;
}
.rvt-location {
  position: absolute;
  width: 552px;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  box-sizing: border-box;
  z-index: 10;
}
@media (max-width: 1024px) {
  .rvt-location {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1025px) {
  .rvt-location {
    top: 30px;
    left: 30px;
    /*height: ~"calc(100% - 60px)";*/
    height: auto;
  }
}
.loc-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.loc-close svg {
  fill: #222;
}
.loc-close:hover {
  background-color: #004A93;
}
.loc-close:hover svg {
  fill: #fff;
}
.loc-banner {
  width: 100%;
  height: 0;
  padding-top: 46%;
  background-image: url('../images/map-images/location-placeholder.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  border-bottom: 10px solid #004A93;
}
.loc-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 20px 30px;
}
@media (min-width: 1025px) {
  .loc-inner {
    padding: 55px 50px 44px;
  }
}
.loc-inner a {
  color: #3C3C3B;
  text-decoration: none;
}
.loc-inner a:hover {
  text-decoration: underline;
}
.loc-title {
  width: 100%;
  display: flex;
  color: #004A93;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .loc-title {
    font-size: 2.4rem;
    margin: 0 0 15px;
  }
}
.loc-team-members:last-of-type,
.loc-team-members {
  margin-bottom: 20px;
}
.loc-team-members:last-of-type a,
.loc-team-members a {
  text-decoration: underline;
  color: #004A93;
}
.loc-info {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
  color: #3C3C3B;
  font-size: 1.6rem;
  line-height: 1.2;
  min-height: 20px;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .loc-info {
    padding-left: 50px;
    padding-top: 5px;
    font-size: 1.9rem;
    min-height: 35px;
    margin-bottom: 20px;
  }
}
.loc-info p {
  color: #808284;
  width: 100%;
  margin: 5px 0 0;
}
.loc-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 35px;
  background-position: top 4px center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .loc-info::before {
    width: 35px;
    background-position: center;
  }
}
.loc-info.loc-phone::before {
  background-image: url('../images/map-images/phone.svg');
}
.loc-info.loc-email::before {
  background-image: url('../images/map-images/email.svg');
}
.loc-info.loc-address::before {
  background-image: url('../images/map-images/address.svg');
}
.brands {
  width: 100%;
  padding-top: 20px;
  color: #004A93;
  font-weight: 600;
  tex-transform: uppercase;
}
@media (min-width: 1025px) {
  .brands {
    padding-top: 30px;
  }
}
.brands-title {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .brands-title {
    margin-bottom: 30px;
  }
}
.brands-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.brand-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.brand-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.loc-key-open {
  position: absolute;
  bottom: 30px;
  right: 80px;
  width: 185px;
  height: 60px;
  border: 2px solid #1C4A8E;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 600;
  color: #004A93;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.loc-key-open:hover {
  background-color: #1C4A8E;
  color: #fff;
}
.loc-key {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 552px;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  box-sizing: border-box;
}
.loc-key-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.loc-key-close svg {
  fill: #222;
}
.loc-key-close:hover svg {
  fill: #004A93;
}
.loc-key-title {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 10px solid #004A93;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 1.8rem;
  color: #004A93;
  position: relative;
}
@media (min-width: 1025px) {
  .loc-key-title {
    font-size: 2.8rem;
    min-height: 80px;
    padding: 25px 55px;
  }
}
.loc-keys {
  padding: 30px 20px 40px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .loc-keys {
    padding: 70px 55px 60px;
  }
}
.loc-key-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.loc-key-icon {
  min-width: 28px;
  max-width: 28px;
}
.loc-key-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.loc-key-desc {
  padding-left: 16px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.9rem;
}
.contactus .contactus__form {
  flex-direction: unset !important;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1427px;
  padding: 0 0 50px;
  border-bottom: 0 !important;
  /*@media (min-width: 1024px) {
				display: flex;
				align-items: center;
				gap: 20px;
			}*/
}
@media (min-width: 1024px) {
  .contactus .contactus__form {
    padding: 0 0 104px;
  }
}
.contactus .contactus__form .content-section {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .contactus .contactus__form .content-section {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) {
  .contactus .contactus__form .form-section {
    margin-left: auto;
    margin-right: auto;
  }
}
.contactus .contactus__form .form-section .form.contact {
  max-width: 100%;
}
.contactus .contactus__form .form-section .form.contact .field {
  margin: 0 0 1.6rem;
}
.contactus .contactus__form .form-section .form.contact .field:last-child {
  margin: 0;
}
.contactus .contactus__form .form-section .form.contact .field input,
.contactus .contactus__form .form-section .form.contact .field textarea {
  color: #727171;
  max-width: 100%;
}
.contactus .contactus__form .form-section .form.contact .field .contactus .contactus__form .form-section .form.contact .field textarea {
  min-height: 120px;
}
.contactus .contactus__form .form-section .form.contact .primary {
  text-align: left;
}
.contactus .contactus__form .form-section .form.contact .primary .action.primary,
.contactus .contactus__form .form-section .form.contact .primary .amshopby-button,
.contactus .contactus__form .form-section .form.contact .primary .am-filter-go {
  max-width: 406px;
}
.contactus .contactus__form .form-section .form-note {
  color: #727171;
  text-align: left;
  max-width: 660px;
}
.contact-index-index .page-main {
  max-width: 1614px;
  width: 100%;
  margin-top: 72px;
}
@media (max-width: 768px) {
  .contact-index-index .page-main {
    margin-top: 32px;
  }
}
.contactus {
  font-size: 1.4rem;
  line-height: 25px;
}
.contactus .contactus__form {
  flex-direction: column;
  background: none;
  border-bottom: 1px solid #dddddd;
}
.contactus .form.contact input[type='text'],
.contactus .form.contact input[type='email'],
.contactus .form.contact textarea {
  border-color: #bbbbbb;
  display: block;
}
.contactus .actions-toolbar {
  margin: 0;
}
.contactus .actions-toolbar .primary {
  width: 100%;
}
.contactus .actions-toolbar .primary .action {
  width: 100%;
  max-width: 400px;
  background: #004a93;
  color: #ffffff;
}
.contactus .store-box [data-content-type=heading] {
  text-transform: uppercase;
  color: #004a93;
  flex: 1 0 100%;
}
.contactus .store-info ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.contactus .store-info ul li {
  position: relative;
  padding: 0 0 36px 82px;
  margin: 0;
}
.contactus .store-info ul li:before {
  font: 900 50px/50px "Font Awesome 5 Pro";
  color: #004a93;
  position: absolute;
  left: 0;
  top: 0;
}
.contactus .store-info ul li:nth-child(1):before {
  content: "\f095";
}
.contactus .store-info ul li:nth-child(2):before {
  content: "\f1ac";
}
.contactus .store-info ul li:nth-child(3):before {
  content: "\f0e0";
}
.contactus .store-info ul li:nth-child(4):before {
  content: "\f3c5";
}
.contactus .store-info ul li em {
  font-style: normal;
  color: #808284;
}
.contactus iframe {
  display: block;
  min-width: 100%;
}
.form-note {
  font-size: 1.3rem;
  line-height: 18px;
  text-align: center;
  max-width: 540px;
}
.contactus__details {
  padding: 0 20px;
}
.contactus__details > * {
  border-bottom: 1px solid #bbbbbb;
}
.contactus__details > *:last-child {
  border-style: none;
}
@media (max-width: 768px) {
  body.contact-index-index .cms-page {
    padding: 0 20px 0;
  }
  .contact-extra-text {
    margin-top: 30px;
  }
}
.account .fieldset > .legend,
.account h2 {
  color: #004a93;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Book Condensed';
  src: url('ITCAvantGardeStd-BkCn.eot');
  src: local('ITC Avant Garde Gothic Std Book Condensed'), local('ITCAvantGardeStd-BkCn'), url('../fonts/ITCAvantGardeStd/BkCn/ITCAvantGardeStd-BkCn.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/BkCn/ITCAvantGardeStd-BkCn.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/BkCn/ITCAvantGardeStd-BkCn.woff') format('woff'), url('../fonts/ITCAvantGardeStd/BkCn/ITCAvantGardeStd-BkCn.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/BkCn/ITCAvantGardeStd-BkCn.svg#ITCAvantGardeStd-BkCn') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Bold Condensed Oblique';
  src: url('ITCAvantGardeStd-BoldCnObl.eot');
  src: local('ITC Avant Garde Gothic Std Bold Condensed Oblique'), local('ITCAvantGardeStd-BoldCnObl'), url('../fonts/ITCAvantGardeStd/BoldCnObl/ITCAvantGardeStd-BoldCnObl.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/BoldCnObl/ITCAvantGardeStd-BoldCnObl.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/BoldCnObl/ITCAvantGardeStd-BoldCnObl.woff') format('woff'), url('../fonts/ITCAvantGardeStd/BoldCnObl/ITCAvantGardeStd-BoldCnObl.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/BoldCnObl/ITCAvantGardeStd-BoldCnObl.svg#ITCAvantGardeStd-BoldCnObl') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Medium Condensed Oblique';
  src: url('ITCAvantGardeStd-MdCnObl.eot');
  src: local('ITC Avant Garde Gothic Std Medium Condensed Oblique'), local('ITCAvantGardeStd-MdCnObl'), url('../fonts/ITCAvantGardeStd/MdCnObl/ITCAvantGardeStd-MdCnObl.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/MdCnObl/ITCAvantGardeStd-MdCnObl.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/MdCnObl/ITCAvantGardeStd-MdCnObl.woff') format('woff'), url('../fonts/ITCAvantGardeStd/MdCnObl/ITCAvantGardeStd-MdCnObl.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/MdCnObl/ITCAvantGardeStd-MdCnObl.svg#ITCAvantGardeStd-MdCnObl') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Demi Condensed';
  src: url('ITCAvantGardeStd-DemiCn.eot');
  src: local('ITC Avant Garde Gothic Std Demi Condensed'), local('ITCAvantGardeStd-DemiCn'), url('../fonts/ITCAvantGardeStd/DemiCn/ITCAvantGardeStd-DemiCn.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/DemiCn/ITCAvantGardeStd-DemiCn.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/DemiCn/ITCAvantGardeStd-DemiCn.woff') format('woff'), url('../fonts/ITCAvantGardeStd/DemiCn/ITCAvantGardeStd-DemiCn.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/DemiCn/ITCAvantGardeStd-DemiCn.svg#ITCAvantGardeStd-DemiCn') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Bold Oblique';
  src: url('ITCAvantGardeStd-BoldObl.eot');
  src: local('ITC Avant Garde Gothic Std Bold Oblique'), local('ITCAvantGardeStd-BoldObl'), url('../fonts/ITCAvantGardeStd/BoldObl/ITCAvantGardeStd-BoldObl.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/BoldObl/ITCAvantGardeStd-BoldObl.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/BoldObl/ITCAvantGardeStd-BoldObl.woff') format('woff'), url('../fonts/ITCAvantGardeStd/BoldObl/ITCAvantGardeStd-BoldObl.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/BoldObl/ITCAvantGardeStd-BoldObl.svg#ITCAvantGardeStd-BoldObl') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Demi Oblique';
  src: url('ITCAvantGardeStd-DemiObl.eot');
  src: local('ITC Avant Garde Gothic Std Demi Oblique'), local('ITCAvantGardeStd-DemiObl'), url('../fonts/ITCAvantGardeStd/DemiObl/ITCAvantGardeStd-DemiObl.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/DemiObl/ITCAvantGardeStd-DemiObl.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/DemiObl/ITCAvantGardeStd-DemiObl.woff') format('woff'), url('../fonts/ITCAvantGardeStd/DemiObl/ITCAvantGardeStd-DemiObl.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/DemiObl/ITCAvantGardeStd-DemiObl.svg#ITCAvantGardeStd-DemiObl') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Demi Condensed Oblique';
  src: url('ITCAvantGardeStd-DemiCnObl.eot');
  src: local('ITC Avant Garde Gothic Std Demi Condensed Oblique'), local('ITCAvantGardeStd-DemiCnObl'), url('../fonts/ITCAvantGardeStd/DemiCnObl/ITCAvantGardeStd-DemiCnObl.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/DemiCnObl/ITCAvantGardeStd-DemiCnObl.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/DemiCnObl/ITCAvantGardeStd-DemiCnObl.woff') format('woff'), url('../fonts/ITCAvantGardeStd/DemiCnObl/ITCAvantGardeStd-DemiCnObl.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/DemiCnObl/ITCAvantGardeStd-DemiCnObl.svg#ITCAvantGardeStd-DemiCnObl') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Book Oblique';
  src: url('ITCAvantGardeStd-BkObl.eot');
  src: local('ITC Avant Garde Gothic Std Book Oblique'), local('ITCAvantGardeStd-BkObl'), url('../fonts/ITCAvantGardeStd/BkObl/ITCAvantGardeStd-BkObl.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/BkObl/ITCAvantGardeStd-BkObl.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/BkObl/ITCAvantGardeStd-BkObl.woff') format('woff'), url('../fonts/ITCAvantGardeStd/BkObl/ITCAvantGardeStd-BkObl.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/BkObl/ITCAvantGardeStd-BkObl.svg#ITCAvantGardeStd-BkObl') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Demi';
  src: url('ITCAvantGardeStd-Demi.eot');
  src: local('ITC Avant Garde Gothic Std Demi'), local('ITCAvantGardeStd-Demi'), url('../fonts/ITCAvantGardeStd/Demi/ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/Demi/ITCAvantGardeStd-Demi.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/Demi/ITCAvantGardeStd-Demi.woff') format('woff'), url('../fonts/ITCAvantGardeStd/Demi/ITCAvantGardeStd-Demi.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/Demi/ITCAvantGardeStd-Demi.svg#ITCAvantGardeStd-Demi') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Bold';
  src: url('ITCAvantGardeStd-Bold.eot');
  src: local('ITC Avant Garde Gothic Std Bold'), local('ITCAvantGardeStd-Bold'), url('../fonts/ITCAvantGardeStd/Bold/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/Bold/ITCAvantGardeStd-Bold.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/Bold/ITCAvantGardeStd-Bold.woff') format('woff'), url('../fonts/ITCAvantGardeStd/Bold/ITCAvantGardeStd-Bold.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/Bold/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Bold Condensed';
  src: url('ITCAvantGardeStd-BoldCn.eot');
  src: local('ITC Avant Garde Gothic Std Bold Condensed'), local('ITCAvantGardeStd-BoldCn'), url('../fonts/ITCAvantGardeStd/BoldCn/ITCAvantGardeStd-BoldCn.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/BoldCn/ITCAvantGardeStd-BoldCn.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/BoldCn/ITCAvantGardeStd-BoldCn.woff') format('woff'), url('../fonts/ITCAvantGardeStd/BoldCn/ITCAvantGardeStd-BoldCn.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/BoldCn/ITCAvantGardeStd-BoldCn.svg#ITCAvantGardeStd-BoldCn') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Extra Light Oblique';
  src: url('ITCAvantGardeStd-XLtObl.eot');
  src: local('ITC Avant Garde Gothic Std Extra Light Oblique'), local('ITCAvantGardeStd-XLtObl'), url('../fonts/ITCAvantGardeStd/XLtObl/ITCAvantGardeStd-XLtObl.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/XLtObl/ITCAvantGardeStd-XLtObl.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/XLtObl/ITCAvantGardeStd-XLtObl.woff') format('woff'), url('../fonts/ITCAvantGardeStd/XLtObl/ITCAvantGardeStd-XLtObl.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/XLtObl/ITCAvantGardeStd-XLtObl.svg#ITCAvantGardeStd-XLtObl') format('svg');
  font-weight: 275;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Book Condensed Oblique';
  src: url('ITCAvantGardeStd-BkCnObl.eot');
  src: local('ITC Avant Garde Gothic Std Book Condensed Oblique'), local('ITCAvantGardeStd-BkCnObl'), url('../fonts/ITCAvantGardeStd/BkCnObl/ITCAvantGardeStd-BkCnObl.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/BkCnObl/ITCAvantGardeStd-BkCnObl.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/BkCnObl/ITCAvantGardeStd-BkCnObl.woff') format('woff'), url('../fonts/ITCAvantGardeStd/BkCnObl/ITCAvantGardeStd-BkCnObl.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/BkCnObl/ITCAvantGardeStd-BkCnObl.svg#ITCAvantGardeStd-BkCnObl') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Extra Light Condensed Oblique';
  src: url('ITCAvantGardeStd-XLtCnObl.eot');
  src: local('ITC Avant Garde Gothic Std Extra Light Condensed Oblique'), local('ITCAvantGardeStd-XLtCnObl'), url('../fonts/ITCAvantGardeStd/XLtCnObl/ITCAvantGardeStd-XLtCnObl.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/XLtCnObl/ITCAvantGardeStd-XLtCnObl.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/XLtCnObl/ITCAvantGardeStd-XLtCnObl.woff') format('woff'), url('../fonts/ITCAvantGardeStd/XLtCnObl/ITCAvantGardeStd-XLtCnObl.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/XLtCnObl/ITCAvantGardeStd-XLtCnObl.svg#ITCAvantGardeStd-XLtCnObl') format('svg');
  font-weight: 275;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Medium Oblique';
  src: url('ITCAvantGardeStd-MdObl.eot');
  src: local('ITC Avant Garde Gothic Std Medium Oblique'), local('ITCAvantGardeStd-MdObl'), url('../fonts/ITCAvantGardeStd/MdObl/ITCAvantGardeStd-MdObl.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/MdObl/ITCAvantGardeStd-MdObl.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/MdObl/ITCAvantGardeStd-MdObl.woff') format('woff'), url('../fonts/ITCAvantGardeStd/MdObl/ITCAvantGardeStd-MdObl.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/MdObl/ITCAvantGardeStd-MdObl.svg#ITCAvantGardeStd-MdObl') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Book';
  src: url('ITCAvantGardeStd-Bk.eot');
  src: local('ITC Avant Garde Gothic Std Book'), local('ITCAvantGardeStd-Bk'), url('../fonts/ITCAvantGardeStd/Bk/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/Bk/ITCAvantGardeStd-Bk.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/Bk/ITCAvantGardeStd-Bk.woff') format('woff'), url('../fonts/ITCAvantGardeStd/Bk/ITCAvantGardeStd-Bk.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/Bk/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Extra Light Condensed';
  src: url('ITCAvantGardeStd-XLtCn.eot');
  src: local('ITC Avant Garde Gothic Std Extra Light Condensed'), local('ITCAvantGardeStd-XLtCn'), url('../fonts/ITCAvantGardeStd/XLtCn/ITCAvantGardeStd-XLtCn.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/XLtCn/ITCAvantGardeStd-XLtCn.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/XLtCn/ITCAvantGardeStd-XLtCn.woff') format('woff'), url('../fonts/ITCAvantGardeStd/XLtCn/ITCAvantGardeStd-XLtCn.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/XLtCn/ITCAvantGardeStd-XLtCn.svg#ITCAvantGardeStd-XLtCn') format('svg');
  font-weight: 275;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Medium Condensed';
  src: url('ITCAvantGardeStd-MdCn.eot');
  src: local('ITC Avant Garde Gothic Std Medium Condensed'), local('ITCAvantGardeStd-MdCn'), url('../fonts/ITCAvantGardeStd/MdCn/ITCAvantGardeStd-MdCn.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/MdCn/ITCAvantGardeStd-MdCn.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/MdCn/ITCAvantGardeStd-MdCn.woff') format('woff'), url('../fonts/ITCAvantGardeStd/MdCn/ITCAvantGardeStd-MdCn.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/MdCn/ITCAvantGardeStd-MdCn.svg#ITCAvantGardeStd-MdCn') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Medium';
  src: url('ITCAvantGardeStd-Md.eot');
  src: local('ITC Avant Garde Gothic Std Medium'), local('ITCAvantGardeStd-Md'), url('../fonts/ITCAvantGardeStd/Md/ITCAvantGardeStd-Md.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/Md/ITCAvantGardeStd-Md.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/Md/ITCAvantGardeStd-Md.woff') format('woff'), url('../fonts/ITCAvantGardeStd/Md/ITCAvantGardeStd-Md.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/Md/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Avant Garde Gothic Std Extra Light';
  src: url('ITCAvantGardeStd-XLt.eot');
  src: local('ITC Avant Garde Gothic Std Extra Light'), local('ITCAvantGardeStd-XLt'), url('../fonts/ITCAvantGardeStd/XLt/ITCAvantGardeStd-XLt.eot?#iefix') format('embedded-opentype'), url('../fonts/ITCAvantGardeStd/XLt/ITCAvantGardeStd-XLt.woff2') format('woff2'), url('../fonts/ITCAvantGardeStd/XLt/ITCAvantGardeStd-XLt.woff') format('woff'), url('../fonts/ITCAvantGardeStd/XLt/ITCAvantGardeStd-XLt.ttf') format('truetype'), url('../fonts/ITCAvantGardeStd/XLt/ITCAvantGardeStd-XLt.svg#ITCAvantGardeStd-XLt') format('svg');
  font-weight: 275;
  font-style: normal;
  font-display: swap;
}
body {
  color: #222;
  font-family: 'gill-sans-nova', 'Barlow Semi Condensed', 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
div.action-update,
a.action-update,
button.action-update,
div.action.primary,
a.action.primary,
button.action.primary,
div.amshopby-button,
a.amshopby-button,
button.amshopby-button,
div.am-filter-go,
a.am-filter-go,
button.am-filter-go {
  background: #004a93;
  color: #ffffff;
  border-style: none;
  min-width: 204px;
  text-align: center !important;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  letter-spacing: 0;
}
div.action-update:focus,
a.action-update:focus,
button.action-update:focus,
div.action.primary:focus,
a.action.primary:focus,
button.action.primary:focus,
div.action-update:hover,
a.action-update:hover,
button.action-update:hover,
div.action.primary:hover,
a.action.primary:hover,
button.action.primary:hover,
div.amshopby-button:focus,
a.amshopby-button:focus,
button.amshopby-button:focus,
div.amshopby-button:hover,
a.amshopby-button:hover,
button.amshopby-button:hover,
div.am-filter-go:focus,
a.am-filter-go:focus,
button.am-filter-go:focus,
div.am-filter-go:hover,
a.am-filter-go:hover,
button.am-filter-go:hover {
  background: #003d7a;
  color: #ffffff;
  border-style: none;
}
div.action.secondary,
a.action.secondary,
button.action.secondary {
  background: #fcb026;
  color: #004a93;
  border-style: none;
  min-width: 204px;
  text-align: center !important;
  height: auto;
  box-sizing: border-box;
  margin: 0;
  letter-spacing: 0;
}
div.action.secondary:focus,
a.action.secondary:focus,
button.action.secondary:focus,
div.action.secondary:hover,
a.action.secondary:hover,
button.action.secondary:hover {
  background: #e5c700;
  color: #004a93;
  border-style: none;
}
div.action span,
a.action span,
button.action span {
  display: inline-block;
  vertical-align: top;
}
.page-wrapper {
  overflow: hidden;
}
.cookie-status-message {
  display: none;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #222222;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 1;
}
.page-main {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
/*.column.main a:not(.action) :not(.pagebuilder-button-secondary) :not(.pagebuilder-button-primary):not(.btn):not(.pagebuilder-banner-button)   {
        text-decoration: underline;

        *   {
            text-decoration: none !important;
        }
    }

    .column.main [data-content-type="banner"] a     {
        text-decoration: none !important;

        *   {
            text-decoration: none !important;
        }
    }*/
select {
  color: #222222;
  font-size: 1.6rem;
  height: auto;
  height: 5rem;
  display: flex;
  box-sizing: border-box;
  padding: 0 10px;
  align-items: center;
  border-color: #dddddd;
  max-width: 600px;
  background-image: url('../images/svg/select-arrow.svg');
  background-size: 10px auto;
  background-position: center right 11px;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.input-text {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-size: 16px;
}
.input-text {
  max-width: 600px;
}
.input-text,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  font-size: 1.6rem;
}
.input-text::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
.input-text::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
.input-text:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
.input-text:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type*="date"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  font-size: 1.6rem;
  color: #727171;
  opacity: 1;
}
.minicart-items .product-item-name-block {
  width: 100%;
}
.minicart-items .product-item-inner {
  width: 100%;
}
.minicart-items .product-item-inner .product-item-pricing {
  margin: 0;
  width: 9rem;
}
.minicart-items .product-item-inner .price-exclude-tax,
.minicart-items .product-item-inner .price-including-tax {
  text-align: right;
}
.minicart-items .product-item-inner .price-exclude-tax:before,
.minicart-items .product-item-inner .price-including-tax:before {
  display: none !important;
}
.block-minicart .block-content > .actions .action.viewcart {
  margin-top: 2rem !important;
}
@media (max-width: 1024px) {
  #search_mini_form {
    margin: 0 auto;
    max-width: 400px;
  }
}
.page-header {
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.29);
}
.header-top {
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  z-index: 4;
  font-weight: 300;
}
.header-top .switcher {
  position: relative;
}
.header-top .switcher .label {
  display: none;
}
.header-top .switcher .view-default {
  cursor: pointer;
  font-weight: 300;
}
.header-top .switcher .view-default:after,
.header-top .switcher .view-default:before {
  font: 300 14px/19px "Font Awesome 5 Pro";
}
.header-top .switcher .view-default:before {
  content: "\f0ac";
  margin: 0 7px 0 0;
}
.header-top .switcher .view-default:after {
  content: "\f078";
  margin: 0 0 0 5px;
  font-size: 10px;
  position: absolute;
}
.header-top .switcher .switcher-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
  color: #004a93;
  margin: 0;
  padding: 0;
  list-style: none none;
  padding: 10px;
  min-width: 200px;
}
.header-top .switcher .switcher-dropdown li {
  margin: 0;
}
.header-top .switcher .switcher-dropdown a {
  color: #004a93;
  padding: 5px;
  display: block;
}
.header-top .switcher .active .switcher-dropdown {
  display: block;
}
.header-top .switcher .active .view-default:after {
  transform: rotate(180deg);
}
.header-top .header-top-links__trigger {
  padding: 0;
  background: none;
  border-style: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: top;
}
.header-top .header-top-links__panel {
  display: none;
}
.header-top .mage-dropdown-dialog .header-top-links__panel {
  display: block;
}
.header-top .header-top-contact {
  padding: 0 18px;
}
.header-top .header-top-contact a {
  color: #ffffff;
}
.header-top .header-top-social {
  padding: 0 8px;
  overflow: hidden;
  display: flex;
}
.header-top .header-top-social a {
  height: 30px;
  margin: 0 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.2s linear;
}
.header-top .header-top-social a:hover {
  transform: scale(1.1);
}
.header-top .header-top-social a svg {
  height: 14px;
  width: auto;
}
.header-top-vat {
  padding: 0 0 0 8px;
}
.header-top-vat .checkbox {
  display: none;
}
.header-top-vat label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-top-vat span {
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.header-top-vat em {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 10px;
  background: #ffffff;
  border: 2px solid #ffffff;
  margin: 2px 0;
  position: relative;
  border-radius: 16px;
}
.header-top-vat em:after {
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background: #004a93;
  left: 0;
  top: 0;
  content: '';
  transition: all 0.2s linear;
}
.header-top-vat .checkbox:checked + label em:after {
  left: 100%;
  margin: 0 0 0 -10px;
}
.header-main {
  z-index: 1;
  background: #004a93;
}
.header-main .header-left {
  position: relative;
}
.header-main .header-left:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 100%;
  left: -9999px;
  background: #ffffff;
}
.header-main .logo {
  -webkit-clip-path: polygon(0 0%, 100% 0%, 90% 100%, 0 100%);
  clip-path: polygon(0 0%, 100% 0%, 90% 100%, 0 100%);
  position: relative;
  background: #ffffff;
}
@media (max-width: 768px) {
  .header-main .logo {
    padding: 10px 25px 52px 20px !important;
  }
}
.header-main .header-btn {
  font-weight: 300;
}
.header-main .header-btn svg {
  width: auto;
}
.header-main .block-search .input-text {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 46px;
  border: 1px solid #004a93;
  border-radius: 4px;
}
.header-main .block-search .input-text::placeholder {
  color: #727171;
  opacity: 1;
}
.header-main .block-search .input-text:-ms-input-placeholder {
  color: #727171;
  opacity: 1;
}
.header-main .block-search .input-text:-ms-input-placeholder {
  color: #727171;
  opacity: 1;
}
.header-main .block-search .action.search svg {
  fill: #004a93;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  background-color: #ffffff !important;
}
@media (max-width: 1024px) {
  .main-navigation__footer {
    display: none !important;
  }
  .main-navigation__footer .action.primary--outline {
    margin: 20px 0 0;
    background: #e2e2e2;
    color: #222222;
  }
  .header-top-vat {
    padding: 0;
    font-size: 1.4rem;
  }
  .header-top-vat span {
    color: #004a93;
    font-weight: 400;
  }
  .header-top-vat em {
    height: 17px;
    width: 40px;
    border: 1px solid #004a93;
    box-sizing: border-box;
  }
  .header-top-vat em:after {
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 1px solid #fff;
  }
  .header-top-vat .checkbox:checked + label em:after {
    margin: 0 0 0 -15px;
  }
  .minicart-wrapper .action.showcart .notempty .counter.qty {
    top: 11px;
    right: 0;
  }
  .minicart-wrapper .action.showcart .notempty .counter-number {
    background: #fcb026;
    text-align: center;
    color: #004a93;
    display: block;
    font-size: 12px;
    line-height: 22px;
    width: 22px;
    height: 22px;
    font-weight: normal;
  }
  .header-top-links li > button {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #000000;
    background: none;
    border-style: none;
    display: block;
    text-align: left;
    letter-spacing: 0;
  }
  .header-top-links li > button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../Clear_Menu/images/right-arrow.svg) no-repeat center;
    transform: translateY(-50%);
  }
}
@media (min-width: 1100px) {
  .header-main .main-column {
    z-index: 2;
  }
  .header-main .header-left span {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(4deg);
  }
  .header-main .header-left span:before {
    position: absolute;
    width: 1px;
    height: 152px;
    box-shadow: 0px 1px 6px #000000;
    content: '';
  }
}
@media (min-width: 1025px) {
  .header-main {
    position: relative;
  }
  .header-main:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 52px;
  }
}
.main-navigation .navigation .level0 > .level-top[title="Clearance"] {
  color: #c00;
}
@media (min-width: 1025px) {
  .main-navigation {
    position: static;
  }
  .main-navigation > .container {
    padding: 0;
  }
  .main-navigation .level0 .is-active > .level-top::after,
  .main-navigation .level0:hover > .level-top::after,
  .main-navigation .level0 > .level-top:focus::after {
    background: url('../Clear_Menu/images/down-arrow.svg') no-repeat center;
  }
  .main-navigation .navigation .level0 > a:hover:before,
  .main-navigation .navigation .level0.active > a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 2px solid #fcb026;
    content: '';
    width: 100%;
    transition: none;
  }
  .main-navigation .navigation .level0 > .level-top {
    font-size: 10px;
    display: block;
  }
  .main-navigation .navigation__panel > .submenu li.level1 a {
    display: block;
    padding: 7px 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .navigation .level0 {
    margin: 0 10px;
  }
  .header-main.fixed .main-column {
    z-index: 5;
  }
  .header-main.fixed .header-left {
    z-index: 4 !important;
  }
  .header-main.fixed #navigation {
    padding-bottom: 52px;
  }
  .header-main.fixed #navigation > ul {
    margin: 0;
    background: #ffffff;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.29);
    justify-content: center;
  }
}
@media (max-width: 1099px) and (min-width: 1025px) {
  .navigation > ul {
    margin: 0 0 0 -100px;
  }
  .header-main .main-column {
    z-index: 5;
  }
}
@media (min-width: 1720px) {
  .header-main .main-navigation .navigation .level0 {
    margin: 0 30px;
  }
  .header-main .main-navigation .navigation .level0 > .level-top {
    font-size: 15px;
  }
}
[data-block="header-top-links__dropdown-newsletter"].active:after {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000000;
  opacity: 0.4;
  content: '';
  width: 100%;
  height: 100%;
}
[aria-describedby=newsletter-popup] .ui-dialog-buttonpane {
  position: fixed;
  z-index: 2;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
}
[aria-describedby=newsletter-popup] .ui-dialog-buttonpane .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border-style: none;
  padding: 0;
}
[aria-describedby=newsletter-popup] .ui-dialog-buttonpane .modal-close:before {
  display: block;
  padding: 15px;
  font: 300 20px/1 "Font Awesome 5 Pro";
  content: "\f00d";
  z-index: 3;
  cursor: pointer;
  color: #222;
}
[aria-describedby=newsletter-popup] .ui-dialog-buttonpane .modal-close span {
  display: none;
}
#newsletter-popup {
  background: #ffffff;
  color: #222222;
  z-index: 2;
  display: none;
  text-align: center;
  box-sizing: border-box;
  padding: 71px 40px 33px;
  font-size: 1.5rem;
  overflow: auto;
}
#newsletter-popup.ui-dialog-content {
  display: block;
}
#newsletter-popup.has-passed :not(.subscribe-success) {
  display: none;
}
#newsletter-popup.has-passed .subscribe-success {
  display: block;
}
#newsletter-popup h2 {
  font-size: 28px;
  line-height: 32px;
  color: #004a93;
  margin: 0 0 33px;
}
#newsletter-popup p {
  margin: 0 auto 33px;
  width: 400px;
  max-width: 100%;
}
#newsletter-popup .form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#newsletter-popup .form input {
  margin: 0 0 20px;
}
#newsletter-popup .form .action.primary,
#newsletter-popup .form .amshopby-button,
#newsletter-popup .form .am-filter-go {
  background: #004a93;
  color: #ffffff;
  display: block;
  width: 100%;
}
#newsletter-popup .form .control .action.subscribe.primary {
  width: 100% !important;
}
#newsletter-popup .note {
  font-size: 12px;
  line-height: 17px;
  color: #808080;
  max-width: 412px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  [data-block="header-top-links__dropdown-newsletter"].active:before {
    position: fixed;
    right: 0;
    top: 0;
  }
  #newsletter-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    max-height: 100vh;
  }
  [aria-describedby=newsletter-popup] .ui-dialog-buttonpane {
    max-width: 100vw;
    top: 0;
  }
}
.footer-main {
  font-size: 1.6rem;
  line-height: 1.1;
  background: #004a93;
}
.footer-main li,
.footer-main li a,
.footer-main p {
  font-size: 1.6rem;
  line-height: 1.1;
}
.footer-main li {
  margin: 0 0 2rem;
}
.footer-main p,
.footer-main p:last-of-type {
  margin: 0 0 1rem;
}
.footer-main .logo {
  height: auto;
}
.footer-main .footer-column ul {
  padding: 0 !important;
}
.footer-main .footer-column ul li {
  margin: 0 0 15px !important;
}
.footer-main .footer-column ul li:last-of-type {
  margin-bottom: 0 !important;
}
.footer-logo p {
  padding-bottom: 20px;
  line-height: 1.3;
  padding-right: 15px;
}
.footer-logo a {
  text-decoration: underline;
  color: #fff;
}
@media (min-width: 1024px) {
  .footer-logo {
    max-width: 250px;
  }
  .footer-logo p {
    padding-top: 20px;
  }
}
.footer-top {
  background: #3d77b1;
  color: #ffffff;
  border-style: none;
}
.footer-top .footer-top__heading {
  text-transform: uppercase;
  color: #fff;
}
.footer-top .form.subscribe input[type='email'] {
  font-size: 1.6rem;
}
.footer-top .form.subscribe .action.primary,
.footer-top .form.subscribe .amshopby-button,
.footer-top .form.subscribe .am-filter-go {
  font-size: 1.5rem;
  line-height: 22px;
  padding: 4px 15px;
  color: #004a93;
  min-width: 0;
}
.footer-top .form.subscribe .action.primary:before,
.footer-top .form.subscribe .amshopby-button:before,
.footer-top .form.subscribe .am-filter-go:before {
  top: 15px;
  bottom: 15px;
}
.footer-columns {
  align-items: start;
}
.footer-columns .heading {
  color: #fff;
  font-size: 1.5rem;
}
.footer-cards svg {
  margin: 0 6px 10px;
}
@media (max-width: 1360px) {
  .footer-main .logo {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer-columns {
    padding-bottom: 30px;
  }
  .footer-columns [data-role='trigger']:after {
    display: none;
  }
  .footer-columns [data-role='trigger']:before {
    font: 300 12px/1 "Font Awesome 5 Pro";
    content: "\f067";
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer-columns [aria-expanded='true'] [data-role='trigger']:before {
    content: "\f068";
  }
  .footer-cards--two {
    display: block;
  }
  .footer-bottom {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
  }
  .footer-bottom .footer-copyright {
    order: 1;
  }
  .footer-bottom .footer-clear {
    order: 2;
    margin: 0 0 25px;
  }
  .footer-bottom .footer-cards {
    order: 3;
  }
}
@media (max-width: 1023px) {
  .footer-social {
    text-align: center;
    padding-top: 34px;
  }
  .show-on-tablet {
    display: none;
  }
}
@media (min-width: 1025px) {
  .footer-columns {
    padding-bottom: 49px;
    padding-top: 64px;
  }
  .footer-cards--one {
    display: block;
    margin: 0 -10px;
    max-width: 220px;
  }
  .footer-cards--two {
    display: none;
  }
  .footer-social {
    padding-bottom: 15px;
  }
  .footer-social a {
    margin: 0 20px 20px 0;
  }
}
.breadcrumbs {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 5px;
  }
}
.breadcrumbs .items {
  font-size: 1.6rem;
  color: #747474;
}
.breadcrumbs a {
  color: #747474;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
a,
.alink {
  text-decoration: underline;
}
.footer-column a,
.footer-column .alink,
.featured-news a,
.featured-news .alink,
.news-grid a,
.news-grid .alink,
.header-top-links a,
.header-top-links .alink,
.team-member-profile a,
.team-member-profile .alink,
.event-top-left a,
.event-top-left .alink,
.call-us a,
.call-us .alink,
.header-top-contact a,
.header-top-contact .alink,
.phone-number a,
.phone-number .alink,
.product-item-name a,
.product-item-name .alink,
.filter-options-content a,
.filter-options-content .alink {
  text-decoration: none !important;
}
