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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #00334d;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1.1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 14px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 22px;
  margin-top: 22px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #00334d;
  font-weight: 300;
  line-height: 1.1;
  font-size: 6rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem;
}
h2 {
  color: #00334d;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
h3 {
  color: #00334d;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
}
h4 {
  color: #00334d;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h5 {
  color: #00334d;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h6 {
  color: #00334d;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #3a6085;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #d45f09;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #d45f09;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.75rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 22px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 11px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.4rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 11px;
  padding: 11px;
  font-size: 1.4rem;
  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 #cccccc;
  margin: 0 0 22px 44px;
  padding: 0;
  color: #00334d;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1.2rem;
  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: 11px 11px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 6px 17px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #3a6085;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #3a6085;
  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 #c2c2c2;
  border-radius: 2px;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
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: #575757;
}
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: #575757;
}
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('../../frontend/Wheelchair/default/en_US/images/select-bg.svg') no-repeat 100% 45%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 2px;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.42857143;
  padding: 4px 25px 5.5px 11px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #c2c2c2;
}
select:disabled {
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #c2c2c2;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 11px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5.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.4rem;
}
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.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #d45f09;
  border: 1px solid #d45f09;
  color: #ffffff;
}
.action-primary:hover {
  background: #d45f09;
  border: 1px solid #d45f09;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.abs-discount-block .actions-toolbar .amshopby-button:not(:focus),
.block-compare .amshopby-button:not(:focus),
.cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus),
.cart-summary .form.giftregistry .fieldset .amshopby-button:not(:focus),
.abs-discount-block .actions-toolbar .am-filter-go:not(:focus),
.block-compare .am-filter-go:not(:focus),
.cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus),
.cart-summary .form.giftregistry .fieldset .am-filter-go:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #ffffff;
  cursor: pointer;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 6px 17px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #3a6085;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #3a6085;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.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;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button: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 {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #3a6085;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #d45f09;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #d45f09;
  text-decoration: none;
}
.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,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check: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,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check: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-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.magento-payments-review .block .actions-toolbar .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.magento-payments-review .block .actions-toolbar .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.cart-summary .form.giftregistry .fieldset .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.magento-payments-review .block .actions-toolbar .amshopby-button:focus,
.magento-payments-review .block .actions-toolbar .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.magento-payments-review .block .actions-toolbar .am-filter-go:focus,
.magento-payments-review .block .actions-toolbar .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,
.abs-discount-code .form-discount .actions-toolbar .primary .action:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .amshopby-button:focus,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:focus,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:focus,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:focus,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active {
  background: #e2e2e2;
  border: 1px solid #3a6085;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.magento-payments-review .block .actions-toolbar .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.magento-payments-review .block .actions-toolbar .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #e1e1e1;
  border: 1px solid #3a6085;
  color: #ffffff;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 6px 17px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.order-review-form .amshopby-button,
.order-review-form .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.order-review-form .am-filter-go,
.order-review-form .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
.cart.table-wrapper .item-options dt,
.minicart-items .product-item-details .product .options.list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 11px 5.5px 0;
}
.cart.table-wrapper .item-options dt:after,
.minicart-items .product-item-details .product .options.list dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5.5px;
  word-break: break-all;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  width: 100%;
}
.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 44px;
}
.sidebar .product-items .action.delete,
.sidebar .block-compare .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.sidebar .block-compare .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.sidebar .block-compare .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.sidebar .block-compare .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.sidebar .block-compare .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #00334d;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #00334d;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #00334d;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #00334d;
  text-decoration: none;
}
.abs-like-link:visited {
  color: #3a6085;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #d45f09;
  text-decoration: none;
}
.abs-like-link:active {
  color: #d45f09;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.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: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 33px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.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: 33px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.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:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:before,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:before,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form: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 .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content: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,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.minicart-items .product-item-details .product .options.list:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form: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 .content:after,
.table-order-items .gift-wrapping .content: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,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  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 {
  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: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  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: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  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 5.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 33px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 11px 44px 11px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 22px;
  top: 11px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.magento-payments-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .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 {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 27.5px;
  padding-bottom: 11px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .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 {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 11px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 22px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5.5px;
  padding-right: 27.5px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 11px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.magento-payments-review .block .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 11px;
}
.magento-payments-review .block .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 11px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5.5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 11px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 11px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  vertical-align: middle;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 22px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 20px;
  font-weight: 300;
  vertical-align: middle;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 22px;
}
.block-cart-failed .actions.main .continue,
.cart-container .form-cart .actions.main .continue {
  display: none;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear {
  line-height: 1.42857143;
  margin: 0 22px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.abs-shopping-cart-items .actions.main .clear:visited,
.block-cart-failed .actions.main .clear:visited,
.cart-container .form-cart .actions.main .clear:visited {
  color: #3a6085;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:hover {
  color: #d45f09;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:active,
.block-cart-failed .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:active {
  color: #d45f09;
  text-decoration: none;
}
.abs-shopping-cart-items .actions.main .clear:hover,
.abs-shopping-cart-items .actions.main .clear:active,
.abs-shopping-cart-items .actions.main .clear:focus,
.block-cart-failed .actions.main .clear:hover,
.block-cart-failed .actions.main .clear:active,
.block-cart-failed .actions.main .clear:focus,
.cart-container .form-cart .actions.main .clear:hover,
.cart-container .form-cart .actions.main .clear:active,
.cart-container .form-cart .actions.main .clear:focus {
  background: none;
  border: 0;
}
.abs-shopping-cart-items .actions.main .clear.disabled,
.abs-shopping-cart-items .actions.main .clear[disabled],
fieldset[disabled] .abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .clear.disabled,
.block-cart-failed .actions.main .clear[disabled],
fieldset[disabled] .block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear.disabled,
.cart-container .form-cart .actions.main .clear[disabled],
fieldset[disabled] .cart-container .form-cart .actions.main .clear {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 11px;
  width: calc(100% - 34px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 11px;
  width: calc(100% - 37.5px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -11px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 11px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 11px;
  color: #00334d;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 11px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 11px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 22px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #006bb4;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
body {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 44px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 22px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 22px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #d45f09;
}
.message.info a:active {
  color: #d45f09;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #d45f09;
}
.message.error a:active {
  color: #d45f09;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #d45f09;
}
.message.warning a:active {
  color: #d45f09;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #d45f09;
}
.message.notice a:active {
  color: #d45f09;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #d45f09;
}
.message.success a:active {
  color: #d45f09;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.sections.nav-sections {
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  .menu_item_submenu .submenu_section {
    padding: 10px;
  }
  .navigation a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: var(--main-3);
  }
  .navigation.navigation {
    padding: 0;
  }
  .navigation.navigation .ui-menu {
    padding: 0;
  }
  .navigation.navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation.navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #f57523;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation.navigation .parent .level-top:after {
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .navigation.navigation .parent .level-top.ui-state-active:after {
    content: '\e622';
  }
  .navigation.navigation .level0 {
    border-bottom: none;
  }
  .navigation.navigation .level0:first-child {
    border-top: none;
  }
  .navigation.navigation .level0:last-child {
    border-bottom: none;
  }
  .navigation.navigation .level0 > .level-top {
    font-size: 2rem;
  }
  .navigation.navigation .level0 > .level1 {
    font-weight: 400;
  }
  .navigation.navigation .level0.submenu:not(:first-child) > li > a {
    padding-left: 20px;
  }
  .navigation.navigation .submenu:not(:first-child) {
    border: none;
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5.5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 11px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 22px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 22px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #325373;
    border: solid #2b4661;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 27.5px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 11px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0 {
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 17px 15px 17px 0;
    text-transform: none;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #ffffff;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    color: #ffffff;
    padding-left: 15px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    color: #ffffff;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid rgba(209, 209, 209, 0.2);
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #ffffff;
  }
  .navigation .submenu:not(:first-child) {
    background: #2f4e6b;
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #ffffff;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #ffffff;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 0;
    color: #f57523;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
  }
  .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    position: relative;
  }
  .nav-open {
    overflow-x: hidden;
  }
  .nav-open .page-wrapper {
    left: 80%;
  }
  .nav-open .nav-sections {
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 90;
  }
  .sections.nav-sections {
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    right: 100%;
    left: auto;
    position: absolute;
    z-index: 99;
    background: #3a6085;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content {
    float: none;
    margin-left: 0;
    box-shadow: none;
  }
  .sections.nav-sections .navigation.navigation > ul {
    display: block;
  }
  .sections.nav-sections .navigation.navigation > ul > * {
    box-sizing: border-box;
  }
  .sections.nav-sections .navigation.navigation > ul li {
    display: block;
  }
  .sections.nav-sections .navigation.navigation > ul a {
    display: block;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0 {
    display: block;
    margin-right: 0;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0:last-child a {
    border-bottom: 0;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0:hover > a {
    color: #ffffff;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0:hover > a:after {
    content: '\e608' !important;
    width: auto;
    height: auto;
    left: auto;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0:hover:after {
    display: none;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0.parent a:after {
    display: block;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.6rem;
    color: #F57523;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0 > a {
    border-bottom: 1px solid #5d7c9b;
    margin: 0 20px;
    padding: 17px 15px 18px 0;
    height: auto;
    font-size: 2rem;
    text-transform: capitalize;
    box-sizing: border-box;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0 > a span:after {
    display: none !important;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0 > a.ui-state-active {
    border-bottom: 0;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0:not(.parent) a:after {
    display: none !important;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0 .submenu {
    display: none;
    background: #2f4e6c;
    margin-top: 0;
    box-shadow: none;
    padding: 20px 0 10px;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0 .submenu li {
    border-right: 0;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0 .submenu li a {
    color: #ffffff;
    padding-left: 0;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0 .submenu li.all-category {
    display: none;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0 .submenu li.level1 {
    padding: 0 0 0 20px;
  }
  .sections.nav-sections .navigation.navigation > ul > .level0 .submenu.level1 {
    padding: 0;
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-top: 16px;
  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: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  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: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #999999;
  left: 26px;
  margin-left: -17px;
}
.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: 11px;
}
.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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 44px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 22px;
  padding: 0 0 11px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 22px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 22px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 16px;
  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;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.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: #575757;
}
.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: #575757;
}
.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: 11px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
  margin: 0 0 0 5.5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.4rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 14px;
  font-family: 'luma-icons';
  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: 11px;
}
.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: 5.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 11px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 11px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-size: 30px 60px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
select.admin__control-multiselect {
  height: auto;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.4rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #999999;
  margin-left: 16px;
  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: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  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: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #999999;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  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: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 22px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../../frontend/Wheelchair/default/en_US/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Wheelchair/default/en_US/fonts/Luma-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: 3px;
}
button:not(.primary) {
  box-shadow: none;
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #f57523;
  border: 1px solid #f57523;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 6px 17px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #d45f09;
  border: 1px solid #d45f09;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #d45f09;
  border: 1px solid #d45f09;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-top: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 44px;
  padding: 1px 11px 1px 11px;
  font-weight: 400;
  line-height: 44px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.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 {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 11px 11px 33px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 11px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.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.4rem;
  line-height: 3.3rem;
  letter-spacing: normal;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5.5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #3a6085;
}
.pages a.page:hover {
  color: #d45f09;
  text-decoration: none;
}
.pages a.page:active {
  color: #d45f09;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.4rem;
  line-height: 3.3rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5.5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 11px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 11px;
}
.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 .items {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.breadcrumbs .items:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  background: linear-gradient(to left, #ffffff, transparent);
}
.breadcrumbs .item {
  display: inline-block;
}
.breadcrumbs .item a {
  display: block;
  color: #0062B5;
}
.breadcrumbs .item a:after {
  display: inline-block;
  content: '/';
  color: #BBBBBB;
  margin: 0 4px;
}
.breadcrumbs .item a:hover {
  color: var(--text-1);
  text-decoration: none;
}
.breadcrumbs .item:last-child {
  color: #000000;
  font-weight: 800;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.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 .actions-toolbar .action.cancel {
  font-weight: 400;
}
.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;
}
button {
  text-transform: uppercase;
}
button:not(.primary) {
  box-shadow: none;
}
button.ghost {
  background-color: transparent;
  color: #f57523;
}
button.ghost:hover,
button.ghost:focus,
button.ghost:active {
  background-color: #d45f09;
  border: 1px solid #d45f09;
  color: #ffffff;
}
ul.marker_check li {
  list-style-type: none;
  margin-bottom: 0;
  position: relative;
}
ul.marker_check li:before,
ul.marker_check li:after {
  content: '';
  background-color: #9b9eaa;
  border-radius: 0.1em;
  height: 0.15em;
  position: absolute;
}
ul.marker_check li:before {
  left: -1.55em;
  top: 0.75em;
  width: .4em;
  -webkit-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
}
ul.marker_check li:after {
  left: -1.4em;
  top: 0.6em;
  width: .8em;
  -webkit-transform: rotate(-52deg);
  -moz-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  transform: rotate(-52deg);
}
ul.marker_free li {
  border-top: 1px solid #ebebeb;
  list-style-type: none;
  padding: 0.75em 0;
  margin: 0;
}
ul.marker_free li:last-child {
  border-bottom: 1px solid #ebebeb;
}
.messages .message {
  border-radius: 0.2em;
  padding-left: 17px;
}
.messages .message > div:before {
  display: none !important;
}
.messages .message a {
  color: inherit;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
}
.messages .message.error a {
  color: #3f0500;
}
.messages .message.notice a {
  color: #373604;
}
.messages .message.success a {
  color: #0d3508;
}
input:not([disabled]),
textarea,
select {
  background-color: #ffffff;
}
input:not([disabled]):active,
textarea:active,
select:active,
input:not([disabled]):focus,
textarea:focus,
select:focus {
  border-color: #f57523;
  box-shadow: none;
}
input:not([disabled]).mage-error,
textarea.mage-error,
select.mage-error,
input:not([disabled])[aria-describedby*="error"],
textarea[aria-describedby*="error"],
select[aria-describedby*="error"] {
  border-color: #de0000;
}
input[type="checkbox"] {
  visibility: hidden;
}
input[type="checkbox"] + label {
  position: relative;
}
input[type="checkbox"] + label:hover {
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: -1.4em;
  top: 0.1em;
  width: 1em;
  height: 1em;
  border: 1px solid #ebebeb;
}
input[type="checkbox"]:checked + label:before {
  border: 1px solid #f57523;
  background-color: #f57523;
}
input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: -1.1em;
  top: 0.5em;
  width: .4em;
  height: 0.2em;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  background: transparent;
  -webkit-transform: rotate(-52deg);
  -moz-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  transform: rotate(-52deg);
}
.pages ul.items li.item {
  font-size: 1.7rem;
  line-height: 25px;
  margin: 0;
}
.pages ul.items li.item a.action {
  background-color: #3a6085;
  border: none;
  border-radius: 50%;
}
.pages ul.items li.item a.action:before {
  color: #ffffff;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 1px;
}
.pages ul.items li.item a.action:hover {
  background-color: #4a90e2;
}
.pages ul.items li.item a.action.previous,
.pages ul.items li.item a.action.next {
  padding: 0 5px;
}
.pages ul.items li.item.disabled a.action {
  background-color: #e5e5e5;
  cursor: default;
}
.pages ul.items li.item .page {
  color: #3a6085;
}
.pages ul.items li.item.current {
  font-size: 1.7rem;
}
.pages ul.items li.item.current .page {
  background-color: transparent;
  color: #4a90e2;
  cursor: default;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #3a6085;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #d45f09;
  text-decoration: none;
}
.footer.content .links a:active {
  color: #d45f09;
  text-decoration: none;
}
.read-more > * {
  overflow: hidden;
}
.read-more._expanded {
  max-height: inherit !important;
  overflow: visible !important;
}
.read-more._expanded > * {
  max-height: inherit !important;
  overflow: visible !important;
}
.read-more._expanded .read-more__button {
  top: 100%;
}
.read-more__button {
  display: inline-block;
  width: 100%;
  height: 29px;
  background-color: #fff;
  cursor: pointer;
  text-transform: capitalize;
}
.read-more__button .less {
  display: none;
}
.read-more__button._expanded .more {
  display: none;
}
.read-more__button._expanded .less {
  display: block;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 5;
  background-image: url('../../frontend/Wheelchair/default/en_US/images/icon-arrow.png');
  opacity: 0.5;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background-color: transparent;
  color: transparent;
  border: none;
  opacity: 1;
  background-image: url('../../frontend/Wheelchair/default/en_US/images/icon-arrow.png');
}
.slick-prev {
  left: 15px;
  transform: translate(0, -50%) rotate(-180deg);
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 15px;
}
.slick-next {
  right: 15px;
}
[dir="rtl"] .slick-next {
  left: 15px;
  right: auto;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #ffffff;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  z-index: 5;
  border-radius: 50%;
  opacity: 0.75;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slider .slide {
  background-color: rgba(58, 96, 133, 0.42);
}
.block-static-block {
  max-width: 100%;
  width: 100%;
}
.top-sellers .block.widget.block-products-list.grid {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 75px;
}
.top-sellers .block.widget.block-products-list.grid .block-title {
  margin: 0 0 50px;
  padding-top: 65px;
  text-align: center;
}
.top-sellers .block.widget.block-products-list.grid .block-title strong {
  font-size: 3.2rem;
  font-weight: 700;
}
.top-sellers .block.widget.block-products-list.grid .block-content {
  margin: 0 19px;
}
@media only screen and (max-width: 992px) {
  .top-sellers .block.widget.block-products-list.grid .block-content {
    padding-bottom: 15px;
  }
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item {
  border-bottom: 0;
  margin: 0;
  margin-left: 10%;
  width: calc((100% - 10%)/2);
  border: 1px solid #C3D4E8;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-photo {
  display: block;
}
@media only screen and (max-width: 992px) {
  .top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-photo {
    margin-bottom: 15px;
  }
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-photo .product-image-wrapper {
  background-color: #ffffff;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-name {
  margin: 2px 0 0;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 20px;
  color: var(--text-1);
  font-weight: 700;
  line-height: 1;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: 0 0 0;
  text-align: center;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  width: 63px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 11px;
  height: 11px;
  letter-spacing: 2px;
  line-height: 11px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #fcc14d;
  font-family: 'luma-icons';
  font-size: 11px;
  height: 11px;
  letter-spacing: 2px;
  line-height: 11px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .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;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .price-box {
  margin: 0 0 12px;
  text-align: center;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .price-box .price {
  font-size: 1.6rem;
  font-weight: 700;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner {
  display: none;
}
.top-sellers .block.widget.block-products-list.grid {
  margin-left: 0;
  margin-right: 0;
}
.top-sellers .block.widget.block-products-list.grid .block-title {
  margin: 0 0 50px;
  padding-top: 65px;
}
.top-sellers .block.widget.block-products-list.grid .block-title strong {
  font-size: 38px;
  letter-spacing: 1px;
}
.top-sellers .block.widget.block-products-list.grid .block-content {
  margin: 0;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item {
  border: 1px solid #C3D4E8;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  float: left;
  margin-left: min(30px,2.46vw);
  height: auto;
  width: 20%;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item:hover {
  box-shadow: 0px 4px 35px rgba(24, 104, 169, 0.25);
}
@media screen and (max-width: 1100px) {
  .top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item {
    width: auto;
    margin-left: 0;
  }
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item:first-child {
  margin-left: 0;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-photo {
  width: 100%;
  max-width: 167px;
  margin-top: 20px;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-name {
  margin: 12px 0 0;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 1300px) {
  .top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 15px;
  }
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary {
  margin: 18px 0 0;
  text-align: center;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result {
  width: 83px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 15px;
  height: 15px;
  letter-spacing: 2px;
  line-height: 15px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #fcc14d;
  font-family: 'luma-icons';
  font-size: 15px;
  height: 15px;
  letter-spacing: 2px;
  line-height: 15px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .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;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .price-box {
  display: none;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner {
  border: 0;
  box-shadow: none;
  display: block;
  clip: unset;
  height: auto;
  margin: 18px 0 13px 0;
  position: static;
  width: auto;
  margin-top: 5px !important;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .stars {
  margin-bottom: 5px;
  color: #F3C932;
}
@media screen and (max-width: 1100px) {
  .top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .stars {
    transform: none !important;
    text-align: left !important;
  }
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary,
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .amshopby-button,
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .am-filter-go {
  border-radius: 10px;
  font-size: 16px;
  padding: 14px 18px;
  font-weight: 500;
  background-color: var(--main-1);
}
@media screen and (max-width: 1200px) {
  .top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary,
  .top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .amshopby-button,
  .top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .am-filter-go {
    font-size: 13px;
    padding: 9px 12px;
  }
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary:before,
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .amshopby-button:before,
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .am-filter-go:before {
  content: 'Shop now';
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary span,
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .amshopby-button span,
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .am-filter-go span {
  display: none;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .productPrice {
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .productPrice {
    font-size: 13px;
    margin-left: 5px;
  }
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol li.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary {
  display: none;
}
.top-sellers .block.widget.block-products-list.grid .block-content .products-grid ol:after {
  content: '';
  display: table;
  clear: both;
}
.top-category {
  text-align: center;
  background-color: #ffffff;
  padding: 5px 0 0;
  width: 100%;
}
.top-category__title {
  color: #00334d;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 50px;
  font-weight: 700;
}
.top-category__list {
  max-width: 1184px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.top-category__item {
  width: 100%;
}
.top-category__item img {
  width: 100%;
  max-width: 238px;
  display: block;
  margin: 0 auto 25px;
}
.top-category__item .block-category-link a {
  color: #00334d;
  font-size: 1.6rem;
  line-height: 1;
}
.seo-block h1 {
  font-size: 2.2rem;
}
.seo-block h2 {
  font-size: 2rem;
}
.seo-block h3 {
  font-size: 1.8rem;
}
.seo-block h4,
.seo-block h5,
.seo-block h6 {
  font-size: 1.6rem;
}
.seo-block p {
  font-size: 1.4rem;
}
#amasty-shopby-product-list {
  width: 100%;
}
.category-description-tab.std {
  margin-bottom: 20px;
}
.category-description-tab.std .category.data.items {
  display: inline-block;
  position: relative;
}
.category-description-tab.std .data.item.title {
  float: left;
  width: auto;
  margin: 0 25px 10px 0;
  border-bottom: 2px solid transparent;
  color: #00334d;
}
.category-description-tab.std .data.item.title .switch {
  color: #92abca;
  font-size: 14px;
  border: 0;
  outline: none;
  background: transparent;
  text-transform: capitalize;
  padding: 0;
}
.category-description-tab.std .data.item.title .switch:hover {
  color: #133c60;
}
.category-description-tab.std .data.item.title.opened {
  border-bottom: 1px solid var(--main-2);
}
.category-description-tab.std .data.item.title.opened .switch {
  font-weight: bold;
  color: var(--main-2);
  font-size: 14px;
  letter-spacing: 0.4px;
}
.category-description-tab .read-more-container > div {
  position: relative;
  display: inline-block;
  padding-right: 0px;
  line-height: 1;
  color: var(--main-3);
  text-decoration: underline;
}
.category-description-tab .read-more-container > div:after {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 7px;
  display: block;
  content: '';
}
.category-description-tab .read-more-container > div:hover {
  cursor: pointer;
}
.data-item-title {
  display: none;
}
.catalog-category-view.page-layout-main-category-layout .data.item.content {
  position: absolute;
  box-sizing: border-box;
  float: right;
  top: 0;
  left: 0;
  margin-left: -100%;
  width: 100%;
  background: #fff;
  margin-top: 35px;
  padding: 5px 0 25px;
  opacity: 0;
  z-index: -1;
}
.catalog-category-view.page-layout-main-category-layout .data.item.content.opened {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.catalog-category-view.page-layout-main-category-layout .data.item.content.clicked .data.category-description {
  overflow-y: hidden;
}
.catalog-category-view.page-layout-main-category-layout .data.item.content.short .read-more-container .less {
  display: none;
}
.catalog-category-view.page-layout-main-category-layout .data.item.content.full .read-more-container .more {
  display: none;
}
.catalog-category-view.page-layout-main-category-layout .data.item.content .data.category-description {
  display: block;
  margin-bottom: 10px;
  transition: height 0.5s;
  overflow-y: hidden;
}
.catalog-category-view.page-layout-main-category-layout .data.item.content .data.category-description h2 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.catalog-category-view.page-layout-main-category-layout .data.item.content p:last-child {
  margin-bottom: 0;
}
body.category-electric-mobility-scooters .page-title-wrapper .page-title.page-title {
  margin-bottom: 18px;
  line-height: 1.3;
}
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.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-slide._show .modal-footer,
.modal-popup._show .modal-footer {
  background-color: transparent;
}
.modal-slide._show .modal-footer button,
.modal-popup._show .modal-footer button {
  background-color: #f57523;
  border: 0;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px 17px 8px;
  height: 30px;
  overflow-y: hidden;
  box-sizing: border-box;
}
.modal-slide._show .modal-footer button:hover,
.modal-popup._show .modal-footer button:hover {
  background-color: #d45f09;
}
@media only screen and (max-width: 480px) {
  .modal-slide._show.confirm .modal-inner-wrap,
  .modal-popup._show.confirm .modal-inner-wrap {
    width: 90%;
  }
}
.modal-slide._show.confirm .modal-header .action-close,
.modal-popup._show.confirm .modal-header .action-close {
  position: absolute;
  z-index: 1000;
  top: 16px;
  right: 16px;
  margin: 0;
  padding: 0;
}
.modal-slide._show.confirm .modal-content,
.modal-popup._show.confirm .modal-content {
  font-weight: 600;
}
.modal-slide._show.confirm .modal-footer,
.modal-popup._show.confirm .modal-footer {
  display: flex;
  justify-content: flex-end;
}
.modal-slide._show.confirm .modal-footer button.action-dismiss,
.modal-popup._show.confirm .modal-footer button.action-dismiss {
  background-color: transparent;
  border: 1px solid #f57523;
  color: #f57523;
  margin-right: 5px;
}
.modal-slide._show.confirm .modal-footer button.action-dismiss:hover,
.modal-popup._show.confirm .modal-footer button.action-dismiss:hover {
  border-color: #d45f09;
  color: #d45f09;
}
.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: 16px;
  line-height: 16px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 11px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 22px;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
}
.modal-slide .page-main-actions {
  margin-bottom: -14.4rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
}
#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: 22px 0 0;
}
.location-details .location-name {
  font-size: 20px;
  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 22px;
  padding: 0 0 11px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 20px;
}
.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 22px;
}
/**
 * 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('../../frontend/Wheelchair/default/en_US/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('../../frontend/Wheelchair/default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Wheelchair/default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Wheelchair/default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Wheelchair/default/en_US/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.6rem;
  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.4rem;
  font-size: 2rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #3a6085;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #d45f09;
  text-decoration: none;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #d45f09;
  text-decoration: none;
}
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: #006bb4;
  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: #f57523;
  border: 1px solid #f57523;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 6px 17px;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  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: #d45f09;
  border: 1px solid #d45f09;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #d45f09;
  border: 1px solid #d45f09;
  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: #eeeeee;
  border: 1px solid #cccccc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 6px 17px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.4rem;
  padding: 14px 17px;
  font-size: 2rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  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: #e2e2e2;
  border: 1px solid #3a6085;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #3a6085;
  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: 1176px;
}
[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: 1176px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 44px;
  padding: 1px 11px 1px 11px;
  font-weight: 400;
  line-height: 44px;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.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 {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 11px 11px 33px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 11px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 11px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 33px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 44px;
  padding: 11px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amaffiliate-coupon-code .amaffiliate-wrapper {
  margin-bottom: 15px;
}
.amaffiliate-copy-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  margin-left: 11px;
  width: 15px;
  height: 15px;
  box-shadow: none;
}
.amaffiliate-copy-button:focus,
.amaffiliate-copy-button:active {
  background: none;
  border: none;
}
.amaffiliate-copy-button:hover {
  background: none;
  border: none;
}
.amaffiliate-copy-button.disabled,
.amaffiliate-copy-button[disabled],
fieldset[disabled] .amaffiliate-copy-button {
  pointer-events: none;
  opacity: 0.5;
}
.amaffiliate-copy-button,
.amaffiliate-copy-button:focus,
.amaffiliate-copy-button:active,
.amaffiliate-copy-button:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzcuODY3IDQ3Ny44NjciPjxwYXRoIGQ9Ik0zNDEuMzMzIDg1LjMzM0g1MS4yYy0yOC4yNzcgMC01MS4yIDIyLjkyMy01MS4yIDUxLjJ2MjkwLjEzM2MwIDI4LjI3NyAyMi45MjMgNTEuMiA1MS4yIDUxLjJoMjkwLjEzM2MyOC4yNzcgMCA1MS4yLTIyLjkyMyA1MS4yLTUxLjJWMTM2LjUzM2MwLTI4LjI3Ny0yMi45MjMtNTEuMi01MS4yLTUxLjJ6TTM1OC40IDQyNi42NjdjMCA5LjQyNi03LjY0MSAxNy4wNjctMTcuMDY3IDE3LjA2N0g1MS4yYy05LjQyNiAwLTE3LjA2Ny03LjY0MS0xNy4wNjctMTcuMDY3VjEzNi41MzNjMC05LjQyNiA3LjY0MS0xNy4wNjcgMTcuMDY3LTE3LjA2N2gyOTAuMTMzYzkuNDI2IDAgMTcuMDY3IDcuNjQxIDE3LjA2NyAxNy4wNjd2MjkwLjEzNHoiLz48cGF0aCBkPSJNNDI2LjY2NyAwaC0zMDcuMmMtMjguMjc3IDAtNTEuMiAyMi45MjMtNTEuMiA1MS4yIDAgOS40MjYgNy42NDEgMTcuMDY3IDE3LjA2NyAxNy4wNjdTMTAyLjQgNjAuNjI2IDEwMi40IDUxLjJzNy42NDEtMTcuMDY3IDE3LjA2Ny0xNy4wNjdoMzA3LjJjOS40MjYgMCAxNy4wNjcgNy42NDEgMTcuMDY3IDE3LjA2N3YzMDcuMmMwIDkuNDI2LTcuNjQxIDE3LjA2Ny0xNy4wNjcgMTcuMDY3cy0xNy4wNjcgNy42NDEtMTcuMDY3IDE3LjA2NyA3LjY0MSAxNy4wNjcgMTcuMDY3IDE3LjA2N2MyOC4yNzcgMCA1MS4yLTIyLjkyMyA1MS4yLTUxLjJWNTEuMmMwLTI4LjI3Ny0yMi45MjMtNTEuMi01MS4yLTUxLjJ6Ii8+PC9zdmc+) no-repeat center;
}
.amaffiliate-copy-button:not(.primary) {
  box-shadow: none;
}
.amaffiliate-copy-button.-copied {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNjcuODA1IDM2Ny44MDUiPjxwYXRoIGQ9Ik0xODMuOTAzLjAwMWMxMDEuNTY2IDAgMTgzLjkwMiA4Mi4zMzYgMTgzLjkwMiAxODMuOTAycy04Mi4zMzYgMTgzLjkwMi0xODMuOTAyIDE4My45MDJTLjAwMSAyODUuNDY5LjAwMSAxODMuOTAzQy0uMjg4IDgyLjYyNSA4MS41NzkuMjkgMTgyLjg1Ni4wMDFoMS4wNDd6IiBmaWxsPSIjM2JiNTRhIi8+PHBhdGggZmlsbD0iI2Q0ZTFmNCIgZD0iTTI4NS43OCAxMzMuMjI1TDE1NS4xNjggMjYzLjgzN2wtNzMuMTQzLTcyLjYyIDI5Ljc4LTI5LjI1NyA0My4zNjMgNDIuODQxIDEwMC44MzMtMTAwLjgzM3oiLz48L3N2Zz4=) no-repeat center;
}
.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: 33px;
}
.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 5.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: 5.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-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1136px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #006bb4;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  appearance: auto;
  opacity: 1;
  height: auto;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty,
.checkout-index-index .opc-block-summary .minicart-items span.non-editable-qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #999999;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #999999 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 992px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  background: none;
  box-sizing: border-box;
  padding: 0;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #1979c3;
  border-radius: 2px;
  color: #ffffff;
  height: auto;
  padding: 5px 20px;
  transition: all .3s ease;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #429fe7;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern .amcheckout-trust-badges {
  justify-content: flex-start;
}
.am-checkout.-modern .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
  width: 66%;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  background: #eeeeee;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  border: 2px solid #1979c3;
  border-radius: 50%;
  box-sizing: border-box;
  float: right;
  height: 24px;
  position: relative;
  transition: all .3s ease;
  width: 24px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  border-bottom: 2px solid #1979c3;
  border-right: 2px solid #1979c3;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 41%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease;
  width: 8px;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > br,
.amcheckout-step-container .fieldset > hr {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-trust-seal {
  font-size: inherit;
  max-width: unset;
}
.amcheckout-step-container .note {
  color: #777777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button,
            .ui-datepicker-trigger,
            .gpay-card-info-container) {
  background: #1979c3;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-button.-new-address:hover {
  background: #429fe7;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 12px 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  background: #315499;
  padding: 14px 30px;
  transition: all .3s ease;
}
.amcheckout-step-container .primary .action.checkout:hover,
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #5078c7;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
  text-align: left;
}
.amcheckout-step-container .checkout-agreements .checkout-agreement .label {
  display: flex;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: unset;
  top: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  cursor: pointer;
  display: flex;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  background: #ffffff !important;
  border: 2px solid #cccccc;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 3px 15px 0 0;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
  border-width: 0;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login:last-child,
.amcheckout-step-container .form-login:last-child {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 30px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  align-items: center;
  display: flex;
  height: 40px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  color: #363636;
  line-height: 40px;
  margin-left: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  background: #ddf0ff;
  border: 1px solid #1787e0;
  color: #1979c3;
  float: right;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  background: none;
  color: #4e4e4e;
  font-size: 16px;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  line-height: 30px;
  padding: 20px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .selected-store-pickup {
  margin-top: 15px;
}
.amcheckout-step-container .selected-store-pickup .step-title {
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px 0;
}
.amcheckout-step-container .selected-store-pickup .step-content {
  padding: 10px 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  border: none !important;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  align-items: flex-start;
  padding: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #ffffff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 10px;
  z-index: 1;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  border: 1px solid #d4d4d4;
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  align-items: center;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  background: #f0f8ff;
  border: 1px solid #1787e0;
  border-radius: 2px;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  border: none;
  font-size: 14px;
  width: 100%;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 0;
  margin: 0;
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-left: 0;
  padding-right: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-step-container .amcheckout-trust-seal {
  font-size: 9px;
  max-width: 161px;
}
.amcheckout-step-container .amcheckout-trust-seal .amcheckout-title {
  background: none;
  cursor: inherit;
  font-size: inherit;
  font-weight: 400;
  padding: 0;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #3ac39c);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #999999;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #ffffff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #3ac39c);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #cccccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #3ac39c);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.amfinder-vertical,
.amfinder-horizontal {
  padding: 8px;
  background: #fafafa;
}
.amfinder-vertical li,
.amfinder-horizontal li {
  list-style-type: none;
}
.amfinder-vertical .last .no-display,
.amfinder-horizontal .last .no-display {
  display: none;
}
.amfinder-vertical .dropdown-title,
.amfinder-horizontal .dropdown-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.amfinder-vertical .amfinder-title,
.amfinder-horizontal .amfinder-title {
  display: none;
}
.amfinder-vertical .dropdown-element {
  padding-bottom: 4px;
}
.amfinder-horizontal .amfinder-buttons,
.amfinder-vertical .amfinder-buttons {
  width: 100%;
}
.amfinder-horizontal .last,
.amfinder-vertical .last {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  text-align: right;
}
.amfinder-horizontal .amfinder-toggle,
.amfinder-vertical .amfinder-toggle,
.footer.content .amfinder-horizontal .amfinder-toggle,
.footer.content .amfinder-vertical .amfinder-toggle {
  display: block;
  margin: 0;
  padding: 10px;
}
.amfinder-horizontal .am-item,
.footer.content .amfinder-horizontal .am-item {
  display: inline-block;
  min-width: 160px;
  margin: 0 5px 20px 0;
  vertical-align: top;
}
.amfinder-horizontal .am-item .amfinder-select,
.footer.content .amfinder-horizontal .am-item .amfinder-select {
  width: 100%;
}
.amfinder-horizontal .-list-item:nth-last-of-type(2),
.footer.content .amfinder-horizontal .-list-item:nth-last-of-type(2) {
  margin-right: 0;
}
.amfinder-hide {
  display: none;
}
.amfinder-common-wrapper {
  clear: both;
}
.amfinder-common-wrapper .chosen-container-single .chosen-single {
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  box-shadow: none;
  background: #fff;
  box-sizing: content-box;
}
.amfinder-common-wrapper .chosen-container-single .chosen-single div {
  display: none;
}
.amfinder-common-wrapper .chosen-container-active .chosen-single,
.amfinder-common-wrapper select {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
}
.amfinder-common-wrapper .amfinder-select {
  background-color: #fff;
}
.amfinder-common-wrapper .amfinder-select:not([disabled]):focus,
.amfinder-common-wrapper .chosen-container-active.chosen-with-drop .chosen-single,
.amfinder-common-wrapper .chosen-search input:focus,
.amfinder-dropdown.-active {
  box-shadow: 0 0 1px #1979c3;
}
.amfinder-common-wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  background: #fff;
  border-radius: 3px 3px 0 0;
}
.amfinder-common-wrapper .chosen-container .chosen-results li.highlighted {
  background-image: none;
}
.amfinder-common-wrapper .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
}
.amfinder-toggle .chosen-container-single .chosen-default {
  color: #000;
}
.amfinder-select-wrapper {
  position: relative;
}
.amfinder-dropdown {
  position: relative;
  padding-left: 8px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}
.amfinder-dropdown.-active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.amfinder-dropdown.-reset:after {
  display: none;
}
.amfinder-dropdown[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.amfinder-dropdown .amfinder-reset {
  display: none;
  float: right;
  width: 22px;
  height: 100%;
  border-radius: 3px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMjQuNTEyIDIyNC41MTIiPjxwYXRoIGZpbGw9IiMwMTAwMDIiIGQ9Ik0yMjQuNTA3IDYuOTk3TDIxNy41MjEgMCAxMTIuMjU2IDEwNS4yNTggNi45OTggMCAuMDA1IDYuOTk3bDEwNS4yNTggMTA1LjI1N0wuMDA1IDIxNy41MTJsNi45OTMgN0wxMTIuMjU2IDExOS4yNGwxMDUuMjY1IDEwNS4yNzIgNi45ODYtNy0xMDUuMjU4LTEwNS4yNTh6Ii8+PC9zdmc+) no-repeat center;
  background-size: 10px;
  cursor: pointer;
}
.amfinder-dropdown.-reset .amfinder-reset {
  display: block;
}
.amfinder-toggle {
  position: relative;
}
.amfinder-details {
  position: absolute;
  left: 0;
  display: none;
  margin-top: 5px;
  margin-left: 10px;
  padding: 15px 15px 0;
  width: calc(100% - 30px);
  max-height: 430px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: 0 16px 32px rgba(69, 90, 100, 0.24);
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 9999;
}
.amfinder-details .amfinder-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.amfinder-details .am-input-hidden {
  display: none;
}
.amfinder-vertical .amfinder-details {
  width: calc(100% - 20px);
}
.amfinder-item {
  float: left;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 130px;
}
.amfinder-item .am-label {
  cursor: pointer;
}
.amfinder-item.-label {
  border: 1px solid #cacaca;
}
.amfinder-item.-label .amfinder-label {
  padding: 5px 15px;
}
.amfinder-item {
  border: 2px solid #ffffff;
}
.amfinder-item.-active,
.amfinder-item:hover {
  border: 2px solid #a19494;
}
.amfinder-item.-active.-label {
  border: 2px solid #a19494;
}
.amfinder-img {
  position: relative;
  width: 130px;
  height: 130px;
}
.amfinder-img.-no-img {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.amfinder-img .amfinder-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 130px;
  max-width: 130px;
}
.amfinder-img.-no-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  transform: skew(45deg);
  border-right: 1px solid #e1e1e1;
}
.amfinder-img.-no-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: skew(-45deg);
  border-left: 1px solid #e1e1e1;
}
.amfinder-label {
  background: #f9f9f9;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Wheelchair/default/en_US/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'DM Sans', Arial, Helvetica, 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: 'DM Sans', Arial, Helvetica, 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'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Wheelchair/default/en_US/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Wheelchair/default/en_US/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.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;
}
.hidden-crumb {
  visibility: hidden;
}
.amcheckout-delivery-date .field {
  float: left;
  box-sizing: border-box;
  padding-top: 4px;
  width: 100%;
}
.amcheckout-delivery-date .field.comment {
  width: 100%;
}
.amcheckout-delivery-date .field.datepicker,
.amcheckout-delivery-date .field.timepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.amcheckout-delivery-date .field.datepicker .control,
.amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
.amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
.amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
.amcheckout-delivery-date .clearer {
  clear: both;
}
.amcheckout-delivery-date .field._required > .label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: 600;
}
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
.product-overview-widget {
  margin: 30px;
}
.product-overview-widget .head {
  display: block;
  text-align: center;
  padding: 20px;
}
.product-overview-widget .head .product-stars {
  margin-bottom: 8px;
  transform: scale(1.4);
}
.product-overview-widget .head .product-stars .sprite {
  display: inline-block;
  color: var(--main-1-accent);
  width: 18px;
  height: 18px;
}
.product-overview-widget .head .title .highlight {
  font-weight: 700;
  color: var(--text-1-new);
  font-size: 28px;
  line-height: 120%;
}
.product-overview-widget .content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  height: 100%;
  color: var(--text-1-new);
}
.product-overview-widget .content .description,
.product-overview-widget .content .image,
.product-overview-widget .content .features {
  flex: 1;
  min-width: 300px;
}
.product-overview-widget .content .image img {
  width: 438px;
  height: 420px;
  border-radius: 24px;
  box-shadow: 0px 0px 4px 0px #0000001F;
}
.product-overview-widget .content .description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-overview-widget .content .description-title {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-decoration-style: solid;
}
.product-overview-widget .content .description-content {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.product-overview-widget .content .description-content ul {
  margin-bottom: 0;
}
.product-overview-widget .content .features .advantages,
.product-overview-widget .content .features .disadvantages {
  background-color: var(--main-2-light);
  border-radius: 12px;
  padding: 8px;
  margin-bottom: 16px;
  height: fit-content;
}
.product-overview-widget .content .features .advantages-title,
.product-overview-widget .content .features .disadvantages-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.product-overview-widget .content .features .advantages-content,
.product-overview-widget .content .features .disadvantages-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.product-overview-widget .content .features a.preview-product-link {
  display: inherit;
  text-align: center;
  color: var(--text-1-new);
  background-color: var(--main-1-accent);
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  border-radius: 10px;
  padding: 12px 32px 12px 32px;
  margin-top: 16px;
  width: fit-content;
}
.simple-block-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 36px;
  padding-bottom: 36px;
  padding-top: 36px;
  width: 100%;
}
.simple-block-widget .head {
  width: 100%;
}
.simple-block-widget .head .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: var(--text-1-new);
}
.simple-block-widget .content {
  width: 100%;
  display: flex;
  justify-content: center;
}
.simple-block-widget .content a.simple-block-link {
  width: 439px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  border-radius: 10px;
  padding: 12px 32px 12px 32px;
  margin-top: 16px;
}
.simple-block-widget-with-background-image {
  width: 100%;
  min-height: 360px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  margin-bottom: 36px;
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.simple-block-widget-with-background-image .content {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 34px;
}
.simple-block-widget-with-background-image .content .title {
  font-size: 38px;
}
.simple-block-widget-with-background-image .content .sub-title {
  font-size: 28px;
}
.product-overview-widget-with-left-image {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 30px;
}
.product-overview-widget-with-left-image .general {
  display: flex;
  flex-direction: row;
  gap: 34px;
}
.product-overview-widget-with-left-image .general .image img {
  width: 674px;
  height: auto;
  border-radius: 24px;
  box-shadow: 0px 0px 4px 0px #0000001F;
}
.product-overview-widget-with-left-image .general .content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 678px;
  height: auto;
  margin-bottom: 94px;
  margin-top: 94px;
}
.product-overview-widget-with-left-image .general .content .head .product-stars {
  margin-bottom: 8px;
}
.product-overview-widget-with-left-image .general .content .head .product-stars .sprite {
  display: inline-block;
  color: var(--main-1-accent);
  width: 18px;
  height: 18px;
}
.product-overview-widget-with-left-image .general .content .head .title .highlight {
  font-weight: 700;
  color: var(--text-1-new);
  font-size: 28px;
  line-height: 120%;
}
.product-overview-widget-with-left-image .general .content .description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-overview-widget-with-left-image .general .content .description-title {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-decoration-style: solid;
}
.product-overview-widget-with-left-image .general .content .description-content {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.product-overview-widget-with-left-image .general .content a.preview-product-link {
  display: inherit;
  text-align: center;
  color: var(--text-1-new);
  background-color: var(--main-1-accent);
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  border-radius: 10px;
  padding: 12px 32px 12px 32px;
  margin-top: 16px;
  width: fit-content;
}
.product-overview-widget-with-left-image .features {
  display: flex;
  flex-direction: row;
  gap: 37px;
}
.product-overview-widget-with-left-image .features .advantages,
.product-overview-widget-with-left-image .features .disadvantages {
  background-color: var(--main-2-light);
  border-radius: 12px;
  padding: 8px;
  width: 50%;
  height: fit-content;
}
.product-overview-widget-with-left-image .features .advantages-title,
.product-overview-widget-with-left-image .features .disadvantages-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.product-overview-widget-with-left-image .features .advantages-content,
.product-overview-widget-with-left-image .features .disadvantages-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.product-overview-widget-with-left-image .features .advantages-content ul,
.product-overview-widget-with-left-image .features .disadvantages-content ul {
  margin-bottom: 0;
}
.product-specs-widget {
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin: 30px;
  width: 100%;
}
.product-specs-widget .image {
  flex: 1;
}
.product-specs-widget .image img {
  width: 674px;
  height: 600px;
  border-radius: 24px;
}
.product-specs-widget .specifications {
  margin-top: 23px;
  margin-bottom: 23px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  flex: 1;
}
.product-specs-widget .specifications .head {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
}
.product-specs-widget .specifications .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-specs-widget .specifications .content .specification {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  max-width: 677px;
  display: flex;
  white-space: nowrap;
  font-family: monospace;
  align-items: center;
}
.product-specs-widget .specifications .content .specification .spec-name,
.product-specs-widget .specifications .content .specification .spec-value {
  z-index: 1;
  background-color: white;
}
.product-specs-widget .specifications .content .specification .dots {
  flex-grow: 1;
  overflow: hidden;
  text-align: justify;
  letter-spacing: 1px;
  margin: 0 5px;
}
.product-specs-widget .specifications .notes {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}
.product-specs-widget .specifications .bottom a.preview-product-link {
  display: inherit;
  text-align: center;
  color: #fff;
  background-color: var(--main-1-accent);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  border-radius: 10px;
  padding: 12px 32px 12px 32px;
  margin-top: 16px;
  width: fit-content;
  text-transform: uppercase;
}
.product-left-right-widget {
  display: flex;
  flex-direction: row;
  margin: 30px;
  width: 100%;
  gap: 32px;
}
.product-left-right-widget .image {
  flex: 1;
}
.product-left-right-widget .image img {
  width: 674px;
  height: 430px;
  border-radius: 24px;
}
.product-left-right-widget .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.product-left-right-widget .content .head {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
}
.product-left-right-widget .content .main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}
.product-left-right-widget .content .bottom a.preview-product-link {
  display: inherit;
  text-align: center;
  color: var(--text-1-new);
  background-color: var(--main-1-accent);
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  border-radius: 10px;
  padding: 12px 32px 12px 32px;
  margin-top: 16px;
  width: fit-content;
}
.product-list-widget {
  order: 5;
  margin-bottom: 24px;
}
.product-list-widget .section-title {
  margin-bottom: 48px;
}
.product-list-widget .section-title h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 120%;
}
.product-list-widget .products .holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1150px) {
  .product-list-widget .products .holder {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 790px) {
  .product-list-widget .products .holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .product-list-widget .products .holder {
    grid-template-columns: 1fr;
  }
}
.product-list-widget .product {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-list-widget .item-link-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.product-list-widget .product:hover {
  background-color: #EDF5FA;
}
.product-list-widget .info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-list-widget .image-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.product-list-widget .image-wrapper .feather-logo {
  position: absolute;
  top: 2px;
  left: 2px;
  user-select: none;
  pointer-events: none;
}
.product-list-widget .image-wrapper img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.product-list-widget .info .similar-product-name {
  font-size: 18px;
  line-height: 150%;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 16px;
}
.product-list-widget .info .rating-price {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.product-list-widget .info .rating-price .price {
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
}
.product-list-widget .stars {
  display: inline-block;
  color: var(--main-1-accent);
}
.product-list-widget .stars svg.star {
  margin-top: 0px;
  margin-right: 1px;
  width: 24px !important;
  height: 24px !important;
  overflow: hidden;
  font-size: 20px;
  color: var(--main-1-accent) !important;
}
.product-list-widget .stars svg.star_half {
  margin-top: 4px;
  margin-left: 2px;
  width: 24px !important;
  height: 24px !important;
  overflow: hidden;
  font-size: 20px;
  color: var(--main-1-accent) !important;
  margin-right: -2px;
}
.product-list-widget .stars svg.star_empty {
  width: 24px !important;
  height: 24px !important;
  overflow: hidden;
  font-size: 20px;
  color: var(--main-1-accent) !important;
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
.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('../../frontend/Wheelchair/default/en_US/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('../../frontend/Wheelchair/default/en_US/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('../../frontend/Wheelchair/default/en_US/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 {
  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 */
.subcategory-list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.subcategory-list__item {
  margin-bottom: 20px;
}
.subcategory-list__link {
  color: #00334d;
}
.subcategory-list__link:visited,
.subcategory-list__link:hover {
  color: #00334d;
}
.subcategory-list__image {
  display: block;
  margin: 0 auto;
}
.subcategory-list__name {
  text-transform: capitalize;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
  font-size: 1.6rem;
}
.subcategory-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.subcategory-navigation__link,
.subcategory-navigation__link:visited {
  color: #4a90e2;
}
.subcategory-navigation__link:hover,
.subcategory-navigation__link:visited:hover {
  color: #d45f09;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 11px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 11px;
}
.block-category-event .block-title {
  margin: 0 0 11px;
}
.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: 44px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 44px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 22px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 11px auto 5.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 27.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 11px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 11px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 33px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.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 #cccccc;
  margin: 0 0 44px;
  padding: 11px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Wheelchair/default/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Wheelchair/default/en_US/Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 11px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 11px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 11px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 11px 5.5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Wheelchair/default/en_US/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5.5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 22px 0;
}
.swatch-opt-listing {
  margin-bottom: 11px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 11px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 22px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .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;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 22px;
  padding-top: 11px;
}
.block-cart-failed {
  margin: 44px 0;
}
.block-cart-failed .block-title {
  font-size: 2.4rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 11px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 33px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 44px;
}
.bundle-options-container .legend.title {
  color: #00334d;
  font-weight: 300;
  line-height: 1.1;
  font-size: 6rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 33px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 22px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
  margin-top: 4px;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 33px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #00334d;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 27.5px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 22px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 33px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #00334d;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 22px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 22px;
  margin-top: 22px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 16px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 44px;
  padding-top: 22px;
}
.products {
  margin: 33px 0;
}
.product-items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
}
.product-item {
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5.5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.product-item-actions .actions-secondary > button.action {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.product-item-actions .actions-primary > .stock.unavailable {
  line-height: 1;
  padding-bottom: 11px;
  padding-right: 24px;
  padding-top: 11px;
}
.product-item-description {
  margin: 27.5px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 14px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 11px 0 27.5px;
}
.product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
}
.product-item .price-box .price-label {
  color: #666666;
  font-size: 14px;
}
.product-item .old-price {
  margin: 5.5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5.5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  font-size: 1.3rem;
  border-radius: 0;
  line-height: 1;
  padding-bottom: 11px;
  padding-top: 11px;
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-item {
  padding-left: 0;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5.5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: '(' attr(data-label) ': ';
}
.price-container .weee:after {
  content: ')';
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 33px 33px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 33px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar .sorter-action {
  position: relative;
  top: -2px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 27.5px;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5.5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #757575;
  content: '\e613';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.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.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.old-price,
.old.price {
  color: #666666;
}
.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]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 22px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 11px 0;
  color: #7d7d7d;
  font-size: 1.4rem;
}
.product.media .product.thumbs {
  margin: 11px 0 27.5px;
}
.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 > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.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: 5.5px 5.5px 11px 5.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: 5.5px 33px 11px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 16.5px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5.5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: right;
  padding-bottom: 11px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5.5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 22px 0;
}
.product-info-main .product.alert {
  margin: 11px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 16.5px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 22px;
}
.product-options-wrapper .fieldset:focus {
  box-shadow: none;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 11px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5.5px;
}
.product-options-wrapper .field .note.mage-error {
  color: #e02b27;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 11px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5.5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 16.5px;
}
.prices-tier .item {
  margin-bottom: 11px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #3a6085;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #d45f09;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #d45f09;
  text-decoration: none;
}
.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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 22px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 11px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .block-compare .action.delete {
  right: initial;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5.5px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 11px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.search .fieldset .control .addon input {
  flex-basis: auto;
  width: 100%;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 11px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  font-size: 16px;
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5.5px 44px 5.5px 11px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5.5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 11px;
}
.search.found {
  margin-bottom: 11px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 27.5px;
  padding: 1px 0 27.5px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 27.5px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 4px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 22px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 27.5px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 22px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 11px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 22px 11px 11px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 11px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  text-decoration: none;
}
.cart.table-wrapper .action {
  margin-right: 27.5px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5.5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 22px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 11px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 22px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 27.5px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 11px 11px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 20px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 33px 0 22px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 11px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  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: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 22px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  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;
}
.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.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: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  height: auto;
  margin-top: 10px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 0 3px 0 0 !important;
  box-sizing: border-box;
}
.minicart-items-wrapper * {
  box-sizing: border-box;
}
.minicart-items {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
}
.minicart-items .product-item {
  padding: 22px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5.5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 11px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5.5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 11px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 0 5.5px 0;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5.5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
  background-color: transparent;
  color: var(--main-1);
  border-color: var(--main-1);
  margin-top: 5px;
}
.minicart-items .update-cart-item:hover {
  color: var(--text-1);
  border-color: var(--text-1);
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../../frontend/Wheelchair/default/en_US/images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 11px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 11px 27.5px 11px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 11px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 11px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 11px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 22px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
.checkout-container {
  margin: 0 0 22px;
}
.opc-wrapper {
  margin: 0 0 22px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}
.opc-wrapper .step-content {
  margin: 0 0 44px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-code .form-discount .actions-toolbar .primary,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary {
  float: left;
}
.abs-discount-code .form-discount .actions-toolbar .primary .action,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -2px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-code .form-discount > .field > .label,
.checkout-payment-method .payment-option-content .form-discount > .field > .label {
  display: none;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5.5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 16px;
  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: 992px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 16px;
  margin-top: 11px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 22px;
  padding: 22px 38px 22px 22px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 22px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 22px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 22px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 22px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 22px;
  padding-top: 22px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 4px 5px 0 0;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 11px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 33px;
}
.opc-block-shipping-information {
  padding: 0 33px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 22px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 11px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 22px;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 22px;
  padding: 22px 33px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 11px 44px 11px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 11px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 11px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: block;
  padding-right: 5.5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: block;
  text-align: left;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .product-item .message {
  margin-top: 10px;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 27.5px;
}
.authentication-wrapper {
  float: right;
  margin-top: -66px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 2rem;
  border-bottom: 0;
  margin-bottom: 27.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5.5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 27.5px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 11px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 44px;
  padding-top: 44px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method form.form-purchase-order {
  margin-bottom: 15px;
}
.checkout-payment-method .payment-method form.form-purchase-order .input-text {
  width: 40%;
}
.checkout-payment-method .payment-method-content {
  /**
             * @codingStandardsIgnoreStart
             */
}
.checkout-payment-method .payment-method-content #po_number {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-method-title {
  padding: 22px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 22px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 22px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 11px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 22px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-bottom: 20px;
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 22px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 22px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 22px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 22px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 22px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5.5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5.5px;
  padding-right: 5.5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 22px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 22px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.4rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 33px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 22px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 22px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5.5px;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-edit-account fieldset.additional_info {
  clear: both;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.form-create-account .fieldset.create.account:after {
  margin: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 35px;
}
.form.password.forget .fieldset:after {
  margin: 11px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.4rem;
}
.form.password.forget .fieldset:after {
  margin-top: 35px;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 22px;
}
.account .column.main {
  margin-bottom: 33px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 44px;
}
.account .table-wrapper {
  margin-bottom: 22px;
  border-bottom: 1px solid #cccccc;
  overflow-x: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  display: block;
  margin-bottom: 11px;
}
.block .title strong {
  color: #00334d;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5.5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 11px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar,
.customer-addresses-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount,
.customer-addresses-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.order-products-toolbar .pages,
.customer-addresses-toolbar .pages {
  position: relative;
}
.additional-addresses table > thead > tr > th {
  white-space: nowrap;
}
.block-balance .price {
  margin-top: -11px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 27.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 11px;
}
.samples-item {
  margin: 0 0 11px;
}
.field.downloads {
  margin-bottom: 11px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.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 {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 11px;
  padding-bottom: 11px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #3a6085;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #d45f09;
  text-decoration: none;
}
.field.downloads-all .label:active {
  color: #d45f09;
  text-decoration: none;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 22px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5.5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 22px;
  margin-top: 22px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 33px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 22px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 22px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 11px;
}
.gift-message .field {
  margin-bottom: 22px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 22px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 22px;
}
.gift-options-content .fieldset {
  margin: 0 0 22px;
}
.gift-summary {
  margin-top: 11px;
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 22px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 22px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #006bb4;
  cursor: pointer;
  margin: 0;
  padding: 11px 44px 11px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 11px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 11px 0 22px;
  position: relative;
}
.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-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 11px 0;
}
.gift-messages-order {
  margin-bottom: 27.5px;
}
.gift-message-summary {
  padding-right: 7rem;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 44px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 11px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 11px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 66px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 27.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 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: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 11px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5.5px;
}
.gift-wrapping .label {
  margin: 0 0 16px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 11px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 20px;
  margin: 22px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 22px 0 11px;
  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: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  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 11px 11px 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: 11px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5.5px 0 0 5.5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 11px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 22px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 11px 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: 22px;
}
.order-options .product {
  margin-bottom: 11px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 11px;
}
.order-options .gift-wrapping {
  margin-bottom: 11px;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 11px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.page-product-grouped .box-tocart {
  margin-top: 11px;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 22px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  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;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 11px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5.5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 11px 11px 22px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5.5px 11px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 11px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 27.5px;
  padding: 0 11px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 11px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 11px 41px 0 11px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 11px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 11px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 11px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 11px;
  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: 16px;
}
.map-popup .popup-header .title {
  color: #00334d;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.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: 11px;
  top: 11px;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: 0 0 22px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 22px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 11px;
}
.map-popup .map-msrp {
  margin-bottom: 11px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-fallback-price {
  display: none;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 11px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.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: #006bb4;
  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:visited {
  color: #3a6085;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #d45f09;
  text-decoration: none;
}
button.map-show-info:active {
  color: #d45f09;
  text-decoration: none;
}
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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  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 .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: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li {
  padding: 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  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;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  color: #00334d;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.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: 11px;
  top: 11px;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  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: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 11px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 11px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 22px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5.5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 22px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 22px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 66px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 22px;
  font-size: 2.2rem;
}
.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: 22px;
}
.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 11px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 11px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 11px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 22px;
  margin-top: 33px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #00334d;
}
.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: 27.5px;
  padding-left: 18px;
}
.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: 11px;
}
.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: 11px;
}
.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: 33px;
}
.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: 11px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 44px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 27.5px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 11px;
}
.multicheckout .item-options {
  margin: 11px 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 #cccccc;
  padding-bottom: 11px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 44px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 11px;
  margin-top: -11px;
}
.multicheckout .box-title span {
  margin-right: 11px;
}
.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 5.5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.4rem;
  margin-bottom: 44px;
}
.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: 20px;
}
.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: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  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;
  white-space: nowrap;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: #fcc14d;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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;
}
.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: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: #fcc14d;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 22px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 22px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 6px 17px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #3a6085;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #3a6085;
  color: #ffffff;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 22px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 11px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 52.8px;
  margin-top: 11px;
}
.review-list {
  margin-bottom: 33px;
}
.review-list .block-title strong {
  color: #00334d;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 2.75rem;
  margin-bottom: 2.2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 22px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 11px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  color: #00334d;
  font-weight: 600;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
  margin: 0 0 22px;
}
.review-content {
  margin-bottom: 22px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 22px;
}
.product-reviews-summary {
  margin-bottom: 5.5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions .action.add {
  white-space: nowrap;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 22px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 11px;
  vertical-align: middle;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 22px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 11px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #00334d;
  line-height: 1.1;
  font-size: 2rem;
  margin-top: 2.2rem;
  margin-bottom: 1.1rem;
  font-weight: 600;
  margin-bottom: 22px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 22px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 27.5px;
}
.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: 27.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 11px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.table-wrapper.table-returns .returns-details.hidden {
  display: none;
}
.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: 22px;
}
.magento-rma-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 33px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #3a6085;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #d45f09;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #d45f09;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.order-links .item {
  line-height: 44px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 44px;
  padding: 11px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 11px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 33px;
}
.order-details-items .table-wrapper.order-items-shipment {
  overflow: visible;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 10px 10px 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.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-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.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 .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.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: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 22px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  float: left;
  width: calc(100% - 20px);
}
.block-reorder .product-item::after {
  clear: both;
  content: '';
  display: table;
}
.block-reorder .product-item .field.item {
  float: left;
  width: 20px;
}
.form.send.friend .fieldset .field .control {
  width: 100%;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 11px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-main > .page-title-wrapper .page-title {
  hyphens: auto;
}
.page-header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 22px;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 22px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 16px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.customer-welcome {
  margin: 0 0 0 5px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 11px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 11px 44px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-print .nav-toggle {
  display: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 33px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 11px;
  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 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #00334d;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #d45f09;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #d45f09;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 11px;
}
.message.global.demo {
  margin: 0 0 11px;
  padding: 12px 22px 12px 27.5px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #d45f09;
}
.message.global.demo a:active {
  color: #d45f09;
}
.page-footer {
  margin-top: 27.5px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 22px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 11px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 11px;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.page-header .panel.wrapper .switcher .options ul.dropdown {
  right: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 44px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 22px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #999999;
  padding: 10px;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #3a6085;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #d45f09;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #d45f09;
  text-decoration: none;
}
.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: #006bb4;
  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: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 22px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #3a6085;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #d45f09;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #d45f09;
  text-decoration: none;
}
.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: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.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-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 11px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 11px 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: 11px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 11px;
}
.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;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 27.5px;
}
.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: 11px;
}
.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: 11px 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-actions .action.edit,
.products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
  text-decoration: none;
}
.products-grid.wishlist .product-item-actions .action.edit > span,
.products-grid.wishlist .product-item-actions .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.products-grid.wishlist .product-item-actions .action.edit:before,
.products-grid.wishlist .product-item-actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.products-grid.wishlist .product-item-actions .action.edit:hover:before,
.products-grid.wishlist .product-item-actions .action.delete:hover:before {
  color: #333333;
}
.products-grid.wishlist .product-item-actions .action.edit:active:before,
.products-grid.wishlist .product-item-actions .action.delete:active:before {
  color: #757575;
}
.products-grid.wishlist .product-item-actions .action.delete:before {
  content: '\e604';
}
.yotpo-yotpo-is-enabled .yotpoBottomLine {
  width: 100%;
}
.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,
.yotpo-yotpo-is-enabled .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.yotpo-yotpo-is-enabled .thumbnail .yotpo a {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.yotpo-yotpo-is-enabled div.yotpo.QABottomLine {
  display: inline-block;
}
.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  margin: 0 10px 1px 0;
  display: inline-block;
}
.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions {
  margin-top: 5px;
}
.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions {
  margin-top: 0;
}
.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.cms-home.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position {
  width: 100%;
  display: flex;
  justify-content: center;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 22px;
}
.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: 22px;
}
.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: 'luma-icons';
  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 11px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 11px 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: #f57523;
  border: 1px solid #f57523;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 6px 17px;
  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: #d45f09;
  border: 1px solid #d45f09;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #d45f09;
  border: 1px solid #d45f09;
  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: 22px;
}
.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: 22px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 22px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 11px;
  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: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 22px;
}
.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: 4px;
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  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: 22px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 11px 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: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  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;
}
@media only screen and (max-width: 993px) {
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 992px) {
  .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,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 11px 44px 11px 15px;
    display: block;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 22px;
    top: 11px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .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: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 11px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .breadcrumbs {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .breadcrumbs .item a {
    color: var(--gray-1);
    font-size: 12px;
  }
  .slider .slick-dots {
    bottom: 26px;
    left: 17px;
    line-height: 1;
    height: 10px;
  }
  .slider .slick-dots li {
    margin: 0 3px;
    height: 5px;
    width: 5px;
  }
  .slider .slick-dots li button {
    padding: 3px;
    width: 3px;
  }
  .top-category {
    padding-top: 25px;
  }
  .top-category__item {
    max-width: calc(50% - 25px);
    padding: 0 12.5px;
    position: relative;
  }
  .top-category__item:nth-child(1),
  .top-category__item:nth-child(2) {
    margin-bottom: 40px;
  }
  .top-category__item:nth-child(1):after,
  .top-category__item:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #cedfe6;
  }
  .top-category__item:nth-child(2n):before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    transform: translateY(-53%);
    height: calc(100% + 5px);
    border-left: 1px solid #cedfe6;
  }
  .top-category__item:nth-of-type(n+5) {
    height: 0;
    visibility: hidden;
  }
  .hidden-xs {
    display: none;
  }
  .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: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 16px;
    font-weight: 700;
  }
  .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;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .amfinder-horizontal {
    padding: 0;
    border: none;
    background: none;
  }
  .amfinder-horizontal .am-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .amfinder-horizontal .amfinder-toggle {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
  }
  .amfinder-horizontal .amfinder-title {
    position: relative;
    display: block;
    color: #636363;
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    background-color: #fafafa;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 24px;
  }
  .amfinder-horizontal .amfinder-title:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    display: block;
    width: 10px;
    height: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjkgMTI5Ij48cGF0aCBkPSJNMTIxLjMgMzQuNmMtMS42LTEuNi00LjItMS42LTUuOCAwbC01MSA1MS4xLTUxLjEtNTEuMWMtMS42LTEuNi00LjItMS42LTUuOCAwLTEuNiAxLjYtMS42IDQuMiAwIDUuOGw1My45IDUzLjljLjguOCAxLjggMS4yIDIuOSAxLjIgMSAwIDIuMS0uNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIuMS01Ljh6Ii8+PC9zdmc+) no-repeat center;
  }
  .amfinder-horizontal:hover {
    cursor: pointer;
  }
  .open .amfinder-title:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .open .amfinder-toggle {
    display: block;
  }
  .amfinder-img {
    width: 100px;
    height: 100px;
  }
  .amfinder-img .amfinder-pic {
    max-height: 100px;
    max-width: 100px;
  }
  .amfinder-details {
    width: calc(100% - 20px);
  }
  .amfinder-item {
    max-width: 100px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 36px;
    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;
  }
  .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;
  }
  .subcategory-list {
    margin-top: 40px;
  }
  .subcategory-list__item {
    width: calc(50% - 20px);
    padding: 0 10px;
  }
  .subcategory-list__item:nth-child(2n) {
    position: relative;
  }
  .subcategory-list__item:nth-child(2n):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #e1e8ee;
  }
  .page-layout-main-category-layout.catalog-category-view .columns .category-view {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin-top: -40px;
  }
  .page-layout-main-category-layout.catalog-category-view .columns .sidebar.sidebar-main {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    order: 0;
    margin-bottom: 30px;
  }
  .subcategory-navigation {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 22px 22px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper {
    display: none;
  }
  .catalog-product_compare-index .columns .column.main {
    flex-basis: inherit;
  }
  .block-search {
    margin-top: 11px;
  }
  .cart-container .form-cart .actions.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cart-container .form-cart .actions.main .clear,
  .cart-container .form-cart .actions.main .continue {
    margin: 0 0 27.5px 0;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .minicart-wrapper {
    margin-top: 11px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 22px;
  }
  .field-tooltip .field-tooltip-content {
    right: -11px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 22px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 11px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 22px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5.5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 11px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 11px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5.5px 14px -1px -15px;
    padding: 4px 11px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .towishlist {
    left: 0;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 22px;
    padding-bottom: 11px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    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;
  }
  .product-add-form .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-add-form .table-wrapper.grouped .table.data.grouped tr td {
    padding: 5px 10px 5px 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 44px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -11px 27.5px;
  }
  .filter-options-content {
    padding: 5.5px 11px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5.5px -11px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: 0;
    margin-top: -60px;
    position: relative;
    width: 75px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 22px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 11px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #00334d;
    display: block;
    padding: 5.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: 27.5px;
  }
  .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: 44px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-right: 0;
  }
  .block.newsletter input {
    font-size: 12px;
    padding-left: 30px;
  }
  .block.newsletter .field .control:before {
    font-size: 13px;
  }
  .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;
  }
  .form.send.friend .fieldset {
    padding-bottom: 5.5px;
  }
  .form.send.friend .action.remove {
    margin-left: 0;
    right: 0;
    top: 100%;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 11px 20px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 11px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .cms-page-view .page-main {
    padding-top: 0;
    position: relative;
  }
  [class^='cms-privacy-policy'] .page-main {
    padding-top: 41px;
    position: relative;
  }
  .cms-content .data-table {
    border: none;
    display: block;
  }
  .cms-content .data-table > thead > tr > th {
    display: none;
  }
  .cms-content .data-table > tbody {
    display: block;
  }
  .cms-content .data-table > tbody > tr {
    display: block;
  }
  .cms-content .data-table > tbody > tr td,
  .cms-content .data-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 11px;
  }
  .cms-content .data-table > tbody > tr td[data-th]:before,
  .cms-content .data-table > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .cms-content .data-table > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .products-grid.wishlist {
    margin-bottom: 33px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 22px 0 22px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 22px;
  }
  .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,
  .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: 22px;
  }
  .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;
  }
  .cart.table-wrapper .towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .towishlist:active:before {
    color: #757575;
  }
  .cart.table-wrapper .towishlist:before {
    overflow: visible;
  }
  .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;
  }
  footer .footer.content .footer_top_links > li > a {
    display: block;
    width: 100%;
  }
  footer .footer.content .footer_top_links > li > a[aria-selected="true"] {
    color: #f57523;
  }
  footer .footer.content .footer_top_links .footer_sub_links {
    display: none;
  }
  footer .footer.content .footer_top_links .footer_sub_links li {
    margin-top: 5px;
    padding-bottom: 5px;
  }
  footer .footer.content .footer_top_links .footer_sub_links li:last-child {
    border: none;
  }
  footer .footer.content .footer_top_links .footer_sub_links a {
    font-size: 16px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  #amasty-shopby-product-list {
    margin-top: -40px;
  }
  .catalog-category-view .page-title-wrapper {
    padding: 0 5px;
  }
  .catalog-category-view .page-title-wrapper .page-title.page-title {
    margin-bottom: 0;
  }
  .category-description-tab .show-all-mobile-tabs {
    display: none;
  }
  .category-cms {
    margin-bottom: 0;
  }
  .category-cms .slider {
    margin: 22px -15px 0;
  }
  .category-view {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    order: 0;
  }
  .catalog-category-view .page-header {
    margin-bottom: 15px;
  }
  .catalog-category-view .breadcrumbs {
    display: block;
    margin-bottom: 0px;
  }
  .catalog-category-view .columns .column.main {
    padding: 0;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .catalog-category-view .columns .sidebar-main {
    position: relative;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin-top: 20px;
  }
  .catalog-category-view .category_page_block video {
    max-width: 100% !important;
  }
  .products {
    margin-bottom: 0;
  }
  .product-items .product-item {
    border-bottom: 1px solid #e5e5e5;
    margin: 22px 0;
  }
  .product-items .product-item:last-child {
    border-bottom: none;
  }
  .product-items .product-item .product-item-name {
    width: 100%;
    text-align: left;
    display: block;
  }
  .product-items .product-item .product-reviews-summary {
    width: 100%;
  }
  .product-items .product-item .product-item-inner {
    width: 100%;
  }
  .product-items .product-item .product-item-description {
    margin: 10px 0 20px;
  }
  .product-items .product-item .product-item-attributes ul {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .product-items .product-item .product-item-attributes ul li:nth-of-type(n+4) {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .product-items .product-item .product-item-actions .price-container {
    text-align: center;
    display: block;
  }
  .product-items .product-item .product-item-actions .action.more {
    display: block;
    width: 100%;
  }
  .product-items .product-item .product-item-price-message {
    margin-top: 1px;
    margin-bottom: 12px;
  }
  .product-items .product-image-container {
    margin: 0 auto;
    display: block;
  }
  .products-list .product .product-item .product-item -badge {
    top: 35px;
    left: 5px;
  }
  .page-products .toolbar {
    position: relative;
  }
  .page-products .toolbar .sorter {
    position: relative;
  }
  .page-products .toolbar #sorter {
    pointer-events: none;
    position: relative;
    z-index: -1;
  }
  .page-products .toolbar .toolbar-amount,
  .page-products .toolbar .toolbar-sorter .sorter-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .products.wrapper ~ .toolbar.toolbar-products .pages .pages-item-previous,
  .products.wrapper ~ .toolbar.toolbar-products .pages .pages-item-next {
    position: relative;
  }
  .modal-popup.modal-slide.sort-modal {
    left: 0;
  }
  .minicart-wrapper .block-minicart .block-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow-x: hidden;
  }
  .filter .filter-content {
    display: none;
  }
  .filter.active .filter-content {
    position: fixed;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    top: 0;
    left: 0;
    line-height: 32px;
    z-index: 1;
    width: 100%;
  }
  .filter.active .filter-content .filter-subtitle {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    order: 0;
    position: relative;
    border: none;
    color: #00334d;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 38px;
  }
  .filter.active .filter-content .filter-current {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    border: none;
  }
  .filter.active .filter-content .filter-current + .block-actions {
    margin: 0;
    display: inline-block;
  }
  .filter.active .filter-content .filter-current .block-subtitle.filter-current-subtitle {
    padding-left: 30px;
    padding-bottom: 40px;
  }
  .filter.active .filter-content .filter-current .block-subtitle.filter-current-subtitle:before,
  .filter.active .filter-content .filter-current .block-subtitle.filter-current-subtitle:after {
    display: none;
  }
  .filter.active .filter-content .filter-current .amshopby-items {
    display: block;
    margin: 0;
  }
  .filter.active .filter-content .filter-current ~ .filter-options {
    top: 161px;
  }
  .filter.active .filter-content .filter-actions {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    position: relative;
  }
  .filter.active .filter-content .filter-actions .filter-clear {
    font-size: 1.1rem;
    border: 1px solid #f57523;
    border-radius: 3px;
    padding: 13px 11%;
    text-transform: uppercase;
  }
  .filter.active .filter-content .am-button {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    border-radius: 3px;
    background-color: #f57523;
    border: none;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.69px;
    line-height: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: 15px;
    padding: 12px 8%;
    z-index: 5;
    transform: translateY(-2px);
  }
  .filter.active .filter-content .am-button ~ .filter-current + .block-actions {
    transform: translateY(-39px);
  }
  .filter.active .filter-content .am-button ~ .filter-options {
    top: 160px;
  }
  .filter.active .filter-content .filter-options {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    top: 70px;
  }
  .filter.active .filter-content .filter-options-content {
    padding: 16px 16px 0 9px;
  }
  .filter.active .filter-content .filter-options .items {
    margin: 4px 0;
  }
  .am-show-button {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .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,
  .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,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 11px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 11px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5.5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5.5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 11px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -22px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -11px 0 11px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5.5px 11px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 11px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5.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: 22px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 11px;
  }
  .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;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .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: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 11px 11px 0;
    width: 30%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-info-price {
    margin: 0 -11px 0;
    width: calc(100% + 2*11px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 11px;
  }
  .product-info-price > *:last-child {
    padding-right: 11px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 22px -15px 15px;
    padding: 22px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 38px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 40px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 11px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 33px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 22px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 22px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
    padding: 0;
  }
  .account .sidebar-main .account-nav {
    margin-bottom: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 27.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 27.5px -11px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 22px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 11px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    border-bottom: 1px solid #cccccc;
    display: table-cell;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    padding: 11px 11px;
    border: 0;
    display: table-cell;
  }
  .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .page-product-grouped .minimal-price {
    margin: 0;
  }
  .page-product-grouped .product-info-price {
    border: 0;
    margin-bottom: 0;
  }
  .page-product-grouped .product-info-price .price-box {
    padding-bottom: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > 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.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5.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: 44px;
  }
  .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.order-review .data.table.table-order-review > tbody > tr > td.col.subtotal {
    border-bottom: none;
  }
  .multicheckout.order-review .data.table.table-order-review > tbody > tr > td.col.qty {
    text-align: center;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 27.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 27.5px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5.5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 22px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 11px 0 0;
  }
  .table-wrapper.orders-recent .table-order-items.table tbody > tr > td.col {
    padding-left: 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 11px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container[data-th]:before,
  .order-details-items .item-options-container + .item-options-container[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .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 .product-item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .sorter-options {
    margin: 0 2px;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 768px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .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,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    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;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }
  .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: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #3a6085;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #d45f09;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #d45f09;
    text-decoration: none;
  }
  .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: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .sidebar .products-grid .product-item-info:hover .product-item-photo,
  .sidebar .products-grid .product-item-info.active .product-item-photo {
    left: 9px;
    top: 9px;
  }
  .products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    border-top: none;
    left: 0;
    margin: 10px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -11px 0 11px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    line-height: 35px;
    text-align: center;
    width: 35px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: -1;
  }
  .page-products .product-item-actions {
    z-index: 1;
  }
  .products-grid .product-item {
    margin-bottom: 22px;
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 9px 0 0 -1px;
  }
  .sidebar .product-items .action.delete {
    line-height: unset;
    position: absolute;
    right: 0;
    top: -1px;
    width: auto;
  }
  .sidebar .block-compare .action.delete {
    left: 0;
    right: initial;
  }
  .cart-container .block.crosssell .products-grid .product-item-actions {
    margin: 0 0 11px;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 0;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 22px 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: 27.5px;
    padding-right: 27.5px;
    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: 27.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 44px;
    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;
    min-width: 236px;
    padding-right: 44px;
  }
  .review-ratings ~ .review-content-container {
    overflow: hidden;
  }
  .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;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .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;
  }
}
.clear {
  zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
html {
  font-size: 10px;
}
html,
body {
  min-height: 100%;
  position: relative;
}
@media only screen and (max-width: 480px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
body {
  overflow-x: hidden;
}
body .modal-popup {
  pointer-events: none;
}
body .modals-wrapper {
  max-width: 100%;
}
.catalog-product-view .zopim {
  z-index: 99 !important;
}
.zopim {
  z-index: 3 !important;
}
@media only screen and (max-width: 568px) {
  .zopim {
    display: none !important;
  }
}
.zopim-dead .zopim {
  display: none !important;
}
.header.content {
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
#mobilephonepopup a {
  display: block;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 50%;
  margin-left: -165px;
  width: 330px;
  height: 42px;
  background: #396185;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 42px;
  font-size: 21px;
  color: #fff;
  font-family: open sans, sans-serif;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
}
.data.item.title {
  float: left;
  display: block;
}
[data-toggle="collapsed"] .content {
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
  background: transparent;
  margin-top: 25px;
  padding: 5px 0 25px;
  opacity: 0;
  z-index: -1;
  position: relative;
}
[data-toggle="collapsed"] .title._active + .content,
[data-toggle="collapsed"] .title:first-child + .content {
  opacity: 1;
  z-index: 1;
}
[data-toggle="collapsed"]::after,
[data-toggle="collapsed"]::before {
  content: '';
  display: block;
  clear: both;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper {
  position: absolute;
  overflow: hidden;
  top: 55px;
  background-color: #fff;
  padding: 30px 0 0 10px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  border: 2px solid #a7a7a7;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane {
  padding: 10px;
  width: 205px;
  float: left;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane.pane-border {
  border-left: 2px solid #aaa;
  border-right: 0;
  position: relative;
  background: #fff;
  margin-right: 1px;
  padding: 0 10px 10px;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane.pane-border:last-child {
  margin-right: 0;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .label {
  display: block;
  font-size: 14px;
  color: #3a3a3a;
  text-align: left;
  padding: 0;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 25px;
  position: relative;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane.pane-categories {
  padding: 0;
  width: auto;
  display: flex;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane.pane-categories .label {
  text-indent: 0;
}
@media (min-width: 768px) {
  #store\.menu nav.navigation > ul li.over {
    z-index: 990 !important;
  }
  #store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .label {
    margin-top: -6px;
  }
  #store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane.pane-categories .columns li:first-of-type {
    margin-top: -8px;
  }
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .sales-and-specials {
  font-size: 12px;
  text-align: center;
  margin-top: 0;
  padding-top: 15px;
  width: 195px;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .sales-and-specials .special_sale {
  display: block;
  font-family: Arial,Verdana;
  padding-right: 15px;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .sales-and-specials .special_sale img {
  max-height: 120px;
  margin: 0 auto;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .sales-and-specials .special_sale span {
  display: block;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .sales-and-specials .special_sale span.price {
  color: #0062b5;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .sales-and-specials .special_sale span.name {
  color: #666;
  font-family: inherit;
  line-height: 14px;
  margin: 10px 0 7px;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .sales-and-specials .special_sale span:hover {
  text-decoration: underline;
  font-family: inherit;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .sales-and-specials .special_sale a,
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .sales-and-specials .special_sale a:hover {
  text-decoration: none;
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .sales-and-specials .button {
  color: #fff;
  background: #ff7e00;
  padding: 4px 0;
  width: 95px;
  height: 22px;
  line-height: 15px;
  font-family: Arial,Verdana;
  display: block;
  margin: 4px auto 0;
  font-size: 12px;
  border-radius: 0;
  box-sizing: border-box;
  transform: translateX(-7px);
}
#store\.menu nav.navigation > ul .mega-menu-wrapper .mega-menu-pane .sales-and-specials .button:hover {
  border: none;
}
@media screen and (min-width: 992px) {
  #store\.menu nav.navigation > ul > li:hover .mega-menu-wrapper {
    display: flex;
  }
}
#store\.menu nav.navigation > ul > li:hover .mega-menu-wrapper ul.columns {
  display: inline-block !important;
}
#store\.menu nav.navigation > ul .pane-categories ul.columns {
  float: left;
  width: 190px;
  padding-left: 10px;
  padding-bottom: 20px;
  border-right: 1px solid #aaa;
}
#store\.menu nav.navigation > ul ul li.level2 a {
  font-size: 12px;
  padding: 3px 4px;
}
#store\.menu nav.navigation > ul ul li a {
  font-family: Arial,Verdana;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 4px;
  text-decoration: none;
  color: #444;
}
#store\.menu nav.navigation > ul ul li.level1 > a span {
  font-weight: 700;
}
#store\.menu nav.navigation > ul ul li.level2 {
  padding-left: 10px !important;
}
#store\.menu nav.navigation > ul ul li a:hover {
  color: #ff7e00;
}
#store\.menu nav.navigation > ul .pane-categories ul li {
  padding: 2px 0 !important;
  position: relative;
}
#bread-checkout-btn-bread-iframe {
  height: 20px !important;
}
@media only screen and (min-width: 992px) {
  .navigation .level0 .submenu .submenu-reverse {
    right: auto !important;
  }
}
.product-item-details .stars svg.star,
.product-item-details .stars svg.star_half,
.product-item-details .stars svg.star_empty {
  width: 17px;
  height: 17px;
}
@media only screen and (max-width: 992px) {
  .top-sellers .block.widget.block-products-list.grid .product-item-details {
    text-align: center;
  }
  .top-sellers .block.widget.block-products-list.grid .yotpo {
    margin-top: 10px;
    margin-left: 5px;
  }
  .top-sellers .block.widget.block-products-list.grid .yotpo-bottomline a.text-m {
    display: none;
  }
  #search_autocomplete {
    padding: 0px !important;
    overflow-y: scroll;
  }
  .all-categories__title h1 {
    font-size: 3.2rem;
    margin-bottom: 25px;
  }
  #store\.menu nav.navigation > ul .mega-menu-wrapper {
    background-color: #2f4e6c !important;
    border: none;
    z-index: 99;
    width: 100%;
    border: none !important;
  }
  #store\.menu nav.navigation > ul .mega-menu-wrapper .pane-categories {
    display: block;
  }
  #store\.menu nav.navigation > ul .mega-menu-wrapper .pane-categories ul.columns {
    float: none;
    width: 100%;
    border: none;
  }
  #store\.menu nav.navigation > ul .mega-menu-wrapper .pane-categories ul.columns li a {
    color: white;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 11px 0px;
    word-wrap: break-word;
  }
  #store\.menu nav.navigation > ul .mega-menu-wrapper .pane-categories ul.columns li.level1 a span {
    font-weight: 400;
  }
  #store\.menu nav.navigation > ul > li:hover .mega-menu-wrapper ul.columns {
    display: block !important;
    height: auto !important;
  }
  #store\.menu nav.navigation > ul > li:hover .mega-menu-wrapper .pane-categories {
    display: block !important;
  }
  #store\.menu nav.navigation > ul .pane-border {
    display: none;
  }
  .cms-home .columns .column.main {
    order: 0 !important;
  }
}
.cms-home .mp-banner-slider {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 15px 0px;
}
.cms-home .mp-banner-slider > #banner-slider-carousel,
.cms-home .mp-banner-slider .owl-carousel,
.cms-home .mp-banner-slider .owl-stage-outer,
.cms-home .mp-banner-slider .owl-stage,
.cms-home .mp-banner-slider .owl-item,
.cms-home .mp-banner-slider .banner-item,
.cms-home .mp-banner-slider .item-content,
.cms-home .mp-banner-slider .item {
  height: inherit;
}
.cms-home .mp-banner-slider .owl-carousel .owl-item img {
  width: auto;
  height: 100%;
}
.cms-home .mp-banner-slider .homepageSlide1Box {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  padding: 40px 50px;
  background: #ff4a00ab;
}
.cms-home .mp-banner-slider .homepageSlide1Box h1 {
  color: white;
}
.cms-home .mp-banner-slider .homepageSlide1Box a.action.primary,
.cms-home .mp-banner-slider .homepageSlide1Box a.amshopby-button,
.cms-home .mp-banner-slider .homepageSlide1Box a.am-filter-go {
  padding: 10px 60px;
  font-weight: 100;
  margin: 20px 0px;
  background-color: #f74800;
}
.cms-home .main .widget {
  margin-bottom: 0;
}
.mp-banner-slider .owl-theme .owl-dots .owl-dot span,
.mp-banner-slider .owl-theme .owl-dots .owl-dot span {
  background: white;
  width: 15px;
  height: 15px;
}
.catalog-category-view .mp-banner-slider .owl-theme .owl-dots .owl-dot span,
.catalog-category-view .mp-banner-slider .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
}
.cms-home .mp-banner-slider .owl-theme .owl-dots .owl-dot.active span,
.cms-home .mp-banner-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #f74800;
}
.catalog-category-view .mp-banner-slider .owl-theme .owl-dots .owl-dot.active span,
.catalog-category-view .mp-banner-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
}
#search_autocomplete {
  height: auto;
  border: 1px solid #ddd;
  padding: 0;
}
header .header-logo-line .header-logo-line-inner .block.block-search {
  z-index: 90;
}
.catalog-category-view .mp-banner-slider .owl-dots {
  position: absolute;
  top: 80%;
  left: 10%;
}
@media screen and (max-width: 764px) {
  .catalog-category-view .mp-banner-slider .owl-dots {
    top: 80%;
    left: 10%;
  }
}
@media screen and (max-width: 760px) {
  .cms-home .mp-banner-slider .owl-dots,
  .cms-home .mp-banner-slider .owl-dots.disabled {
    display: block !important;
    top: auto;
    bottom: 10px;
  }
  .cms-home .mp-banner-slider .homepageSlide1Box {
    padding: 10px;
    background: #ff4a00ab;
    top: 10px;
    width: 90%;
    bottom: auto;
    left: 0;
  }
  .cms-home .mp-banner-slider .homepageSlide1Box h1 {
    font-size: 8vw;
  }
  .cms-home .mp-banner-slider .homepageSlide1Box p {
    font-size: 3.5vw;
  }
  .cms-home .mp-banner-slider .homepageSlide1Box a.action.primary,
  .cms-home .mp-banner-slider .homepageSlide1Box a.amshopby-button,
  .cms-home .mp-banner-slider .homepageSlide1Box a.am-filter-go {
    padding: 10px 0px;
    margin: 5px 0px 10px 0px;
    width: 50%;
    text-align: center;
    font-size: 3.5vw;
  }
}
ul.categories-grid .item h3 {
  font-family: HelveticaNeueLTPro57Condensed,Arial,Verdana;
  font-size: 20px;
  font-weight: 500;
  display: table;
  width: 100%;
  color: #0a1f36;
  overflow: hidden;
  margin-top: 0;
}
ul.categories-grid .item h3 a {
  display: table-cell;
  vertical-align: middle;
}
ul.categories-grid .item h3 span.category-name {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  color: var(--main-3);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1px;
}
ul.categories-grid .item:hover h3 {
  border-color: #ff7e00;
}
ul.categories-grid .item:hover span.category-name {
  color: var(--main-3);
}
ul.categories-grid .item:hover .home-categories-text-area a {
  color: var(--main-3);
}
ul.categories-grid .item:hover .home-categories-text-area > .read-more {
  color: var(--main-1);
}
ul.categories-grid .item:hover {
  color: var(--main-1);
  box-shadow: 0px 4px 37px rgba(24, 104, 169, 0.4);
}
@media (max-width: 991px) {
  ul.categories-grid .item h3 {
    font-size: 24px;
    text-transform: none;
  }
  .page-layout-2columns-left.catalog-category-view .columns .sidebar-main + .column.main {
    width: auto !important;
  }
  .authentication-wrapper {
    margin-top: -30px !important;
  }
}
ul.categories-grid,
ul.products-grid {
  list-style-type: none;
  padding: 10px 15px;
  margin: 0;
  clear: both;
}
ul.categories-grid.first,
ul.products-grid.first {
  padding-top: 5px;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 50px;
  }
  ul.categories-grid.first,
  ul.products-grid.first {
    padding: 0;
  }
  .authentication-wrapper {
    margin-top: -50px !important;
  }
}
ul.categories-grid .item,
ul.products-grid .item {
  padding: 15px;
  border: 1px solid var(--border-1);
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 14px;
  flex: 0 0 calc(20% - 14px) !important;
}
ul.categories-grid .item .home-categories-text-area a,
ul.products-grid .item .home-categories-text-area a {
  color: var(--text-1);
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: -0.5px;
}
ul.categories-grid .item .home-categories-text-area a:hover,
ul.products-grid .item .home-categories-text-area a:hover {
  color: var(--main-3);
  font-weight: 700;
}
@media (max-width: 767px) {
  ul.categories-grid .item .featured-image,
  ul.products-grid .item .featured-image {
    padding-left: 30px;
  }
  ul.categories-grid .item .featured-detail,
  ul.products-grid .item .featured-detail {
    padding-right: 40px;
  }
  ul.categories-grid .item .featured-detail:after,
  ul.products-grid .item .featured-detail:after {
    content: '';
    display: block;
    width: 20px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    background: url(../../frontend/Wheelchair/default/en_US/images/sprites480.png) -50px -122px no-repeat;
  }
  ul.categories-grid .item .product-name,
  ul.products-grid .item .product-name {
    font-size: 20px;
    margin-top: 0;
  }
}
.horizontal-line {
  width: 100%;
  height: 15px;
  padding: 0;
  margin-bottom: 15px;
  border-left: 0;
  border-bottom: 1px solid #a2bed9;
  clear: both;
}
.bold {
  font-weight: 700;
}
.read-more-container:hover {
  color: #ff7e00 !important;
}
.read-more-container:hover .more::after {
  border-color: #ff7e00 transparent transparent !important;
}
.read-more-container:hover .less::after {
  border-color: transparent transparent #ff7e00 !important;
}
.cms-home ul.categories-grid {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 46px;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.cms-home ul.categories-grid .item {
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .cms-home ul.categories-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .homepageSection.second h2 {
    font-size: 30px;
    line-height: 1;
  }
  .homepageSection.second p {
    font-size: 13px;
  }
  .homepageSection.third p {
    font-size: 13px;
  }
  .homepageSection .accordion h2 {
    font-size: 18px;
  }
  .homepageSection .accordion .tab {
    padding: 15px;
  }
}
@media screen and (max-width: 770px) {
  .homepageSection.second .twoColumns {
    flex-wrap: wrap;
  }
  .homepageSection.second .twoColumns .column {
    width: 100%;
  }
  .homepageSection.second .twoColumns .column:first-child {
    margin-bottom: 40px;
  }
}
.all-categories__title h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 20px;
  text-align: center;
  color: var(--text-1);
  margin-top: 55px;
  margin-bottom: 45px;
}
@media screen and (min-width: 992px) {
  nav.navigation .level0 > .submenu {
    min-width: 230px !important;
  }
  .all-categories__title h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    color: var(--text-1);
  }
}
.page-layout-2columns-left.catalog-category-view .columns .sidebar-main + .column.main {
  width: 0px;
  flex-grow: 1;
  flex-shrink: 1;
}
.pane-categories ul.columns:last-child {
  border-right: 0 !important;
}
.fieldset > .field.required > .label::after,
.fieldset > .fields > .field.required > .label::after,
.fieldset > .field._required > .label::after,
.fieldset > .fields > .field._required > .label::after {
  font-size: 1.8rem;
  margin: 0px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding-left: 0;
}
.filter .items .item a span.label {
  color: #00334d;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  white-space: unset;
  text-align: left;
  padding-top: 3px;
}
.filter .items .item a span.count {
  color: #00334d;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  white-space: unset;
  text-align: left;
}
.filter .items .item .count {
  display: none;
}
#layered-filter-block.filter .items .item .count {
  display: block;
}
.filter-options .items li.item a::before {
  width: 18px;
  height: 18px;
}
.products-list .product-item .product-item-price-message {
  display: none;
}
.catalog-category-view .products-list .product-item .product-item-price-message {
  display: none;
}
.catalogsearch-result-index .products-list .product-item .product-item-price-message {
  display: block;
}
.product-item-actions iframe {
  height: 30px !important;
  margin-bottom: 30px !important;
}
.products-list .product-item .product-item-actions .action.more {
  margin-bottom: 20px;
}
.products-list .product-item .wheels-category-product-info-block {
  width: 100%;
}
.checkout-cart-index .price-excluding-tax .cart-price .totalProductPrice {
  display: none;
}
@media screen and (max-width: 991px) {
  .checkout-cart-index .price-excluding-tax .cart-price .baseProductPrice {
    display: none;
  }
  .checkout-cart-index .price-excluding-tax .cart-price .totalProductPrice {
    display: block;
  }
}
.amsearch-form-container.-opened .amsearch-wrapper-input {
  max-width: 100% !important;
}
.product-info-main #bread-checkout-btn-above-addtocart {
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/pdp/dollar-icon-01.png') no-repeat 0 0;
  padding-left: 30px;
  margin-bottom: 5px;
  visibility: visible !important;
}
.product-info-main #bread-checkout-btn-above-addtocart iframe {
  height: 20px !important;
}
.product-info-main #bread-checkout-btn-below-addtocart iframe {
  height: 20px !important;
}
.product-info-main .leaves-warehouse-in {
  padding-left: 30px;
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/pdp/track-icon-01.png') no-repeat 0 5px;
  font-size: 18px;
}
.product-add-form-bottom-bread-block {
  text-align: center;
}
.product-info-main .product-add-form-bottom-bread-block #bread-checkout-btn {
  background: none;
  padding-left: 0px;
  margin: 0 auto 5px auto;
  visibility: visible !important;
}
.block.newsletter .field.newsletter {
  max-width: unset !important;
}
.block.newsletter .form.subscribe > .field,
.block.newsletter .form.subscribe > .actions {
  float: unset !important;
}
.cart.table-wrapper .actions-toolbar {
  padding-bottom: 30px;
  margin-right: 10px;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 0;
  right: 30px;
}
.braintree-credit-card-selected {
  height: 80%;
}
.payment-method-braintree .field label.label {
  font-weight: 900 !important;
  font-size: 1.4rem !important;
  line-height: 30px;
}
.categoryAccordionTabTitle {
  background: #dfdfdf;
  padding: 15px 15px;
  position: relative;
  margin: 20px 0;
}
.categoryAccordionTabTitle h2 {
  margin: 0;
  float: left;
}
.categoryAccordionTabExpand {
  background: #fff;
  color: orange;
  display: inline-block;
  border-radius: 50%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  user-select: none;
  cursor: pointer;
  float: right;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  line-height: 27px;
}
.categoryAccordionTabContent {
  display: none;
}
.categoryAccordionTabContent.visible {
  display: block;
}
.related_custom_options label {
  font-weight: bold;
  margin-bottom: 3px;
  display: inline-block;
}
.filter-content .filter-current .items {
  clip: unset;
  width: unset;
  height: unset;
  position: static;
}
.filter-current .items .item a {
  width: 18px;
  height: 18px;
}
.filter-current .items .item a::before {
  content: "";
  display: block;
  position: absolute;
  top: unset;
  left: unset;
  height: 1px;
  width: 100%;
  border: none;
  background-color: #c7c7c7;
}
.amshopby-filter-current .amshopby-remove:hover::after,
.amshopby-filter-current .amshopby-remove:hover::before {
  background-color: #494949 !important;
}
.amshopby-filter-current .amshopby-item.item {
  padding-left: 17px !important;
  margin-bottom: 10px !important;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label > span:first-child,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label > span:first-child {
  color: black;
  text-decoration: none;
}
.filter-options input[type="checkbox"] + .amshopby-choice {
  display: none;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*="am-filter-item"] {
  padding-left: 0px;
}
.limiter-options {
  background-size: 12px;
  background-position: 80% 50%;
}
.xsitemap .xsitemap-categories,
.xsitemap .xsitemap-pages {
  float: none;
  width: 100%;
}
.xsitemap ul {
  list-style: none;
}
.xsitemap .category li li {
  padding-left: 15px;
}
.xsitemap .level-0 {
  margin-bottom: 30px;
}
.xsitemap .level-1,
.xsitemap li.page-url {
  margin-bottom: 10px;
}
.xsitemap .level-0 > a {
  border-bottom: 1px solid #cfdfec;
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #ff7e00;
}
.xsitemap .level-1 > a {
  font-weight: 700;
}
.xsitemap li.page-url > a {
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .xsitemap .column {
    float: none !important;
    width: 100% !important;
  }
  .xsitemap .level-0 > a {
    font-size: 24px;
  }
}
.xsitemap .level-0.category {
  width: 100%;
}
.xsitemap .level-1.category {
  width: 33%;
  float: left;
  padding-right: 15px;
}
.xsitemap .categories {
  padding-left: 0;
}
.xsitemap .categories > .level-0.category .categories:after {
  clear: both;
  content: '';
  display: block;
}
.xsitemap .xsitemap-pages > ul:after {
  clear: both;
  content: '';
  display: block;
}
.xsitemap li.page-url {
  float: left;
  width: 33%;
  display: inline-block;
}
@media (max-width: 700px) {
  .xsitemap li.page-url {
    float: none;
    width: 100%;
  }
  .xsitemap .level-1.category {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.field.required > .label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 3px;
}
.field.required[data-optionscount="0"] > .label::after,
.field.required[data-optionscount="1"] > .label::after {
  display: none;
}
.filter:not(.active) .filter-title strong {
  height: 40px !important;
}
.bread-as-low-as-tooltip-external,
.mobile-product-info .review-stars-block {
  display: none;
}
.wh-popup-authentication.modal-popup.modal-slide {
  z-index: 1000;
}
.modals-overlay {
  z-index: 999;
}
.amfinder-select {
  background-size: 12px;
  background-position: calc(90%) 50%;
}
@media screen and (min-width: 992px) {
  #html-body .amasty-affiliate-collapsible > .block-collapsible-nav-title {
    clip: unset;
    height: auto;
    width: auto;
    position: unset;
    background-color: whitesmoke;
    padding-left: 20px;
    padding-top: 20px;
    border-top: 1px solid lightgray;
  }
}
.minicart-wrapper {
  position: relative !important;
}
.authentication-wrapper {
  margin-top: 0px !important;
}
footer .footer.content .footer_social_links .footer_icon {
  display: inline-block;
}
.home-category-image {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.home-category-image > img {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #amasty-shopby-product-list {
    margin-top: 0;
  }
  #search_autocomplete {
    max-width: 95vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.product-item-price-message {
  min-height: 40px;
}
.filter.active .filter-content .filter-actions .filter-clear {
  display: inline-block;
  margin-top: -5px;
}
.filter-no-options .filter-title::before {
  height: auto !important;
  margin-top: 0 !important;
}
.filter.active .filter-content .filter-subtitle {
  box-sizing: content-box;
}
.am-button {
  margin-top: 30px;
}
.am-button + #am-shopby-container {
  margin-bottom: -50px;
}
.footer_sub_links a:hover {
  color: #ff7e00 !important;
}
.opc-summary-wrapper .items-in-your-order .minicart-items-wrapper {
  height: auto !important;
}
.call-us-now-shown .row_taptocall {
  display: none;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  white-space: nowrap;
  padding: 6px 12px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.category-description-tab .short .read-more-container .less {
  display: none;
}
.category-description-tab .full .read-more-container .more {
  display: none;
}
.phone-number-mobile {
  display: none !important;
}
@media screen and (max-width: 560px) {
  .phone-number-desktop {
    display: none !important;
  }
  .phone-number-mobile {
    display: block !important;
  }
  .header-top-phone-container .phone-number-mobile {
    display: flex !important;
  }
  .need-assistance {
    display: inline-block !important;
  }
}
body {
  background-color: white;
}
.catalog-category-view .page-title-wrapper .page-title {
  font-size: 40px;
  font-weight: bold;
  margin-top: 0;
}
.products .product-items .product-item {
  border: 1px solid var(--border-1);
  box-shadow: 0px 4px 19px rgba(24, 104, 169, 0.14);
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.products .product-items .product-item .product-item-name span {
  font-size: 24px;
  color: var(--text-1);
}
.products-list .product-item .product-item-photo {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .products-list .product-item .product-item-photo {
    width: 200px;
  }
  .catalog-category-view .columns .sidebar-main {
    max-width: 200px;
  }
}
.page-products .toolbar.toolbar-products {
  background: none;
  margin-bottom: 0;
}
.page-products .toolbar .toolbar-amount {
  font-size: 16px;
}
.products-list .product-item .product-item-actions .action.more {
  font-size: 17px;
  font-weight: 500;
  text-transform: unset;
  border-radius: 10px;
  margin-bottom: 0;
  background-color: var(--main-1);
  order: 1;
}
.products-list .product-item .product-item-actions .action.more:hover {
  background-color: white;
  color: var(--main-1);
}
.product-items .product-item .product-item-description li {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 16px;
}
.product-items .product-item .product-item-description li::before {
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
  border: none;
  background-color: var(--main-1);
  opacity: 1;
  top: 9px;
  left: 0;
}
.products-list .product-item .price-box .price {
  font-size: 24px;
  font-weight: normal;
}
.products-list .product-item .product-item-actions .price-container {
  text-align: right;
}
.products-list .product-item .product-item-actions {
  text-align: right;
}
.product-items .product-item .product-item-description li:first-child {
  color: var(--main-1);
  font-weight: bold;
  padding-left: 0;
  font-size: 16px;
  margin-bottom: 5px;
}
.products .product-items .product-item .product-item-description {
  margin-top: 0;
}
.product-items .product-item .product-item-description li:first-child:before {
  display: none;
}
.product-item-attributes {
  margin-top: -15px;
}
.products-grid .product-item-attributes {
  margin-top: -10px;
}
.product-item-attributes td {
  padding: 7px 0 2px 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.product-item-attributes td:first-child {
  text-align: left;
  font-weight: normal;
}
.product-item-attributes tr {
  border-bottom: 1px solid #f0f0f0;
}
.yotpoReviews {
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
}
.yotpoReviews .numOfReviews {
  font-size: 14px;
  margin-top: 6px;
  margin-left: 5px;
}
.yotpoReviews > .stars {
  margin-left: -2px;
}
.yotpoReviews .stars .star {
  font-size: 14px;
  width: 24px;
  height: 24px;
  color: #F3C932;
}
.yotpoReviews .stars .star_half {
  font-size: 14px;
  margin-top: 4px;
  margin-left: 2px;
  width: 24px;
  height: 24px;
  color: #F3C932;
}
.yotpoReviews .stars .star_empty {
  font-size: 14px;
  margin-top: 4px;
  margin-left: 2px;
  width: 24px;
  height: 24px;
  color: #F3C932;
}
.product-items .yotpoReviews .stars .star_empty {
  margin-top: 2px;
}
.catalog-category-view .products-list .product-item .product-item-price-message {
  display: inline-block !important;
  border: 1px solid #f0f0f0;
  padding: 7px;
  font-size: 14px;
  margin-top: 25px;
  text-align: right;
  padding-left: 15px;
  border-radius: 10px;
  color: var(--text-1);
  background-color: #FFF9F1;
  cursor: pointer;
}
.products-grid .product-item .product-item-price-message {
  display: inline-block !important;
  border: 1px solid #f0f0f0;
  padding: 7px;
  font-size: 14px;
  margin-top: 0px;
  text-align: right;
  padding-left: 15px;
  border-radius: 10px;
  color: var(--text-1);
  background-color: #FFF9F1;
  cursor: pointer;
  order: 2;
  text-align: left;
  margin-bottom: 10px;
}
.catalog-category-view .products-list .product-item .product-item-price-message:hover {
  text-decoration: underline;
}
.catalog-category-view .products-list .product-item .product-item-price-message .perMonth {
  color: var(--main-1);
  margin-bottom: 3px;
  margin-top: 3px;
}
.catalogsearch-result-index .product-item .product-item-price-message .perMonth {
  color: var(--main-1);
  margin-bottom: 3px;
  margin-top: 3px;
}
.list_free_shipping {
  color: var(--main-1);
}
.products-grid .list_free_shipping {
  order: 4;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.list_free_shipping svg.shipping_truck {
  width: 17px;
  margin-top: -1px;
  margin-right: 3px;
}
.catalog-category-view .columns .sidebar-main > .block {
  width: 100%;
  left: 0;
  top: 0;
  border: none;
  background-color: none;
  padding: 0;
  margin-bottom: 40px;
  box-sizing: border-box;
  border-radius: 10px;
}
.filter .block-subtitle {
  color: var(--main-2);
  font-size: 16px;
  line-height: 20px;
  padding: 11px 0px 15px 0px;
  font-weight: 500;
  border-bottom: 1px solid #d7d7d7;
}
.filter-options-title {
  font-size: 14px;
  color: var(--text-1);
  line-height: 14px;
  padding-top: 9px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  user-select: none;
}
.filter-options-item {
  border-bottom: 1px solid var(--border-1);
}
.filter-options-item:last-child {
  border-bottom: none;
}
.filter-options-title::before,
.filter-options-title::after {
  display: none !important;
}
.filter-options-title svg.arrow_down {
  float: right;
  width: 12px;
  margin-top: 3px;
}
.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 .items li.item a {
  margin-right: 0;
}
.filter-options .items li.item a::before {
  width: 15px;
  height: 15px;
  outline: 1px solid #afafaf;
  outline-offset: 2px;
  border: 0;
  margin-top: 2px;
}
.filter-options .items li.item a.amshopby-link-selected::before {
  content: url("/media/theme_customization/check.svg?v=1");
  line-height: 15px;
  padding-left: 1px;
  outline: 1px solid var(--main-2);
}
.filter .items .item a span.label {
  color: var(--text-1);
  font-size: 14px;
}
.filter .items .item a span.count {
  font-size: 14px;
  font-weight: bold;
  color: var(--text-1);
}
.filter-options-item.active .filter-options-title svg.arrow_down {
  display: none;
}
.filter-options-title svg.close {
  float: right;
  display: none;
}
.filter-options-item.active .filter-options-title svg.close {
  display: inline-block;
}
.filter-subtitle > svg.filter {
  margin-top: -3px;
  margin-right: 5px;
}
.filter-options-item.active .selectedOptions {
  display: none;
}
.filter-options-item.active .filter-options-title {
  padding-bottom: 0;
}
.breadcrumbs {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1440px;
}
.checkout-cart-index .breadcrumbs {
  padding-left: 80px;
  padding-right: 80px;
}
.checkout-index-index .breadcrumbs {
  padding-left: 80px;
  padding-right: 80px;
}
.catalog-category-view .breadcrumbs {
  margin-bottom: 0;
}
.breadcrumbs .item a {
  font-size: 14px;
  color: var(--gray-1);
  line-height: 150%;
}
.breadcrumbs .item strong {
  font-size: 14px;
  font-weight: normal;
  color: var(--gray-1);
}
.breadcrumbs .item strong:hover {
  color: var(--text-1);
}
.breadcrumbs .item a::after {
  margin: 0 8px;
}
.page-products .toolbar.toolbar-products {
  padding: 0 10px;
  margin-bottom: -13px;
}
.page-products .toolbar .toolbar-amount {
  margin-bottom: -13px;
  padding-bottom: 0;
  color: var(--main-2);
}
.sorter-label {
  font-size: 12px;
}
.page-products .toolbar #sorter {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}
.page-products .toolbar #limiter {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}
.page-products .columns {
  z-index: 0 !important;
}
.additional-description {
  margin-bottom: 30px;
}
.additional-description h2 {
  color: #2D5170;
  font-size: 32px;
  line-height: 0.98;
  letter-spacing: -0.8px;
}
.additional-description > hr {
  display: none;
}
.additional-description h3 {
  color: #2D5170;
  font-size: 25px;
  line-height: 27.5px;
  margin-bottom: 0;
}
.additional-description p {
  font-size: 16px;
  line-height: 21px;
  color: #2D5170;
  margin-bottom: 20px;
}
.additional-description a {
  text-decoration: underline;
  color: var(--main-3);
}
.additional-description ul > li {
  font-size: 16px;
  margin-bottom: 5px;
}
.category-nickname-description h2 {
  color: #2D5170;
  font-size: 32px;
  line-height: 0.98;
  letter-spacing: -0.8px;
}
.category-nickname-description hr + p > strong {
  color: #2D5170;
  font-size: 32px;
  line-height: 0.98;
  letter-spacing: -0.8px;
}
.category-nickname-description h3 {
  color: #2D5170;
  font-size: 25px;
  line-height: 27.5px;
  margin-bottom: 0;
}
.category-nickname-description p {
  font-size: 16px;
  line-height: 21px;
  color: #2D5170;
  margin-bottom: 20px;
}
.category-nickname-description a {
  text-decoration: underline;
  color: var(--main-3);
}
.category-nickname-description ul > li {
  font-size: 16px;
  margin-bottom: 5px;
}
.filter .title {
  font-size: 16px;
  line-height: 22px;
  padding: 11px 12px 9px 12px;
  border-bottom: 1px solid var(--border-1);
}
:not(.page-with-filters) .filter .title {
  display: none;
}
.filter .title strong {
  color: var(--main-2);
  font-weight: 500;
}
.block.filter dl dt {
  font-size: 14px;
  color: var(--text-1);
  line-height: 14px;
  padding-top: 9px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0px;
}
.block.filter dl dd {
  padding: 18px 17px 11px 13px;
}
.block.filter dl dd .items li.item a::before {
  width: 15px;
  height: 15px;
  outline: 1px solid #afafaf;
  outline-offset: 2px;
  border: 0;
}
.block.filter dl dd .items .item a {
  color: var(--text-1);
  font-size: 14px;
}
.availability.out-of-stock,
.availability.open-box {
  padding: 16px 35px;
  background-color: #EDF5FA;
  background-image: none;
  top: unset;
  left: 0;
  margin-left: -15px;
  bottom: 30px;
  text-indent: 0;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 2;
  border: 1px solid #56A9D6;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.products-grid .availability.out-of-stock,
.products-grid .availability.open-box {
  bottom: unset;
  top: 30px;
}
.availability.out-of-stock > span,
.availability.open-box > span {
  color: var(--text-1-new);
  font-size: 16px;
  font-weight: bold;
  text-indent: unset;
}
.availability.new {
  padding: 16px 35px;
  background-color: #56A9D6;
  background-image: none;
  top: unset;
  left: 0;
  margin-left: -15px;
  bottom: 30px;
  text-indent: 0;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 2;
  border: 1px solid #56A9D6;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.products-grid .availability.new {
  bottom: unset;
  top: 30px;
}
.availability.new > span {
  color: var(--text-1-new);
  font-size: 16px;
  font-weight: bold;
  text-indent: unset;
}
.filter-options-title .selectedOptions {
  position: absolute;
  width: 100%;
}
.filter .filter-options-title .selectedOptions > li .amshopby-filter-value {
  color: var(--text-1-new);
  padding-left: 27px;
  line-height: 26px;
}
.filter .filter-options-title .selectedOptions > li .amshopby-remove {
  float: left;
  width: 100%;
  position: absolute;
  font-size: 0;
}
.filter .filter-options-title .selectedOptions > li .amshopby-remove:before {
  content: url("/media/theme_customization/check_white.svg?v=1");
  background-color: var(--main-2-new);
  padding-left: 2px;
  padding-top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--main-2-new);
  display: block;
  border-radius: 5px;
  margin-top: 3px;
}
.filter-actions .filter-clear {
  display: none;
}
.block-actions.filter-actions {
  margin-bottom: 0;
}
.filterOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 2, 3, 0.77);
  z-index: 2;
  display: none;
}
@media screen and (max-width: 991px) {
  .availability.out-of-stock,
  .availability.new,
  .availability.open-box {
    margin-left: 0px;
  }
  .products-list .product-item .product-item-info {
    display: block;
  }
  .products-list .product-item .product-item-photo {
    margin: 0 auto;
  }
  .products-list .product-item .product-image-photo {
    margin-top: 40px;
  }
  .products-list .product-item .wheels-category-product-info-block {
    padding: 0px 20px;
  }
  .products-list .product-item .product-item-actions {
    text-align: left;
  }
  .products-list .product-item .product-item-actions .price-container {
    text-align: left;
  }
  body.catalog-category-view .columns .sidebar.sidebar-main {
    max-width: unset;
    width: auto;
  }
  body.catalog-category-view .filter:not(.active) .filter-title strong {
    width: 100%;
    max-width: unset;
    background: #fff;
    border: 1px solid var(--border-1);
    color: var(--main-2);
    font-weight: 700;
    border-radius: 10px;
    margin-top: 20px;
    position: static;
    display: inline-block;
    line-height: 23px;
    cursor: pointer;
  }
  body.catalog-category-view .filter:not(.active) .filter-title strong:after {
    position: absolute;
    top: 17px;
    right: 17px;
    font-weight: 500;
  }
  body.catalog-category-view #layered-filter-block {
    margin-bottom: 30px;
  }
  body.catalog-category-view .toolbar-sorter {
    display: none;
  }
  body.catalog-category-view .filter.active .filter-content {
    position: fixed;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    width: auto;
    height: auto;
    flex-wrap: nowrap;
    background-color: #fff;
    border: 1px solid var(--border-1);
    border-radius: 10px;
    overflow: hidden;
  }
  body.catalog-category-view #narrow-by-list {
    position: static;
  }
  body.catalog-category-view .filter.active .block-subtitle {
    color: var(--main-2);
    font-size: 16px;
    line-height: 22px;
    padding: 11px 12px 9px;
    font-weight: 500;
    border-bottom: 1px solid var(--border-1);
  }
  body.catalog-category-view .filter.active .filter-options-title {
    font-size: 14px;
    color: var(--text-1);
    line-height: 14px;
    padding-top: 9px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
  }
  .filterOverlay > p {
    position: fixed;
    top: calc(10% - 35px);
    font-size: 16px;
    width: 100%;
    left: 0;
    text-align: center;
    color: white;
  }
  .filterOverlay > p > svg {
    margin-top: -4px;
    margin-right: 5px;
  }
  .filter-active .filterOverlay {
    display: block;
  }
  body.filter-active .columns {
    z-index: 2 !important;
  }
  body.filter-active .columns .sidebar.sidebar-main .filter-title {
    display: none;
  }
  body.catalog-category-view .filter.active .filter-content .filter-actions .filter-clear {
    display: none !important;
  }
  .filter-actions + .filter-subtitle {
    display: none !important;
  }
  .products-list .product-item .product-item-photo {
    width: 200px;
  }
  #narrow-by-list2 {
    margin-bottom: -70px;
    margin-top: 10px;
  }
  .page-with-filter .category-cms {
    margin-bottom: 20px !important;
  }
}
#maincontent {
  max-width: 1440px;
  padding: 0 30px;
}
.checkout-cart-index #maincontent {
  padding: 0 80px;
}
.checkout-index-index #maincontent {
  padding: 0 80px;
}
@media screen and (max-width: 950px) {
  #maincontent {
    padding: 0 22px;
  }
  .checkout-cart-index #maincontent {
    padding: 0 22px;
  }
  .checkout-index-index #maincontent {
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  #narrow-by-list2 {
    margin-bottom: -50px;
  }
  .product-item-actions {
    text-align: center !important;
  }
  .catalog-category-view .products-list .product-item .product-item-price-message {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .products-list .product-item {
    width: 100%;
  }
}
.spinner.anim {
  animation: spinnerAnimation 2s forwards infinite;
}
@keyframes spinnerAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#loadMoreProducts {
  width: 100%;
  text-align: center;
  font-size: 17px;
  border-radius: 10px;
  border: 1px solid var(--border-1);
  padding: 15px;
  color: var(--main-2);
  display: block;
  margin-bottom: 40px;
  order: 2;
  background: white;
  text-decoration: none;
}
#loadMoreProducts:hover {
  background-color: #FAFDFF;
  color: var(--main-2);
}
#loadMoreProducts.loading {
  background-color: white;
}
#loadMoreProducts .loadCircle {
  background: var(--main-2);
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 3px;
}
#loadMoreProducts .loadCircle:first-child {
  margin-left: 5px;
}
.product-item .productClick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.read-more__button {
  background: transparent;
}
.category-view {
  display: flex;
  flex-direction: column;
}
.subcategory-list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.subcategory-list__item {
  width: auto;
  height: 100%;
  margin-bottom: 0;
  background-color: white;
  padding: 25px 0px 5px 0px;
  border-radius: 10px;
  border: 1px solid #C3D4E8;
  box-shadow: 0px 4px 19px rgba(24, 104, 169, 0.14);
}
.subcategory-list__item:hover {
  box-shadow: 0px 4px 19px rgba(24, 104, 169, 0.4);
}
.subcategory-list__item:hover .subcategory-list__name {
  text-decoration: none;
  color: var(--main-1);
}
.subcategory-list__item:hover .subcategory-list__link {
  text-decoration: none;
}
.subcategory-list__name {
  color: var(--main-3);
  font-size: 18px;
  margin-top: 40px;
}
.home-bottom-container-title {
  cursor: pointer;
  background: white;
  padding: 16px 20px;
  box-shadow: 0px 1px 19px -4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 40px 0px;
}
.home-bottom-container-title span.web-desc {
  margin: 0;
  font-size: 16px;
  line-height: 12px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: -1px;
}
.home-bottom-container-title span.web-desc svg.qa {
  margin-right: 10px;
}
.home-bottom-container-title .expand-button {
  display: inline-block;
  float: right;
}
.home-bottom-container-text {
  padding: 20px;
  background: white;
  border-radius: 10px;
  margin-top: 10px;
  display: none;
}
.home-bottom-container-title.show + .home-bottom-container-text {
  display: block !important;
}
.rotate180 {
  transform: rotate(180deg);
}
.read-more__button {
  font-size: 14px;
}
.category-description .read-more__button::after {
  top: 5px;
}
.category-description p {
  font-size: 16px;
}
.category-nickname-description {
  padding: 40px 25px;
  font-size: 16px;
}
.category-nickname-description > hr {
  display: none;
}
.category-nickname-description .home-bottom-container-text p > strong {
  font-size: 25px;
}
.category-nickname-description iframe {
  width: 100%;
  height: 33vw;
  border-radius: 10px;
}
.additional-description iframe {
  width: 100%;
  height: 33vw;
  border-radius: 10px;
}
#amasty-shopby-product-list .message.info.empty {
  display: none;
}
#amasty-shopby-product-list #amasty-shopby-product-list {
  margin-top: -40px;
}
ul.categories-grid .item.first {
  margin-left: 0;
}
ul.categories-grid .item.last {
  margin-right: 0;
}
ul.categories-grid .item .home-categories-text-area a.read-more {
  color: #399CF0;
  font-weight: normal;
  text-decoration: underline;
}
.homepageSection {
  background-color: #DEE9F5;
  position: relative;
  z-index: 1;
}
.homepageSection:before {
  position: absolute;
  top: 0;
  left: calc((-100vw + 100%)/2);
  background: #DEE9F5;
  content: '';
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.homepageSection.third:before {
  background: var(--main-2);
}
.homepageSection.first {
  padding: 40px 10px;
}
.homepageSection h2 {
  font-size: 32px;
  font-weight: bold;
  color: var(--text-1);
  margin-bottom: 13px;
}
.homepageSection h2 .blue {
  color: var(--main-3);
}
.homepageSection p {
  font-size: 18px;
  color: var(--text-1);
  max-width: 930px;
  margin: 0 auto;
}
.homepageSection .accordion .tab p {
  font-size: 16px;
  line-height: 22.5px;
}
.homepageSection.third p {
  max-width: unset;
}
.homepageSection.first h1,
.homepageSection.first p {
  text-align: center;
}
.homepageSection.second {
  padding: 100px 10px 36px 10px;
}
.homepageSection.second h2 {
  font-size: 54px;
  line-height: 55px;
  margin-top: 0;
  line-break: anywhere;
}
.homepageSection.second p {
  font-size: 16px;
}
.homepageSection.second .twoColumns {
  display: flex;
  column-gap: 50px;
  width: 100%;
}
.homepageSection.second .twoColumns .column {
  width: 50%;
}
.homepageSection.second h2.whiteBg {
  font-size: 32px;
  background-color: white;
  border-radius: 10px;
  padding: 27px;
  margin-top: 70px;
}
.homepageSection .accordion .tab {
  font-size: 32px;
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  cursor: pointer;
}
.homepageSection .accordion .tab p {
  display: none;
  margin-top: 0px;
}
.homepageSection .accordion .tab.show p {
  display: block;
  margin-top: 30px;
}
.homepageSection .accordion h2 {
  margin: 0;
  font-size: 32px;
}
.homepageSection .accordion h2 > svg {
  color: var(--main-3);
  marign-top: -7px;
  margin-right: 15px;
}
.homepageSection .accordion h2 > svg.arrow_down {
  color: var(--text-1);
  margin-top: 15px;
  margin-right: 15px;
  float: right;
}
.homepageSection .accordion .tab.show h2 > svg.arrow_down {
  transform: rotate(180deg);
}
.homepageSection.third {
  background-color: var(--main-2);
  padding: 25px 0px 6px 0px;
  width: calc(100% - 2px);
  margin-left: 1px;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none !important;
  margin: 0 !important;
  border: none;
  padding: 0;
}
.product-item-info .product-item-inner,
.product-item-info .product-item-inner {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.product-item-info:hover .product-item-inner,
.product-item-info:active .product-item-inner {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.page-products .products-grid .product-item-info {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-products .products-grid .wheels-category-product-info-block {
  flex-grow: 1;
}
.page-products .products-grid .wheels-category-product-info-block-inner {
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  display: flex;
}
.page-products .products-grid .product-item {
  margin-left: 0 !important;
  width: calc(33.3333% - 10px) !important;
  padding: 10px 10px 5px 10px !important;
}
.page-products .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.page-products .products-grid .product-item .product-item-photo {
  display: block;
  width: 100%;
  text-align: center;
}
.page-products .products-grid .product-item .product-image-wrapper {
  padding-bottom: 100% !important;
}
.products-grid .product-item .product-item-actions .action.more {
  font-size: 17px;
  font-weight: 500;
  text-transform: unset;
  border-radius: 10px;
  margin-bottom: 0;
  background-color: var(--main-1);
  padding: 6px 27px;
  line-height: 27px;
  text-align: center;
}
.products-grid .product-item .product-item-actions .action.more {
  font-size: 17px;
  font-weight: 500;
  text-transform: unset;
  border-radius: 10px;
  margin-bottom: 0;
  background-color: var(--main-1);
  padding: 6px 27px;
  line-height: 27px;
  text-align: center;
}
.products-grid .product-item .price-box .price {
  font-size: 24px;
  font-weight: normal;
}
.products-grid .product-item .price-box {
  margin-bottom: 5px;
  order: 3;
}
.page-products .products-grid .product-item-actions {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 753px) {
  .page-products .products-grid .product-item {
    width: calc(50% - 10px) !important;
    padding: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  .page-products .products-grid .product-item {
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 0;
  }
}
.page-products .products-grid .product-items .product-item .product-item-actions .price-container {
  text-align: left !important;
}
li.product-item {
  cursor: pointer;
}
.page-product-grouped .column.main {
  border: 1px solid var(--border-1);
  border-radius: 10px;
  background: white;
  padding: 20px;
}
.page-product-grouped .wh-main-info {
  display: flex;
}
.page-product-grouped .wh-main-info > .product.media {
  max-width: 290px !important;
}
.catalog-product-view.page-layout-1column .page-title > .base {
  color: var(--text-1);
}
.page-product-grouped .after-title-info {
  display: none;
}
.page-product-grouped .page-title-wrapper {
  width: 100%;
}
.grouped-product-despription div.value {
  font-size: 16px;
}
.page-product-grouped .shareThis {
  font-size: 16px;
  margin-top: 30px;
}
.page-product-grouped .shareThis a {
  text-decoration: underline;
}
.page-product-grouped .shareThis > span {
  margin: 0 7px;
  color: var(--main-3);
}
.page-product-grouped .grouped-product-despription .tab-description-block.common-section {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 999;
}
.page-product-grouped .grouped-product-despription .tab-description-block.common-section.show {
  display: block;
}
.page-product-grouped .grouped-product-despription {
  margin-top: 86px;
}
.page-product-grouped .grouped-product-despription .closeModal {
  line-height: 10px;
  font-size: 40px;
  cursor: pointer;
  text-align: right;
}
.returnPolicyModal {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  background: white;
  border: 1px solid var(--border-1);
  padding: 20px;
  transform: translate(-50%, -50%);
}
#super-product-table {
  width: 100%;
  max-width: unset;
}
.returnPolicyModal .product-details-attr-title {
  margin-top: 5px;
}
.product-details-attr-title .manual-links-wrapper {
  margin-bottom: 8px;
}
.product-details-attr-title .manual-links-wrapper:last-child {
  margin-bottom: 0;
}
svg.fotorama_search_icon {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  font-size: 16px;
  line-height: 28px;
  color: var(--text-1);
}
.cart-totals .amount .price {
  font-size: 16px;
  line-height: 28px;
  color: var(--text-1);
}
.cart-totals .totals.shipping,
.cart-totals .totals.sub {
  border-bottom: 1px solid #eaeaea;
}
.cart-summary {
  width: 100%;
  background: none;
  border: 1px solid #c3d4e8;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px !important;
}
#block-discount > .title:after {
  display: none;
}
#discount-coupon-form .fieldset.coupon > div.field {
  width: 100%;
}
#discount-coupon-form .fieldset.coupon > div.primary {
  z-index: 1;
}
.cart.table-wrapper .cart > .item {
  border-color: #eaeaea !important;
}
.continue_shopping {
  color: var(--main-3) !important;
  font-size: 14px;
  display: block;
  text-align: right;
  margin-bottom: 20px;
  margin-top: -20px;
}
.printImage {
  width: 80%;
  margin-left: 10%;
  visibility: hidden;
  height: 0;
}
.backToTop {
  order: 3;
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.backToTop .circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--main-1);
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
}
.backToTop .circle svg {
  color: #f9f9f9;
}
.backToTop:hover .circle {
  background-color: #F9EEE8;
}
.backToTop:hover .circle svg {
  color: var(--main-1);
}
@media screen and (max-width: 910px) {
  .mp-banner-slider .item.homepage .priceAndButton {
    flex-wrap: wrap;
    margin-left: 15px;
  }
  .mp-banner-slider .item.homepage h1 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .mp-banner-slider .item.homepage .bottomLeftBox {
    max-width: 60%;
    padding: 10px !important;
  }
  .mp-banner-slider .item.homepage .priceAndButton p {
    font-size: 18px !important;
  }
  .mp-banner-slider .item.homepage .priceAndButton p.price {
    margin-right: 10px;
  }
  .mp-banner-slider .item.homepage .priceAndButton p.shipping {
    font-size: 10px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .mp-banner-slider .item.homepage .priceAndButton .action.primary,
  .mp-banner-slider .item.homepage .priceAndButton .amshopby-button,
  .mp-banner-slider .item.homepage .priceAndButton .am-filter-go {
    padding: 10px 20px !important;
    line-height: 15px;
    margin-top: 15px;
  }
  .mp-banner-slider .item.homepage .featherchairContainer {
    padding: 10px 18px !important;
    transform: translate(-10px, -10px) !important;
  }
  .mp-banner-slider .item.homepage h1 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .mp-banner-slider .item.homepage .priceAndButton {
    margin-left: 0px;
  }
}
.filter-current-subtitle .clear_all {
  color: var(--main-1);
  text-decoration: underline;
  margin: 15px 0px 0px 0px;
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 930px) {
  .homepageSection.second h2 {
    font-size: 32px;
    line-height: 1;
  }
  .homepageSection.second .twoColumns {
    flex-wrap: wrap;
  }
  .homepageSection.second .twoColumns .column {
    width: 100%;
  }
  .homepageSection.second .twoColumns .column:first-child {
    margin-bottom: 40px;
  }
  .homepageSection.second {
    padding-top: 50px;
  }
}
.categories-grid::before {
  display: none;
}
.minicart-wrapper .action.showcart.active::before {
  display: none !important;
}
body.filter-active .page-wrapper {
  visibility: visible !important;
  height: auto !important;
  margin-top: initial !important;
}
.breadcrumbs .items::after {
  display: none;
}
.bigspacing li {
  margin-bottom: 20px !important;
}
.category-description-tab .category-description {
  height: 40px;
}
#narrow-by-list2 {
  margin-left: -16px;
}
body.page-product-grouped .product-add-form {
  margin-right: -27px;
  margin-left: -27px;
}
.filter-options-content .am-swatch-wrapper {
  display: block;
}
.filter-options-content .am-swatch-wrapper .am-swatch-link {
  padding-left: 32px;
  height: 30px;
  margin-top: 5px;
}
.filter-options-content .am-swatch-wrapper .am-swatch-link .label_and_count::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 15px;
  height: 15px;
  border: 3px solid #b4b4b4;
  border-radius: 2px;
  background-color: #fff;
  outline: 1px solid #afafaf;
  outline-offset: 2px;
  border: 0;
  margin-top: 2px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0;
}
.am-swatch-link span.label {
  color: var(--text-1);
  font-size: 14px;
}
.am-swatch-link span.count {
  letter-spacing: 0;
  line-height: 27px;
  padding: 0;
  white-space: unset;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-1);
  float: right;
  margin-top: 4px;
}
.am-swatch-link span.count:before,
.am-swatch-link span.count:after {
  content: '';
}
.am-swatch-link .label_and_count {
  width: 100%;
  margin-top: -5px;
}
.filter-options-content .am-swatch-wrapper .am-swatch-link .swatch-option.selected ~ .label_and_count:before {
  content: url("/media/theme_customization/check.svg?v=1");
  line-height: 15px;
  padding-left: 1px;
  outline: 2px solid var(--main-2);
}
.filter-options-content div[class*="am-swatch-wrapper item"] .am-swatch-link .swatch-option {
  min-width: 14px;
  min-height: 14px;
  width: 14px;
  height: 14px;
  border: 1px solid #AFAFAF;
}
.sidebar-main > .block-static-block > div > p {
  text-align: center;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label > span:first-child,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label > span:first-child {
  color: var(--text-1) !important;
}
a.rent_this_chair {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  background: white;
  border: 1px solid var(--main-1-new);
  padding: 12px 0;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  border-radius: 10px;
  margin-top: 24px;
  text-align: center;
  color: var(--text-1-new) !important;
}
a.rent_this_chair:hover {
  background-color: var(--main-1-new);
  color: white !important;
}
.catalog-product-view a.rent_this_chair {
  display: block;
}
a.rent_this_chair svg {
  margin-right: 10px;
}
a.rent_this_chair span {
  vertical-align: middle;
}
.product.info.detailed .tab-content .yotpo li:before {
  display: none;
}
.product.info.detailed .tab-content .product-details-attr-value.manual-block .manual-link {
  position: relative;
  background: none;
  text-decoration: none;
  padding-left: 28px;
  color: var(--text-1-new);
}
.product.info.detailed .tab-content .product-details-attr-value.manual-block .manual-link:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="21" height="24" viewBox="0 0 21 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 12.8H3.2V11.2H4C4.21217 11.2 4.41566 11.2843 4.56569 11.4343C4.71571 11.5843 4.8 11.7878 4.8 12C4.8 12.2122 4.71571 12.4157 4.56569 12.5657C4.41566 12.7157 4.21217 12.8 4 12.8ZM9.6 16V11.2H10.4C10.6122 11.2 10.8157 11.2843 10.9657 11.4343C11.1157 11.5843 11.2 11.7878 11.2 12V15.2C11.2 15.4122 11.1157 15.6157 10.9657 15.7657C10.8157 15.9157 10.6122 16 10.4 16H9.6Z" fill="%23FA0F00"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0 2.4C0 1.76348 0.252856 1.15303 0.702944 0.702944C1.15303 0.252856 1.76348 0 2.4 0H15.5312L20.8 5.2688V21.6C20.8 22.2365 20.5471 22.847 20.0971 23.2971C19.647 23.7471 19.0365 24 18.4 24H2.4C1.76348 24 1.15303 23.7471 0.702944 23.2971C0.252856 22.847 0 22.2365 0 21.6V2.4ZM4 9.6H1.6V17.6H3.2V14.4H4C4.63652 14.4 5.24697 14.1471 5.69706 13.6971C6.14714 13.247 6.4 12.6365 6.4 12C6.4 11.3635 6.14714 10.753 5.69706 10.3029C5.24697 9.85286 4.63652 9.6 4 9.6ZM10.4 9.6H8V17.6H10.4C11.0365 17.6 11.647 17.3471 12.0971 16.8971C12.5471 16.447 12.8 15.8365 12.8 15.2V12C12.8 11.3635 12.5471 10.753 12.0971 10.3029C11.647 9.85286 11.0365 9.6 10.4 9.6ZM14.4 17.6V9.6H19.2V11.2H16V12.8H17.6V14.4H16V17.6H14.4Z" fill="%23FA0F00"/></svg>');
  top: 0px;
  left: 0px;
}
.catalog-product-view.page-layout-1column .max-ultratabs .tab-content {
  border: none;
}
.catalog-product-view.page-layout-1column .max-ultratabs {
  margin-bottom: 0;
}
.product.info.detailed .tab-content p {
  font-size: 16px;
}
.product.info.detailed .tab-content img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field.required .label::after {
  display: none;
}
@media screen and (max-width: 580px) {
  .category-view .description-item-inner iframe {
    width: 100%;
  }
}
@media screen and (max-width: 797px) {
  .product.media .fotorama__wrap .fotorama__nav-wrap {
    width: calc(100vw - 30px) !important;
  }
  .product.media .fotorama__nav-wrap .fotorama__nav--thumbs {
    margin-left: 0px;
    overflow: visible;
  }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon {
    background: none;
    background-color: white;
    transform: translate(-40px, -50%);
  }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
    background: none;
    background-color: white;
    transform: translate(10px, -50%);
  }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon:after {
    content: '';
    display: block;
    width: 20px;
    height: 22px;
    margin-left: 8px;
    margin-top: 30px;
    background: url("data:image/svg+xml;utf8,<svg width='30' height='30' viewBox='0 0 12 12' fill='none' id='svgsprite_star' xmlns='http://www.w3.org/2000/svg'><path d='M10.9735 4.58951C10.9421 4.49694 10.8842 4.4156 10.8071 4.35554C10.73 4.29547 10.637 4.25931 10.5395 4.25151L7.68901 4.02501L6.45551 1.29451C6.41623 1.20656 6.35233 1.13187 6.27154 1.07944C6.19074 1.027 6.0965 0.999076 6.00018 0.999024C5.90386 0.998971 5.80958 1.02679 5.72873 1.07914C5.64787 1.13148 5.58389 1.20611 5.54451 1.29401L4.31101 4.02501L1.46051 4.25151C1.36474 4.25909 1.27318 4.29411 1.19679 4.35237C1.1204 4.41063 1.06241 4.48967 1.02976 4.58002C0.99711 4.67038 0.991182 4.76822 1.01269 4.86186C1.03419 4.95549 1.08221 5.04095 1.15101 5.10801L3.25751 7.16151L2.51251 10.3875C2.48989 10.4852 2.49714 10.5874 2.53332 10.6808C2.5695 10.7743 2.63295 10.8548 2.71541 10.9117C2.79788 10.9687 2.89557 10.9996 2.99581 11.0003C3.09604 11.0011 3.19419 10.9717 3.27751 10.916L6.00001 9.10101L8.72252 10.916C8.80768 10.9726 8.90812 11.0017 9.01033 10.9994C9.11254 10.9972 9.21161 10.9637 9.29421 10.9035C9.37682 10.8432 9.439 10.7592 9.4724 10.6625C9.50579 10.5659 9.5088 10.4614 9.48102 10.363L8.56651 7.16301L10.8345 5.12201C10.983 4.98801 11.0375 4.77901 10.9735 4.58951Z' fill='#F3C932' /></svg>") no-repeat;
  }
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon:after {
    content: '';
    display: block;
    width: 20px;
    height: 22px;
    margin-left: 8px;
    margin-top: 30px;
    background: url("data:image/svg+xml;utf8,<svg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2 20L11 11L2 2' stroke='rgb(57, 156, 240)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat;
  }
}
.do_you_have_coupon {
  display: block;
  margin: 10px 0px 20px 0px;
  text-decoration: underline;
  font-size: 14px;
}
.productAttrPriceDiff {
  float: right;
  margin-right: -160px;
  font-size: 16px;
}
.cart.table-wrapper .item-options dt::after {
  content: '';
}
.cart_outofstock {
  font-size: 14px;
  color: #E8AB34;
  border: 1px solid #E8AB34 !important;
  border-radius: 32px;
  background-color: #FFF9F1;
  padding: 5px 15px !important;
  margin: 20px 0px;
  display: inline-block;
}
.checkout-index-index .page-title-wrapper {
  border: initial;
  clip: initial;
  height: initial;
  margin: initial;
  overflow: initial;
  padding: initial;
  position: initial;
  width: initial;
}
.checkout-index-index .page-title-wrapper h1 .base {
  font-size: 40px;
}
.page-wrapper {
  height: auto !important;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .options-list .label {
  font-size: 14px !important;
}
.catalog-product-view label.optionsTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  display: inline-block;
  color: var(--text-1-new);
}
.page-wrapper .block-search .action.search::before {
  display: none !important;
}
.column.main {
  background-color: white;
}
.cms-no-route .page-wrapper .column .block-search {
  z-index: 1 !important;
  max-width: 600px !important;
}
.cms-page-view p {
  margin-bottom: 20px;
  font-size: 14px;
}
.w-page {
  font-family: Arial,Verdana,sans-serif;
  margin-bottom: 30px;
  background-image: url(../../frontend/Wheelchair/default/en_US/img/1800wheelchair-fit-guide-background.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 82%;
}
.w-logo {
  margin: 10px 0;
}
h1.w-page-header {
  margin: 20px 0 40px;
  font-size: 34px;
}
.w-image img {
  width: 100%;
  height: auto;
}
.w-image {
  position: relative;
  display: table;
  margin: 0 auto;
}
.w-number,
.w-tip {
  position: absolute;
  color: #fff;
}
.w-tip {
  padding: 5px 10px 5px 20px;
  font-size: 13px;
  line-height: 1.1em;
  border-radius: 12px;
}
.w-tip.tip1 {
  top: 23%;
  left: 26%;
}
.w-tip.tip2 {
  top: 10%;
  left: 32%;
  max-width: 100px;
}
.w-tip.tip3 {
  top: 15%;
  left: 72%;
  max-width: 85px;
}
.w-tip.tip3-2 {
  top: 26%;
  left: 6%;
  max-width: 69px;
}
.w-tip.tip4 {
  top: 55%;
  left: 74%;
}
.w-tip.tip4-2 {
  top: 54%;
  left: 79%;
  max-width: 72px;
}
.w-tip.tip5 {
  top: 37%;
  left: 70%;
  width: 25%;
}
.w-tip.tip6 {
  top: 90%;
  left: 7%;
}
.w-tip.tip7 {
  top: 42%;
  left: 66%;
}
.w-tip.tip8 {
  top: 77%;
  left: 22%;
}
.w-tip.tip9 {
  top: 76%;
  left: 72%;
}
.w-tip.tip10 {
  top: 58%;
  left: 5%;
  max-width: 74px;
}
.w-tip.tip11 {
  top: 15%;
  left: 41%;
}
.w-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #206aa8;
  box-shadow: 0 0 0 2px #fff,inset 0 0 0 2px #529bd4;
  top: -2px;
  left: -14px;
}
.w-image .tooltip-inner {
  max-width: 300px;
  text-align: left;
  border-radius: 10px;
  font-size: 14px;
}
.w-image .tooltip.top .tooltip-arrow {
  border-top-color: #206aa8;
}
.w-image .tooltip.left .tooltip-arrow {
  border-left-color: #206aa8;
}
.w-image .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #206aa8;
}
.w-image .tooltip.right .tooltip-arrow {
  border-right-color: #206aa8;
}
.w-title {
  color: #fff;
  position: relative;
  line-height: 26px;
  padding: 0 15px 0 35px;
  font-weight: 700;
  font-size: 16px;
}
.w-title .w-number {
  left: -4px;
}
.w-description {
  line-height: 16px;
  font-size: 14px;
  padding: 7px 0 10px 10px;
}
.w-borders {
  box-shadow: 2px 0 0 0 #c2c4ca, -2px 0 0 0 #c2c4ca, inset 2px 0 0 0 #c2c4ca, inset -2px 0 0 0 #c2c4ca;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .w-tip {
    padding: 4px 7px 3px 17px;
    font-size: 12px;
    line-height: 1em;
    border-radius: 8px;
  }
  .w-number {
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 14px;
    top: -3px;
    left: -12px;
  }
}
@media (max-width: 991px) {
  .w-page {
    background: 0 0;
  }
  .w-description,
  .w-image {
    background: #f7f7f7;
  }
  h1.w-page-header {
    text-align: center;
    font-size: 24px;
  }
  .w-borders {
    box-shadow: none;
  }
  .w-image {
    margin: 0 auto 30px;
    border: 10px solid #f7f7f7;
    border-radius: 10px;
  }
  .w-image .tooltip-inner {
    max-width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  h1.w-page-header {
    font-size: 20px;
  }
  .w-tip {
    padding: 4px 7px 3px 17px;
    font-size: 12px;
    line-height: 1em;
    border-radius: 8px;
  }
  .w-number {
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 14px;
    top: -3px;
    left: -12px;
  }
  .w-title .w-number {
    left: -5px;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 24px;
    top: -1px;
  }
}
.w-image .tooltip-inner,
.w-number,
.w-tip,
.w-title {
  background-color: #206aa8;
}
.cms-page-view .btn-view:visited {
  color: white;
}
.cms-page-view .shop-btn:visited {
  color: white;
}
.cms-page-view .btn-view:visited {
  color: white;
}
.cms-page-view .btn-block:visited {
  color: white;
}
.cms-page-view .text-center {
  text-align: center;
}
.cms-page-view .best-pro {
  width: 100%;
  height: auto;
}
.cms-page-view .star-list i.fa-star {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 12 12' fill='none' id='svgsprite_star' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9735 4.58951C10.9421 4.49694 10.8842 4.4156 10.8071 4.35554C10.73 4.29547 10.637 4.25931 10.5395 4.25151L7.68901 4.02501L6.45551 1.29451C6.41623 1.20656 6.35233 1.13187 6.27154 1.07944C6.19074 1.027 6.0965 0.999076 6.00018 0.999024C5.90386 0.998971 5.80958 1.02679 5.72873 1.07914C5.64787 1.13148 5.58389 1.20611 5.54451 1.29401L4.31101 4.02501L1.46051 4.25151C1.36474 4.25909 1.27318 4.29411 1.19679 4.35237C1.1204 4.41063 1.06241 4.48967 1.02976 4.58002C0.99711 4.67038 0.991182 4.76822 1.01269 4.86186C1.03419 4.95549 1.08221 5.04095 1.15101 5.10801L3.25751 7.16151L2.51251 10.3875C2.48989 10.4852 2.49714 10.5874 2.53332 10.6808C2.5695 10.7743 2.63295 10.8548 2.71541 10.9117C2.79788 10.9687 2.89557 10.9996 2.99581 11.0003C3.09604 11.0011 3.19419 10.9717 3.27751 10.916L6.00001 9.10101L8.72252 10.916C8.80768 10.9726 8.90812 11.0017 9.01033 10.9994C9.11254 10.9972 9.21161 10.9637 9.29421 10.9035C9.37682 10.8432 9.439 10.7592 9.4724 10.6625C9.50579 10.5659 9.5088 10.4614 9.48102 10.363L8.56651 7.16301L10.8345 5.12201C10.983 4.98801 11.0375 4.77901 10.9735 4.58951Z' fill='orange' /%3E%3C/svg%3E") no-repeat;
}
.cms-page-view .thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  font-size: 14px;
}
.bs-callout h4 {
  text-align: left;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
.cms-page-view .bread-check-your-rate p {
  color: #FFFFFF;
  font-family: var(--brand-font-family);
  font-size: 23px;
  line-height: 40px;
  font-weight: 800;
}
.cms-page-view .table {
  margin-bottom: 20px;
}
.cms-page-view .row {
  display: block;
}
.cms-page-view .table-bordered {
  border: 1px solid #e5e5e5;
}
.cms-page-view .row.text-center > img {
  margin: 0 auto;
}
.cms-page-view .background-option h2.h2-change {
  color: white;
}
.cms-page-view .adding-buttons:visited {
  color: white;
}
.cms-page-view.page-layout-2columns-left .column.main {
  border-left: 1px solid lightgray;
}
@media screen and (max-width: 600px) {
  .cms-home .mp-banner-slider [data-only="desktop"] {
    display: none;
  }
}
.quotation-quote-index #billing .step-title,
.quotation-quote-index #shipping .step-title,
.quotation-quote-index #opc-shipping_method .step-title {
  border: none !important;
}
.quotation-quote-index #billing .step-title::after,
.quotation-quote-index #shipping .step-title::after,
.quotation-quote-index #opc-shipping_method .step-title::after {
  display: none !important;
}
#co-guest-form {
  display: none;
}
.yotpo .form-group .form-element .y-label {
  white-space: normal !important;
}
#maincontent:before {
  z-index: -1;
  top: 0;
  left: 50%;
  width: calc(100% - 44px);
  max-width: 1440px;
  height: 100px;
  background-color: white;
  content: '';
  display: block;
  position: absolute;
  transform: translateX(-50%);
  height: 100%;
}
.xsitemap li.page-url {
  width: 100%;
  float: unset;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0 0 0 35px;
}
.product-boxThree .btn-block {
  white-space: normal;
}
.cms-page-view .column.main {
  min-height: 0px;
}
.cms-privacy-policy .column.main {
  padding-bottom: 0;
}
.cms-page-view hr {
  width: 100%;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form .field[name$=".country_id"] {
  display: block !important;
}
#co-transparent-form .field .label:after {
  display: none;
}
#co-transparent-form .field .control {
  margin-bottom: 10px !important;
  max-width: 100%;
}
#co-transparent-form .field.month {
  width: 50% !important;
}
#co-transparent-form .field.month select {
  width: 100%;
}
#co-transparent-form .field.year {
  width: 50% !important;
}
#co-transparent-form .field.number > .label {
  width: 100%;
}
#co-transparent-form .field.year select {
  width: 100%;
}
#payflowpro_cc_number {
  width: 100%;
}
#payflowpro_cc_cid {
  width: calc(100% - 30px);
}
#co-transparent-form .field-tooltip .field-tooltip-content {
  left: auto;
  right: -10px;
  top: 40px;
}
#co-transparent-form .field-tooltip .field-tooltip-content::before,
#co-transparent-form .field-tooltip .field-tooltip-content::after {
  border: 10px solid transparent;
  border-bottom-color: transparent;
  height: 0;
  left: auto;
  margin-top: -21px;
  right: 10px;
  top: 0;
  width: 20px;
}
.all-categories__title h2 {
  font-size: 32px;
  text-align: center;
  margin: 55px 0 45px 0;
}
.top-sellers .block.widget.block-products-list.grid .block-title {
  margin: 0 0 30px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field.required .label > span::after {
  content: '*';
  color: var(--main-1);
  font-size: 18px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field.required[data-optionscount="0"] .label > span::after,
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field.required[data-optionscount="1"] .label > span::after {
  display: none;
}
.contact-index-index .fieldset > .field,
.contact-index-index .fieldset > .fields > .field {
  margin: 0 0 6px;
}
.customer-account-create input,
.customer-account-create select {
  border: 1px solid #e4e4e4;
  background-color: transparent;
  border-radius: 10px;
  font-size: 14px;
  padding: 22px 10px;
}
.customer-account-create select {
  height: auto;
  padding: 15px 25px 15px 10px;
}
@media screen and (min-width: 560px) {
  .customer-account-create fieldset.create.info {
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
  }
}
.checkout-index-index #customer-email-fieldset .action.login {
  background-color: #dfdfdf;
  border: none;
  color: black;
}
.form.minisearch.xsearch-mini-form-widget.-large.amsearch-form-container.-history.-opened {
  margin-top: 10px;
  margin-bottom: 2px;
}
@media all and (min-width: 991px) {
  .products-list .product-item .price-box .price {
    font-size: 24px;
    font-weight: normal;
  }
  #narrow-by-list .filter-options-title {
    font-size: 14px;
    font-weight: 700;
    padding-left: 0;
    padding-top: 0;
  }
  .products-list .product-item .product-item-actions .price-container {
    text-align: right;
  }
  .catalog-category-view .columns .sidebar-main {
    max-width: 21%;
  }
  .products-list .product-item .product-item-photo {
    width: auto;
  }
}
@media all and (max-width: 991px) {
  .catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .flexContainer {
    padding: 0 10px 0 0;
  }
}
.backorderedError {
  display: inline-block;
  margin-bottom: 10px;
}
#shopping-cart-table .item-options > td {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  vertical-align: middle;
}
#shopping-cart-table .item-options:last-child > td {
  padding-bottom: 24px !important;
  padding-top: 7px !important;
}
.widget-product-item {
  border: 1px solid #C3D4E8;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  position: relative;
}
.widget-product-item:hover {
  box-shadow: 0px 4px 35px rgba(24, 104, 169, 0.25);
}
.widget-product-item .product-item-info {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: relative;
  max-width: 100%;
}
.widget-product-item .product-item-info .product-item-photo {
  width: 100%;
  max-width: 167px;
  margin-top: 20px;
  display: block;
}
.widget-product-item .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
  display: inline-block;
  max-width: 100%;
}
.widget-product-item .product-item-info .product-item-photo .product-image-wrapper {
  background-color: #ffffff;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.widget-product-item .product-image-photo {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.widget-product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.widget-product-item .sprite.featherchair {
  width: 80px;
}
.widget-product-item .product-item-info .product-item-details .product-item-name {
  margin: 12px 0 0;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5.5px 0;
  word-wrap: break-word;
  font-weight: 400;
}
.widget-product-item .product-item-info .product-item-details .product-item-name a {
  font-weight: bold;
  line-height: 1.25;
  font-size: 20px;
  color: var(--text-1);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .widget-product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 15px;
  }
}
.widget-product-item .product-item-info .product-item-details .price-box {
  display: none;
}
.widget-product-item .product-item-info .product-item-details .product-item-inner {
  border: 0;
  box-shadow: none;
  display: block;
  clip: unset;
  height: auto;
  margin: 18px 0 13px 0;
  position: static;
  width: auto;
  margin-top: 5px !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  background: #ffffff;
  z-index: 2;
}
.widget-product-item .product-item-info .product-item-details .product-item-inner .stars {
  margin-bottom: 5px;
  color: #F3C932;
}
@media screen and (max-width: 1100px) {
  .widget-product-item .product-item-info .product-item-details .product-item-inner .stars {
    transform: none !important;
    text-align: left !important;
  }
}
.widget-product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary,
.widget-product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .amshopby-button,
.widget-product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .am-filter-go {
  border-radius: 10px;
  font-size: 16px;
  padding: 14px 18px;
  font-weight: 500;
  background-color: var(--main-1);
}
@media screen and (max-width: 1200px) {
  .widget-product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .action.primary,
  .widget-product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .amshopby-button,
  .widget-product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .am-filter-go {
    font-size: 13px;
    padding: 9px 12px;
  }
}
.widget-product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .productPrice {
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  .widget-product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .productPrice {
    font-size: 13px;
    margin-left: 5px;
  }
}
.widget-product-item .tocart {
  margin: 5px 0;
}
body.cms-page-view .innerText {
  font-size: 16px;
}
body.cms-page-view h1 span {
  font-size: 40px;
}
body.cms-privacy-policy main strong {
  font-weight: 700;
  font-family: "DM Sans";
  font-size: 24px;
}
section.amsearch-wrapper-block {
  margin: 0 50px;
  max-width: unset !important;
  width: 100%;
  order: unset;
  padding: 0;
}
.amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper .amsearch-input {
  background-color: white;
  border: 1px solid var(--main-3);
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 16px;
  padding: 21px 15px 21px 25px;
}
.amsearch-button.-search {
  background-color: var(--main-3);
  border-radius: 10px;
  padding: 10px 26px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: block;
  opacity: 1;
  border: none;
}
.amsearch-form-block {
  align-items: stretch;
  width: auto !important;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  left: 5px;
  right: unset;
}
.amsearch-overlay-block {
  background: transparent;
}
.main_header .amsearch-result-section {
  width: 900px;
  left: 0;
}
.main_header .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 1200px) {
  .main_header .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.3333%);
  }
}
.main_header .amsearch-products-section .amsearch-button.-compare {
  display: none;
}
.main_header .amsearch-products-section .amsearch-item {
  align-content: normal;
}
.main_header .amsearch-products-section .amsearch-description {
  flex-grow: 1;
}
.main_header .amsearch-products-section .amsearch-wrapper-inner {
  margin-top: auto;
}
.main_header .amsearch-products-section .product-item-link {
  color: #333;
}
.main_header .amsearch-products-section .amsearch-highlight {
  padding: 0 2px;
  background-color: #3ac39c;
  color: #fff;
  word-wrap: normal;
  font-weight: normal;
}
.main_header .amsearch-block-header .amsearch-title {
  margin-bottom: 0;
  padding: 0 0 5px;
  color: #000;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.main_header .amsearch-products-section.-grid .amsearch-block-header .amsearch-title {
  font-size: 12px;
}
.main_header .amsearch-items-section {
  padding-top: 10px;
}
.main_header .amsearch-products-section {
  padding-top: 10px;
}
.main_header .amsearch-item-container.-recent_searches .amsearch-item {
  border: 1px solid #e2e4ee;
  margin-bottom: 5px;
}
.main_header .amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  color: var(--text-1);
  background-color: white;
  font-size: 12px;
  text-decoration: none;
}
.main_header .amsearch-item-container.-recent_searches .amsearch-item .amsearch-link .amsearch-highlight {
  color: inherit;
  font-weight: normal;
}
.main_header .amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 15px 5px;
}
.main_header .amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 15px;
}
.main_header .amsearch-item-container .amsearch-item .amsearch-link {
  padding: 8px 15px;
}
.main_header .amsearch-collapsible-section.-category .amsearch-collapsible-title {
  padding-left: 15px;
}
.main_header .amsearch-block-header .amsearch-count {
  display: none;
}
.main_header .amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--text-1);
  font-size: 1.2rem;
  text-decoration: underline;
  padding-bottom: 5px;
  padding-top: 5px;
}
.main_header .amsearch-item-container .amsearch-description {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 15px;
}
.main_header .amsearch-item-container {
  padding-bottom: 10px;
}
.main_header .amsearch-products-section .product-item-description {
  color: var(--text-1);
  font-size: 16px;
}
.main_header .amsearch-item-container.-page .amsearch-item .amsearch-link {
  color: #3ac39c;
}
.main_header .amsearch-items-section:not(:first-child:last-child) {
  max-width: 223px;
}
.main_header .amsearch-products-section .amsearch-block-header {
  padding-bottom: 0;
}
.main_header .amsearch-products-section.-grid .viewAllContainer {
  display: block;
  width: 100%;
  text-align: center;
}
.main_header .amsearch-products-section.-grid .viewAllContainer .amsearch-link {
  color: #06c;
  text-decoration: underline;
}
.checkout-index-index #checkout-step-shipping div[name="shippingAddress.custom_attributes.kl_sms_consent"] .field > .label {
  display: inline-block;
  width: calc(100% - 40px);
  margin-top: -5px !important;
  text-transform: unset;
  letter-spacing: 0;
  font-size: 16px;
}
.checkout-index-index #checkout-step-shipping div[name="shippingAddress.custom_attributes.kl_sms_consent"] .field > .label:before {
  display: none !important;
}
.checkout-index-index #checkout-step-shipping div[name="shippingAddress.custom_attributes.kl_sms_consent"] .field > .label:after {
  display: none !important;
}
.checkout-index-index #checkout-step-shipping div[name="shippingAddress.custom_attributes.kl_sms_consent"] .field > input {
  visibility: visible;
  margin: 0;
  margin-right: 10px;
  margin-top: -5px;
  width: 19px;
  height: 19px;
  border: 1px solid var(--text-1);
  appearance: none;
  padding: 0;
  border-radius: 2px;
}
.checkout-index-index #checkout-step-shipping div[name="shippingAddress.custom_attributes.kl_sms_consent"] .field > input:checked {
  background: url("/media/theme_customization/check.svg?v=1") no-repeat;
  background-position: 50% 50%;
}
.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-sum-reviews {
  position: static !important;
  vertical-align: middle;
  padding: 0;
  vertical-align: bottom;
}
.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-star-digits {
  vertical-align: middle;
}
.yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-stars {
  vertical-align: middle;
}
.footer_menu_additional .location img {
  width: 18px;
  height: 22px;
}
.footer_menu_additional .phone img {
  width: 19px;
  height: 19px;
}
.footer_menu_parent_item .item_menu_items .location img {
  width: 18px;
  height: 22px;
}
.footer_menu_parent_item .item_menu_items .phone img {
  width: 19px;
  height: 19px;
}
.footer_menu_additional .social_icons .fb {
  width: 31px;
  height: 31px;
  display: inline-block;
  background-image: url('/media/theme_customization/fb.svg');
  margin: 0 5px;
}
.footer_menu_additional .social_icons .yt {
  width: 31px;
  height: 31px;
  display: inline-block;
  background-image: url('/media/theme_customization/yt.svg');
  margin: 0 5px;
}
.footer_menu_additional .social_icons .tw {
  width: 31px;
  height: 31px;
  display: inline-block;
  background-image: url('/media/theme_customization/tw.svg');
  margin: 0 5px;
}
.footer_menu_additional .social_icons .ig {
  width: 31px;
  height: 31px;
  display: inline-block;
  background-image: url('/media/theme_customization/ig.svg');
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .catalog-category-view .columns .column.main:first-child {
    max-width: calc(79% - 30px);
    margin-left: auto;
  }
}
.products-list .product-item .price-box .old-price .price {
  font-size: 14px;
  text-decoration: line-through;
}
.right-total .totals-row:has(.special-price) {
  align-items: center;
}
.catalogsearch-result-index .sidebar-additional .block-compare {
  display: none;
}
.categories-grid .home-category-head {
  cursor: pointer;
}
header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
header .header-top-container {
  position: relative;
  background-color: #f6f6f6;
  color: #000000;
  margin: 0 auto;
  width: 100%;
  font-size: 1.8rem;
  padding: 9px 20px;
  text-align: center;
  box-sizing: border-box;
  order: 1;
}
@media only screen and (max-width: 620px) {
  header .header-top-container {
    font-size: 1.7rem;
  }
}
header .header-top-container > div {
  padding: 0;
}
header .header-top-container p {
  margin: 0;
  padding: 0 35px;
}
header .header-top-container a {
  color: #000000;
  text-decoration: none;
}
header .header-top-container .close_top_line {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 0;
  width: 15px;
  height: 15px;
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/header/line-close-01.svg') no-repeat 50% 50%;
  background-size: 100% auto;
}
@media only screen and (max-width: 620px) {
  header .header-top-container .close_top_line {
    display: none;
  }
}
header .header-logo-line {
  order: 3;
  margin: 0 20px;
  padding: 5px 0 3px;
}
@media only screen and (max-width: 992px) {
  header .header-logo-line {
    order: 2;
  }
}
@media only screen and (max-width: 992px) {
  header .header-logo-line {
    padding: 15px 0 15px;
    margin: 0 10px;
  }
}
header .header-logo-line .header-logo-line-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  header .header-logo-line .header-logo-line-inner {
    position: static;
  }
}
@media only screen and (max-width: 480px) {
  header .header-logo-line .header-logo-line-inner {
    display: flex;
  }
}
header .header-logo-line .header-logo-line-inner a.logo {
  display: block;
  float: none;
  order: 1;
  margin: 0;
  z-index: 6;
  width: 310px;
  min-width: 310px;
}
@media only screen and (max-width: 620px) {
  header .header-logo-line .header-logo-line-inner a.logo {
    width: 172px;
    min-width: 172px;
  }
}
header .header-logo-line .header-logo-line-inner a.logo img {
  width: 100%;
}
header .header-logo-line .header-logo-line-inner .block.block-search {
  position: absolute;
  z-index: 80;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1260px) {
  header .header-logo-line .header-logo-line-inner .block.block-search {
    order: 2;
    position: static;
    max-width: 1000px;
    box-sizing: border-box;
    transform: none;
    top: unset;
    left: unset;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 992px) {
  header .header-logo-line .header-logo-line-inner .block.block-search {
    display: none;
    position: absolute;
    z-index: 15;
    top: 100%;
    left: 0;
    height: 62px;
    background: #3a6085;
    padding: 10px 10px 11px;
    border-top: 1px solid #6893bd;
    box-sizing: border-box;
  }
}
header .header-logo-line .header-top-phone-container {
  order: 3;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  header .header-logo-line .header-top-phone-container {
    text-align: right;
  }
}
header .header-logo-line .header-top-phone-container p:not(.top-phone) {
  color: #9b9eaa;
  font-size: 14px;
}
@media only screen and (max-width: 992px) {
  header .header-logo-line .header-top-phone-container p:not(.top-phone) {
    display: none;
  }
}
header .header-logo-line .header-top-phone-container .top-phone {
  display: block;
  margin: 0 2px 0 0;
  font-size: 29px;
  color: #00334D;
  white-space: nowrap;
}
header .header-logo-line .header-top-phone-container .top-phone a {
  color: #00334D;
}
header .header-logo-line .header-top-phone-container .top-phone:before {
  content: none;
}
@media only screen and (max-width: 620px) {
  header .header-logo-line .header-top-phone-container .top-phone {
    display: flex;
    align-items: center;
    font-size: 2rem;
    color: #3a6085;
    line-height: 1;
  }
  header .header-logo-line .header-top-phone-container .top-phone:before {
    position: relative;
    top: 1px;
    display: block;
    content: '';
    margin-right: 6px;
    width: 12px;
    height: 12px;
    background: transparent url('../../frontend/Wheelchair/default/en_US/images/header/phone-mobile-01.svg') no-repeat 50% 50%;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 420px) {
  header .header-logo-line .header-top-phone-container .top-phone {
    display: block;
  }
  header .header-logo-line .header-top-phone-container .top-phone:before {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  header .header-logo-line .header-top-phone-container .top-phone {
    display: none;
  }
}
header .header.content {
  padding: 0 !important;
}
.sections.nav-sections .close-mob-menu {
  position: absolute;
  right: 15px;
  top: -5px;
  z-index: 100;
  height: 56px;
  width: 56px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.sections.nav-sections .close-mob-menu:before,
.sections.nav-sections .close-mob-menu:after {
  content: '';
  position: absolute;
  bottom: 19px;
  right: 10px;
  width: 22px;
  height: 1.45px;
  background-color: #f57523;
  transform: rotate(-45deg);
}
.sections.nav-sections .close-mob-menu:after {
  transform: rotate(45deg);
}
.sections.nav-sections .close-mob-menu:hover {
  cursor: pointer;
}
.sections.nav-sections .nav-sections-item-content {
  margin-top: 56px;
  padding: 0;
}
.sections.nav-sections .section-item-title[role="tab"] {
  display: none;
}
.mini-menu-nav {
  position: relative;
  z-index: 80;
  background-color: transparent;
  order: 2;
  height: 39px;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav {
    order: 3;
    background: #3a6085;
    height: 48px;
  }
}
.mini-menu-nav.header-container {
  max-width: 1390px;
}
.mini-menu-nav .mini-menu-nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 20px;
  position: relative;
  height: 48px;
}
@media only screen and (max-width: 1260px) {
  .mini-menu-nav .mini-menu-nav-inner {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .mini-menu-nav-inner {
    position: static;
    justify-content: space-between;
    margin: 0 10px 0 0;
  }
}
.mini-menu-nav .header-icons-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 6;
  right: 0;
  padding-right: 3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .header-icons-wrapper {
    position: static;
    top: 0;
    transform: none;
    height: 100%;
    padding-right: 6px;
  }
}
.mini-menu-nav .shipping-info-header-wrapper {
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .shipping-info-header-wrapper {
    display: none;
  }
}
.mini-menu-nav .shipping-info-header-wrapper > p {
  font-size: 1.3rem;
  display: inline;
  margin: 0;
}
.mini-menu-nav .shipping-info-header-wrapper > p .bread_financing_header_link {
  color: #00334d;
}
.mini-menu-nav .shipping-info-header-wrapper > p.free-shipping {
  margin-left: 10px;
}
.mini-menu-nav .shipping-info-header-wrapper > p.free-shipping:before {
  content: '|';
  margin-right: 10px;
}
.mini-menu-nav .header-account-link {
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .header-account-link {
    display: block;
    width: 53px;
    height: 100%;
    margin-right: 0;
  }
}
.mini-menu-nav .header-account-link > a {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  height: 100%;
  color: #00334d;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .header-account-link > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .mini-menu-nav .header-account-link > a span {
    display: none;
  }
}
.mini-menu-nav .header-account-link > a span {
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
}
.mini-menu-nav .header-account-link > a:before {
  content: '';
  margin-right: 9px;
  position: relative;
  top: 1px;
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/header/icon-account-01.svg') no-repeat 50% 50%;
  background-size: 100% auto;
  width: 17px;
  height: 21px;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .header-account-link > a:before {
    display: block;
    position: absolute;
    z-index: 8;
    left: 7px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 1px;
    background: transparent url('../../frontend/Wheelchair/default/en_US/images/header/icon-account-white-01.svg') no-repeat 50% 50%;
    background-size: 100% auto;
    width: 18px;
    height: 23px;
  }
}
.mini-menu-nav .header-account-link > a:after {
  display: none;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .header-account-link > a:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 8;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: 1px;
    background: transparent url('../../frontend/Wheelchair/default/en_US/images/header/icon-account-arrow-white-01.svg') no-repeat 50% 50%;
    background-size: 100% auto;
    width: 10px;
    height: 6px;
  }
}
.mini-menu-nav .header-account-link:hover,
.mini-menu-nav .header-account-link:focus {
  background-color: transparent;
}
.mini-menu-nav .header-account-link:hover a,
.mini-menu-nav .header-account-link:focus a {
  color: #4a90e2;
}
.mini-menu-nav .header-account-link:hover a:before,
.mini-menu-nav .header-account-link:focus a:before {
  opacity: 0.8;
}
.mini-menu-nav .minicart-wrapper {
  display: flex;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .minicart-wrapper {
    display: block;
    position: static;
    width: 48px;
    height: 100%;
  }
}
.mini-menu-nav .minicart-wrapper:before {
  display: none;
}
.mini-menu-nav .minicart-wrapper .showcart,
.mini-menu-nav .minicart-wrapper .showcart.active {
  display: flex;
  align-items: center;
  z-index: 900;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .minicart-wrapper .showcart,
  .mini-menu-nav .minicart-wrapper .showcart.active {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.mini-menu-nav .minicart-wrapper .showcart:before,
.mini-menu-nav .minicart-wrapper .showcart.active:before {
  content: '';
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/header/icon-cart-01.svg') no-repeat 50% 50%;
  background-size: 100% auto;
  width: 22px;
  height: 21px;
  margin-right: 5px;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .minicart-wrapper .showcart:before,
  .mini-menu-nav .minicart-wrapper .showcart.active:before {
    position: absolute;
    display: block;
    z-index: 5;
    margin-right: 0;
    margin-top: 2px;
    background: transparent url('../../frontend/Wheelchair/default/en_US/images/header/icon-cart-white-01.svg') no-repeat 50% 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23px;
    height: 22px;
  }
}
.mini-menu-nav .minicart-wrapper .showcart .text,
.mini-menu-nav .minicart-wrapper .showcart.active .text {
  color: #00334d;
  clip: unset;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  position: static;
  margin-left: 1px;
  height: auto;
  width: auto;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .minicart-wrapper .showcart .text,
  .mini-menu-nav .minicart-wrapper .showcart.active .text {
    display: none;
  }
}
.mini-menu-nav .minicart-wrapper .showcart .counter.qty,
.mini-menu-nav .minicart-wrapper .showcart.active .counter.qty {
  position: absolute;
  z-index: 7;
  right: auto;
  left: 10px;
  top: -14px;
  border-radius: 50%;
  font-size: 1.4rem;
  background-color: #ff6b00;
  width: 19px;
  height: 19px;
  overflow: hidden;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .minicart-wrapper .showcart .counter.qty,
  .mini-menu-nav .minicart-wrapper .showcart.active .counter.qty {
    width: 21px;
    height: 21px;
    top: 3px;
    left: 27px;
  }
}
.mini-menu-nav .minicart-wrapper .showcart .counter.qty .counter-number,
.mini-menu-nav .minicart-wrapper .showcart.active .counter.qty .counter-number,
.mini-menu-nav .minicart-wrapper .showcart .counter.qty .counter-label,
.mini-menu-nav .minicart-wrapper .showcart.active .counter.qty .counter-label {
  font-size: 1.2rem;
  line-height: 12px;
  text-shadow: none;
}
.mini-menu-nav .minicart-wrapper .showcart .counter.qty .counter-number,
.mini-menu-nav .minicart-wrapper .showcart.active .counter.qty .counter-number {
  line-height: 19px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .minicart-wrapper .showcart .counter.qty,
  .mini-menu-nav .minicart-wrapper .showcart.active .counter.qty {
    width: 21px;
    height: 21px;
    top: 3px;
    left: 27px;
  }
  .mini-menu-nav .minicart-wrapper .showcart .counter.qty .counter-number,
  .mini-menu-nav .minicart-wrapper .showcart.active .counter.qty .counter-number {
    top: 5px;
  }
}
.mini-menu-nav .minicart-wrapper .showcart:hover:before,
.mini-menu-nav .minicart-wrapper .showcart.active:hover:before,
.mini-menu-nav .minicart-wrapper .showcart:focus:before,
.mini-menu-nav .minicart-wrapper .showcart.active:focus:before {
  opacity: 0.8;
}
.mini-menu-nav .minicart-wrapper .showcart:hover .text,
.mini-menu-nav .minicart-wrapper .showcart.active:hover .text,
.mini-menu-nav .minicart-wrapper .showcart:focus .text,
.mini-menu-nav .minicart-wrapper .showcart.active:focus .text {
  color: #4a90e2;
}
.mini-menu-nav .minicart-wrapper.active {
  background-color: transparent;
}
.mini-menu-nav .minicart-wrapper.active .showcart:before {
  opacity: 0.8;
}
.mini-menu-nav .minicart-wrapper.active .showcart .text {
  color: #4a90e2;
}
.mini-menu-nav .mobile-search-button {
  display: none;
  width: 53px;
  height: 100%;
  background: #5086BA;
  margin-right: 10px;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .mobile-search-button {
    display: block;
  }
}
.mini-menu-nav .mobile-search-button .mobile-search-button-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.mini-menu-nav .mobile-search-button .mobile-search-button-link:hover {
  opacity: 0.8;
}
.mini-menu-nav .mobile-search-button .mobile-search-button-link:before {
  content: '';
  position: absolute;
  z-index: 8;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/header/icon-search-white-01.svg') no-repeat 50% 50%;
}
.mini-menu-nav .mobile-search-button .mobile-search-button-link span {
  display: none;
}
.mini-menu-nav .header-live-chat-cont {
  display: block;
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  .mini-menu-nav .header-live-chat-cont {
    display: none;
  }
}
.mini-menu-nav .header-live-chat-cont a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #3a6085;
}
.mini-menu-nav .header-live-chat-cont a span {
  font-size: inherit;
  line-height: 1;
  font-weight: 400;
}
.mini-menu-nav .header-live-chat-cont a:before {
  position: relative;
  display: inline-block;
  content: '';
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/header/icon-chat-02.svg') no-repeat 50% 50%;
  background-size: 100% auto;
  margin-right: 8px;
  width: 21px;
  height: 20px;
}
.mini-menu-nav .header-live-chat-cont a:hover {
  color: #4a90e2;
}
.mini-menu-nav .header-live-chat-cont a:hover:before {
  opacity: 0.8;
}
.nav-toggle {
  position: static;
  display: none;
  padding: 10px 15px 0;
  cursor: pointer;
  font-size: 0;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle span {
  position: static;
  color: #ffffff;
  clip: unset;
  display: block;
  font-size: 8px;
  font-weight: 700;
  height: auto;
  width: 100%;
  margin-top: 4px;
  letter-spacing: 0;
}
.nav-toggle:before {
  position: relative;
  content: '';
  display: block;
  width: 22px;
  height: 16px;
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/header/hambugrer-01.svg') no-repeat 50% 50%;
  background-size: 100% auto;
}
.nav-toggle:hover {
  cursor: pointer;
  background-color: #297aca;
}
.sections.nav-sections .close-mob-menu {
  display: none;
}
.sections.nav-sections .nav-sections-item-content {
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 0;
}
footer {
  background-color: #f7f7f7;
}
footer .footer.content {
  border-top: 0;
  padding-top: 32px;
  padding-left: 17px;
  padding-right: 17px;
}
footer .footer.content .block.newsletter .title {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
footer .footer.content .block.newsletter .title strong {
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.71px;
}
footer .footer.content .block.newsletter .field .control:before {
  display: none;
}
footer .footer.content .block.newsletter .form.subscribe {
  display: block;
}
footer .footer.content .block.newsletter .form.subscribe input {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  height: 37px;
  margin: 0;
  padding-left: 15px;
  padding-bottom: 3px;
}
footer .footer.content .block.newsletter .form.subscribe .actions {
  display: block;
  margin-top: 13px;
  width: 100%;
}
footer .footer.content .block.newsletter .form.subscribe .actions .action.subscribe {
  border-radius: 4px;
  font-size: 13px;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  letter-spacing: 1.0px;
  margin-left: 0;
  padding: 9px 21px;
  width: 100%;
  background-color: #E45600;
}
footer .footer.content .footer-link-cont ul li {
  color: #3a6085;
  font-size: 21px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
footer .footer.content .footer-link-cont ul li a {
  color: inherit;
}
footer .footer.content .footer-link-cont ul li a:hover,
footer .footer.content .footer-link-cont ul li a:focus {
  cursor: unset;
  text-decoration: none;
}
footer .footer.content .footer_sub_links {
  display: none;
}
footer .footer.content .footer_social_links {
  font-size: 13px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 15px;
}
footer .footer.content .footer_social_links p {
  opacity: 0.6;
  margin-right: auto;
  margin-bottom: 5px;
}
footer .footer.content .footer_social_links .footer_icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 14px;
  margin-right: 1px;
  width: 19px;
  height: 19px;
}
footer .footer.content .footer_social_links .footer_icon.icon_insta {
  background-image: url("../../frontend/Wheelchair/default/en_US/images/icon_insta.svg");
  margin-top: 2px;
  width: 16px;
}
footer .footer.content .footer_social_links .footer_icon.icon_tw {
  background-image: url("../../frontend/Wheelchair/default/en_US/images/icon_tw.svg");
  margin-top: 2px;
  margin-right: 0;
  margin-left: 22px;
}
footer .footer.content .footer_social_links .footer_icon.icon_fb {
  background-image: url("../../frontend/Wheelchair/default/en_US/images/icon_fb.svg");
  width: 17px;
}
footer .footer.content .footer_social_links .footer_icon.icon_youtube {
  background-image: url("../../frontend/Wheelchair/default/en_US/images/icon_youtube.svg");
}
footer .footer.content .footer_social_links .footer_icon:hover {
  cursor: pointer;
}
footer .footer.content .footer_social_links .footer_icon:hover.icon_insta {
  background-image: url("../../frontend/Wheelchair/default/en_US/images/icon_insta_h.svg");
  text-decoration: none;
}
footer .footer.content .footer_social_links .footer_icon:hover.icon_tw {
  background-image: url("../../frontend/Wheelchair/default/en_US/images/icon_tw_h.svg");
  text-decoration: none;
}
footer .footer.content .footer_social_links .footer_icon:hover.icon_fb {
  background-image: url("../../frontend/Wheelchair/default/en_US/images/icon_fb_h.svg");
  text-decoration: none;
}
footer .footer.content .footer_social_links .footer_icon:hover.icon_youtube {
  background-image: url("../../frontend/Wheelchair/default/en_US/images/icon_youtube_h.svg");
  text-decoration: none;
}
footer .row_taptocall {
  background-color: #3a6085;
  margin-top: 17px;
  padding: 3px 15px;
  color: white;
}
footer .row_taptocall a {
  color: #ffffff;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
}
footer .row_taptocall .desktop {
  display: none;
}
@media only screen and (max-width: 992px) {
  footer .row_taptocall {
    margin-top: 0;
    padding: 0;
  }
  footer .row_taptocall a {
    display: block;
    padding: 15px 3px 13px;
    text-align: center;
  }
}
footer .footer_weaccept {
  display: none;
}
.scrollbar-vista .scroll-x {
  display: none;
}
.scrollbar-vista > .scroll-content.scroll-scrolly_visible {
  left: 0;
  margin-right: 17px;
}
.scrollbar-vista > .scroll-element {
  background-color: #fcfdff;
}
.scrollbar-vista > .scroll-element,
.scrollbar-vista > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-vista > .scroll-element .scroll-element_outer,
.scrollbar-vista > .scroll-element .scroll-element_size,
.scrollbar-vista > .scroll-element .scroll-element_inner-wrapper,
.scrollbar-vista > .scroll-element .scroll-element_inner,
.scrollbar-vista > .scroll-element .scroll-bar,
.scrollbar-vista > .scroll-element .scroll-bar div {
  height: 100%;
  left: 8px;
  top: 0;
}
.scrollbar-vista > .scroll-element .scroll-bar {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 160;
  background: #3a6085;
  width: 2px;
  left: 0;
}
.scrollbar-vista > .scroll-element .scroll-bar:hover {
  background: #f57523;
}
.scrollbar-vista > .scroll-element .scroll-element_outer:hover .scroll-bar {
  background: #f57523;
}
.scrollbar-vista > .scroll-element .scroll-bar_body {
  width: 2px;
}
.scrollbar-vista > .scroll-element.scroll-y {
  z-index: 120;
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
  overflow-x: visible;
}
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar {
  min-height: 16px;
}
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar_body {
  top: 2px;
}
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar_center {
  top: 50%;
  margin-top: -6px;
  height: 12px;
}
.scrollbar-vista > .scroll-element.scroll-y .scroll-bar_bottom {
  top: auto;
  bottom: 0;
  height: 2px;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer {
  width: 2px;
  height: unset;
  top: 17px;
  bottom: 22px;
  background: #ddd;
  overflow-x: visible;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_inner {
  top: -34px;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_size {
  top: -34px;
}
/* SCROLL ARROWS */
.scrollbar-vista > .scroll-element.scroll-element_arrows_visible .scroll-arrow {
  display: block;
  z-index: 150;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less {
  height: 17px;
  background-position: 50% 0;
  width: 17px;
  background-color: white;
  background-image: url('/images/icons/scroller-up-arr-03.png');
  background-repeat: no-repeat;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_less:hover {
  cursor: pointer;
  background-position: 50% -20px;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more {
  top: auto;
  bottom: 0;
  height: 17px;
  background-position: 50% 0;
  width: 17px;
  background-color: white;
  background-image: url('/images/icons/scroller-down-arr-03.png');
  background-repeat: no-repeat;
}
.scrollbar-vista > .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-arrow_more:hover {
  cursor: pointer;
  background-position: 50% -20px;
}
/* PROCEED OFFSET IF ANOTHER SCROLL VISIBLE */
/* PROCEED OFFSET IF ARROWS & ANOTHER SCROLL */
#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 11px;
}
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: 11px;
}
.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: 11px 11px 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: 'DM Sans', Arial, Helvetica, 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: 11px;
  right: 33px;
}
#braintree_cc_number {
  padding-left: 68px;
}
/*
 * Copyright (c) 2024. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Extend Parent Theme */
/* Theme Styling */
.page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
.page-title-wrapper .action.cart2quote-print-quote-btn,
.page-title-wrapper .amshopby-button.cart2quote-accept-checkout-btn,
.page-title-wrapper .am-filter-go.cart2quote-accept-checkout-btn {
  margin-top: -85px;
}
div.page-title-wrapper > form > div > button.action.primary.cart2quote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.action.cart2quote-print-quote-btn,
div.page-title-wrapper > form > div > button.amshopby-button.cart2quote-accept-checkout-btn,
div.page-title-wrapper > form > div > button.am-filter-go.cart2quote-accept-checkout-btn {
  margin-top: -37px;
}
@media (max-width: 1250px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .action.cart2quote-print-quote-btn,
  .page-title-wrapper .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .am-filter-go.cart2quote-accept-checkout-btn {
    margin-top: -95px;
  }
}
@media (max-width: 900px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .action.cart2quote-print-quote-btn,
  .page-title-wrapper .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .am-filter-go.cart2quote-accept-checkout-btn {
    margin: 20px 0;
    float: none;
    display: table;
    width: auto;
  }
}
@media (max-width: 550px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn,
  .page-title-wrapper .action.cart2quote-print-quote-btn,
  .page-title-wrapper .amshopby-button.cart2quote-accept-checkout-btn,
  .page-title-wrapper .am-filter-go.cart2quote-accept-checkout-btn {
    display: block;
    margin: 20px 0;
    width: 100%;
    float: none;
  }
}
.block-order-details-view .block-content .box.box-quote-remarks {
  margin: 0;
}
.page-title-wrapper .block.block-order-details-view:last-child {
  margin-bottom: 20px;
}
@media (max-width: 1250px) {
  .quotation-quote-view .page-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1250px) {
  .quotation-quote-view .order-status {
    display: table;
  }
}
@media (max-width: 767px) {
  body.account.quotation-quote-view .page-title-wrapper .order-status {
    margin-top: 0;
  }
}
.filter-options-content .items[class*="items am-filter-"] {
  min-width: inherit;
  max-width: inherit;
}
.filter-options-content .items[class*="items am-filter-"] .item a.amshopby-link-selected {
  font-weight: 400;
}
.filter-options-content .items .items-children.-folding {
  padding: 0;
}
.filter-options-content .items .items-children.-folding .item {
  padding: 0;
}
.filter-options-content .am-shopby-form {
  padding: 0 0 0 13px;
}
.filter-options-content div[class*="am-swatch-wrapper item"] {
  margin-left: 13px;
}
.filter-options-content div[class*="am-swatch-wrapper item"] .swatch-option {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  min-width: 15px;
  padding: 1px;
  border: 1px solid transparent;
  outline: 2px solid transparent;
}
.filter-options-content div[class*="am-swatch-wrapper item"] .swatch-option:not(.disabled):hover {
  border-radius: 50%;
}
.filter-options-content div[class*="am-swatch-wrapper item"] .swatch-option.selected {
  border: 1px solid #000000;
}
.filter-options-content div[class*="am-swatch-wrapper item"] a {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  color: #00334d;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 34px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0;
}
.filter-options-content div[class*="am-swatch-wrapper item"] a .am-shopby-swatch-label {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: inherit;
}
.filter-options-content div[class*="am-swatch-wrapper item"] a .am-shopby-swatch-label .count {
  text-align: right;
  font-weight: 400;
  color: #00334d;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.filter-options-content div[class*="am-swatch-wrapper item"] a .am-shopby-swatch-label .count:before,
.filter-options-content div[class*="am-swatch-wrapper item"] a .am-shopby-swatch-label .count:after {
  content: "";
}
.am-collapse-icon {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-category-view .page-title-wrapper .page-title {
  color: var(--text-1);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.category-view {
  width: 100%;
}
.category-description {
  position: relative;
  margin-bottom: 10px;
}
.category-description._expanded .description,
.category-description._expanded .description__item {
  max-height: inherit;
}
.category-description._expanded .description {
  padding-bottom: 10px;
}
.category-description.read-more .description {
  max-height: 55px;
  overflow: hidden;
}
.category-description .read-more__button {
  position: relative;
  padding-right: 15px;
  height: unset;
  width: unset;
  line-height: 1;
}
.category-description .read-more__button span {
  display: block;
  line-height: 1;
  white-space: nowrap;
  text-decoration: underline;
}
.category-description .read-more__button .less {
  display: none;
}
.category-description .read-more__button._expanded .more {
  display: none;
}
.category-description .read-more__button._expanded .less {
  display: block;
}
.category-description .description .description-item {
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1.7;
}
.category-description .description .description-item p {
  font-size: inherit !important;
}
.category-description .description .description-item p:last-child {
  margin-bottom: 0;
}
.category-description .description .description-item h1,
.category-description .description .description-item h2,
.category-description .description .description-item h3,
.category-description .description .description-item h4,
.category-description .description .description-item h5,
.category-description .description .description-item h6 {
  margin: 0;
}
.category-description .description .description-item ol,
.category-description .description .description-item ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.category-description .description .read-more-wrapper {
  display: none;
  padding-top: 0;
  padding-bottom: 10px;
}
.category-description .description.long-description .description-item {
  overflow-y: hidden;
  transition: height 0.5s;
  height: 40px;
}
.category-description .description.long-description .read-more-wrapper {
  display: block;
}
.catalog-category-view.page-layout-main-category-layout .category-description {
  margin-bottom: 30px;
}
.catalog-category-view.page-layout-main-category-layout .category-description ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.catalog-category-view #maincontent {
  margin-top: 25px;
}
.catalog-category-view .columns .category-image {
  display: none;
}
.catalog-category-view .columns .column.main {
  width: 100%;
}
.catalog-category-view .columns .amasty-catalog-topnav {
  display: none;
}
.catalog-category-view .category_page_block video {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .catalog-category-view .page-wrapper #maincontent.page-main {
    margin-top: 5px;
  }
  .catalog-category-view .page-wrapper #maincontent.page-main.no-sidebar {
    margin-top: 0;
  }
  .catalog-category-view .page-wrapper #maincontent.page-main.no-sidebar .toolbar.toolbar-products {
    display: none;
  }
  .catalog-category-view .page-wrapper #maincontent.page-main.no-sidebar .products-list .product-item:first-child {
    margin-top: 0;
  }
}
.catalog-category-view .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
}
.catalog-category-view .columns:after {
  display: none;
}
.catalog-category-view .columns .sidebar-main {
  width: 21%;
  flex-grow: 0;
  flex-shrink: 0;
  float: none;
  position: relative;
  max-width: 175px;
  padding: 0;
  margin-right: 30px;
  box-sizing: border-box;
}
.catalog-category-view .columns .sidebar-main > .block {
  width: 100%;
  left: 0;
  top: 0;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  background-color: white;
  padding: 10px 20px 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.catalog-category-view .columns .sidebar-main + .column.main {
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.catalog-category-view .columns .column.main {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}
.catalog-category-view .columns .category-view {
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  order: 1;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.catalog-category-view .columns #amasty-shopby-product-list {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .catalog-category-view .columns {
    position: relative;
    display: block;
  }
  .catalog-category-view .columns .sidebar.sidebar-main {
    width: 135px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
  }
  .catalog-category-view .columns .sidebar.sidebar-main .block.filter {
    border: 0;
    padding: 0;
  }
  .catalog-category-view .columns .sidebar.sidebar-main .filter-title {
    width: auto;
  }
  .catalog-category-view .columns .column.main .category-view {
    padding-top: 10px;
  }
  .catalog-category-view .columns .column.main .category-view .page-title-wrapper {
    padding: 0;
  }
  .catalog-category-view .columns .column.main .products-list {
    margin-top: 0;
  }
  .catalog-category-view .columns .column.main .products-list .product-items {
    margin-top: 0;
  }
  .catalog-category-view .columns .column.main .products-list .product-item:first-child {
    margin-top: 15px;
  }
  .catalog-category-view .columns #amasty-shopby-product-list {
    margin-top: 0;
  }
  .catalog-category-view .columns #amasty-shopby-product-list .toolbar.toolbar-products {
    position: absolute;
    top: 0;
    right: 0;
  }
  .catalog-category-view .columns #amasty-shopby-product-list .toolbar.toolbar-products .pages {
    display: none;
  }
  .catalog-category-view .columns #amasty-shopby-product-list .toolbar.toolbar-products .sorter-options {
    margin: 0;
  }
}
.product-items .product-item {
  position: relative;
}
.product-items .product-item .product-item-badge {
  border-radius: 2px;
  background-color: #2CC384;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 17px;
  position: absolute;
  top: 33px;
  left: 0;
  padding: 3px 10px;
  text-transform: capitalize;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .product-items .product-item .product-item-badge {
    top: 20px;
  }
}
.product-items .product-item .product-item-name span {
  color: #00334d;
  font-size: 2.4rem;
  font-weight: 700;
}
.product-items .product-item .product-item-description {
  width: 100%;
}
.product-items .product-item .product-item-description ul {
  padding: 0;
  list-style: none;
}
.product-items .product-item .product-item-description li {
  position: relative;
  padding-left: 22px;
  color: #00334d;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 26px;
}
.product-items .product-item .product-item-description li:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  height: 3px;
  width: 7px;
  opacity: 0.5;
  border: 2px solid #000000;
  border-top: transparent;
  border-right: transparent;
  transform: rotate(-49deg);
}
.product-items .product-item .product-reviews-summary {
  width: 100%;
}
.product-items .product-item .product-reviews-summary .reviews-actions {
  margin-top: 1px;
  margin-left: 21px;
  text-transform: lowercase;
}
.product-items .product-item .product-reviews-summary .action.view {
  color: #3a6085;
  font-size: 1.6rem;
  line-height: 19px;
}
.product-items .product-item .product-item-price-message {
  color: #00334d;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .products-list .product-items {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.products-list .product-item {
  display: block;
  width: 100%;
  position: relative;
}
.products-list .product-item .product-item-info {
  display: flex;
  width: 100%;
}
.products-list .product-item .product-item-photo {
  position: relative;
  display: block;
  width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .products-list .product-item .product-item-photo {
    width: 100%;
    margin-right: 0;
    order: 0;
  }
}
.products-list .product-item .product-image-container {
  width: 100% !important;
}
.products-list .product-item .product-image-wrapper {
  padding-bottom: 0 !important;
  height: unset !important;
}
.products-list .product-item .product-image-photo {
  position: static !important;
}
.products-list .product-item .wheels-category-product-info-block {
  display: block;
}
.products-list .product-item .wheels-product-item-info {
  margin-right: 10px;
  width: 100%;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .products-list .product-item .wheels-product-item-info {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    flex-grow: 2;
    margin-left: 0;
  }
}
.products-list .product-item .product-item-attributes ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.products-list .product-item .product-item-attributes ul li {
  width: auto;
  border-radius: 4px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px 12px;
  margin: 0 7px 10px 0;
  font-size: 1.4rem;
}
.products-list .product-item .product-item-attributes ul li b {
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .products-list .product-item .product-item-attributes ul {
    justify-content: center;
  }
  .products-list .product-item .product-item-attributes ul li {
    margin: 0 3px 10px;
  }
}
.products-list .product-item div[class*="swatch-opt-"] {
  display: none;
}
.products-list .product-item .product-item-actions {
  width: 100%;
  max-width: 180px;
}
.products-list .product-item .product-item-actions .price-container {
  text-align: center;
  display: block;
}
.products-list .product-item .product-item-actions .action.more {
  padding: 6px 27px;
  line-height: 27px;
  letter-spacing: 0px;
}
.products-list .product-item .price-box {
  margin: 11px 0 0;
}
.products-list .product-item .price-box .price-label {
  display: none !important;
}
.products-list .product-item .price-box .price {
  color: #00334d;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (max-width: 991px) {
  .products-list .product-item {
    display: flex;
    margin-top: 0 !important;
    width: 49%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbb;
  }
  .products-list .product-item .product-item-attributes {
    display: none;
  }
  .products-list .product-item .product-item-attributes.mobile {
    display: block;
  }
  .products-list .product-item .product-item-info {
    display: flex;
    flex-direction: column-reverse !important;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
  }
  .products-list .product-item .product-item-photo {
    order: 1;
    margin-bottom: 10px;
  }
  .products-list .product-item .product-item-photo .product-image-wrapper {
    height: 0;
  }
  .products-list .product-item .product-item-photo .product-image-container {
    width: 100% !important;
  }
  .products-list .product-item .product-item-photo .product-image-photo {
    position: absolute;
    width: 100%;
  }
  .products-list .product-item .product-item-attributes {
    width: 100%;
    margin-top: auto;
  }
  .products-list .product-item .product-item-actions {
    max-width: unset;
    justify-self: flex-end;
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 568px) {
  .products-list .product-item {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .products-list .product-item .product-item-info {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    height: 100%;
  }
  .products-list .product-item .product-item-attributes {
    width: 100%;
    margin-bottom: 0;
  }
  .products-list .product-item .product-item-actions {
    justify-self: flex-end;
    margin-top: auto;
    margin-bottom: 0;
  }
}
.left-col-banner-block {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .left-col-banner-block {
    display: none;
  }
}
.left-col-banner-block a,
.left-col-banner-block img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.left-col-banner-block a:last-child,
.left-col-banner-block img:last-child {
  margin-bottom: 0;
}
.page-products .columns {
  padding-top: 0;
}
.page-products .toolbar .modes,
.page-products .toolbar .sorter .action {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-products .toolbar ~ .toolbar {
  background-color: transparent;
}
.page-products .toolbar ~ .toolbar .limiter {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-products .toolbar #limiter,
.page-products .toolbar #sorter {
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #E4E4E4;
  box-shadow: none;
  color: #00334d;
  font-size: 1.4rem;
  line-height: 36px;
  padding-right: 20px;
  height: 40px;
  background-size: 8px 11px;
  background-position: right 14px top 16px;
  width: 150px;
}
.products.wrapper ~ .toolbar.toolbar-products .pages {
  max-width: 246px;
  width: 100%;
  margin: 5px auto 0;
  float: none;
}
.products.wrapper ~ .toolbar.toolbar-products .pages .pages-items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.modal-popup.modal-slide.sort-modal .modal-header {
  padding-top: 7rem;
}
.modal-popup.modal-slide.sort-modal .modal-header,
.modal-popup.modal-slide.sort-modal .modal-content,
.modal-popup.modal-slide.sort-modal .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}
.modal-popup.modal-slide.sort-modal .modal-inner-wrap {
  background-color: #ffffff;
}
.modal-popup.modal-slide.sort-modal .modal-title {
  color: #00334d;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  border: none;
}
.modal-popup.modal-slide.sort-modal .action-close {
  margin-top: 50px;
}
.modal-popup.modal-slide.sort-modal .action-close:before {
  color: #f57523;
}
.modal-popup.modal-slide.sort-modal .sorter-options-modal {
  padding: 0;
  margin: 0;
  list-style: none;
}
.modal-popup.modal-slide.sort-modal .sorter-options-modal li {
  border-top: 1px solid #cccccc;
}
.modal-popup.modal-slide.sort-modal .sorter-options-modal li:first-child {
  border-top: 0;
}
.modal-popup.modal-slide.sort-modal .sorter-options-modal .select-link {
  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;
  text-align: left;
  color: #00334d;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: capitalize;
  padding: 20px 0;
}
.modal-popup.modal-slide.sort-modal .sorter-options-modal .select-link:focus,
.modal-popup.modal-slide.sort-modal .sorter-options-modal .select-link:active {
  background: none;
  border: none;
}
.modal-popup.modal-slide.sort-modal .sorter-options-modal .select-link:hover {
  background: none;
  border: none;
}
.modal-popup.modal-slide.sort-modal .sorter-options-modal .select-link.disabled,
.modal-popup.modal-slide.sort-modal .sorter-options-modal .select-link[disabled],
fieldset[disabled] .modal-popup.modal-slide.sort-modal .sorter-options-modal .select-link {
  pointer-events: none;
  opacity: 0.5;
}
@media only screen and (min-width: 1px) {
  .free_options_container {
    margin-bottom: 25px;
  }
  .desktop-video {
    width: calc(60% - 30px);
  }
  .desktop-video iframe {
    border-radius: 10px;
    margin-bottom: 56px;
    box-shadow: 0px 4px 22px 2px rgba(0, 0, 0, 0.13);
    background-color: black;
  }
  .desktop-video video {
    border-radius: 10px;
    margin-bottom: 56px;
    box-shadow: 0px 4px 22px 2px rgba(0, 0, 0, 0.13);
    background-color: black;
  }
  .right-total .totals-row {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .bread_before_addtocart {
    font-size: 16px;
    color: var(--text-1-new);
    margin-top: 0;
    width: auto;
    align-items: center;
  }
  .bread_before_addtocart > div {
    display: inline-block;
  }
  .bread_before_addtocart > img {
    width: 72px;
    display: inline-block;
    margin-left: 10px;
  }
  .bread_before_addtocart .openBread {
    color: var(--main-3);
    text-decoration: underline;
  }
  .bread_before_addtocart svg.bread {
    vertical-align: super;
    margin-left: 10px;
  }
  .pdpQtyControl {
    display: flex;
  }
  .pdpQtyControl .controlMinus {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    line-height: 30px;
    padding: 0 6px 0 18px;
    color: var(--gray-1);
    border: 1px solid var(--gray-1);
    height: 50px;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 24px;
  }
  .pdpQtyControl input#qty[type=number] {
    width: 45px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid var(--gray-1);
    border-left: none;
    border-right: none;
  }
  .pdpQtyControl .controlPlus {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    line-height: 30px;
    padding: 0 16px 0 8px;
    color: var(--gray-1);
    border: 1px solid var(--gray-1);
    height: 50px;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 24px;
  }
  html.popup-opened {
    height: unset;
    min-height: unset;
    overflow: hidden;
  }
  html.popup-opened body {
    height: unset;
    min-height: unset;
  }
  html.popup-opened header {
    z-index: 52;
  }
  html.popup-opened .nav-sections-item-content > .navigation {
    z-index: 50;
  }
}
@media only screen and (min-width: 1px) and screen and (max-width: 600px) {
  .leaves-warehouse-in svg.shipping_truck {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 1px) and screen and (max-width: 1080px) {
  .desktop-video video,
  .desktop-video iframe {
    object-fit: cover;
  }
}
@media only screen and (min-width: 1px) and screen and (max-width: 1024px) {
  .desktop-video video,
  .desktop-video iframe {
    width: 100%;
    object-fit: contain;
  }
}
@media only screen and (min-width: 1px) and only screen and (max-width: 767px) {
  .pdpQtyControl input#qty[type=number] {
    border-radius: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .leaves-warehouse-in svg.shipping_truck {
    margin-left: 0 !important;
  }
}
.catalog-product-view.page-layout-1column .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  background-color: white;
}
.catalog-product-view.page-layout-1column .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  background-color: white;
}
.catalog-product-view.page-layout-1column .fotorama__stage__frame .fotorama__img {
  top: 0;
  -webkit-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  max-width: 96%;
  margin-left: 1%;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap .fotorama__nav__frame {
  border: 1px solid var(--border-1);
  border-radius: 10px;
  overflow: hidden;
  height: 75px;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap .fotorama__nav__frame .fotorama__thumb {
  background-color: white;
}
.catalog-product-view.page-layout-1column .product.media .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active {
  border: 1px solid var(--main-3);
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .page-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
}
.catalog-product-view.page-layout-1column .column.main {
  border: none;
  border-radius: 0px;
  position: relative;
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 0px;
  background-color: white;
}
.catalog-product-view.page-layout-1column .column.main > * {
  box-sizing: border-box !important;
}
.catalog-product-view.page-layout-1column .page-main {
  max-width: 1220px;
  margin-top: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .catalog-product-view.page-layout-1column .page-main {
    padding: 0 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view.page-layout-1column .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.catalog-product-view.page-layout-1column .page-footer {
  margin-top: 0;
}
.catalog-product-view.page-layout-1column .breadcrumbs {
  display: block;
}
.catalog-product-view.page-layout-1column .page-title-wrapper {
  margin-bottom: 16px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .page-title-wrapper {
    order: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .after-title-info {
    order: 1;
  }
}
.catalog-product-view.page-layout-1column .page-title {
  font-size: 0rem;
  line-height: normal;
  margin-bottom: 0px;
  display: block;
}
.catalog-product-view.page-layout-1column .page-title > .base {
  display: inline;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  color: var(--text-1-new);
  margin: 0;
  margin-right: 8px;
}
.catalog-product-view.page-layout-1column .page-title-wrapper .bestseller_badge {
  background-color: var(--main-1-light);
  border-radius: 5px;
  padding: 4px 12px;
  font-size: 14px;
  margin-left: 0px;
  font-weight: bold;
  align-self: center;
  display: inline-block;
  transform: translateY(-5px);
}
.catalog-product-view.page-layout-1column .after-title-info ul.product-details {
  display: inline-flex;
  margin: 0px;
  padding: 0;
}
.catalog-product-view.page-layout-1column .after-title-info ul.product-details.before-yotpo {
  display: none;
}
.catalog-product-view.page-layout-1column .after-title-info li {
  position: relative;
  float: left;
  list-style: none;
  margin: 0;
  margin-right: 16px;
  padding: 0;
  font-size: 16px;
  color: var(--text-1-new);
}
.catalog-product-view.page-layout-1column .after-title-info li.li-item {
  order: 2;
}
.catalog-product-view.page-layout-1column .after-title-info li.li-brand {
  order: 1;
}
.catalog-product-view.page-layout-1column .after-title-info li.li-sku {
  order: 3;
}
.catalog-product-view.page-layout-1column .after-title-info li:last-child:after {
  display: none;
}
.catalog-product-view.page-layout-1column .after-title-info .value {
  font-weight: 700;
}
.catalog-product-view.page-layout-1column .after-title-info .sku {
  display: inline-block;
}
.catalog-product-view.page-layout-1column .after-title-info .sku .type {
  display: none;
}
.catalog-product-view.page-layout-1column .product-reviews-summary {
  margin-bottom: 0;
}
.catalog-product-view.page-layout-1column .product-reviews-summary .label {
  display: none;
}
.catalog-product-view.page-layout-1column .product-reviews-summary .rating-result {
  position: relative;
  top: -1px;
  width: 98px;
  margin-right: 10px;
}
.catalog-product-view.page-layout-1column .product-reviews-summary .rating-result:before {
  font-size: 1.8rem;
  height: 18px;
  line-height: 18px;
}
.catalog-product-view.page-layout-1column .product-reviews-summary .rating-result > span:before {
  font-size: 1.8rem;
  height: 18px;
  line-height: 18px;
  color: #e6cf00;
}
.catalog-product-view.page-layout-1column .product-reviews-summary .rating-result > span > span {
  display: none;
}
.catalog-product-view.page-layout-1column .reviews-actions {
  margin-top: 2px;
}
.catalog-product-view.page-layout-1column .reviews-actions a {
  color: #3a6085;
  font-size: 1.6rem;
}
.catalog-product-view.page-layout-1column .reviews-actions a:hover {
  text-decoration: underline;
}
.catalog-product-view.page-layout-1column .reviews-actions a:not(:last-child) {
  margin-right: 10px;
}
.catalog-product-view.page-layout-1column .wh-main-info,
.catalog-product-view.page-layout-1column .product.info.detailed {
  width: calc(60% - 30px);
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .wh-main-info,
  .catalog-product-view.page-layout-1column .product.info.detailed {
    position: relative;
    z-index: auto;
    width: auto;
    padding-top: 20px;
  }
}
.catalog-product-view.page-layout-1column .product.info.detailed {
  margin-bottom: 128px;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .wh-main-info {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: auto;
    width: auto;
  }
}
.catalog-product-view.page-layout-1column .wh-main-info .next-step-block {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 30px;
  display: none;
}
.catalog-product-view.page-layout-1column .wh-main-info .next-step-button {
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
  padding: 21px 8px;
  background: #E45600;
  border: 0;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 1;
}
.catalog-product-view.page-layout-1column .wh-main-info .next-step-button span {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1;
}
.catalog-product-view.page-layout-1column .product.media {
  float: none;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .product.media {
    order: 1;
  }
}
.catalog-product-view.page-layout-1column .product-info-main {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 98;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .product-info-main {
    position: static;
    width: 100%;
  }
}
.catalog-product-view.page-layout-1column .outofstock-reason {
  color: var(--main-1);
  font-size: 13px;
  margin-left: 5px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 105;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: hidden;
  box-sizing: border-box;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container.configurable {
  position: fixed;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container:hover {
  cursor: default;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container.help-me-choose-popup .description-container-inner {
  max-width: 900px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container.help-me-choose-popup .description-container-inner .popup-inner-options {
  position: relative;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner {
  position: fixed;
  z-index: 106;
  background: #fff;
  padding: 40px;
  left: 50%;
  top: 7%;
  transform: translateX(-50%);
  width: 84%;
  max-width: 900px;
  max-height: 83%;
  height: auto;
  border-radius: 7px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner {
    top: 5%;
    max-height: 87%;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner {
    top: 3%;
    max-height: 91%;
  }
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner * {
  box-sizing: border-box;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner h4 {
  font-size: 28px;
  padding: 0;
  line-height: 120%;
  margin-bottom: 32px;
  color: var(--text-1-new);
}
@media screen and (max-width: 797px) {
  .catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner h4 {
    font-size: 24px;
  }
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item.items-list .descr {
  padding-top: 0px;
  margin-bottom: 0px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item.items-list .popup-item-title {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 120%;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item.items-list .popup-item-price {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1;
  color: var(--text-1-new);
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item.items-list .popup-item-text {
  margin-top: 10px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item.items-list .select-option {
  margin-top: 10px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .img-col {
  width: 200px;
  margin: 0 20px 10px 0;
  flex-shrink: 0;
  display: none;
}
@media screen and (max-width: 797px) {
  .catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .img-col {
    width: 140px;
  }
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .img-col img {
  float: none;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0px 4px 18px rgba(19, 60, 96, 0.12);
  border-radius: 10px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .descr {
  flex-grow: 2;
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .descr p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-1);
  margin-bottom: 15px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .unavailable-message,
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .conflicting-message {
  color: #d00;
  font-size: 13px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .select-option {
  cursor: pointer;
  padding: 12px 32px;
  color: #00063E;
  text-shadow: none;
  background-color: var(--main-1-new);
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .select-option:disabled,
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .select-option.disabled {
  background-color: #a3a3a3;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .select-option:before {
  content: "Select option";
  font-size: 20px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .select-option.added:before {
  content: "Selected";
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .select-option:hover {
  text-decoration: underline;
}
@media screen and (max-width: 797px) {
  .catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .select-option {
    width: 140px;
  }
}
@media only screen and (max-width: 600px) {
  .catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item {
    flex-direction: column;
  }
  .catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .img-col {
    width: 100%;
    margin-right: 0;
  }
  .catalog-product-view.page-layout-1column .apo_option_value_description_container .description-container-inner .popup-item .descr {
    padding-top: 0;
    margin-bottom: 5px !important;
  }
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-close {
  position: absolute;
  z-index: 107;
  width: 24px;
  height: 24px;
  top: 28px;
  right: 28px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container h4 {
  margin: 0 0 10px;
  padding: 0;
  padding-right: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-info-block {
  display: flex;
  align-items: flex-start;
  overflow-y: auto;
  max-height: 75vh;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-image {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 32px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-description {
  display: block;
  text-align: left;
  max-height: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-1);
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-description.checkable {
  overflow-y: auto;
  text-align: left;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-description table {
  display: none;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-description p {
  font-size: 16px;
  line-height: 150%;
  color: var(--gray-1);
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-description p:empty {
  display: none;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-description > img[valign=top] {
  display: block;
  float: none;
  margin: 0 auto;
  width: 100% !important;
  border-radius: 10px;
  margin-bottom: 16px;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-description.only-image {
  display: flex;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-description.only-image > img[valign=top] {
  object-fit: contain;
}
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-description div,
.catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-description p {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-info-block {
    display: block;
    max-height: 83vh;
  }
  .catalog-product-view.page-layout-1column .apo_option_value_description_container .apo-image {
    width: 100%;
  }
}
.catalog-product-view.page-layout-1column .max-ultratabs {
  margin-bottom: 30px;
}
.catalog-product-view.page-layout-1column .max-ultratabs .tabs-heading {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
}
.catalog-product-view.page-layout-1column .max-ultratabs .tabs-heading:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  border: 1px solid #D0D1D3;
  left: 0;
  bottom: 0;
  border-radius: 1px;
}
.catalog-product-view.page-layout-1column .max-ultratabs .tabs-heading li {
  padding: 0px 2px 16px 2px;
  position: relative;
}
.catalog-product-view.page-layout-1column .max-ultratabs .tabs-heading li:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  border: 1px solid transparent;
  left: 0;
  bottom: 0;
  border-radius: 1px;
  z-index: 1;
  margin: 0;
  top: unset;
}
.catalog-product-view.page-layout-1column .max-ultratabs .tab-label:after {
  position: absolute;
  z-index: 12;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 14px 14px 0 14px;
  border-color: transparent transparent transparent transparent;
}
.catalog-product-view.page-layout-1column .max-ultratabs .tab-label.active:after {
  border-color: #00063E;
}
.catalog-product-view.page-layout-1column .max-ultratabs .tab-label.active > a {
  color: #00063E;
}
.catalog-product-view.page-layout-1column .max-ultratabs .tab-label > a {
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  color: var(--gray-1);
  text-decoration: none;
}
.catalog-product-view.page-layout-1column .max-ultratabs .tab-label > a:hover {
  text-decoration: none;
}
.catalog-product-view.page-layout-1column .max-ultratabs .accord-title {
  border-top: 8px solid #ffffff;
  margin: 0;
  display: none;
  background: #d1cfc8;
  font-weight: 400;
}
.catalog-product-view.page-layout-1column .max-ultratabs .accord-title > .accord-title-link {
  position: relative;
  display: block;
  font-size: 2.4rem;
  height: 57px;
  padding: 16px 23px;
  overflow: hidden;
  line-height: 1;
  color: #3a3a3a;
  border: 0;
  box-sizing: border-box;
}
.catalog-product-view.page-layout-1column .max-ultratabs .accord-title > .accord-title-link:after {
  position: absolute;
  content: '';
  z-index: 10;
  width: 16px;
  height: 2px;
  background: #3a3a3a;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transform: rotate(0deg);
}
.catalog-product-view.page-layout-1column .max-ultratabs .accord-title > .accord-title-link:before {
  position: absolute;
  content: '';
  z-index: 10;
  width: 16px;
  height: 2px;
  background: #3a3a3a;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transform: rotate(90deg);
}
.catalog-product-view.page-layout-1column .max-ultratabs .accord-title > .accord-title-link .counter {
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .max-ultratabs .accord-title {
    margin: 8px 0 0;
    border: 1px solid var(--border-1);
    border-radius: 10px;
    display: none;
    background: #f6f6f6;
    font-weight: 400;
  }
  .catalog-product-view.page-layout-1column .max-ultratabs .accord-title > .accord-title-link {
    position: relative;
    display: block;
    font-size: 18px;
    height: 57px;
    padding: 16px 23px;
    overflow: hidden;
    line-height: 26px;
    color: #91abca;
    border: 0;
    box-sizing: border-box;
  }
}
.catalog-product-view.page-layout-1column .max-ultratabs .tab-content {
  position: relative;
  background: #ffffff;
  border-top: 0;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-1-new);
  display: none;
  float: none;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .max-ultratabs .tab-content {
    margin-top: 0;
  }
}
.catalog-product-view.page-layout-1column .max-ultratabs .tab-content.active {
  display: block;
}
.catalog-product-view.page-layout-1column .max-ultratabs.initialized .tab-label:first-child:after {
  border-color: #00063E;
}
.catalog-product-view.page-layout-1column .max-ultratabs.initialized .tab-label:first-child > a {
  color: #00063E;
}
.catalog-product-view.page-layout-1column .max-ultratabs.initialized .tab-content#description {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .max-ultratabs .tabs-heading {
    display: none;
  }
  .catalog-product-view.page-layout-1column .max-ultratabs .accord-title {
    display: block;
  }
  .catalog-product-view.page-layout-1column .max-ultratabs .tab-content {
    padding: 20px 0 12px;
    line-height: 1.6;
    border: 0;
  }
}
.catalog-product-view.page-layout-1column .product-info-main > .product-info-price {
  width: calc(97%) !important;
  margin: 0 0 9px;
  border-bottom: 0;
}
.catalog-product-view.page-layout-1column .related-in-options .price-label {
  display: none !important;
}
.catalog-product-view.page-layout-1column .product-info-price .price-label {
  display: none !important;
}
.catalog-product-view.page-layout-1column .product-info-price .no-display {
  display: inline-block;
}
.catalog-product-view.page-layout-1column .product-info-price .price-box .price-container {
  display: inline-block;
}
.catalog-product-view.page-layout-1column .product-info-price .price-box .price-container > span {
  margin-bottom: 0;
}
.catalog-product-view.page-layout-1column .product-info-price .price-final_price {
  margin-bottom: 3px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view.page-layout-1column .product-info-price .price-wrapper {
  display: inline-block;
  margin-right: 16px;
}
.catalog-product-view.page-layout-1column .product-info-price .price-wrapper .price {
  font-size: 3.6rem;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-1column .product-info-price .price-wrapper .price {
    font-size: 12px;
  }
}
.catalog-product-view.page-layout-1column .product-info-price .old-price .price {
  font-size: 1.6rem;
  line-height: normal;
  text-decoration: line-through;
  color: #777;
}
.catalog-product-view.page-layout-1column .additional-product-info {
  margin-bottom: 17px;
  margin-left: 3px;
}
.catalog-product-view.page-layout-1column .additional-product-info ul {
  margin: 0;
  padding: 0;
}
.catalog-product-view.page-layout-1column .additional-product-info li {
  font-size: 1.6rem;
  color: #000000;
  margin: 0;
  padding: 0 0 0 21px;
  list-style: none;
}
.catalog-product-view.page-layout-1column .additional-product-info li.delivery {
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/icons/delivery-01.svg') no-repeat 0 50%;
}
.catalog-product-view.page-layout-1column .additional-product-info li.payment {
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/icons/bucks-01.svg') no-repeat 2px 50%;
}
.catalog-product-view.page-layout-1column .additional-product-info li:first-child {
  margin-bottom: 4px;
}
.catalog-product-view.page-layout-1column .product-add-form-wrapper {
  background: #fafafb;
  border-radius: 10px;
  border: 1px solid #e3e3ea;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px #e3e3ea;
}
.catalog-product-view.page-layout-1column .product-add-form-wrapper .pdp-back-arrow {
  display: none;
  position: absolute;
  z-index: 101;
  top: 16px;
  left: 24px;
  padding: 0 0 0 20px;
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/icons/pdp-back-arrow-01.svg') no-repeat 0 50%;
  background-size: auto 100%;
  color: #00344F;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 800;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-add-form-wrapper .pdp-back-arrow {
    display: inline-block;
  }
}
.catalog-product-view.page-layout-1column .product-add-form-wrapper .option-block-title-mobile {
  display: none;
  font-size: 2rem;
  color: #00334d;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 10px 0 0;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-add-form-wrapper .option-block-title-mobile {
    display: block;
  }
}
.catalog-product-view.page-layout-1column .product-add-form-wrapper .product-add-form-title {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  color: var(--text-1-new);
  margin: 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .product-add-form-wrapper .product-add-form-title {
    margin-bottom: 10px !important;
  }
}
.catalog-product-view.page-layout-1column .product-add-form {
  padding-top: 0px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-add-form {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-1column .product-add-form {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.catalog-product-view.page-layout-1column .product-options-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-betw.een;
  margin-bottom: 0;
}
.catalog-product-view.page-layout-1column .product-options-bottom .right-total {
  width: 100%;
}
.catalog-product-view.page-layout-1column .product-options-bottom #squareupomnisubscription {
  display: inline-block;
}
.catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-value {
  transform: translateY(-2px);
  display: inline-block;
  display: none;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-value {
    bottom: 71px;
  }
}
.catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-value .label {
  display: none;
  margin-right: 20px;
  font-size: 14px;
  color: var(--text-1-new);
  font-weight: bold;
}
.catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-value .qty {
  width: 60px;
  height: 31px;
  font-size: 1.4rem;
  border: 1px solid #E4E4E4;
  text-align: center;
}
.catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block {
  width: 100%;
  margin-top: 24px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block {
    padding-top: 20px;
  }
}
.catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block .google-pay {
  margin-top: 0;
}
.catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block .tocart {
  width: 100%;
  padding: 12px 32px;
  border-radius: 10px;
  background-color: var(--main-1-new);
  color: var(--text-1-new);
  border: none;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block .tocart {
    padding-top: 16px;
    padding-bottom: 18px;
  }
}
.catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block .tocart:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
}
.catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block .tocart > .outer {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  color: #00063E;
  font-family: 'DM Sans';
  line-height: 150%;
}
.catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block .tocart > .outer svg.cart_real_outline_new {
  color: var(--text-1-new);
}
.catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block .tocart .inner {
  display: inline-block;
  padding-top: 3px;
  text-transform: uppercase;
}
.catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block .tocart svg.cart_real_outline_new {
  height: 20px;
  width: 20px;
  margin-right: 12px;
  margin-top: -6px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block .tocart > .outer {
    background-image: none;
    padding-left: 0;
  }
  .catalog-product-view.page-layout-1column .product-options-bottom .wh-add-to-cart-button-block .tocart .inner {
    display: inline-block;
    padding-top: 3px;
    font-size: 2.4rem;
    text-transform: capitalize;
    font-weight: 700;
  }
}
.catalog-product-view.page-layout-1column .right-total {
  margin-bottom: 0;
}
.catalog-product-view.page-layout-1column .right-total .price-label {
  display: none !important;
}
.catalog-product-view.page-layout-1column .right-total .no-display {
  display: inline-block;
}
.catalog-product-view.page-layout-1column .right-total .price-box .price-container {
  display: inline-block;
}
.catalog-product-view.page-layout-1column .right-total .price-box .price-container > span {
  margin-bottom: 0;
}
.catalog-product-view.page-layout-1column .right-total .price-final_price {
  margin-bottom: 3px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.catalog-product-view.page-layout-1column .right-total .price-wrapper {
  display: inline-block;
  margin-right: 16px;
}
.catalog-product-view.page-layout-1column .right-total .price-wrapper .price {
  font-size: 3.6rem;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-1column .right-total .price-wrapper .price {
    font-size: 12px;
  }
}
.catalog-product-view.page-layout-1column .right-total .old-price .price {
  font-size: 1.6rem;
  line-height: normal;
  text-decoration: line-through;
  color: #777;
}
.catalog-product-view.page-layout-1column .right-total .totals-title {
  display: inline-block;
  margin-right: 8px;
  color: var(--gray-1);
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 420px) {
  .catalog-product-view.page-layout-1column .right-total .totals-title {
    display: none;
  }
}
.catalog-product-view.page-layout-1column .right-total .price-final_price {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: unset;
  line-height: 1;
}
.catalog-product-view.page-layout-1column .right-total .price-wrapper .price {
  color: var(--text-1-new);
  font-weight: bold;
  font-size: 38px;
  line-height: 120%;
}
.catalog-product-view.page-layout-1column .totals-info {
  text-align: center;
  color: #000000;
}
.catalog-product-view.page-layout-1column .totals-info .payment-info {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.catalog-product-view.page-layout-1column .totals-info .payment-info span {
  font-weight: 800;
}
.catalog-product-view.page-layout-1column .totals-info .need-help {
  font-size: 1.7rem;
  color: #000000;
}
.catalog-product-view.page-layout-1column .totals-info .need-help a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .totals-info .need-help a {
    display: block;
    text-decoration: underline;
    font-size: 2.4rem;
    line-height: 1;
    padding-top: 3px;
  }
}
.catalog-product-view.page-layout-1column .totals-info .need-help a:hover {
  text-decoration: underline;
}
.catalog-product-view.page-layout-1column .product-info-main .block_label_group:has( > .no-visible-options) {
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .custom-option-read-more,
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .custom-option-read-less {
  display: inline-block;
  padding: 0;
  margin-left: 3px;
  color: var(--main-1-dark);
  cursor: pointer;
  width: 35px;
  height: 35px;
  transform: translateY(3px);
  border: 1px solid transparent;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .custom-option-read-more:hover,
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .custom-option-read-less:hover {
  border: 1px solid #1271BF;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .custom-option-read-more svg,
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .custom-option-read-less svg {
  margin: 6px 0px 0px 6px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .custom-option-read-more-old,
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .custom-option-read-less-old {
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .custom-option-read-less {
  margin-left: 0;
  width: 42px;
  display: block;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .apo_option_description_container {
  display: none;
  font-size: 14px;
  line-height: 150%;
  min-width: 100%;
  padding: 8px 15px;
  background-color: var(--main-2-light);
  border-radius: 10px;
  margin-bottom: 16px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .apo_option_description_container p {
  font-size: 14px;
  line-height: 150%;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .description-overview-p {
  margin-bottom: 10px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .apo_option_description_detail p:last-child {
  margin-bottom: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .control {
  width: 100%;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .control .select-another-option {
  display: none;
  color: #dd0000;
  font-size: 14px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper select option {
  color: #000000;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper select option[disabled] {
  color: #999;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper select.disabled-option-selected {
  color: #999;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field {
  margin-bottom: 16px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field input:disabled + .label {
  opacity: .5;
  pointer-events: none;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field .label {
  color: var(--text-1-new);
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field .label.optionsTitle {
  display: inline-block;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field .label > span {
  text-decoration: none !important;
}
.catalog-product-view.page-layout-1column .product-info-main .product-options-wrapper .fieldset > .field.required .label::after {
  font-size: 18px;
  color: #E45600;
}
.catalog-product-view.page-layout-1column .product-info-main .product-add-form-title + .options-tmp {
  margin-top: 24px;
}
.catalog-product-view.page-layout-1column .product-info-main .options-tmp {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column .product-info-main .options-tmp {
    padding-top: 0;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .options-tmp .field-label-help-link {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  float: right;
}
.catalog-product-view.page-layout-1column .product-info-main .options-tmp .field-label-help-link a {
  font-size: 18px;
  font-weight: normal;
  color: var(--main-1-dark);
}
.catalog-product-view.page-layout-1column .product-info-main .options-tmp .fieldset > .field {
  margin-bottom: 16px;
}
.catalog-product-view.page-layout-1column .product-info-main .options-tmp .fieldset > .field[data-optionscount="0"] .field-label-help-link,
.catalog-product-view.page-layout-1column .product-info-main .options-tmp .fieldset > .field[data-optionscount="1"] .field-label-help-link {
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .option-block-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 12px 0 10px;
  color: var(--text-1-new);
  border-top: 1px solid #D0D1D3;
  border-bottom: 1px solid #D0D1D3;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-info-main .option-block-title {
    display: none;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .option-block-title .plus {
  display: inline;
}
.catalog-product-view.page-layout-1column .product-info-main .option-block-title .minus {
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .option-block-title.opened {
  border-bottom: none;
}
.catalog-product-view.page-layout-1column .product-info-main .option-block-title.opened .plus {
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .option-block-title.opened .minus {
  display: inline;
}
.catalog-product-view.page-layout-1column .product-info-main .option-block-title .option-block-title-main h3 {
  margin: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .option-block-title .option-block-notes {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-top: -22px;
}
.catalog-product-view.page-layout-1column .product-info-main .form-elements-group {
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-info-main .form-elements-group {
    margin-bottom: 0;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .form-elements-block {
  display: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-info-main .form-elements-block {
    margin-bottom: 15px;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .option-block-title.opened + .form-elements-block {
  display: block;
  border-bottom: 1px solid #D0D1D3;
}
.catalog-product-view.page-layout-1column .product-info-main .related_custom_options {
  margin-bottom: 12px;
}
.catalog-product-view.page-layout-1column .product-info-main .related_custom_options .select2-container {
  margin-bottom: 24px;
}
.catalog-product-view.page-layout-1column .product-info-main .related_custom_options label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: var(--text-1-new);
}
.catalog-product-view.page-layout-1column .product-info-main .block-label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: var(--text-1-new);
  margin-bottom: 8px;
  line-height: 150%;
}
.catalog-product-view.page-layout-1column .product-info-main .block-label svg {
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .block-label.mobile-label {
  display: none;
  position: relative;
  margin-top: 3px;
  transition: all 0.2s;
}
.catalog-product-view.page-layout-1column .product-info-main .block-label.mobile-label:hover {
  cursor: pointer;
}
.catalog-product-view.page-layout-1column .product-info-main .block-label.mobile-label .options-help {
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .block-label.mobile-label .block-title-trigger {
  position: absolute;
  z-index: 12;
  width: 18px;
  height: 18px;
  right: 10px;
  top: 50%;
  transform: translate(-50%, 0);
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .block-label.mobile-label .block-title-trigger:before,
.catalog-product-view.page-layout-1column .product-info-main .block-label.mobile-label .block-title-trigger:after {
  content: '';
  position: absolute;
  z-index: 14;
  opacity: 1;
  width: 100%;
  height: 3px;
  background: #3a3a3a;
  transition: all 0.2s;
}
.catalog-product-view.page-layout-1column .product-info-main .block-label.mobile-label .block-title-trigger:after {
  transform: rotate(90deg);
}
.catalog-product-view.page-layout-1column .product-info-main .block-label .asterisk {
  display: inline-block;
  color: #FE0300;
  font-weight: 900;
}
.catalog-product-view.page-layout-1column .product-info-main .block-label .options-help {
  display: block;
  font-size: 1.4rem;
  color: #00334D;
  font-weight: 400;
}
.catalog-product-view.page-layout-1column .product-info-main .block-label .options-help:hover {
  text-decoration: underline;
}
.catalog-product-view.page-layout-1column .product-info-main .options-list.nested {
  margin-bottom: 15px;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row {
  position: relative;
  left: -15px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row {
    left: 0;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option.select,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row.select {
  left: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option a,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row a,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label > span:first-child,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label > span:first-child {
  color: var(--gray-1);
  font-size: 16px;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label .price-notice,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label .price-notice {
  display: inline-block;
  margin-left: 4px;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label .price-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label .price-wrapper {
  font-weight: normal;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 15px;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label:after,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label:after,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label:after,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label:after,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label:after,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label:after {
  opacity: 0;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option label,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row label {
    padding-left: 0;
    text-decoration: none;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label .option-title,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label .option-title,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label .option-title,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label .option-title,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label .option-title,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label .option-title {
  color: var(--gray-1);
  font-size: 16px;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label .price-container,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label .price-container,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label .price-container,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label .price-container,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label .price-container,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label .price-container,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label .price-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label .price-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label .price-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label .price-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label .price-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label .price-wrapper {
  font-size: 16px;
  line-height: 150%;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label .price,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label .price,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label .price,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label .price,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label .price,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label .price {
  display: inline-block;
  margin: 0 3px;
  color: var(--gray-1);
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label .price,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label .price,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label .price,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label .price,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option label .price,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row label .price {
    margin: 0;
    text-decoration: none;
    font-weight: normal;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label .note,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label .note,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label .note,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label .note,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label .note,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label .note {
  color: #E45600;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label .note,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label .note,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label .note,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label .note,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option label .note,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row label .note {
    display: none;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label .option-title-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label .option-title-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label .option-title-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label .option-title-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label .option-title-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label .option-title-wrapper {
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label .option-title-wrapper,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label .option-title-wrapper,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label .option-title-wrapper,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label .option-title-wrapper,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option label .option-title-wrapper,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row label .option-title-wrapper {
    font-size: 1.7rem;
    top: 0;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label.label,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label.label,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label.label,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label.label,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label.label,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label.label {
  color: #000000;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label.label,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label.label,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label.label,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label.label,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label.label,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label.label,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label.checkbox,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label.checkbox,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label.checkbox,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label.checkbox,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label.checkbox,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label.checkbox,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label.radio,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label.radio,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label.radio,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label.radio,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label.radio,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label.radio {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label.label,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label.label,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label.label,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label.label,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option label.label,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row label.label,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label.checkbox,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label.checkbox,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label.checkbox,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label.checkbox,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option label.checkbox,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row label.checkbox,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label.radio,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label.radio,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label.radio,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label.radio,
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option label.radio,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row label.radio {
    align-items: center;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label.label:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label.label:before,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label.label:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label.label:before,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label.label:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label.label:before,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label.checkbox:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label.checkbox:before,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label.checkbox:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label.checkbox:before,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label.checkbox:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label.checkbox:before {
  position: relative;
  display: block;
  left: 0;
  top: 2px;
  content: '';
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #949494;
  box-sizing: border-box;
  background: #ffffff;
  margin-right: 10px;
  border-radius: 5px;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .admin__field-label.radio:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .admin__field-label.radio:before,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option .option-label.radio:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row .option-label.radio:before,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option label.radio:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row label.radio:before {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  content: '';
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-1);
  box-sizing: border-box;
  background: #ffffff;
  margin-right: 10px;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option.free-option,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row.free-option {
  display: inline-block;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option.free-option .free_gift_check,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row.free-option .free_gift_check {
  color: var(--main-1-dark);
  transform: translateY(-2px);
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option.free-option input[type="checkbox"]:checked + .admin__field-label:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row.free-option input[type="checkbox"]:checked + .admin__field-label:before,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option.free-option input[type="checkbox"]:checked + .option-label:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row.free-option input[type="checkbox"]:checked + .option-label:before {
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option input[type="checkbox"]:checked + .admin__field-label:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row input[type="checkbox"]:checked + .admin__field-label:before,
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option input[type="checkbox"]:checked + .option-label:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row input[type="checkbox"]:checked + .option-label:before {
  content: url("/media/theme_customization/check_white.svg?v=1");
  line-height: 18px;
  border: 1px solid var(--main-2-new);
  background: var(--main-2-new);
  text-align: center;
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option input[type="checkbox"]:checked + .admin__field-label a,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row input[type="checkbox"]:checked + .admin__field-label a {
  color: var(--text-1-new);
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option input[type="checkbox"]:checked + .admin__field-label .price-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row input[type="checkbox"]:checked + .admin__field-label .price-wrapper {
  font-weight: bold;
  color: var(--text-1-new);
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option input[type="checkbox"]:checked + .option-label a,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row input[type="checkbox"]:checked + .option-label a {
  color: var(--text-1-new);
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option input[type="checkbox"]:checked + .option-label .price-wrapper,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row input[type="checkbox"]:checked + .option-label .price-wrapper {
  font-weight: bold;
  color: var(--text-1-new);
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option input[type="checkbox"]:checked + .option-label .price-wrapper .price,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row input[type="checkbox"]:checked + .option-label .price-wrapper .price {
  font-weight: bold;
  color: var(--text-1-new);
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option input[type="checkbox"]:checked + .option-label:before,
.catalog-product-view.page-layout-1column .product-info-main .form-element-row input[type="checkbox"]:checked + .option-label:before {
  border: 1px solid var(--main-2-new);
  background: var(--main-2-new);
  outline: 3px solid white;
  outline-offset: 0;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-info-main .admin__field-option input[type="checkbox"]:checked + .option-label:before,
  .catalog-product-view.page-layout-1column .product-info-main .form-element-row input[type="checkbox"]:checked + .option-label:before {
    border: 1px solid var(--main-2-new);
    background: var(--main-2-new);
    outline: 3px solid white;
    outline-offset: 0;
  }
}
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option input[type="checkbox"],
.catalog-product-view.page-layout-1column .product-info-main .form-element-row input[type="checkbox"],
.catalog-product-view.page-layout-1column .product-info-main .admin__field-option input[type="radio"],
.catalog-product-view.page-layout-1column .product-info-main .form-element-row input[type="radio"] {
  position: absolute;
  z-index: 10;
  left: -40px;
  top: 0;
  border: 1px solid red;
  display: none;
  opacity: 0;
}
.catalog-product-view.page-layout-1column .product-info-main select {
  background: white;
  border: 1px solid var(--border-1);
  padding: 7px 3px;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--text-1-new);
  border-radius: 4px;
  height: 35px;
  position: relative;
  background: url("data:image/svg+xml;utf8,<svg fill='none' width='12' height='8' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1L6 6L11 1' stroke='currentColor' stroke-width='2'></path></svg>") no-repeat;
  background-color: white;
  background-position: calc(100% - 15px);
}
.catalog-product-view.page-layout-1column .product-info-main select[data-optionscount="0"] + .select2,
.catalog-product-view.page-layout-1column .product-info-main select[data-optionscount="1"] + .select2 {
  pointer-events: none;
}
.catalog-product-view.page-layout-1column .product-info-main select[data-optionscount="0"] + .select2 .select2-selection__arrow,
.catalog-product-view.page-layout-1column .product-info-main select[data-optionscount="1"] + .select2 .select2-selection__arrow {
  display: none;
}
.catalog-product-view.page-layout-1column .product-info-main select[data-optionscount="0"] + .select2.select2-container--default .select2-selection--single,
.catalog-product-view.page-layout-1column .product-info-main select[data-optionscount="1"] + .select2.select2-container--default .select2-selection--single {
  background-color: #F5F5F5;
  border-color: transparent;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-info-main select {
    border: 2px solid #B4B4B4;
    padding: 4px 11px;
    height: 40px;
    background-size: 24px auto;
  }
}
.catalog-product-view.page-layout-1column .product-info-main select:hover {
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column .product-options-bottom {
    margin-bottom: 20px;
  }
}
.catalog-product-view.page-layout-1column.simple-product .product-add-form-title {
  margin-bottom: 10px;
}
.catalog-product-view.page-layout-1column.simple-product .pdp-back-arrow {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column.simple-product .page-title-wrapper {
    margin-left: 3px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column.simple-product .product-add-form-wrapper {
    padding: 25px 20px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column.simple-product .wh-add-to-cart-button-block {
    padding-top: 15px;
  }
  .catalog-product-view.page-layout-1column.simple-product .wh-add-to-cart-button-block .tocart {
    padding: 11px 10px 13px;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column.simple-product .product.data.items {
    margin-top: 10px;
  }
}
.catalog-product-view.page-layout-1column.configurable-product .product-add-form-title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column.configurable-product .product-info-main,
  .catalog-product-view.page-layout-1column.configurable-product .wh-main-info,
  .catalog-product-view.page-layout-1column.configurable-product .column.main {
    position: static;
  }
  .catalog-product-view.page-layout-1column.configurable-product .product.info.detailed {
    padding-top: 0;
  }
  .catalog-product-view.page-layout-1column.configurable-product .wh-main-info .next-step-block {
    margin-bottom: 20px;
  }
  .catalog-product-view.page-layout-1column.configurable-product .wh-main-info .next-step-button {
    width: 100%;
    max-width: 100%;
  }
  .catalog-product-view.page-layout-1column.configurable-product .payment-info {
    font-size: 1.6rem;
    margin-bottom: 19px;
  }
  .catalog-product-view.page-layout-1column.configurable-product .need-help {
    font-size: 1.6rem;
  }
  .catalog-product-view.page-layout-1column.configurable-product .need-help a[href] {
    display: block;
    text-decoration: underline;
    font-size: 3rem;
    line-height: 1;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 480px) and only screen and (max-width: 375px) {
  .catalog-product-view.page-layout-1column.configurable-product .need-help a[href] {
    font-size: 2.4rem;
    border: 1px solid red;
  }
}
@media only screen and (max-width: 375px) {
  .catalog-product-view.page-layout-1column.configurable-product .product-add-form-wrapper {
    padding: 35px 0px 30px 0px;
  }
}
.catalog-product-view.page-layout-1column.configurable-product .pdp-back-arrow {
  left: 16px;
}
@media only screen and (max-width: 375px) {
  .catalog-product-view.page-layout-1column.configurable-product .need-help a[href] {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 375px) {
  .catalog-product-view.page-layout-1column.configurable-product .options-tmp {
    margin-bottom: 10px;
  }
}
.catalog-product-view.page-layout-1column.configurable-product .options-tmp .fieldset > .field {
  margin-bottom: 16px;
}
.catalog-product-view.page-layout-1column.grouped-product .page-title-wrapper .yotpo.bottomLine {
  display: none !important;
}
.catalog-product-view.page-layout-1column.grouped-product .page-title-wrapper .yotpoBottomLine {
  position: relative;
  left: -3px;
}
.catalog-product-view.page-layout-1column.grouped-product .page-title-wrapper .yotpo-icon {
  display: block;
  top: 1px !important;
  margin-right: 4px !important;
  width: 16px !important;
  height: 16px !important;
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/icons/list-mark-01.svg') no-repeat 50% 50%;
  background-size: 13px auto;
}
.catalog-product-view.page-layout-1column.grouped-product .page-title-wrapper .yotpo-icon:before {
  display: none;
}
.catalog-product-view.page-layout-1column.grouped-product .page-title-wrapper .ask-question {
  font-weight: 700;
}
.catalog-product-view.page-layout-1column.grouped-product .grouped-description-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 27.5px;
}
.catalog-product-view.page-layout-1column.grouped-product .wh-main-info {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view.page-layout-1column.grouped-product .page-title-wrapper {
    margin-bottom: 0;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .gallery-placeholder {
  margin-bottom: 10px;
}
.catalog-product-view.page-layout-1column.grouped-product .wh-add-to-cart-button-block {
  display: none;
}
.catalog-product-view.page-layout-1column.grouped-product .product-add-form .table-wrapper.grouped {
  margin-left: 0;
  margin-right: 0;
}
.catalog-product-view.page-layout-1column.grouped-product .table-wrapper.grouped {
  border-top: 0;
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-1column.grouped-product .table-wrapper.grouped {
    border-radius: 10px;
    border: 1px solid var(--border-1);
  }
}
.catalog-product-view.page-layout-1column.grouped-product .table-wrapper.grouped .price-box {
  float: right;
  padding-bottom: 0;
}
.catalog-product-view.page-layout-1column.grouped-product .table-wrapper.grouped .price-box .price-container {
  font-size: unset;
}
.catalog-product-view.page-layout-1column.grouped-product .table-wrapper.grouped .price-box .price-wrapper .price {
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-1column.grouped-product .table-wrapper.grouped .price-box .price-wrapper .price {
    font-size: 12px;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td,
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th {
  display: table-cell;
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td,
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th {
    padding-top: 0;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.position,
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.position {
  text-align: center;
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.position,
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.position {
    display: none;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.positionMobile,
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.positionMobile {
  display: none;
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.positionMobile,
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.positionMobile {
    display: table-cell;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.sku,
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.sku {
  text-align: left;
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.sku,
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.sku {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.notes,
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.notes {
    display: none;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.item,
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.item {
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.item,
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.item {
    width: auto;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.price,
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.price {
  text-align: right;
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.qty,
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.qty {
  text-align: center;
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.button,
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.button {
  text-align: right;
  padding-right: 15px;
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.button,
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped th.button {
    width: 100%;
    padding-top: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped td.position {
    display: table-cell !important;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped thead th {
  font-size: 14px;
  color: var(--text-1-new);
  font-weight: 700;
  padding-top: 14px;
  padding-bottom: 8px;
  border-top: 1px solid rgba(195, 212, 232, 0.5);
}
@media only screen and (max-width: 880px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped thead th {
    font-size: 12px;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody tr {
  font-size: 18px;
}
@media only screen and (max-width: 880px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody tr {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody tr td {
    display: table-cell;
    padding: 10px 10px 10px 15px;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody tr {
  border-top: 1px solid rgba(195, 212, 232, 0.5);
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody tr:last-child {
  border-bottom: 1px solid rgba(195, 212, 232, 0.5);
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody td {
  background: transparent;
  vertical-align: middle;
  padding: 8px 11px;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody td {
    padding: 5px 10px 7px 15px;
  }
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody td {
    border-top: 0;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody td:before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody td.position {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody td.price .price {
    display: block;
    padding-bottom: 3px;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody td.mobile-details-cell {
  display: none;
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table.grouped tbody td.mobile-details-cell {
    display: block;
    padding-top: 5px;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table .control.qty {
  display: flex;
  justify-content: center;
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table .control.qty .controlMinus {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  line-height: 30px;
  padding: 0 0 0 24px;
  color: var(--gray-1);
  border: 1px solid var(--gray-1);
  height: 50px;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 24px;
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table .control.qty .controlPlus {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  line-height: 30px;
  padding: 0 24px 0 0;
  color: var(--gray-1);
  border: 1px solid var(--gray-1);
  height: 50px;
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 24px;
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table .control.qty .controlPlus {
    display: none;
  }
  .catalog-product-view.page-layout-1column.grouped-product .wh-table .control.qty .controlMinus {
    display: none;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table .control.qty .input-text.qty {
  width: 45px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 1px solid var(--border-1);
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table .control.qty .input-text.qty {
    border-radius: 5px;
    font-size: 14px;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table .grouped-add-to-cart {
  background: var(--main-1);
  border: none;
  border-radius: 10px;
  padding: 8px 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table .grouped-add-to-cart {
    padding: 7px 15px;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table .grouped-add-to-cart .btn-title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table .grouped-add-to-cart .inner {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  white-space: nowrap;
  text-transform: none;
  line-height: 1;
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table .grouped-add-to-cart .hide-over-mobile {
  display: none;
}
@media only screen and (max-width: 880px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table .grouped-add-to-cart .inner {
    font-size: 1.6rem;
  }
  .catalog-product-view.page-layout-1column.grouped-product .wh-table .grouped-add-to-cart .hide-mobile {
    display: none;
  }
  .catalog-product-view.page-layout-1column.grouped-product .wh-table .grouped-add-to-cart .hide-over-mobile {
    display: block;
  }
  .catalog-product-view.page-layout-1column.grouped-product .wh-table .grouped-add-to-cart svg.sprite.cart_outline {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table .grouped-add-to-cart .inner {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table .grouped-add-to-cart .inner {
    font-size: 12px;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table tbody td .mobile-details {
  display: none;
  width: auto;
}
@media only screen and (max-width: 680px) {
  .catalog-product-view.page-layout-1column.grouped-product .wh-table tbody td .mobile-details {
    display: table;
  }
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table tbody td .mobile-details tr {
  border: 0 !important;
  background: transparent;
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table tbody td .mobile-details tr:nth-child(odd) {
  background: transparent;
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table tbody td .mobile-details th,
.catalog-product-view.page-layout-1column.grouped-product .wh-table tbody td .mobile-details td {
  background: transparent;
  padding: 0 7px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
}
.catalog-product-view.page-layout-1column.grouped-product .wh-table tbody td .mobile-details td:last-child {
  border-bottom: 0;
}
.catalog-product-view.page-layout-1column .yotpoBottomLine {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 0px;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.catalog-product-view.page-layout-1column .yotpoBottomLine .first-line {
  display: flex;
  gap: 10px 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .catalog-product-view.page-layout-1column .yotpoBottomLine {
    display: flex;
  }
  .catalog-product-view.page-layout-1column .yotpoBottomLine > .bottomLine {
    margin: 5px 0px;
  }
}
.catalog-product-view.page-layout-1column .yotpoBottomLine .leaves-and-chat {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
  gap: 10px 24px;
}
@media screen and (max-width: 700px) {
  .catalog-product-view.page-layout-1column .yotpoBottomLine .leaves-and-chat {
    margin-left: 0;
  }
}
.catalog-product-view.page-layout-1column .yotpoBottomLine .leaves-and-chat p {
  font-size: 18px;
  color: var(--text-1-new);
  align-items: center;
}
@media screen and (max-width: 1187px) {
  .catalog-product-view.page-layout-1column .yotpoBottomLine .leaves-and-chat p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1187px) {
  .catalog-product-view.page-layout-1column .yotpoBottomLine .leaves-and-chat svg {
    width: 19px;
    height: 32px;
  }
}
.catalog-product-view.page-layout-1column .yotpoBottomLine .leaves-and-chat .leaves-warehouse-in {
  order: 1;
}
.catalog-product-view.page-layout-1column .yotpoBottomLine .text-m {
  display: inline-block;
  font-size: 16px;
  color: var(--text-1-new) !important;
  line-height: 1;
  margin-top: 0px;
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .catalog-product-view.page-layout-1column .yotpoBottomLine .text-m {
    font-size: 14px;
  }
}
.catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-clr {
  display: none;
}
.catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-icon.yotpo-icon-double-bubble {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 0;
}
.catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-icon.yotpo-icon-double-bubble:before {
  font-size: 2rem;
  color: #777;
}
.catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-icon-double-bubble,
.catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-bottomline .yotpo-stars {
  position: relative;
  top: -2px;
}
.catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-icon-double-bubble .yotpo-icon-empty-star,
.catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-bottomline .yotpo-stars .yotpo-icon-empty-star,
.catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-icon-double-bubble .yotpo-icon-star,
.catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-bottomline .yotpo-stars .yotpo-icon-star,
.catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-icon-double-bubble .yotpo-icon-half-star,
.catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-bottomline .yotpo-stars .yotpo-icon-half-star {
  margin-left: -1px;
  width: 20px !important;
  height: 20px !important;
  overflow: hidden;
  font-size: 20px;
  color: #F3C932 !important;
}
@media screen and (max-width: 600px) {
  .catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-icon-double-bubble .yotpo-icon-empty-star,
  .catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-bottomline .yotpo-stars .yotpo-icon-empty-star,
  .catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-icon-double-bubble .yotpo-icon-star,
  .catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-bottomline .yotpo-stars .yotpo-icon-star,
  .catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-icon-double-bubble .yotpo-icon-half-star,
  .catalog-product-view.page-layout-1column .yotpoBottomLine .yotpo-bottomline .yotpo-stars .yotpo-icon-half-star {
    width: 14px !important;
    height: 14px !important;
    font-size: 14px;
    margin-top: 4px;
  }
}
.catalog-product-view.page-layout-1column .yotpo .standalone-bottomline.star-clickable,
.catalog-product-view.page-layout-1column .yotpo .standalone-bottomline .star-clickable {
  align-items: center;
}
.catalog-product-view.page-layout-1column .yotpo-icon-double-bubble,
.catalog-product-view.page-layout-1column .yotpo-stars {
  margin: 0 5px 0 0 !important;
}
.catalog-product-view.page-layout-1column div.yotpo.bottomLine {
  display: inline-block;
  margin: 0 10px 1px 0;
}
.catalog-product-view.page-layout-1column div.yotpo.QABottomLine {
  position: relative;
  display: none;
  padding-left: 24px;
}
.catalog-product-view.page-layout-1column div.yotpo.bottomLine.bottomline-position {
  display: inline-block;
  margin: 0 10px 1px 0;
  margin-top: 5px;
}
.catalog-product-view.page-layout-1column.cms-index-index .product-item-actions {
  margin-top: 5px !important;
}
.catalog-product-view.page-layout-1column.catalog-category-view.page-products .product-item-actions,
.catalog-product-view.page-layout-1column.catalog-product-view.page-products .product-item-actions {
  margin-top: 0 !important;
}
.catalog-product-view.page-layout-1column.catalog-category-view .product-info-main .product-reviews-summary,
.catalog-product-view.page-layout-1column.catalog-product-view .product-info-main .product-reviews-summary {
  width: 100%;
}
.page-product-grouped.catalog-product-view.page-layout-1column .page-title-wrapper {
  display: block;
}
.product.info.detailed .tab-content {
  position: relative;
}
.product.info.detailed .tab-content .additional-attributes-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 -35px;
}
@media only screen and (max-width: 1024px) {
  .product.info.detailed .tab-content .additional-attributes-wrapper {
    margin: 0 -23px;
  }
}
.product.info.detailed .tab-content .additional-attributes {
  width: 100%;
}
.product.info.detailed .tab-content .additional-attributes .table-caption {
  display: block;
}
.product.info.detailed .tab-content .additional-attributes tbody tr:nth-child(odd) {
  background: #f4f4f4;
}
.product.info.detailed .tab-content .additional-attributes tbody td,
.product.info.detailed .tab-content .additional-attributes tbody th {
  padding: 7px 15px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000000;
}
.product.info.detailed .tab-content .additional-attributes tbody td:first-child,
.product.info.detailed .tab-content .additional-attributes tbody th:first-child {
  padding-left: 35px;
}
.product.info.detailed .tab-content .additional-attributes tbody td:last-child,
.product.info.detailed .tab-content .additional-attributes tbody th:last-child {
  padding-right: 35px;
  text-align: right;
}
.product.info.detailed .tab-content .product-details-attr-title {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-1-new);
  margin-bottom: 16px;
  line-height: 120%;
}
.product.info.detailed .tab-content .tab-description-block:last-child .product-details-attr-value {
  margin-bottom: 0;
}
.product.info.detailed .tab-content .product-details-attr-value {
  margin-bottom: 24px;
}
.product.info.detailed .tab-content .product-details-attr-value.manual-block .manual-link {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: normal;
  text-decoration: none;
  padding-left: 30px;
}
.product.info.detailed .tab-content .product-details-attr-value.manual-block .manual-link:hover {
  text-decoration: underline;
}
.product.info.detailed .tab-content .product-details-attr-value.spec-block table {
  max-width: 100%;
  display: flex;
}
.product.info.detailed .tab-content .product-details-attr-value.spec-block table tbody {
  width: 100%;
}
.product.info.detailed .tab-content .product-details-attr-value.spec-block table tr {
  display: flex;
  margin-bottom: 8px;
}
.product.info.detailed .tab-content .product-details-attr-value.spec-block table tr td {
  padding: 0;
  max-width: 100%;
  white-space: nowrap;
}
.product.info.detailed .tab-content .product-details-attr-value.spec-block table tr td.dots {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px dashed var(--gray-1);
  color: transparent;
  width: 100%;
  margin: 0px 5px;
}
.product.info.detailed .tab-content .product-details-attr-value.youtube-video-block {
  position: relative;
  height: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 0;
  padding-bottom: 56.25%;
}
.product.info.detailed .tab-content .product-details-attr-value.youtube-video-block iframe {
  position: absolute;
  top: -30px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .product.info.detailed .tab-content .product-details-attr-value.youtube-video-block {
    margin-bottom: 15px;
  }
  .product.info.detailed .tab-content .product-details-attr-value.youtube-video-block iframe {
    top: -20px;
  }
}
.product.info.detailed .tab-content .product-details-attr-value p {
  margin-top: 10px;
  margin-bottom: 15px;
}
.product.info.detailed .tab-content .product-details-attr-value p:last-child {
  margin-bottom: 0;
}
.product.info.detailed .tab-content .product-details-attr-value p a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--text-1-new);
}
.product.info.detailed .tab-content .product-details-attr-value p a:visited {
  color: var(--text-1-new);
}
.product.info.detailed .tab-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product.info.detailed .tab-content li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
}
.product.info.detailed .tab-content li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: var(--text-1-new);
  top: 10px;
  left: 10px;
  border-radius: 50%;
}
.product.info.detailed .tab-content:last-child {
  padding-top: 20px;
}
.product.info.detailed .tab-content .yotpo .yotpo-small-box:first-child {
  padding-top: 0;
}
.product.info.detailed .tab-content .yotpo .yotpo-small-box:first-child .yotpo-icon-btn {
  margin-top: 9px;
}
.product-add-form-bottom-cms-block .cms-inner {
  padding: 18px 10px 0;
  text-align: center;
}
.product-add-form-bottom-cms-block p {
  padding: 0;
  margin: 0;
}
.product-add-form-bottom-cms-block .as-low {
  margin-bottom: 7px;
  font-size: 1.4rem;
}
.product-add-form-bottom-cms-block .assistance {
  font-size: 1.7rem;
}
.product-add-form-bottom-cms-block .assistance a {
  color: #00334d;
}
@media only screen and (max-width: 480px) {
  .product-add-form-bottom-cms-block .assistance a {
    display: block;
    text-align: center;
  }
}
.pdp-buyers-details {
  margin-bottom: 22px;
}
.pdp-buyers-details .pdp-buyers-details-list {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  padding-left: 3px;
}
.pdp-buyers-details li {
  font-size: 1.8rem;
  color: #000000;
  padding-left: 28px;
  background-size: 19px auto;
  line-height: 1;
}
.pdp-buyers-details .warehouse-terms {
  margin-bottom: 10px;
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/pdp/track-icon-01.png') no-repeat 0 2px;
  padding-bottom: 1px;
}
.pdp-buyers-details .as-low-as {
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/pdp/dollar-icon-01.png') no-repeat 0 0;
}
@media only screen and (max-width: 1024px) {
  .desktop-video {
    width: 100%;
    margin-top: 24px;
  }
  .catalog-product-view.page-layout-1column .max-ultratabs .accord-title {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #D0D1D3;
    border-radius: 0;
    margin: 0;
  }
  .catalog-product-view.page-layout-1column .max-ultratabs .accord-title > .accord-title-link {
    padding-left: 0;
    padding-right: 0;
    color: var(--text-1);
    font-weight: bold;
  }
  .catalog-product-view.page-layout-1column .max-ultratabs .accord-title > .accord-title-link::before {
    right: 0;
  }
  .catalog-product-view.page-layout-1column .max-ultratabs .accord-title > .accord-title-link::after {
    right: 0;
  }
  .catalog-product-view.page-layout-1column .max-ultratabs .accord-title.active > .accord-title-link::before {
    display: none;
  }
}
.product-options-wrapper .fieldset:last-child:first-child:not(:has(.field)) {
  margin: 0;
}
.product.media .fotorama__stage__frame .fotorama__img {
  width: 100%;
}
.product.media .fotorama__wrap {
  display: flex;
}
.product.media .fotorama__stage {
  left: 0 !important;
  order: 2;
}
.product.media .fotorama__nav-wrap {
  position: static;
  width: auto;
  order: 1;
}
.product.media .fotorama__nav-wrap .fotorama__nav--thumbs {
  width: 100% !important;
  padding: 0;
}
.product.media .fotorama__nav-wrap .fotorama__thumb-border {
  display: none;
}
.product.media .fotorama__nav-wrap .fotorama__nav__frame {
  padding: 0;
  margin-bottom: 10px;
  border: 2px solid rgba(255, 107, 0, 0);
  transition: all 0.6s;
}
.product.media .fotorama__nav-wrap .fotorama__nav__frame:hover {
  cursor: pointer;
}
.product.media .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active {
  border: 2px solid rgba(255, 107, 0, 0.8);
}
.product.media .fotorama__nav__shaft {
  display: inline-block;
  margin: 0 auto;
}
.product.media .fotorama__arr {
  background-color: transparent;
}
.product.media .fotorama__arr.fotorama__arr--next {
  right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .product.media .product.media {
    margin-bottom: 20px;
  }
  .product.media .fotorama__wrap {
    flex-direction: column;
  }
  .product.media .fotorama__wrap .fotorama__stage {
    margin-bottom: 0px;
    order: 1;
  }
  .product.media .fotorama__wrap .fotorama__nav-wrap {
    order: 2;
    margin: 20px auto 20px;
  }
  .product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame {
    width: auto;
    margin-right: 13px;
    margin-bottom: 0;
    border: 0;
  }
  .product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active {
    border: 0;
  }
  .product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame.fotorama__active .fotorama__dot {
    background: #e45600;
    border-color: #e45600;
  }
  .product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame .fotorama__nav--thumbs {
    display: none;
  }
  .product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame .fotorama__nav--thumbs .fotorama__nav__frame--dot {
    opacity: 1;
  }
  .product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame .fotorama__dot {
    position: static;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #d8d8d8;
    border-color: #d8d8d8;
    transition: all 0.3s;
  }
  .product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame .fotorama__dot:hover {
    cursor: pointer;
  }
  .product.media .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame:last-child {
    margin-right: 0;
  }
}
.page-product-grouped.catalog-product-view.page-layout-1column {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .page-product-grouped.catalog-product-view.page-layout-1column .breadcrumbs {
    margin-bottom: 0;
  }
}
.page-product-grouped.catalog-product-view.page-layout-1column .product.media .fotorama__stage {
  border: 1px solid var(--border-1);
  border-radius: 10px;
}
.page-product-grouped.catalog-product-view.page-layout-1column .product.media .fotorama__stage .fotorama__stage__shaft {
  margin: 0 auto !important;
}
.page-product-grouped.catalog-product-view.page-layout-1column .product.media .fotorama__stage__frame .fotorama__img {
  max-width: 530px;
}
.block-search .label {
  display: none;
}
.page-wrapper {
  position: relative;
}
.page-wrapper .block-search {
  float: none;
  width: 100%;
  max-width: 513px;
  padding-left: 0;
}
.page-wrapper .block-search form.minisearch {
  display: flex;
  justify-content: space-between;
}
.page-wrapper .block-search .field.search {
  flex-grow: 1;
}
.page-wrapper .block-search .control {
  border: 0;
  padding: 0;
  margin: 0;
}
.page-wrapper .block-search input {
  position: static;
  height: 40px;
  border: none;
  border-radius: 3px 0 0 3px;
  margin: 0;
  background-color: #e1e8ee;
  padding-left: 20px;
  flex-grow: 1;
  font-size: 1.8rem;
  box-sizing: border-box;
}
.page-wrapper .block-search input::-webkit-input-placeholder {
  color: #00334d;
  opacity: 0.5;
}
.page-wrapper .block-search input::-moz-placeholder {
  color: #00334d;
  opacity: 0.5;
}
.page-wrapper .block-search input:-ms-input-placeholder {
  color: #00334d;
  opacity: 0.5;
}
.page-wrapper .block-search input:-moz-placeholder {
  color: #00334d;
  opacity: 0.5;
}
.page-wrapper .block-search .actions {
  display: block;
}
.page-wrapper .block-search .action.search {
  position: relative;
  display: inline-block;
  background: #f57523;
  right: 0;
  height: 40px;
  width: 53px;
  border-radius: 0;
  padding: 0;
  /*                .lib-button-icon(
                                    @_icon-font-content: @icon-search,
                                    @_icon-font-size: 23px,
                                    @_icon-font-text-hide: true,
                                    @_icon-font-color: @color-white,
                                    @_icon-font-color-hover: @color-white,
                                    @_icon-font-line-height: 32px
                                );*/
}
@media only screen and (max-width: 10000px) {
  .page-wrapper .block-search .action.search:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.3rem;
    line-height: 1;
    color: #ffffff;
    content: '\e615';
    font-family: 'luma-icons';
    margin: -1px 0 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
  }
}
.page-wrapper .block-search .action.search span {
  display: none;
}
.page-wrapper .block-search .action.search:focus:before {
  color: #333333;
}
@media only screen and (min-width: 992px) {
  .minicart-wrapper:not(.no_hover):hover > .ui-dialog {
    display: block !important;
  }
}
.minicart-wrapper .product-image-container {
  width: 100% !important;
}
.minicart-wrapper .block-minicart {
  position: absolute;
  top: 55px;
  right: 0;
  left: auto;
  bottom: auto;
  margin-top: 0;
  min-width: 350px;
  overflow: visible !important;
  max-width: 480px;
  width: 100%;
  padding: 20px 12px 20px 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.minicart-wrapper .block-minicart button.close {
  top: -9px;
  right: -5px;
  width: 20px;
  height: 20px;
}
.minicart-wrapper .block-minicart button.close:before {
  color: #f57523;
  font-size: 1.6rem;
}
.minicart-wrapper .block-minicart button.close:hover:before {
  color: #d45f09;
}
@media only screen and (max-width: 992px) {
  .minicart-wrapper .block-minicart {
    padding: 25px 12px 20px 20px;
    width: 100%;
    right: 5px;
  }
  .minicart-wrapper .block-minicart button.close {
    top: -14px;
  }
}
@media only screen and (max-width: 500px) {
  .minicart-wrapper .block-minicart {
    width: 98%;
    left: unset;
    right: 0%;
  }
  .minicart-wrapper .block-minicart button.close {
    top: -14px;
  }
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart::after {
  display: none;
}
.minicart-wrapper .block-minicart .block-title {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .minicart-wrapper .block-minicart .block-title {
    position: relative;
    top: -7px;
  }
}
.minicart-wrapper .block-minicart .block-title .text {
  letter-spacing: 0.5px;
}
.minicart-wrapper .block-minicart .block-title .qty {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-content-wrapper {
  position: relative;
}
.minicart-wrapper .block-minicart .items-total {
  position: absolute;
  right: 12px;
  top: -2px;
}
@media only screen and (max-width: 992px) {
  .minicart-wrapper .block-minicart .items-total {
    right: 12px;
    top: 4px;
  }
}
.minicart-wrapper .block-minicart button.paypal-logo {
  display: flex;
  border: 1px solid gray;
  border-radius: 3px;
  width: 100%;
  padding: 10px 0;
  justify-content: center;
  background: white;
}
.minicart-wrapper .block-minicart button.paypal-logo input[type="image"] {
  height: 25px;
  width: auto;
}
.minicart-wrapper .block-minicart button.paypal-logo p {
  margin-left: 5px;
  color: gray;
  line-height: 25px;
  margin-bottom: 0;
  font-size: 0.9em;
  text-transform: none;
}
.minicart-wrapper .block-minicart .block-content .cart_empty {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-top: 28px;
  height: 188px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.minicart-wrapper .block-minicart .block-content .cart_empty .cart_icon {
  background-image: url('../../frontend/Wheelchair/default/en_US/css/@{`baseDir}/images/icon_cart2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: grayscale(1);
  opacity: 0.1;
  height: 50px;
  width: 50px;
}
.minicart-wrapper .block-minicart .block-content .cart_empty .subtitle.empty {
  font-size: 12px;
  font-weight: normal;
  padding: 22px 0 0;
  opacity: 0.4;
}
.minicart-wrapper .block-minicart .block-content .scroll-wrapper.minicart-items-wrapper {
  overflow-y: hidden;
  margin-right: -5px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  border: 0;
  padding: 15px 17px 0;
  margin-bottom: 16px;
  overflow-x: hidden;
  max-height: 293px !important;
  height: unset !important;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper.scrollbar-vista > .scroll-element.scroll-y {
  right: 3px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items {
  box-sizing: border-box;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item {
  padding: 16px 0 0;
  border-top: 1px solid #ddd;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item:first-child {
  border-top: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product {
  display: flex;
  justify-content: space-between;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-photo {
  width: 121px;
  height: 121px;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-photo {
    width: 60px;
    height: 60px;
  }
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-photo:before {
  width: 0;
  margin-right: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details {
  padding-left: 0;
  width: calc(100% - 135px);
}
@media only screen and (max-width: 992px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details {
    width: calc(100% - 70px);
  }
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-name {
  line-height: 14px;
  margin: 0 0 9px;
  max-width: 83%;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-name a {
  color: #00334d;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options {
  display: block;
  color: #00334d;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.14px;
  line-height: 1.3;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .toggle:after {
  top: 12px;
  font-size: 0.9rem;
  line-height: 1;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list {
  display: block;
  margin-bottom: 5px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .label,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .values {
  float: none;
  margin-bottom: 2px;
  font-size: 1.2rem;
  color: #000;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .label {
  margin-right: 5px;
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .values {
  display: block;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list {
    padding-top: 3px;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .label,
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .values {
    float: left;
    margin-bottom: 4px;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .label {
    display: inline-block;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .values {
    display: inline-block;
    clear: right;
  }
}
@media only screen and (max-width: 480px) {
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list {
    padding-top: 0;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .label,
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .values {
    float: none;
    margin-bottom: 2px;
    font-size: 1.2rem;
    color: #000;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .label {
    margin-right: 5px;
    display: none;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details > .product.options .content .product.options.list .values {
    display: block;
    font-weight: 400;
  }
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .details-qty {
  margin-top: 0;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .qty_inner_cont {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .qty_inner_cont .label {
  font-size: 12px;
  line-height: 1;
  margin-right: 7px;
  color: #777;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .qty_inner_cont .label:after {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .qty_inner_cont input.item-qty {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  border-color: #ebebeb;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  height: 26px;
  width: 40px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .qty_inner_cont .btn-change {
  background: transparent;
  border-color: #ebebeb;
  border-radius: 0;
  color: #f57523;
  font-family: 'DM Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  height: 26px;
  width: 26px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .qty_inner_cont .btn-change:hover,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .qty_inner_cont .btn-change:focus,
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .qty_inner_cont .btn-change:active {
  background-color: #f57523;
  border-color: #f57523;
  color: #ffffff;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .price-container {
  order: 2;
  margin-top: 2px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .price-container .price-excluding-tax {
  margin: 1px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product-item-pricing .price-container .price {
  font-size: 1.6rem;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product.actions {
  width: 100%;
  padding: 15px 0 0;
  margin: 0 0 10px !important;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product.actions .primary {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product.actions a:before {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product.actions .action.delete {
  position: relative;
  display: inline-block;
  padding: 0 0 3px 0;
  color: #ee8532;
  background: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  border-bottom: 1px solid #ee8532;
  line-height: 1;
  box-sizing: border-box;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product.actions .action.delete:hover {
  color: #00334d;
  border-color: #00334d;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item .product .product-item-details .product.actions .action.delete span {
  position: static;
  line-height: inherit;
  font-size: inherit;
  margin: unset;
  height: unset;
  clip: unset;
  width: unset;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items li.product-item:first-child {
  padding-bottom: 14px;
}
.minicart-wrapper .block-minicart .block-content .promo_cont {
  margin-bottom: 15px;
  margin-top: 23px;
}
.minicart-wrapper .block-minicart .block-content .promo_cont label {
  font-size: 16px;
  text-transform: capitalize;
}
.minicart-wrapper .block-minicart .block-content .promo_cont input {
  font-size: 14px;
  margin-top: 11px;
  padding: 19px 15px;
}
.minicart-wrapper .block-minicart .block-content .promo_cont input::placeholder {
  color: #bac7ce;
  font-size: 14px;
}
.minicart-wrapper .block-minicart .block-content .subtotal {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 15px;
  padding-right: 11px;
}
.minicart-wrapper .block-minicart .block-content .subtotal .label {
  margin-right: 15px;
}
.minicart-wrapper .block-minicart .block-content .subtotal .label:after {
  display: none;
}
.minicart-wrapper .block-minicart .block-content .subtotal .amount .price-wrapper:first-child .price {
  font-size: 24px;
  line-height: 1;
}
.minicart-wrapper .block-minicart .block-content .actions > .primary {
  margin: 0;
}
.minicart-wrapper .block-minicart .block-content .actions > .primary button.action.primary.checkout,
.minicart-wrapper .block-minicart .block-content .actions > .primary button.amshopby-button.checkout,
.minicart-wrapper .block-minicart .block-content .actions > .primary button.am-filter-go.checkout {
  font-size: 11px;
  padding: 9px 0 6px;
}
.minicart-wrapper .block-minicart .block-content {
  display: flex;
  flex-direction: column;
}
.minicart-wrapper .block-minicart .block-content .items-total {
  order: 1;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  order: 2;
}
.minicart-wrapper .block-minicart .block-content .subtotal {
  order: 3;
}
.minicart-wrapper .block-minicart .block-content .actions {
  order: 4;
}
#maincontent {
  margin-top: 30px;
}
.modal-header {
  padding-top: 1rem;
}
.modal-header .action-close {
  margin: 24px 15px 0px 0px;
}
.modal-header .action-close:before {
  color: #3a6085;
}
.modal-content .block-authentication {
  border-top: none;
}
.modal-content .block-customer-login-heading {
  text-transform: uppercase;
}
.modal-content .primary {
  float: unset;
  width: 100%;
}
.modal-content .primary button {
  width: 100%;
}
.modal-content .secondary .action {
  color: #3a6085;
}
.modal-content .control input {
  border: 1px solid #949494;
  color: #000;
  background-color: #f4f4f4;
  padding: 20px !important;
  margin-bottom: 0px;
  border-radius: 0px;
}
.modal-content button,
.modal-content .action-register {
  padding: 17px !important;
  width: 100% !important;
  background-color: #3a6085 !important;
  border: 1px solid #3a6085 !important;
  margin-bottom: 10px !important;
  color: white !important;
}
.checkout-cart-index #movetoquote {
  border-radius: 10px;
  background-color: var(--main-1);
  margin-bottom: 10px;
  text-transform: unset;
  font-weight: normal;
}
.checkout-cart-index .page.messages {
  margin-bottom: 40px;
}
.checkout-cart-index .checkout-billing-address input[type="checkbox"]:checked + label::before {
  border: 1px solid #3a6085 !important;
  background-color: #3a6085 !important;
}
.checkout-cart-index #discount-form .action-apply {
  padding: 17px;
  width: 100%;
  background-color: #3a6085;
  border: 1px solid #3a6085;
  margin-bottom: 10px;
}
.checkout-cart-index .cart-left {
  width: 65%;
  padding-right: 20px;
}
.checkout-cart-index .page-title span {
  font-weight: bold;
  font-size: 40px;
}
.checkout-cart-index .cart-price .price {
  font-size: 1.4rem;
}
.checkout-cart-index .cart-container {
  margin: 0;
  font-size: 1.4rem;
  display: flex;
}
.checkout-cart-index .cart-right {
  width: 35%;
}
.checkout-cart-index .cart-right strong.title {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.checkout-cart-index .cart-right .cart-summary {
  width: 100%;
  background-color: white;
  float: unset;
}
.checkout-cart-index .cart-right .cart-summary .cart-totals {
  border-top: none;
  min-height: 160px;
}
.checkout-cart-index .cart-right .cart-summary .cart-totals .grand strong {
  font-size: 24px;
}
.checkout-cart-index .cart-right .cart-summary .cart-totals .grand .mark {
  font-size: 1.4rem;
  border-top: none;
}
.checkout-cart-index .cart-right .cart-summary .cart-totals .grand .amount {
  border-top: none;
}
.checkout-cart-index .cart-right .cart-summary .cart-totals .grand .amount .price {
  font-size: 24px;
}
.checkout-cart-index .cart-right .cart_below_right_box {
  text-align: center;
  width: 80%;
  margin-left: 10%;
  color: #909090;
  line-height: 21px;
}
.checkout-cart-index .cart-right .complete_purchase_btn {
  display: block;
  text-align: center;
  background-color: var(--main-1);
  color: white;
  font-size: 17px;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 20px;
}
.checkout-cart-index .cart-right .complete_purchase_btn svg.lock {
  margin-top: -5px;
  margin-right: 5px;
}
.checkout-cart-index .cart-right svg.allcreditcards {
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
}
.checkout-cart-index .cart-right #block-discount {
  margin-bottom: 10px;
}
.checkout-cart-index .cart-right #block-discount > .title {
  padding-right: 0;
  border-top: none;
}
.checkout-cart-index .cart-right #discount-coupon-form .fieldset.coupon {
  display: flex;
}
.checkout-cart-index .cart-right #discount-coupon-form #coupon_code {
  border: 1px solid #c3d4e8;
  height: 42px;
  border-radius: 10px;
  font-size: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout-cart-index .cart-right #discount-coupon-form .apply.primary {
  border-radius: 10px;
  margin-left: -15px;
  font-size: 14px;
  text-transform: unset;
  border: none;
  background-color: #e45600;
  padding: 0 30px;
  height: 42px;
}
.checkout-cart-index .cart-right #discount-coupon-form .cancel.primary {
  border-radius: 10px;
  margin-left: -15px;
  font-size: 14px;
  text-transform: unset;
  border: none;
  background-color: #e45600;
  padding: 0 30px;
  height: 42px;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  padding-top: 0px;
  font-weight: normal;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  font-size: 18px;
  font-weight: bold;
  color: #133C60;
  word-wrap: anywhere;
}
.checkout-cart-index .cart.table-wrapper .item-options dt {
  font-weight: bold;
  margin-right: 5px;
  float: unset;
}
.checkout-cart-index .cart.table-wrapper .price-container .price {
  font-size: 16px;
}
.checkout-cart-index .cart.table-wrapper .cartQtyControl {
  display: flex;
}
.checkout-cart-index .cart.table-wrapper .cartQtyControl .update-cart-item {
  margin-left: 5px;
  background: transparent;
  border-color: var(--main-1);
  color: var(--main-1);
}
.checkout-cart-index .cart.table-wrapper .cartQtyControl .controlMinus {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  line-height: 30px;
  padding: 0px 8px;
  color: var(--main-3);
  border: 1px solid var(--border-1);
  height: 30px;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.checkout-cart-index .cart.table-wrapper .cartQtyControl input[type="number"] {
  height: 30px;
  width: 50px;
  background: none;
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper .cartQtyControl .controlPlus {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  line-height: 30px;
  padding: 0px 8px;
  color: var(--main-3);
  border: 1px solid var(--border-1);
  height: 30px;
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
  display: block;
  width: auto;
}
.checkout-cart-index .cart.table-wrapper .product-item-details {
  width: auto !important;
  display: inline-block;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  display: flex;
}
.checkout-cart-index .cart.table-wrapper span.old-price {
  display: none;
}
.checkout-cart-index .cart-container .form-cart {
  width: 100%;
  padding-right: 0;
  margin-bottom: 0;
}
.checkout-cart-index .checkout_cart_methods button.action.primary.checkout,
.checkout-cart-index .checkout_cart_methods button.amshopby-button.checkout,
.checkout-cart-index .checkout_cart_methods button.am-filter-go.checkout {
  padding: 17px;
  width: 100%;
  background-color: #3a6085;
  border: 1px solid #3a6085;
  margin-bottom: 10px;
}
.checkout-cart-index .page-title-wrapper {
  margin-bottom: 20px;
}
.checkout-cart-index .page-title-wrapper .page-title-left {
  float: left;
}
.checkout-cart-index .page-title-wrapper .page-title-left h1 {
  margin-bottom: 1.1rem;
}
.checkout-cart-index .page-title-wrapper .page-title-left span.base {
  display: block;
}
.checkout-cart-index .page-title-wrapper .page-title-right {
  float: right;
  text-align: right;
}
.checkout-cart-index .below_cart_div {
  width: 50%;
  float: left;
  text-align: left;
}
.checkout-cart-index .below_cart_div .free_shipping_message {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.checkout-cart-index .below_cart_div .cart_method_icons ul {
  padding-left: 0;
}
.checkout-cart-index .below_cart_div .cart_method_icons ul li {
  display: inline-block;
  margin-right: 5px;
}
.checkout-cart-index .below_cart_div .cart_method_icons ul li .cart_method_single_icon svg {
  height: 25px;
}
.checkout-cart-index button.paypal-logo {
  display: flex;
  border: 1px solid gray;
  border-radius: 3px;
  width: 100%;
  padding: 10px 0px;
  justify-content: center;
  background: white;
}
.checkout-cart-index button.paypal-logo input[type="image"] {
  height: 25px;
  width: auto;
}
.checkout-cart-index button.paypal-logo p {
  margin-left: 5px;
  color: gray;
  line-height: 25px;
  margin-bottom: 0;
  font-size: 0.9em;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .checkout-cart-index .cart-container {
    display: block !important;
  }
  .checkout-cart-index .cart-left {
    width: 100%;
    padding: 0 20px;
    float: unset;
    box-sizing: border-box;
  }
  .checkout-cart-index .cart-left .below_cart_div {
    float: left;
  }
  .checkout-cart-index .cart-right {
    width: 50%;
    padding: 0 20px;
    float: right;
    box-sizing: border-box;
  }
  .checkout-cart-index .cart-right strong.summary {
    display: none;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 100%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 991px) {
  .checkout-cart-index .below_cart_div {
    width: 100%;
  }
  .cart-container .form-cart .actions.main {
    align-items: flex-start;
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 680px) {
  .cart-container .form-cart .actions.main {
    width: 100%;
    float: unset;
  }
  .checkout-cart-index .cart-left .below_cart_div {
    float: unset;
  }
  .checkout-cart-index .cart-right {
    width: 100%;
    float: unset;
    margin-top: 20px;
  }
}
#maincontent {
  margin-top: 30px;
}
#checkout > .block-customer-login,
#checkout > .block-customer-signup,
#checkout > .returnsWrapper {
  display: none;
}
#checkout.openSignIn > div,
#checkout.openSignIn > aside {
  display: none;
}
#checkout.openSignIn > .block-customer-login,
#checkout.openSignIn > .block-customer-signup {
  display: block;
}
#checkout.openReturns > div,
#checkout.openReturns > aside {
  display: none;
}
#checkout.openReturns > .returnsWrapper {
  display: block;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper span {
  font-size: 16px;
  color: #1c2255;
}
.checkout-index-index .opc-block-summary .minicart-items div.product-item-details {
  padding-left: 96px;
}
.checkout-index-index .credit-card-types {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block input[type="checkbox"] + label {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .opc-block-summary.amcheckout-summary-container .step-content > .amcheckout-wrapper {
  display: flex;
  flex-direction: column;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .opc-block-summary.amcheckout-summary-container .step-content > .amcheckout-wrapper > .discount-code {
  order: 1;
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .opc-block-summary.amcheckout-summary-container .step-content > .amcheckout-wrapper > .items-in-cart {
  order: 0;
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .opc-block-summary.amcheckout-summary-container .step-content > .amcheckout-wrapper > .table-totals {
  order: 2;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper div.shipping-address-item {
  order: 1;
  border: 1px solid #d0d1d3;
  margin: 0;
  width: calc(50% - 5px);
}
.checkout-index-index .opc-wrapper.am-opc-wrapper div.shipping-address-item:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .edit-address-link {
  color: #C64C02;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  text-transform: unset;
}
.checkout-index-index .checkout-payment-method .ccard .fields.group-3 {
  display: flex;
  gap: 8px;
}
.checkout-index-index .checkout-payment-method .ccard .fields.group-3:before {
  display: none;
}
.checkout-index-index .checkout-payment-method .ccard .fields.group-3:after {
  display: none;
}
.checkout-index-index .checkout-payment-method .ccard .fields .field .label {
  position: relative;
  display: block;
}
.checkout-index-index .checkout-payment-method .ccard .field-tooltip .field-tooltip-action:before {
  font-size: 17px;
}
.checkout-index-index .checkout-payment-method .ccard .fields > .year {
  padding-left: 0;
}
.checkout-index-index .checkout-payment-method .ccard .fields select {
  height: 51px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper div.shipping-address-item.selected-item {
  width: 100%;
  padding: 0;
  border: 0;
  order: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper div.shipping-address-item.selected-item:after {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper div.shipping-address-item.selected-item table tr {
  border-bottom: 1px solid #D0D1D3;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper div.shipping-address-item.selected-item table tr td {
  padding: 8px 0;
  font-size: 16px;
  line-height: 150%;
  color: #00063E;
  width: auto;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper div.shipping-address-item.selected-item table tr td.lab {
  color: #56586A;
  width: 160px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper div.shipping-address-item.selected-item .contact-details {
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  color: #00063E;
  border-bottom: none;
  margin: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-index-index .opc-block-summary .table-totals tbody .totals.sub .mark,
.checkout-index-index .opc-block-summary .table-totals tbody .totals.shipping .mark {
  color: #56586A;
  font-size: 16px;
  line-height: 150%;
}
.checkout-index-index .opc-block-summary .table-totals tbody .totals.sub .price,
.checkout-index-index .opc-block-summary .table-totals tbody .totals.shipping .price {
  color: #00063E;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}
.checkout-index-index .opc-block-summary .table-totals tbody .totals.grand .mark {
  border-top: none;
}
.checkout-index-index .opc-block-summary .table-totals tbody .totals.grand .amount {
  border-top: none;
}
.checkout-index-index .amcheckout-wrapper .minicart-items .product-item-name {
  font-size: 16px;
  line-height: 120%;
  color: #13194E;
}
.checkout-index-index .field[name="shippingAddress.custom_attributes.kl_email_consent"] {
  display: none;
}
.checkout-index-index .enter-your-billing-address {
  font-size: 18px;
  line-height: 150%;
  color: #00063E;
  font-weight: bold;
  margin-top: 15px;
}
.checkout-index-index .amcheckout-wrapper .minicart-items .product.options {
  font-size: 16px;
  line-height: 120%;
  color: #56586A;
}
.checkout-index-index .amcheckout-wrapper .minicart-items .product.options .values span {
  margin-right: 0 !important;
}
.checkout-index-index .amcheckout-wrapper .minicart-items .product.options .divider:last-child {
  display: none;
}
.checkout-index-index .minicart-items .product-item-details .details-qty {
  position: absolute;
  width: 16px;
  height: 16px;
  background: gray;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  transform: translateX(-30px);
  margin: 0;
  color: white;
  font-size: 14px;
}
.checkout-index-index .amcheckout-wrapper .minicart-items .product-item .subtotal {
  display: none;
}
.checkout-index-index .checkout-billing-address .action-cancel:hover {
  color: #830;
}
.checkout-index-index .payment-method-content .taxes_may_apply {
  display: none;
}
.checkout-index-index .taxes_may_apply {
  color: #56586A;
  font-size: 14px;
  line-height: 150%;
  margin-top: 16px;
}
.checkout-index-index #checkout form.form-login .step-title {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  margin-top: 12px;
}
.checkout-index-index .checkout-payment-method .billing-address-form {
  max-width: 100%;
}
.checkout-index-index .checkout-header {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  padding: 0;
  margin: 0px 0px 8px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code svg.plus {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code svg.minus {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code._active svg.plus {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code._active svg.minus {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper div.payment-option-content {
  padding: 0;
  padding-bottom: 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding: 0;
}
.checkout-index-index .payment-method-content .actions-toolbar > .primary > button.action.primary.checkout,
.checkout-index-index .payment-method-content .actions-toolbar > .primary > button.amshopby-button.checkout,
.checkout-index-index .payment-method-content .actions-toolbar > .primary > button.am-filter-go.checkout {
  width: 100%;
  background-color: #FF774C;
  border-radius: 10px;
  color: #00063E;
  font-size: 18px;
  line-height: 150%;
  text-transform: unset;
  margin-bottom: 0;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: transparent;
  transform: unset;
  padding: 32px;
  width: 100%;
  left: 0;
  position: absolute;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  gap: 16px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
  width: 30%;
  border: 1px solid #D0D1D3;
  border-radius: 10px;
  padding: 32px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column:first-child {
  border: 1px solid #D0D1D3;
  border-radius: 10px;
  padding: 32px;
  position: relative;
  padding-bottom: 160px;
  width: 70%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column .checkout-block {
  padding: 0;
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column .checkout-block .fieldset > hr {
  display: block;
  margin: 20px 0;
}
.checkout-index-index .field[name="shippingAddress.company"] {
  vertical-align: top;
}
.checkout-index-index .payment-method-content .actions-toolbar {
  display: block;
}
.checkout-index-index .payment-method-content .actions-toolbar > .primary {
  flex-shrink: 0;
  display: block;
  float: unset;
}
.checkout-index-index .payment-method-content .actions-toolbar > .primary > .action.primary.checkout,
.checkout-index-index .payment-method-content .actions-toolbar > .primary > .amshopby-button.checkout,
.checkout-index-index .payment-method-content .actions-toolbar > .primary > .am-filter-go.checkout {
  float: unset;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  width: 300px;
  max-width: 100%;
}
.checkout-index-index .returnsCheckboxWrapper {
  margin-right: 15px;
  teext-align: left;
  font-size: 16px;
  line-height: 150%;
  color: #00063E;
}
.checkout-index-index .returnsCheckboxWrapper.invalid .error {
  display: block;
}
.checkout-index-index .returnsCheckboxWrapper.invalid input[type="checkbox"] + label::before {
  border-color: red !important;
  border-width: 2px !important;
}
.checkout-index-index .returnsCheckboxWrapper .error {
  display: none;
  color: red;
  font-size: 16px;
}
.checkout-index-index .returnsCheckboxWrapper input[type="checkbox"] {
  display: none;
}
.checkout-index-index .returnsCheckboxWrapper input[type="checkbox"] + label {
  margin-left: 22px;
  margin-bottom: 20px;
  display: inline-block;
}
.checkout-index-index .returnsCheckboxWrapper input[type="checkbox"]:checked + label {
  color: #00063E;
}
.checkout-index-index .returnsCheckboxWrapper input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  visibility: visible;
  margin: 0;
  margin-top: 0px;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  border: 1px solid #949494;
  appearance: none;
  padding: 0;
  border-radius: 5px;
  transform: translateY(4px);
}
.checkout-index-index .returnsCheckboxWrapper input[type="checkbox"]:checked + label::before {
  background: url("/media/theme_customization/check_white.svg?v=1") no-repeat;
  background-position: 50% 50%;
  background-color: #124586;
  border-radius: 5px;
  border-color: #124586;
}
.checkout-index-index .returnsCheckboxWrapper input[type="checkbox"]:checked + label::after {
  display: none;
}
.checkout-index-index .returnsCheckboxWrapper input[type="checkbox"] + label > span {
  margin-left: 10px;
  display: inline-block;
  text-align: left;
}
.checkout-index-index .returnsCheckboxWrapper input[type="checkbox"] + label > span a {
  color: var(--text-1);
  text-decoration: underline;
}
.checkout-index-index #checkoutNewsletterCheck {
  width: 20px;
  height: 20px;
}
.checkout-index-index .checkout-payment-method #authnetcim-form-cc .number .input-text {
  width: 100%;
}
.checkout-index-index .checkout-payment-method #authnetcim-form-cc.fieldset > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.checkout-index-index .checkout-payment-method #authnetcim-form-cc .month .select {
  width: 100%;
}
.checkout-index-index .checkout-payment-method #authnetcim-form-cc .year .select {
  width: 100%;
}
.checkout-index-index .checkout-payment-method #authnetcim-form-cc > .field.cvv > .control {
  width: 50%;
}
.checkout-index-index .checkout-payment-method #authnetcim-form-cc .cvv .input-text {
  width: 100%;
}
.checkout-index-index #authnetcim-form-cc > .field {
  margin-top: 10px;
}
.checkout-index-index #authnetcim-cc-cid + .field-tooltip {
  right: -5px;
}
.checkout-index-index #checkout .billing-address-same-as-shipping-block label > span {
  margin-left: 10px;
}
.checkout-index-index #checkout #payment_form_squareup_payment .sq-accordion > .payment-option {
  display: none;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form {
  margin-top: 10px;
  width: 100%;
  max-width: unset;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form fieldset.field.street {
  margin-bottom: 0;
  vertical-align: top;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form fieldset.field.street > .control {
  display: flex;
  gap: 25px;
  align-items: center;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form fieldset.field.street > .control div[name*=".street"] {
  flex-basis: 50%;
  margin-top: 0;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form .field[name$=".firstname"] {
  width: calc(50% - 7.5px);
  display: inline-block;
  vertical-align: top;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form .field[name$=".lastname"] {
  width: calc(50% - 7.5px);
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form .field[name$=".city"] {
  width: calc(33.3% - 7.5px);
  display: inline-block;
  margin: 0 11px 15px 11px;
  vertical-align: top;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form .field[name$=".region_id"] {
  width: calc(33.3% - 7.5px);
  display: inline-block;
  vertical-align: top;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form .field[name$=".postcode"] {
  width: calc(33.3% - 7.5px);
  display: inline-block;
  vertical-align: top;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form .field[name$=".country_id"] {
  display: none;
  vertical-align: top;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form .field[name$=".company"] {
  vertical-align: top;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form .field[name$=".telephone"] {
  width: 100%;
  margin-left: 0;
  display: inline-block;
  margin-right: 0px;
  vertical-align: top;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form .field[name$=".telephone"] input {
  width: 100% !important;
}
.checkout-index-index #checkout .payment-method-billing-address .billing-address-form .field[name$=".telephone"] .field-tooltip {
  display: none;
}
.checkout-index-index #checkout fieldset.field.street {
  margin-bottom: 0;
  vertical-align: top;
}
.checkout-index-index #checkout fieldset.field.street > .control {
  display: flex;
  gap: 25px;
  align-items: center;
}
.checkout-index-index #checkout fieldset.field.street > .control div[name*=".street"] {
  flex-basis: 50%;
  margin-top: 0;
}
.checkout-index-index #checkout .field[name="shippingAddress.firstname"],
.checkout-index-index #checkout .field[name="billingAddress.firstname"],
.checkout-index-index #checkout .field[name="billingAddressshared.firstname"] {
  width: calc(50% - 7.5px);
  display: inline-block;
  vertical-align: top;
}
.checkout-index-index #checkout .field[name="shippingAddress.lastname"],
.checkout-index-index #checkout .field[name="billingAddressshared.lastname"] {
  width: calc(50% - 7.5px);
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
}
.checkout-index-index #checkout .field[name="shippingAddress.region_id"],
.checkout-index-index #checkout .field[name="billingAddressshared.region_id"] {
  width: calc(50% - 7.5px);
  display: inline-block;
  margin: 0 11px 15px 0px;
  vertical-align: top;
}
.checkout-index-index #checkout .field[name="shippingAddress.city"],
.checkout-index-index #checkout .field[name="billingAddressshared.city"] {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
}
.checkout-index-index #checkout .field[name="shippingAddress.postcode"],
.checkout-index-index #checkout .field[name="billingAddressshared.postcode"] {
  width: calc(50% - 7.5px);
  display: inline-block;
  vertical-align: top;
}
.checkout-index-index #checkout .field[name="shippingAddress.country_id"],
.checkout-index-index #checkout .field[name="billingAddressshared.country_id"] {
  display: none;
  vertical-align: top;
}
.checkout-index-index #checkout .field[name="shippingAddress.company"],
.checkout-index-index #checkout .field[name="billingAddressshared.company"] {
  vertical-align: top;
}
.checkout-index-index #checkout form.form-login {
  width: 100%;
  display: inline-block !important;
  margin-top: 0;
  vertical-align: top;
  padding: 0 7px;
}
.checkout-index-index #checkout form.form-login #customer-email-fieldset {
  padding-bottom: 0;
}
.checkout-index-index #checkout form.form-login input {
  width: 100% !important;
}
.checkout-index-index #checkout form.form-login .field-tooltip {
  display: none;
}
.checkout-index-index #checkout .field[name="shippingAddress.telephone"] {
  width: 100%;
  margin-left: 0;
  display: inline-block;
  margin-right: 0px;
  vertical-align: top;
}
.checkout-index-index #checkout .field[name="shippingAddress.telephone"] input {
  width: 100% !important;
}
.checkout-index-index #checkout .field[name="shippingAddress.telephone"] .field-tooltip {
  display: none;
}
@media screen and (max-width: 767px) {
  .checkout-index-index #checkout .field[name="shippingAddress.firstname"] {
    width: 100%;
    margin-left: 0px;
  }
  .checkout-index-index #checkout .field[name="shippingAddress.lastname"] {
    width: 100%;
    margin-left: 0px;
  }
  .checkout-index-index #checkout .field[name="shippingAddress.city"] {
    width: 100%;
    margin-left: 0px;
  }
  .checkout-index-index #checkout .field[name="shippingAddress.region_id"] {
    width: 100%;
    margin-left: 0px;
  }
  .checkout-index-index #checkout .field[name="shippingAddress.postcode"] {
    width: 100%;
    margin-left: 0px;
  }
  .checkout-index-index #checkout form.form-login {
    width: 100%;
    margin-left: 0px;
    padding: 0;
  }
  .checkout-index-index #checkout form.form-login #customer-email-fieldset {
    padding-bottom: 0;
  }
  .checkout-index-index #checkout .field[name="shippingAddress.telephone"] {
    width: 100%;
    margin-left: 0px;
  }
}
.checkout-index-index #checkout .block-customer-login {
  padding: 45px;
  border: 1px solid var(--border-1);
  border-radius: 10px;
  max-width: 470px;
  margin: 0 auto;
  width: 100%;
}
.checkout-index-index #checkout .block-customer-login .rememberAndForgot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: -10px;
  font-size: 14px;
}
@media screen and (max-width: 460px) {
  .checkout-index-index #checkout .block-customer-login .rememberAndForgot {
    display: block;
  }
  .checkout-index-index #checkout .block-customer-login .rememberAndForgot a.action {
    margin-top: 20px;
    display: inline-block;
  }
}
.checkout-index-index #checkout .block-customer-login .rememberAndForgot .keepMe input {
  visibility: visible;
  margin: 0;
  margin-right: 10px;
  transform: translateY(2px);
  width: 19px !important;
  height: 19px;
  border: 1px solid var(--text-1);
  appearance: none;
  padding: 0;
  border-radius: 2px;
}
.checkout-index-index #checkout .block-customer-login .rememberAndForgot .keepMe input:checked {
  background: url("/media/theme_customization/check.svg?v=1") no-repeat;
  background-position: 50% 50%;
}
.checkout-index-index #checkout .block-customer-login .rememberAndForgot a.action {
  color: #a5a5a5;
  margin-top: 3px;
}
.checkout-index-index #checkout .block-customer-login #login-form {
  margin-top: 0;
  width: 100%;
}
.checkout-index-index #checkout .block-customer-login #block-customer-new {
  margin-top: 0;
  text-align: center;
}
.checkout-index-index #checkout .block-customer-login input {
  border-radius: 5px;
}
.checkout-index-index #checkout .block-customer-login .actions-toolbar .primary {
  width: 100%;
}
.checkout-index-index #checkout .block-customer-login .actions-toolbar .primary button {
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  padding: 17px;
  background-color: var(--main-1);
  border: none;
  text-transform: none;
}
.checkout-index-index #checkout .block-customer-login .notAMember {
  text-align: center;
  display: block;
  color: var(--main-1);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 20px;
}
.checkout-index-index #checkout .block-customer-login .notAMember span {
  text-decoration: underline;
}
.checkout-index-index #checkout .block-customer-signup {
  padding: 35px 45px;
  border: 1px solid var(--border-1);
  border-radius: 10px;
  max-width: 470px;
  margin: 15px auto 0px auto;
  width: 100%;
}
.checkout-index-index #checkout .block-customer-signup button {
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  padding: 17px;
  background-color: var(--main-1);
  border: none;
  text-transform: none;
  color: white;
}
.checkout-index-index #checkout .openAddress2 {
  color: var(--main-3);
  font-size: 14px;
  line-height: 23px;
  cursor: pointer;
}
.checkout-index-index #checkout .openAddress2:hover {
  text-decoration: underline;
}
.checkout-index-index #checkout .openAddress2 .plus {
  width: 23px;
  height: 23px;
  border: 2px dotted var(--main-3);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  font-size: 22px;
  margin-right: 5px;
  transform: translateY(2px);
}
.checkout-index-index .authentication-wrapper {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  margin-bottom: 0px;
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .form-discount {
  max-width: 100%;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .billing-address-details {
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
}
.checkout-index-index .payment-group p.select_method {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.checkout-index-index .paymentSelector .paymentSelection {
  display: inline-flex;
  margin: 20px 30px 30px 0px;
  align-items: center;
  vertical-align: middle;
}
.checkout-index-index .paymentSelector .paymentSelection img {
  margin: 0px 10px 0px 0px;
  height: 30px;
}
.checkout-index-index .paymentSelector .paymentSelection input[name="paymentSelect"] {
  appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid var(--border-1);
  padding: 0;
}
.checkout-index-index .paymentSelector .paymentSelection input[name="paymentSelect"]:checked {
  background-color: var(--main-2);
  outline: 2px solid white;
  outline-offset: -3px;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .paymentSelector .paymentSelection .paymentSelection {
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
  }
}
.checkout-index-index #block-discount-heading {
  color: #ca5a16;
  text-decoration: underline;
  cursor: pointer;
}
.checkout-index-index #checkout-step-payment .discount-code {
  margin: 10px 0px 20px 0px;
}
.checkout-index-index #checkout-step-payment .discount-code > .payment-option-title {
  padding: 0;
  border-top: 0;
  font-size: 18px;
}
.checkout-index-index #checkout-step-payment .discount-code > .payment-option-title > #block-discount-heading {
  color: var(--text-1);
}
.checkout-index-index #checkout-step-payment .discount-code > .payment-option-title > #block-discount-heading > span {
  text-decoration: underline;
}
.checkout-index-index #checkout-step-payment .discount-code > .payment-option-title > #block-discount-heading:after {
  display: none;
}
.checkout-index-index #checkout-step-payment .discount-code > .payment-option-content {
  padding-left: 0;
}
.checkout-index-index #checkout-step-payment .discount-code > .payment-option-content #discount-code {
  border-radius: 5px;
  width: 300px;
  max-width: 100%;
}
.checkout-index-index #checkout-step-payment .discount-code > .payment-option-content #discount-code .payment-option-inner {
  display: inline-block;
}
.checkout-index-index #checkout-step-payment .discount-code > .payment-option-content #discount-code .actions-toolbar {
  display: inline-block;
}
.checkout-index-index #checkout-step-payment .discount-code > .payment-option-content .form-discount .actions-toolbar .primary {
  display: flex;
}
.checkout-index-index #checkout-step-payment .discount-code > .payment-option-content .form-discount .actions-toolbar .primary .action-apply {
  text-transform: unset;
  background-color: transparent;
  border: none;
  color: #929292;
  font-size: 20px;
  font-weight: 500;
}
.checkout-index-index #checkout-step-payment .discount-code > .payment-option-content .form-discount .actions-toolbar .primary .action-cancel {
  text-transform: unset;
  background-color: transparent;
  border: none;
  color: #929292;
  font-size: 20px;
  font-weight: 500;
}
.checkout-index-index .checkoutNewsletter {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  align-self: baseline;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-1);
  margin-left: 5px;
}
.checkout-index-index .checkoutNewsletter input {
  visibility: visible;
  margin: 0;
  margin-right: 10px;
  margin-top: -5px;
  width: 19px;
  height: 19px;
  border: 1px solid #949494;
  appearance: none;
  padding: 0;
  border-radius: 5px;
}
.checkout-index-index .checkoutNewsletter input:checked {
  background: url("/media/theme_customization/check_white.svg?v=1") no-repeat;
  background-position: 50% 50%;
  background-color: #124586;
  border-radius: 5px;
  border-color: #124586;
}
.checkout-index-index #checkout-step-shipping .field > .label {
  display: inline-block;
  font-size: 16px;
  color: #00063E;
  line-height: 120%;
}
.checkout-index-index #checkout-step-shipping .already_logged_in {
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}
.checkout-index-index #checkout-step-shipping .already_logged_in span {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .checkout-index-index #checkout-step-shipping {
    padding-bottom: 0;
  }
}
.checkout-index-index .checkout-billing-address .field > .label {
  display: inline-block;
  font-size: 14px;
  color: #56586A;
  line-height: 120%;
  font-weight: normal;
}
.checkout-index-index .checkoutTab {
  border: 1px solid var(--border-1);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  background-color: white;
}
.checkout-index-index .checkoutTab button.action.primary.checkout,
.checkout-index-index .checkoutTab button.amshopby-button.checkout,
.checkout-index-index .checkoutTab button.am-filter-go.checkout {
  background-color: var(--main-1);
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-radius: 10px;
  text-transform: unset;
  padding: 18px 50px;
  color: white;
}
.checkout-index-index .checkoutTab.payment .paymentMethodSecondStep {
  display: none;
  font-size: 18px;
  font-weight: bold;
}
.checkout-index-index .checkoutTab.payment.done .pseudoPlace {
  display: none;
}
.checkout-index-index .checkoutTab.payment.done .payment-method {
  display: none;
}
.checkout-index-index .checkoutTab.payment.done .payment-method.pSelected {
  display: block;
}
.checkout-index-index .checkoutTab.payment.done .payment-method.pSelected .payment-method-content {
  display: block;
}
.checkout-index-index .checkoutTab.payment.done .payment-method.pSelected .payment-method-content > :not(.payment-method-billing-address) {
  display: none;
}
.checkout-index-index .checkoutTab.payment.done .payment-method.pSelected .payment-method-content .payment-method-billing-address {
  display: block;
}
.checkout-index-index .checkoutTab.payment.done .actions-toolbar {
  display: none;
}
.checkout-index-index .checkoutTab.payment.done .select_method {
  display: none;
}
.checkout-index-index .checkoutTab.payment.done .payment-option {
  display: none;
}
.checkout-index-index .checkoutTab.payment.done .paymentMethodSecondStep {
  display: block;
}
.checkout-index-index .checkoutTab.payment.done .paymentSelector .paymentSelection {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
.checkout-index-index .checkoutTab.payment.done .paymentSelector .paymentSelection input[name="paymentSelect"] {
  display: none;
}
.checkout-index-index .checkoutTab.payment.done .paymentSelector .paymentSelection input[name="paymentSelect"] ~ img,
.checkout-index-index .checkoutTab.payment.done .paymentSelector .paymentSelection input[name="paymentSelect"] ~ p {
  display: none;
}
.checkout-index-index .checkoutTab.payment.done .paymentSelector .paymentSelection input[name="paymentSelect"]:checked ~ img,
.checkout-index-index .checkoutTab.payment.done .paymentSelector .paymentSelection input[name="paymentSelect"]:checked ~ p {
  display: inline-block;
}
.checkout-index-index .checkoutTab.payment.done .paymentSelector .paymentSelection input[name="paymentSelect"]:checked ~ img {
  margin-left: 0;
}
.checkout-index-index .checkoutTab .stepTitle {
  padding: 15px 20px;
  font-size: 24px;
  text-transform: unset;
  letter-spacing: unset;
  margin-bottom: 0;
  font-weight: bold;
}
.checkout-index-index .checkoutTab .stepTitle .editLink {
  color: white;
  font-size: 14px;
  text-decoration: underline;
  font-weight: normal;
  margin-left: 20px;
  vertical-align: middle;
  display: none;
}
.checkout-index-index .checkoutTab .stepTitle svg {
  display: none;
  margin-left: auto;
}
.checkout-index-index .checkoutTab.notDone .stepTitle {
  color: #91ABCA;
  background-color: #f6f6f6;
}
.checkout-index-index .checkoutTab.notDone .stepContent {
  display: none;
}
.checkout-index-index .checkoutTab.current .stepTitle {
  color: white;
  background-color: var(--main-3);
}
.checkout-index-index .checkoutTab.done .stepTitle {
  color: white;
  background-color: var(--text-1);
  display: flex;
  align-items: center;
}
.checkout-index-index .checkoutTab.done .editLink {
  display: inline-block;
}
.checkout-index-index .checkoutTab.done svg {
  display: inline-block;
}
.checkout-index-index .checkoutTab .stepContent {
  padding: 20px;
  padding-bottom: 0;
}
.checkout-index-index .checkout-billing-address input[type="checkbox"] {
  display: none;
}
.checkout-index-index .checkout-billing-address .action.action-update {
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  padding: 17px;
  background-color: var(--main-1);
  border: none;
  color: white;
  text-transform: none;
  line-height: 14px;
}
.checkout-index-index .checkout-billing-address .action.action-cancel {
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  padding: 17px;
  border: 1px solid var(--main-1);
  background-color: white;
  border: none;
  color: var(--main-1);
  text-transform: none;
  line-height: 12px;
}
.checkout-index-index .checkout-billing-address .action.action-cancel:hover {
  color: unset;
  background: #ffeee4;
}
.checkout-index-index .checkout-billing-address .action-edit-address {
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  padding: 17px;
  border: 1px solid var(--main-1);
  background-color: white;
  border: none;
  color: var(--main-1);
  text-transform: none;
  line-height: 12px;
}
.checkout-index-index .checkout-billing-address input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  visibility: visible;
  margin: 0;
  margin-right: 10px;
  margin-top: -5px;
  width: 19px;
  height: 19px;
  border: 1px solid #949494;
  appearance: none;
  padding: 0;
  border-radius: 5px;
  transform: translateY(4px);
}
.checkout-index-index .checkout-billing-address input[type="checkbox"]:checked + label::before {
  background-color: transparent;
  background: url("/media/theme_customization/check_white.svg?v=1") no-repeat;
  background-position: 50% 50%;
  background-color: #124586;
  border-radius: 5px;
  border-color: #124586;
}
.checkout-index-index .checkout-billing-address input[type="checkbox"]:checked + label::after {
  display: none;
}
.checkout-index-index .checkout-billing-address input[type="checkbox"] + label {
  margin-left: 22px;
  margin-bottom: 20px;
  display: inline-block;
  color: #949494;
  font-size: 16px;
}
.checkout-index-index .checkout-billing-address input[type="checkbox"]:checked + label {
  color: #00063E;
}
.checkout-index-index .checkout-billing-address .action-cancel {
  padding: 4px 17px;
  background-color: #3a6085;
  border: 1px solid #3a6085;
  margin: 0;
  margin-right: 5px;
  border-radius: 3px;
  box-shadow: none;
  font-weight: bold;
  color: white;
}
.checkout-index-index .checkout-billing-address .action-cancel:hover {
  color: white;
}
.checkout-index-index .checkout-billing-address .billing-address-form div.field {
  margin-bottom: 15px;
}
.checkout-index-index .checkout-billing-address .billing-address-form div.field legend {
  display: none;
}
.checkout-index-index #discount-form {
  display: flex;
  gap: 10px;
}
.checkout-index-index #discount-form .action-apply {
  background-color: #E5E5E6;
  border: none;
  border-radius: 10px;
  width: auto;
  font-size: 18px;
  line-height: 150%;
  text-transform: unset;
  padding: 7px 32px;
  color: #2C2D37;
}
.checkout-index-index #discount-form .action-apply:hover {
  background-color: #CECECE;
  color: #2C2D37;
}
.checkout-index-index #discount-form .action-cancel {
  align-self: baseline;
  padding: 14px 17px;
  box-shadow: none;
}
.checkout-index-index #discount-form .actions-toolbar {
  display: block;
}
.checkout-index-index #discount-form .payment-option-inner {
  margin-bottom: 0;
  flex-grow: 1;
}
.checkout-index-index #discount-form .payment-option-inner > .field {
  margin-bottom: 0;
}
.checkout-index-index #discount-form #discount-code {
  height: 40px;
  padding: 15px 10px;
}
.checkout-index-index input,
.checkout-index-index select {
  border: 1px solid #949494;
  background-color: transparent;
  border-radius: 10px;
  font-size: 14px;
  padding: 22px 10px;
  height: 51px;
}
.checkout-index-index input.mage-error {
  outline: 1px solid red;
}
.checkout-index-index select {
  padding: 0px 15px;
  background-size: unset;
  background-position: 97% 50% !important;
  height: 51px;
}
.checkout-index-index label.label,
.checkout-index-index legend.label,
.checkout-index-index .ccard .field label.label span {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 4px !important;
  color: #56586A;
  font-weight: normal;
}
.checkout-index-index .opc-wrapper .field {
  margin-bottom: 15px;
}
.checkout-index-index .opc-sidebar {
  margin: 0;
}
.checkout-index-index .step-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  color: #00063E;
  border-bottom: none;
}
.checkout-index-index .shipping-address-title-holder {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.checkout-index-index .shipping-address-title-holder .step-title {
  margin: 0;
  padding: 0;
}
.checkout-index-index .shipping-address-title-holder .already-account {
  color: #56586A;
  font-size: 16px;
  line-height: 150%;
}
.checkout-index-index .shipping-address-title-holder .already-account a {
  color: #C64C02;
}
.checkout-index-index .opc-block-summary {
  margin: 0;
}
.checkout-index-index .opc-block-summary .step-title {
  border-bottom: 2px solid #D0D1D3;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  max-height: 99999px;
}
.checkout-index-index .checkout-shipping-method .step-title {
  display: none;
}
.checkout-index-index .checkout-shipping-method #checkout-shipping-method-load {
  display: none;
}
.checkout-index-index .form-login {
  border-bottom: none;
  max-width: 100% !important;
  margin-top: 15px;
}
.checkout-index-index .form-login fieldset {
  margin-bottom: 0;
}
.checkout-index-index .opc-block-summary {
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: none;
  padding: 0;
  margin-bottom: 0;
  background-color: white;
}
.checkout-index-index .opc-block-summary .title {
  font-weight: 900 !important;
  font-size: 1.4rem !important;
  border-bottom: none;
}
.checkout-index-index .opc-block-summary .table-totals .grand strong {
  font-size: 18px;
  padding: 0;
}
.checkout-index-index .opc-block-summary .table-totals .grand .amount .price {
  font-size: 16px;
  color: #00063E;
}
.checkout-index-index #customer-email-fieldset .note {
  display: none !important;
}
.checkout-index-index .form-login {
  margin-bottom: 0;
  padding-bottom: 0;
}
.checkout-index-index #co-shipping-form {
  margin-top: 0;
}
.checkout-index-index #co-shipping-form #shipping-new-address-form {
  margin-bottom: 0;
}
.checkout-index-index #shipping-method-buttons-container {
  width: 100%;
  display: flex;
  padding: 15px;
  padding-top: 0;
}
@media screen and (max-width: 1010px) {
  .checkout-index-index #shipping-method-buttons-container {
    display: block;
  }
}
.checkout-index-index #shipping-method-buttons-container .primary {
  float: unset;
  width: 100%;
  text-align: right;
}
.checkout-index-index #shipping-method-buttons-container .primary button {
  padding: 17px;
  width: auto;
  background-color: var(--main-1);
  border-radius: 10px;
  border: none;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-transform: none;
  font-family: 'DM Sans';
}
@media screen and (max-width: 1010px) {
  .checkout-index-index #shipping-method-buttons-container .primary button {
    width: 100%;
    text-align: center;
  }
}
.checkout-index-index .yourCartTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -15px -15px 15px -15px;
  padding: 15px;
  border-bottom: 1px solid var(--border-1);
}
.checkout-index-index .yourCartTitle h2 {
  margin: 0;
}
.checkout-index-index .yourCartTitle a {
  font-size: 14px;
  text-decoration: underline;
}
.checkout-index-index .items-in-your-order {
  border: 1px solid var(--border-1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 0px;
  margin-bottom: 22px;
  background-color: white;
}
.checkout-index-index .items-in-your-order .minicart-items .product-item-details .details-qty {
  margin-top: 0px;
  font-size: 14px;
  text-align: right;
}
.checkout-index-index .items-in-your-order .minicart-items .product-item-inner {
  font-weight: bold;
  display: flex;
  font-size: 17px;
}
.checkout-index-index .items-in-your-order .minicart-items .product-item-inner .product-item-name {
  font-weight: bold;
}
.checkout-index-index .items-in-your-order .minicart-items .product .toggle {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: var(--main-3);
  border-radius: 10px;
  border: 1px solid var(--border-1);
  padding: 7px;
  font-weight: 500;
  margin-bottom: 10px;
}
.checkout-index-index .items-in-your-order .minicart-items .product .toggle:after {
  display: none;
}
.checkout-index-index .items-in-your-order .minicart-items .product .toggle[aria-expanded="true"] > span svg {
  transform: rotate(180deg);
}
.checkout-index-index .items-in-your-order .minicart-items .product .toggle[aria-expanded="true"] + .content {
  border: 1px solid var(--border-1);
  border-radius: 10px;
  padding: 10px;
}
.checkout-index-index .items-in-your-order .title {
  text-transform: uppercase;
  font-weight: 900 !important;
  letter-spacing: 0.15rem;
  border-bottom: none;
  padding: 0px 20px 10px 20px;
  border-bottom: 1px solid lightgray;
}
.checkout-index-index .items-in-your-order .title strong {
  margin: 0;
  font-size: 1.4rem !important;
  font-weight: 900 !important;
}
.checkout-index-index .items-in-your-order .minicart-items {
  padding: 0px 10px;
}
.checkout-index-index .items-in-your-order .minicart-items-wrapper {
  border: none;
}
.checkout-index-index .items-in-your-order .product-item {
  font-size: 1.4rem !important;
}
.checkout-index-index .table-totals {
  border-top: none;
  border-bottom: 1px solid #D0D1D3;
}
.checkout-index-index .table-totals tr {
  border: none;
}
.checkout-index-index .table-totals tr.sub {
  display: none;
}
.checkout-index-index .table-totals tr.shipping {
  display: none;
}
.checkout-index-index .table-totals tr:last-child {
  font-size: 18px;
  line-height: 150%;
  color: #56586A;
  font-weight: bold;
}
.checkout-index-index .table-totals tr th {
  padding: 4px 0px !important;
  font-size: 16px !important;
}
.checkout-index-index .table-totals tr td {
  padding: 0 !important;
  font-size: 16px !important;
  vertical-align: middle;
}
.checkout-index-index .payment-methods {
  margin: 0;
}
.checkout-index-index .payment-methods .step-title {
  padding: 0;
  margin-bottom: 10px;
}
.checkout-index-index .payment-method {
  padding: 0;
  margin: 0;
  border: none;
}
.checkout-index-index .payment-method .pseudoPlace {
  display: inline-block;
  width: auto;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  padding: 17px;
  background-color: var(--main-1);
  border: none;
  color: white;
  text-transform: none;
}
.checkout-index-index .payment-method #paypal-express-in-context-button .pseudoPlace {
  display: none;
}
.checkout-index-index .payment-method .card-container #payment_form_payment_services_paypal_hosted_fields .card-layout {
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .payment-method .card-container #payment_form_payment_services_paypal_hosted_fields .field .card-field {
  border: 1px solid #E4E4E4;
  background-color: transparent;
  border-radius: 10px;
  font-size: 14px;
  padding: 0 10px;
  height: 50px;
}
.checkout-index-index .payment-method .breadcheckout .pseudoPlace {
  display: none;
}
.checkout-index-index .payment-method .payment-icon {
  float: right;
  transform: translateY(-5px);
}
.checkout-index-index .payment-method .field {
  margin-bottom: 0;
}
.checkout-index-index .payment-method .payment-method-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.checkout-index-index .payment-method .payment-method-title label.label {
  font-weight: 900 !important;
  font-size: 16px !important;
  text-transform: unset !important;
  line-height: 150%;
  margin: 0;
  border-top: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00063E;
  margin-bottom: 0 !important;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
.checkout-index-index .payment-method .payment-method-title label.label .bread-additional-text {
  color: #56586A;
  font-size: 12px;
  line-height: 150%;
  margin-right: auto;
  font-weight: normal;
}
.checkout-index-index .payment-method .payment-method-title label.label img {
  max-height: 25px;
}
.checkout-index-index .payment-method .payment-method-title .radio {
  appearance: none;
  border-radius: 50%;
  border: 2px solid #13194E;
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.checkout-index-index .payment-method .payment-method-title .radio:checked:before {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #13194E;
  left: 50%;
  top: 50%;
  content: '';
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.checkout-index-index .payment-method._active {
  border: none;
}
.checkout-index-index .payment-method._active .payment-method-content {
  padding: 0;
}
.checkout-index-index .shipping-information {
  margin-bottom: 20px;
}
.checkout-index-index .shipping-information-title {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.15rem;
  font-size: 2rem;
  border-bottom: none;
}
.checkout-index-index .shipping-information-content {
  font-size: 1.4rem;
}
.checkout-index-index .action-edit {
  color: gray;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .checkout-index-index #shipping-method-buttons-container {
    max-width: unset;
  }
  .checkout-index-index .opc-wrapper {
    float: left;
    width: 50%;
  }
  .checkout-index-index aside.opc-sidebar {
    position: static;
    float: right;
    width: 40%;
    transform: none;
    visibility: visible;
    opacity: 1;
  }
  .checkout-index-index aside.opc-sidebar .modal-inner-wrap {
    transform: none;
    background-color: unset;
    box-shadow: none;
  }
  .checkout-index-index aside.opc-sidebar .action-close {
    display: none;
  }
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .checkout-index-index form.form-login {
    background: unset;
  }
  .checkout-index-index form#co-shipping-form {
    background: unset;
    display: block;
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index .opc-wrapper .methods-shipping {
    background-color: transparent;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border: none;
    border-bottom: none;
  }
  .checkout-index-index aside.opc-sidebar {
    width: unset;
    bottom: 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: 0;
    z-index: 900;
  }
  .checkout-index-index aside.opc-sidebar .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: none;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: 95% !important;
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    padding: 20px;
    float: right;
  }
  .checkout-index-index aside.opc-sidebar .action-close {
    display: block;
  }
  .checkout-index-index .custom-slide._show {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: opacity .3s ease !important;
    transition: opacity .3s ease !important;
  }
}
.wh-popup-authentication .modal-header {
  height: 0;
  padding: 0;
}
.wh-popup-authentication .modal-header .action-close {
  margin: 0;
  top: 12px;
  right: 12px;
  z-index: 1000;
}
.wh-popup-authentication.modal-popup.modal-slide {
  max-width: 100%;
}
.wh-popup-authentication.modal-popup.modal-slide .modal-inner-wrap {
  margin-top: 100px;
  max-width: 800px;
}
@media only screen and (max-width: 991px) {
  .wh-popup-authentication.modal-popup.modal-slide .modal-inner-wrap {
    min-height: unset;
  }
}
@media only screen and (max-width: 991px) {
  .wh-popup-authentication.modal-popup.modal-slide {
    position: absolute;
    width: 90%;
    max-width: 800px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.wh-popup-authentication.modal-popup.modal-slide .modal-content {
  padding: 26px 30px 30px;
}
@media only screen and (max-width: 480px) {
  .wh-popup-authentication.modal-popup.modal-slide {
    width: 100%;
    left: 0;
    transform: none;
  }
  .wh-popup-authentication.modal-popup.modal-slide .modal-header .action-close {
    margin: 0;
    top: 48px;
    right: 21px;
  }
  .wh-popup-authentication.modal-popup.modal-slide .modal-header .action-close:before {
    color: #f57523;
    font-size: 2rem;
    line-height: 1;
  }
  .wh-popup-authentication.modal-popup.modal-slide .modal-inner-wrap {
    margin-top: 0;
    height: 100%;
    background: #fff;
  }
  .wh-popup-authentication.modal-popup.modal-slide .modal-content {
    padding: 75px 25px 30px;
  }
  .wh-popup-authentication.modal-popup.modal-slide .modal-content .control input {
    border: 1px solid #E4E4E4;
    background: #ffffff;
    font-size: 1.6rem;
    color: #00334d;
    padding-left: 20px;
    height: 46px;
    border-radius: 5px;
  }
  .wh-popup-authentication.modal-popup.modal-slide .modal-content .control input::-webkit-input-placeholder {
    opacity: 40%;
  }
  .wh-popup-authentication.modal-popup.modal-slide .modal-content .control input::-moz-placeholder {
    opacity: 40%;
  }
  .wh-popup-authentication.modal-popup.modal-slide .modal-content .control input:-ms-input-placeholder {
    opacity: 40%;
  }
  .wh-popup-authentication.modal-popup.modal-slide .modal-content .control input:-moz-placeholder {
    opacity: 40%;
  }
  .wh-popup-authentication.modal-popup.modal-slide .modal-content .fieldset > .field {
    margin-bottom: 35px;
  }
}
.wh-block-authentication {
  display: flex;
  justify-content: space-between;
}
.wh-block-authentication .block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 47%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.wh-block-authentication .block.block-new-customer {
  width: 50%;
  border-left: 1px solid #999;
  padding-left: 3%;
}
.wh-block-authentication .block-content .field.password {
  margin-bottom: 0;
}
.wh-block-authentication .block-content .fieldset:last-child {
  margin-bottom: 0;
}
.wh-block-authentication h2 {
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .wh-block-authentication {
    flex-direction: column;
  }
  .wh-block-authentication h2 {
    margin-bottom: 20px;
  }
  .wh-block-authentication .block {
    display: block;
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
  .wh-block-authentication .block.block-customer-login h2 {
    margin-bottom: 25px;
  }
  .wh-block-authentication .block .login {
    margin-bottom: 30px;
  }
  .wh-block-authentication .block.block-new-customer {
    border-top: 1px solid #999;
    width: inherit;
    padding-top: 25px;
    padding-left: 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .wh-block-authentication h2 {
    margin-bottom: 20px;
    color: #00334d;
  }
  .wh-block-authentication .block.block-customer-login h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .wh-block-authentication .block .login {
    margin-bottom: 95px;
  }
  .wh-block-authentication .block.block-new-customer {
    position: relative;
    border-top: 1px solid #ececec;
    width: inherit;
    padding-top: 70px;
    padding-left: 0;
    border-left: 0;
  }
  .wh-block-authentication .block.block-new-customer:before {
    position: absolute;
    display: block;
    content: 'Or';
    z-index: 20;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 1;
    color: #91a7b3;
    background: #ffffff;
  }
  .wh-block-authentication .block.block-new-customer h2,
  .wh-block-authentication .block.block-new-customer .new-customer-text {
    display: none;
  }
}
.wh-block-authentication .actions-toolbar {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .wh-block-authentication .actions-toolbar {
    padding-top: 25px;
  }
}
.wh-block-authentication .actions-toolbar .primary {
  text-align: left;
  margin-bottom: 0;
}
.wh-block-authentication .actions-toolbar .primary .action {
  width: 200px !important;
  height: 45px;
  text-transform: uppercase;
  margin: 0 !important;
  text-align: center;
  overflow-y: hidden;
  padding: 1px !important;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  background-color: #f57523 !important;
  border: 0 !important;
}
.wh-block-authentication .actions-toolbar .primary .action:hover {
  background-color: #d45f09 !important;
}
.wh-block-authentication .actions-toolbar .primary .action span {
  position: relative;
  display: block;
  line-height: inherit;
}
.wh-block-authentication .actions-toolbar.login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wh-block-authentication .actions-toolbar.login .primary .action {
  width: 140px !important;
}
@media only screen and (max-width: 375px) {
  .wh-block-authentication .actions-toolbar.login .primary .action {
    width: 100px !important;
  }
}
.wh-block-authentication .actions-toolbar.login .secondary a.action {
  display: block;
  margin-top: 0;
  white-space: nowrap;
}
.wh-block-authentication .actions-toolbar.create .primary .action span {
  padding-top: 16px;
}
@media only screen and (max-width: 480px) {
  .wh-block-authentication .actions-toolbar {
    padding-top: 0;
    text-align: center;
  }
  .wh-block-authentication .actions-toolbar .primary {
    text-align: center;
    margin-bottom: 0;
  }
  .wh-block-authentication .actions-toolbar .primary .action {
    width: 100% !important;
    height: 48px;
    text-transform: uppercase;
    margin: 0 !important;
    text-align: center;
    overflow-y: hidden;
    padding-top: 3px !important;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1;
    background-color: #f57523 !important;
    border: 0 !important;
  }
  .wh-block-authentication .actions-toolbar .primary .action span {
    position: relative;
    display: block;
    line-height: inherit;
  }
  .wh-block-authentication .actions-toolbar.login {
    display: block;
  }
  .wh-block-authentication .actions-toolbar.login .primary {
    margin-bottom: 30px;
  }
  .wh-block-authentication .actions-toolbar.login .primary .action {
    width: 100% !important;
  }
  .wh-block-authentication .actions-toolbar.login .primary .action:hover {
    background-color: #d45f09 !important;
  }
  .wh-block-authentication .actions-toolbar.login .secondary a.action {
    font-size: 1.6rem;
    color: #f57523;
  }
  .wh-block-authentication .actions-toolbar.create .primary .action {
    background-color: #fff !important;
    border: 1px solid #f57523 !important;
  }
  .wh-block-authentication .actions-toolbar.create .primary .action span {
    padding-top: 15px;
    color: #f57523;
  }
}
.customer-account-create .page-main {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px !important;
}
@media only screen and (max-width: 568px) {
  .customer-account-create .page-main {
    margin-top: 10px !important;
  }
}
.customer-account-create .page-main h1 {
  font-size: 3rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 568px) {
  .customer-account-create .page-main h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .customer-account-create .page-main h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.customer-account-create .page-main .form.create.account {
  width: 100%;
}
.customer-account-create .page-main .form.create.account .field {
  max-width: 600px;
}
.customer-account-create .page-main .form.create.account .fieldset legend span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 480px) {
  .customer-account-create .page-main .form.create.account .fieldset {
    margin-bottom: 20px;
  }
  .customer-account-create .page-main .form.create.account .fieldset legend {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .customer-account-create .page-main .form.create.account .fieldset .field {
    margin-bottom: 15px;
  }
}
.customer-account-create .page-main .form.create.account select {
  background: transparent url('../../frontend/Wheelchair/default/en_US/images/select-bg-02.svg') no-repeat 100% 50%;
  background-size: 20px auto;
}
.customer-account-create .page-main .form.create.account .actions-toolbar > .primary .action {
  padding: 10px 17px;
}
.filter .items {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
.filter .items .item {
  padding: 0 0 0 35px;
  margin: 4px 0 0;
  display: flex;
  align-items: center;
}
.filter .items .item input[type="radio"],
.filter .items .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 .items .item input[type="radio"]:checked + a:before,
.filter .items .item input[type="checkbox"]:checked + a:before {
  border-color: #f57523;
  background-color: #f57523;
}
.filter .items .item input[type="radio"]:checked + a:after,
.filter .items .item input[type="checkbox"]:checked + a:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: -21px;
  height: 10px;
  width: 5px;
  border: 2px solid #ffffff;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.filter .items .item a {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  color: #00334d;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 34px;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
  width: 100%;
}
.filter .items .item a:hover {
  background-color: transparent;
}
.filter .items .item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -28px;
  height: 14px;
  width: 14px;
  border: 3px solid #B4B4B4;
  border-radius: 2px;
  background-color: #ffffff;
}
.filter .items .item a .count {
  text-align: right;
  font-weight: 400;
  color: #00334d;
  font-size: 1.6rem;
}
.filter .items .item a .count:before,
.filter .items .item a .count:after {
  content: "";
}
.filter .block-subtitle {
  line-height: 34px;
  border: 0;
  text-transform: none;
}
.filter.active .filter-title {
  border-bottom: 0;
}
.filter.active .filter-title strong {
  right: 6px;
  top: 9px;
}
.filter.active .filter-title strong:after {
  color: #f57523;
}
.filter-options-content {
  padding: 18px 0px 11px 0px;
}
.filter-options-item {
  border: none;
}
.filter-options-item.active .filter-options-title:before {
  display: none;
}
.filter-options-title {
  text-transform: none;
  color: #3a6085;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 19px;
  padding-top: 13px;
  padding-left: 24px;
  overflow: visible;
}
.filter-options-title:before,
.filter-options-title:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 18px;
  background-color: #f57523;
  top: 22px;
  right: 21px;
}
.filter-options-title:before {
  transform: rotate(90deg);
}
.filter-options-title:hover {
  color: #3a6085;
}
.filter-content .filter-current ~ .filter-subtitle,
.filter-content .filter-current .items {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-content .filter-actions {
  padding-left: 20px;
  margin-bottom: 10px;
}
.filter-content .filter-actions .filter-clear {
  color: #f57523;
  font-size: 1.4rem;
  line-height: 17px;
}
.column.main {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column.main .main-banner {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.column.main .top-sellers {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.column.main .top-category {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.column.main .seo-block {
  -webkit-order: 4;
  -moz-order: 4;
  -ms-order: 4;
  order: 4;
}
.cms-home .page-header {
  margin-bottom: 0;
  border-bottom: none;
}
.cms-home .columns .column.main {
  padding-bottom: 0;
}
.cms-home #maincontent {
  margin-top: 0;
}
.cms-home .block-products-list *[class*="swatch-opt-"] {
  display: none;
}
.affiliate_social_buttons {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}

.block.block-collapsible-nav.amasty-affiliate-collapsible {
    top: 30px;
    z-index: 4;
}

@media only screen and (max-width: 767px) {
    .account .page-main, .cms-privacy-policy .page-main {
        padding-top: 85px;
    }
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{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;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.5
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);display:none}.chosen-container.chosen-with-drop .chosen-drop{display:block}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute;width:0}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/Wheelchair/default/en_US/Amasty_Finder/images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/Wheelchair/default/en_US/Amasty_Finder/images/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../frontend/Wheelchair/default/en_US/Amasty_Finder/images/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;opacity:0;pointer-events:none}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/Wheelchair/default/en_US/Amasty_Finder/images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/Wheelchair/default/en_US/Amasty_Finder/images/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-single abbr,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/Wheelchair/default/en_US/Amasty_Finder/css/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*
 * Copyright (c) 2024. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */

@font-face {
    font-family: 'cart2quote-iconset';
    src: url('../../frontend/Wheelchair/default/en_US/Cart2Quote_Quotation/fonts/cart2quote-iconset.eot?juziyy');
    src: url('../../frontend/Wheelchair/default/en_US/Cart2Quote_Quotation/fonts/cart2quote-iconset.eot?juziyy#iefix') format('embedded-opentype'),
    url('../../frontend/Wheelchair/default/en_US/Cart2Quote_Quotation/fonts/cart2quote-iconset.ttf?juziyy') format('truetype'),
    url('../../frontend/Wheelchair/default/en_US/Cart2Quote_Quotation/fonts/cart2quote-iconset.woff?juziyy') format('woff'),
    url('../../frontend/Wheelchair/default/en_US/Cart2Quote_Quotation/fonts/cart2quote-iconset.svg?juziyy#cart2quote-iconset') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-c2q_'],
[class*=' icon-c2q_'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'cart2quote-iconset' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

/* Icons */
.icon-c2q_plus:before {
    content: "\e909";
}

.icon-c2q_dustbin:before {
    content: "\e906";
}

.icon-c2q_edit:before {
    content: "\e907";
}

.icon-c2q_reload:before {
    content: "\e908";
}

.icon-c2q_quote:before {
    content: "\e904";
}

.icon-c2q_delete:before {
    content: "\e905";
}

.icon-c2q_arrow-bottom:before {
    content: "\e900";
}

.icon-c2q_arrow-left:before {
    content: "\e901";
}

.icon-c2q_arrow-right:before {
    content: "\e902";
}

.icon-c2q_arrow-top:before {
    content: "\e903";
}

.icon-c2q_dustbin_luma:before {
    content: "\e910";
}

.icon-c2q_edit_luma:before {
    content: "\e911";
}

.block-miniquote .items-total {
    float: none;
    /* Set float to left when Quote Subtotals are visible */
    margin: 0 10px;
}

.block-miniquote .items-total .count {
    font-weight: 700
}

.block-miniquote .subtotal {
    margin: 0 10px;
    text-align: right;
}

.block-miniquote .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700;
}

.block-miniquote .subtitle {
    display: none
}

.block-miniquote .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center;
}

.block-miniquote .text.empty {
    text-align: center
}

.block-miniquote .block-content > .actions {
    margin-top: 15px
}

.block-miniquote .block-content > .actions > .secondary {
    text-align: center
}

.block-miniquote .block-content > .actions > .primary {
    margin: 0 10px 15px
}

.block-miniquote .block-content > .actions > .primary .action.primary {
    display: block;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 14px 17px;
    width: 100%;
}

.block-miniquote .block-content > .actions .paypal-logo {
    margin-top: 15px;
    text-align: center;
}

.block-miniquote .block-category-link,
.block-miniquote .block-product-link,
.block-miniquote .block-cms-link,
.block-miniquote .block-banners {
    margin: 15px 0 0;
    text-align: center;
}

.miniquote-wrapper {
    display: inline-block;
    float: right;
}

.minicart-wrapper {
    position: inherit;
}

@media (min-width: 640px) and (max-width: 767px) {
    .miniquote-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 639px) {
    .miniquote-wrapper {
        margin-top: 10px;
    }
}

.miniquote-wrapper:before,
.miniquote-wrapper:after {
    content: '';
    display: table;
}

.miniquote-wrapper:after {
    clear: both
}

.miniquote-wrapper .action.showquote {
    cursor: pointer;
    display: inline-block;
    margin: 3px 0;
    text-decoration: none;
}

.miniquote-wrapper .action.showquote:before {
    color: #757575;
    content: '\e904' !important;
    font-family: 'cart2quote-iconset' !important;
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.miniquote-wrapper .action.showquote.active {
    display: inline-block;
    text-decoration: none;
}

.miniquote-wrapper .action.showquote.active:before,
.miniquote-wrapper .action.showquote:hover:before {
    color: #333;
}

.miniquote-wrapper .block-miniquote,
.minicart-wrapper .block-miniquote {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    display: none;
    list-style: none none;
    margin: 8px 0 0 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 100;
}

.miniquote-wrapper .block-miniquote li {
    margin: 0;
}

.miniquote-wrapper .block-miniquote li:hover {
    cursor: pointer;
}

.miniquote-wrapper .block-miniquote:before,
.miniquote-wrapper .block-miniquote:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.miniquote-wrapper .block-miniquote:before {
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
}

.miniquote-wrapper .block-miniquote:after {
    border: solid 7px;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
}

.miniquote-wrapper .block-miniquote:before {
    left: 10px;
    top: -12px;
}

.miniquote-wrapper .block-miniquote:after {
    left: 9px;
    top: -14px;
}

.miniquote-wrapper.active {
    overflow: visible;
}

.miniquote-wrapper.active .block-miniquote {
    display: block;
    margin-top: -24px;
}

@media (max-width: 767px) {
    .miniquote-wrapper.active .block-miniquote {
        margin-top: -14px;
    }
}

.miniquote-wrapper .block-miniquote {
    margin-top: -28px;
    padding: 25px 20px;
    right: 5px;
    width: 390px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote {
        right: 15px;
        width: 320px;
    }
}

@media (max-width: 479px) {
    .miniquote-wrapper .block-miniquote {
        width: 290px;
    }
}

.miniquote-wrapper .block-miniquote .block-title {
    display: none;
}

.miniquote-wrapper .block-miniquote:after {
    left: auto;
    right: 82px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote:after {
        left: auto;
        right: 52px;
    }
}

.miniquote-wrapper .block-miniquote:before {
    left: auto;
    right: 83px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote:before {
        left: auto;
        right: 53px;
    }
}

.miniquote-wrapper .product .actions {
    float: right;
    margin: -24px -5px 0 0;
}

.miniquote-wrapper .product .actions > .primary,
.miniquote-wrapper .product .actions > .secondary {
    display: inline;
}

.miniquote-wrapper .product .actions > .primary:not(:last-child),
.miniquote-wrapper .product .actions > .secondary:not(:last-child) {
    margin-right: 10px;
}

.cart2quote-accept-checkout-btn,
.cart2quote-print-quote-btn {
    float: right;
}

.cart2quote-print-quote-btn {
    margin-bottom: 5px;
}

.miniquote-wrapper .action.close {
    -moz-box-sizing: content-box;
    background: none;
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-weight: 400;
    height: 40px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.miniquote-wrapper .action.close:focus,
.miniquote-wrapper .action.close:active {
    background: none;
    border: none;
}

.miniquote-wrapper .action.close:hover {
    background: none;
    border: none;
}

.miniquote-wrapper .action.close.disabled,
.miniquote-wrapper .action.close[disabled],
fieldset[disabled] .miniquote-wrapper .action.close {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none;
}

.miniquote-wrapper .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-wrapper .action.close:before {
    color: #8f8f8f;
    content: '\e905' !important;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-size: 23px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.miniquote-wrapper .action.close:hover:before {
    color: inherit;
}

.miniquote-wrapper .action.close:active:before {
    color: inherit;
}

.miniquote-wrapper .action.showquote {
    white-space: nowrap;
}

.miniquote-wrapper .action.showquote .counter.qty {
    background: #ff5501;
    border-radius: 2px;
    clip: auto;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: -2px 0 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    text-shadow: 0 0 7px #000000;
}

.miniquote-wrapper .action.showquote .counter.qty.empty {
    display: none;
}

.miniquote-wrapper .miniquote-widgets {
    margin-top: 15px;
}

.miniquote-items-wrapper {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    clear: both;
    margin: 0 -20px;
    max-height: 714px;
    overflow-x: auto;
    padding: 15px;
}

.miniquote-items {
    list-style: none none;
    margin: 0;
    padding: 0;
}

.miniquote-items .product-item {
    padding: 20px 0;
}

.miniquote-items .product-item:not(:first-child) {
    border-top: 1px solid #ccc;
}

.miniquote-items .product-item:first-child {
    padding-top: 0;
}

.miniquote-items .product-item-pricing .label {
    display: inline-block;
    width: auto;
}

.miniquote-items .price-miniquote {
    margin-bottom: 5px;
}

.miniquote-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px;
}

.miniquote-items .product-item-name a {
    color: #1979c3;
}

.miniquote-items .product-item-details {
    padding-left: 88px;
}

.miniquote-items .product-item-details .price {
    font-weight: 700;
}

.miniquote-items .product-item-details .price-including-tax,
.miniquote-items .product-item-details .price-excluding-tax {
    margin: 5px 0;
}

.miniquote-items .product-item-details .weee[data-label] {
    font-size: 1.1rem;
}

.miniquote-items .product-item-details .details-qty {
    margin-top: 10px;
}

.miniquote-items .product > .product-item-photo,
.miniquote-items .product > .product-image-container {
    float: left;
}

.miniquote-items .product .toggle {
    border: 0;
    padding: 0 40px 5px 0;
    display: block;
}

.miniquote-items .product .toggle:after {
    color: #8f8f8f;
    margin: -1px 0 0 2px;
    position: absolute;
    font-size: 18px;
}

.miniquote-items .product > .toggle:after {
    content: '\e900' !important;
    font-family: 'cart2quote-iconset' !important;
}

.miniquote-items .product .active > .toggle:after {
    content: '\e903' !important;
    font-family: 'cart2quote-iconset' !important;
}

.miniquote-items .product.pricing {
    margin-top: 3px;
}

.miniquote-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none;
}

.miniquote-items .product.options .tooltip.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-items .product.options .tooltip.toggle:after {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: '\e900' !important;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin: -3px 0 0 7px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.miniquote-items .product.options .details {
    display: none;
}

.miniquote-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

.miniquote-items .update-quote-item {
    font-size: 1.1rem;
    vertical-align: top;
}

.miniquote-items .action.edit,
.miniquote-items .action.delete {
    display: inline-block;
    text-decoration: none;
}

.miniquote-items .action.edit {
    position: relative;
    left: 2px;
}

.miniquote-items .action.delete {
    position: relative;
    top: 1px;
}

.miniquote-items .action.edit > span,
.miniquote-items .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-items .action.edit:before,
.miniquote-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    color: #757575;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.miniquote-items .action.edit:hover:before,
.miniquote-items .action.delete:hover:before {
    color: #333;
}

.miniquote-items .action.edit:active:before,
.miniquote-items .action.delete:active:before {
    color: #757575;
}

.miniquote-items .action.delete:before {
    content: '\e910';
    font-size: 27px;
}

.miniquote-items .action.edit:before {
    content: '\e911';
    font-size: 21px;
}

.miniquote-items .subtitle {
    display: none;
}

.miniquote-wrapper .action.showquote .text,
.miniquote-wrapper .action.showquote .counter-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (min-width: 768px), print {
    .miniquote-wrapper {
        margin-left: 13px;
    }
}

.cart.table-wrapper .actions-toolbar {
    box-sizing: unset;
}

.cart.table-wrapper .cart.main.actions td {
    padding-right: 0;
    padding-left: 0;
}

.cart.table-wrapper .cart.main.actions .action.clear {
    display: initial;
}

body .cart.table-wrapper .product-item-details {
    padding-bottom: 0;
}

.actions-toolbar .action-edit {
    float: right;
}

.actions-toolbar .action-delete {
    float: right;
}

@media speech {
    .miniquote-wrapper .action.showquote:before {
        speak: none;
    }

    .miniquote-wrapper .action.showquote.active:before {
        speak: none;
    }

    .miniquote-wrapper .action.close:before {
        speak: none;
    }

    .miniquote-items .product.options .tooltip.toggle:after {
        speak: none;
    }

    .miniquote-items .action.edit:before,
    .miniquote-items .action.delete:before {
        speak: none;
    }
}

.quotation-quote-index .opc-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
}

.quotation-quote-index .opc-wrapper .step-content {
    margin-bottom: 20px;
}

.quotation-quote-index .opc-wrapper .title {
    display: block;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 300;
}

.quotation-quote-index .opc-wrapper .opc > .title {
    margin: 0 0 20px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #ccc;
}

.cart-summary .block .title strong {
    display: block;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
}

.cart-summary .block.active .title {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .quotation-quote-index .cart-summary .block .fieldset .field > .label {
        display: block;
    }
}

.quotation-quote-index #billing .step-title,
.quotation-quote-index #shipping .step-title,
.quotation-quote-index #opc-shipping_method .step-title {
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
}

.quotation-quote-index #billing.active .step-title,
.quotation-quote-index #shipping.active .step-title,
.quotation-quote-index #opc-shipping_method.active .step-title {
    border-bottom: 0;
}

.quotation-quote-index #billing .step-title:after,
.quotation-quote-index #shipping .step-title:after,
.quotation-quote-index #opc-shipping_method .step-title:after {
    color: #858585;
    content: '\e900' !important;
    font-family: 'cart2quote-iconset' !important;
    font-weight: bold;
    font-size: 18px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1;
}

.quotation-quote-index #billing.active .step-title:after,
.quotation-quote-index #shipping.active .step-title:after,
.quotation-quote-index #opc-shipping_method.active .step-title:after {
    content: '\e903' !important;
}

.quotation-quote-index #billing .billing-same-as-shipping {
    padding: 20px 0;
}

.quotation-quote-index #billing .billing-same-as-shipping label {
    font-weight: 600;
}

.quote-summary {
    -ms-flex-order: 2;
    -webkit-order: 2;
    background: #f5f5f5;
    float: right;
    margin-bottom: 25px;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
    width: 48%;
}

.quotation-quote-index .cart-summary {
    padding: 15px;
    width: 100%;
}

.quotation-quote-index .opc-wrapper .shipping-address-item {
    width: 50% !important;
}

.quotation-quote-index .opc-wrapper .billing-address-details {
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 35px 0px 20px;
    transition: 0.3s border-color;
    width: 100% !important;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}

@media all and (min-width: 768px) and (max-width: 1050px), print {
    .quotation-quote-index .opc-wrapper .shipping-address-item {
        width: 100% !important;
    }
}

@media all and (min-width: 768px), print {
    .quotation-quote-index .authentication-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .quotation-quote-index .quote-details-container .authentication-wrapper {
        margin: 0 0 -21px 0;
    }

    .quotation-quote-index .table-checkout-shipping-method {
        min-width: 0 !important;
        width: 100%;
    }

    .quotation-quote-index .opc-wrapper .shipping-address-item::before,
    .quotation-quote-index .opc-wrapper .billing-address-details::before {
        width: 0 !important;
    }

    .quotation-quote-index .form-cart {
        max-width: 65% !important;
    }

}

@media (max-width: 767px) {
    .quotation-quote-index .quote-details-container .authentication-wrapper {
        margin: 0;
    }
}

.quotation-quote-index .hide-field {
    display: none !important;
}

div.date-zone {
    font-size: 16px;
    margin: 5px 0;
    text-align: right;
}

.quotation-quote-index .control.comment {
    margin-top: 10px;
}

.quotation-quote-index .control.comment a {
    position: relative;
    display: block;
}

.quotation-quote-index .control.comment a:after, .quotation-quote-index .control.comment.active a:after {
    content: '\e900' !important;
    font-family: 'cart2quote-iconset' !important;
    font-weight: bold;
    color: #757575;
    font-size: 15px;
    position: absolute;
}

.quotation-quote-index .control.comment.active a:after {
    content: '\e903' !important;
}

.quotation-product-comment {
    margin-top: 10px;
    min-height: 82px;
    min-width: auto;
    max-width: 250px;
}

.quotation-quote-index .opc-wrapper .fieldset > .field > .label, .quotation-quote-index .opc-wrapper .fieldset > .fields > .field > .label {
    font-weight: 600;
}

/* Request for Quote button */
.movetoquote-button,
.movetocart-button,
.directquote-button,
.miniquote-movetocart-button,
.minicart-movetoquote-button,
div.products-grid .toquote {
    padding: 7px;
    width: auto;
    padding-top: 8px;
    padding-bottom: 10px;
}

div.products-grid .tocart {
    margin: 5px 0;
}

div.list .tocart {
    margin: 5px 0;
}

.product-addtoquote-button,
.quote-btn-list,
.action.upload.secondary {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: 100%;
    box-shadow: none;
}

.action.upload.secondary {
    font-size: 1.6rem;
    padding: 10px;
}

@media (min-width: 768px), print {
    .product-addtoquote-button,
    .quote-btn-list {
        background: transparent;
        border: 2px solid #1979c3;
        color: #1979c3;
        width: auto;
    }

    .table-comparison .tocart {
        margin-bottom: 5px;
    }
}

.action.upload.secondary:hover {
    background: #1979c3;
    border-color: #1979c3;
    color: #fff;
}

.action.upload.secondary:focus, .action.upload.secondary:active {
    background: #006bb4;
    border-color: #006bb4;
    color: #fff;
}

.product-addtoquote-button {
    font-size: 1.8rem;
    height: 47px;
}

.product-info-main .product-addtoquote-button,
.product-add-form .product-addtoquote-button {
    line-height: 2.2rem;
    width: 100%;
    font-size: 1.8rem;
}

@media (min-width: 768px), print {
    .product-info-main .product-addtoquote-button,
    .product-add-form .product-addtoquote-button {
        padding: inherit;
        width: 49%;
        margin-right: 1%;
        margin-bottom: 15px;
    }
}

.movetoquote-button,
.movetocart-button,
.directquote-button,
.miniquote-movetocart-button,
.minicart-movetoquote-button {
    border: 2px solid #1979c3;
}

.product-addtoquote-button:hover,
.quote-btn-list:hover {
    background: #1979c3;
    border: 2px solid #1979c3;
    box-shadow: none;
    color: #fff;
}

@media (min-width: 768px), print {
    div.products-grid .toquote {
        width: auto;
        min-width: 103px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.movetoquote-button:hover,
.movetocart-button:hover,
.directquote-button:hover,
.miniquote-movetocart-button:hover,
.minicart-movetoquote-button:hover {
    background: #006bb4;
    border: 2px solid #006bb4;
    color: #fff;
}

.movetoquote-button:focus,
.movetocart-button:focus,
.directquote-button:focus,
.miniquote-movetocart-button:focus,
.minicart-movetoquote-button:focus,
.product-addtoquote-button:focus,
.quote-btn-list:focus {
    background: #006bb4;
    border: 2px solid #006bb4;
    color: #fff;
}

@media (min-width: 768px), print {
    .cart.table-wrapper .item .col.item {
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1050px), print {
    .quotation-quote-index .item {
        width: 100%;
    }

    .quotation-quote-index .product-item-name {
        width: auto;
    }

    .quotation-quote-index .product-image-container {
        width: 100px;
    }
}

.c2q-price {
    font-size: 1.3rem;
    font-weight: 700;
}

.both-prices-excluding {
    padding-bottom: 4px;
    margin-bottom: 3px;
}

.both-prices-including {
    padding-bottom: 11px;
}

.both-prices-excluding span,
.both-prices-including span {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
}

.both-prices-excluding .tax-label,
.both-prices-including .tax-label {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
}

.both-prices-excluding .tax-label span,
.both-prices-including .tax-label span {
    display: inline-block;
    font-size: 1.1rem;
}

.col.qty .both-prices-including:last-child {
    padding-bottom: 0;
}

.col.qty .both-prices-including,
.col.qty .item .both-prices-including {
    padding-bottom: 45px;
}

@media (max-width: 640px) {
    .col.qty .both-prices-including,
    .col.qty .item .both-prices-including {
        padding-bottom: 13px;
    }
}

.price-including span,
.price-excluding span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 4.5px 0;
}

.price-including .tax-label,
.price-excluding span.tax-label {
    padding: 0;
}

.col.qty .item {
    font-weight: 700;
}

.col.qty .item .title,
.col.qty .item .content {
    display: inline-block;
}

@media (max-width: 640px) {
    .col.tier {
        text-align: right;
    }
}

.col.tier input[type='radio'] {
    margin: 0;
}

@media (max-width: 640px) {
    .col.tier input[type='radio'] {
        margin: 2px 5px 0 0;
    }
}

.col.del .action.action-delete {
    color: inherit;
}

.single-price-break {
    height: 3px;
}

.both-prices-break {
    height: 46px;
}

.col.tier div:last-child {
    height: 0;
}

.miniquote-movetocart-button,
.minicart-movetoquote-button {
    width: 100%;
}

.input-text.tierqty {
    margin-top: 5px !important;
}

button#quoteawish.action.primary.quoteawish {
    display: inline-block !important;
}

button#notquotable.action.primary.notquotable {
    display: inline-block !important;
}

.modal-header {
    text-align: center;
}

.tiers-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.quotation-quote-index .cart.table-wrapper th.col.qty {
    text-align: center;
}

.quotation-quote-index .cart.table-wrapper td.col.qty {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart.table-wrapper td.col.qty {
        text-align: right;
    }
}

.cart.table-wrapper .add-row-tier, .add-row-tier.actions-toolbar, .cart.table-wrapper .tiers-block .actions-toolbar {
    padding-bottom: 0;
}

.field.qty.tier-qty {
    position: relative;
    padding-right: 14px;
}

@media (max-width: 767px) {
    .field.qty.tier-qty {
        text-align: right;

        padding-right: 0;
    }
}

.cart.table-wrapper .field.qty.tier-qty input {
    width: 60px;
}

body .cart.table-wrapper .tier-qty .action-delete {
    position: absolute;
    right: -25px;
    top: 12px;
}

.action.action-addtier {
    position: relative;
    right: 55px;
    bottom: -4px;
    margin-bottom: 20px;
    color: #757575;
    font-size: 13px;
}

.action.action-addtier:hover {
    color: #333333;
}

.action.action-addtier span {
    display: none;
}

.tier-qty .field-tooltip {
    position: relative;
}

.tier-qty .field-tooltip-content {
    display: none;
    top: 0;
    text-align: left;
}

.cart.table-wrapper .action-addtier.field-tooltip {
    text-align: center;
    border: 1px solid #c2c2c2;
    width: 60px;
    height: 36px;
    display: inline-block;
    right: 0;
    bottom: auto;
    top: 5px;
    margin: 0;
    opacity: .5;
}

.cart.table-wrapper .action-addtier.field-tooltip:hover {
    opacity: 1;
}


.action-addtier.field-tooltip:hover + .field-tooltip-content {
    display: block;
    left: auto;
    right: -288px;
}

@media (max-width: 767px) {
    .action-addtier.field-tooltip:hover + .field-tooltip-content {
        right: -80px;
        top: 56px;
        left: auto;
        white-space: normal;
    }

    .action-addtier.field-tooltip:hover + .field-tooltip-content:before,
    .action-addtier.field-tooltip:hover + .field-tooltip-content:after {
        right: 50%;
        margin-right: -35px;
    }
}


.cart.table-wrapper .tier-qty .action-delete:before {
    font-size: 16px;
}

.action.action-addtier:before {
    content: '\e909' !important;
    font-family: 'cart2quote-iconset' !important;
    font-weight: bold;
    color: #757575;
    font-size: 17px;
    line-height: 36px;
}

.action.action-addtier:hover, .action.action-addtier:active, .action.action-addtier:hover:before {
    text-decoration: none;
}

#customer-email-fieldset {
    padding-bottom: 20px;
}

.cart-summary {
    width: 100%;
    min-width: 0;
    padding: 20px;
    order: 2;
    -webkit-order: 2;
    background: #f5f5f5;
}

.quote-details-container {
    float: right;
    width: 40%;
    padding: 0 0 0 50px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

@media (max-width: 767px) {
    .quote-details-container {
        width: 100%;
        padding-left: 0;
    }
}

.quote-details-container .step-title {
    line-height: 1;
    font-family: inherit;
    font-weight: 300;
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

@media (min-width: 768px) {
    body.quotation-quote-index .cart-summary {
        max-width: 35%;
        width: 35%;
        float: right;
    }
}

@media (max-width: 767px) {
    body.quotation-quote-index .cart-summary {
        order: 1;
        -webkit-order: 1;
    }

    body.quotation-quote-index .quote-details-container .cart-summary {
        order: 2;
        -webkit-order: 2;
    }
}

@media (max-width: 767px) {
    .cart-summary {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    body.quotation-quote-index .quote-details-container .cart-summary {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

.cart-summary .form.form-login {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    background: transparent;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .cart-summary .form.form-login {
        padding: 0;
    }
}

.cart-summary .form.form-login .fieldset .field {
    margin-bottom: 0;
}

.fieldset > .field:last-child, .fieldset > .fields > .field:last-child {
    margin-bottom: 20px;
}

.cart-summary .form.methods-shipping {
    background: transparent;
}

@media (max-width: 767px) {
    .cart-summary .form.methods-shipping {
        padding: 0;
        border: 0;
    }
}

.cart-summary .authentication-wrapper button span {
    color: inherit;
}

.cart-summary .form-login {
    border-bottom: 0;
}

.cart-summary .fieldset {
    margin: 0;
}

.cart-summary #co-select-form {
    margin-top: 0;
    margin-bottom: 20px;
}

.cart-summary #co-select-form label {
    font-weight: 600;
}

.cart-summary #co-select-form div {
    padding: 2px 0;
}

.cart-summary #co-guest-form {
    margin-bottom: 15px;
}

.cart-summary #co-guest-form label {
    font-weight: 600;
}

.cart-summary #co-guest-form .co-guest-form-explainer {
    display: none;
    font-weight: 400;
    padding: 7px 12px;
    margin: 10px 0 0 0;
    background: #e8e8e8;
    border-radius: 1px;
}

.cart-summary #co-guest-form input[type="checkbox"]:checked + label span.co-guest-form-explainer {
    display: block;
}

.cart-summary .field.choice {
    display: block;
    clear: both;
    float: none;
    margin: 13px 0;
}

@media (max-width: 767px) {
    .cart-summary .checkout-methods-items {
        padding: 0;
    }
}

@media (max-width: 639px) {
    .cart-summary .checkout-methods-items {
        padding: 0 15px;
    }
}

.cart-summary .field.choice:first-child {
    margin-top: 0;
}

.cart-summary .field.choice:last-child {
    margin-bottom: 20px;
}

.file-upload-container {
    float: right;
    width: 40%;
}

.quote-details-container .file-upload-container {
    order: 1;
    -webkit-order: 1;
    padding: 15px 15px 20px 15px;
    width: 100%;
    background: none;
    background: #f5f5f5;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .quote-details-container .file-upload-container {
        order: 1;
        -webkit-order: 1;
    }
}

.file-upload-container ul:not(.uploaded-files) {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.file-upload-container ul:not(.uploaded-files) i {
    font-style: normal;
}

.file-upload-container ul.uploaded-files {
    padding: 10px 0 0px 0;
    margin: 13px 0 0 0;
    list-style: none;
}

.file-upload-container ul.uploaded-files.empty {
    margin: 13px 0 5px 0;
    padding: 0;
}

.file-upload-container ul.uploaded-files li {
    padding: 4px 10px 4px 0;
}

.file-upload-container ul.uploaded-files a.action-delete {
    position: relative;
    padding-left: 20px;
}

.file-upload-container ul.uploaded-files a.action-delete i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

#fileUpload .upload-header p, #fileUpload .upload-row div {
    float: left;
    width: 50%;
    font-weight: 600;
}

.file-upload-container .upload-header p {
    margin-bottom: 7px;
}

.file-upload-container.upload-header p:nth-child(2) {
    padding-left: 10px;
}

.file-upload-container .upload-row {
    padding: 5px 0;
}

.file-upload-container input[type="text"] {
    padding: 3px 10px;
}

.file-upload-container input[type="file"] {
    width: 100%;
}

.file-upload-container div.upload-row-title {
    padding-right: 10px;
}

.file-upload-container div.upload-message {
    display: none;
}

.file-upload-container .uploaded-files {
    padding: 11px 0 2px 20px;
    list-style: inherit;
    border-top: 1px solid #ccc;
}

.file-upload-container .uploaded-files:after, .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.file-upload-container li {
    margin: 0;
    padding: 4px 0;
}


.file-upload-container button.action {
    width: 100%;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
}

.cart-container * {
    box-sizing: border-box;
}


.quotation-quote-index .cart-container .form.form-cart {
    width: 60%;
    min-width: 60%;
    padding: 0;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart-container .form.form-cart {
        width: 100%;
        min-width: 100%;
        order: 3;
        -webkit-order: 3;
    }
}

div .action.secondary.cart2quote-reject-btn {
    float: right;
    margin-bottom: 5px;
    width: 159px;
}

.rejected_success {
    margin-bottom: 39px;
}

div .action.primary.reject-proposal-button {
    margin-top: 10px;
}

.action.primary.cart2quote-accept-checkout-btn,
button.action.cart2quote-print-quote-btn,
.quote.main.actions.clearfix .action.cart2quote-print-quote-btn {
    margin-left: 5px;
    margin-top: -32px;
}

div .return_to_quotation_view_btn {
    margin-top: 8px;
    height: 33px
}

.action.primary.checkout.movetoquote.movetoquote-button {
    width: 100%;
    padding: 14px 17px;
}

.action.primary.checkout.movetocart.movetocart-button {
    width: 100%;
    padding: 14px 17px;
    line-height: 2.2rem;
    font-size: 1.8rem;
}

#miniquote-movetocart,
#minicart-movetoquote {
    font-weight: 400;
    font-size: 1.4rem;
    padding: 5px;
}

#minicart-movetoquote {
    margin-top: 10px;
}

#quotation_quote_success_page {
    text-align: center;
}

#quotation_quote_success_continue_shopping.actions-toolbar .primary {
    float: unset;
}

#quotation_quote_success_continue_shopping {
    text-align: center;
}

.quote-rejected-success-page {
    text-align: center;
}

body .order-details-items.file-uploads table thead th, body .order-details-items.file-uploads table thead td {
    display: table;
    width: 100%;
}

body .order-details-items.file-uploads ul, body .order-details-items.file-uploads ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .order-details-items.file-uploads .field-label {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

body .order-details-items.file-uploads ul li:nth-child(odd) {
    background: #f5f5f5;
}

body .order-details-items.file-uploads ul li a {
    display: block;
    padding: 10px 20px;
}

body .order-details-items.file-uploads table thead th, body .order-details-items.file-uploads table thead td {
    display: table;
    width: 100%;
}

body .order-details-items.file-uploads ul, body .order-details-items.file-uploads ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .order-details-items.file-uploads .field-label {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

body .order-details-items.file-uploads ul li:nth-child(odd) {
    background: #f5f5f5;
}

body .order-details-items.file-uploads ul li a {
    display: block;
    padding: 10px 20px;
}

body.quotation-quote-view .table-order-items .action.action-delete:before {
    font-family: 'cart2quote-iconset' !important;
    content: "\e910";
    font-size: 27px;
    color: #757575;
    margin: 0;
    top: -7px;
    position: relative;
    right: -10px;
}

body.quotation-quote-view .table-order-items .action.action-delete:hover:before,
body.quotation-quote-view .table-order-items .action.action-delete:hover {
    text-decoration: none;
    color: #333333;
}

.cart2quote-print-quote-btn {
    margin-right: 168px;
}

.quote-date.date-zone.created_by {
    float: left;
}

.quote.main.actions.clearfix .action.primary.cart2quote-accept-checkout-btn {
    margin-top: -4px;
}

.quote-actions {
    margin-top: 37px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Wheelchair/default/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-banner-slider .owl-nav button span{
    position: absolute;
    top: 40%;
    font-size: 80px;
    color: #869791;
}
.mp-banner-slider .owl-nav .owl-prev span{
    left: 1%;
}
.mp-banner-slider .owl-nav .owl-next span{
    right: 1%;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    top: 88%;
    left: 49%;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mp-banner-slider .owl-dots{
        top: 75%;
        left: 49%;
    }
}
.loyalty-bar {
    background-color: rgb(25, 121, 195);
    text-align: center;
    height: 50px;
}

.loyalty-text {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    padding: 10px;
}

.loyalty-products {
    width:100%;
    height:100%;
    border:1px solid #000;
    text-align: center;
    padding: 10px
}

body.checkout-index-index .loyalty-bar {
    margin-bottom: 20px;
}.reference-number {
    width: 100%;
    text-align: center;
    margin-top: 50px;

    .title {
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .number {
        font-size: 80px;
        font-weight: 600;
        line-height: 80px;
    }
}
.buy_error_tip {
    background-color: white;
    color: black;
    display: none;
    position: relative;
    width:80%;
    top: -30px;
    padding: 5px 7px;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    text-indent: 0;
    text-align: center;
    border: 2px solid #b00;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 500
}
.buy_error_tip:after {
    content: attr(data-content);
}

.button-prevent{
    cursor: pointer;
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 99999
}

.payment-method #bread-checkout-btn[data-bread-default-size="true"] {
    width: 200px;
    height: 50px;
    padding: 0;
}

#bread-btn-cntnr{
    display: inline-block;
    position: relative
}

#bread-btn-cntnr-minicart{
    display: inline-block;
    position: relative
}

#bread-checkout-btn-minicart {
    margin-top: 20px;
}

.button-prevent:hover span.buy_error_tip {
    display: block;
}

.checkout_error_tip {
    background-color: white;
    color: black;
    width:80%;
    top: -30px;
    padding: 5px 7px;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    text-indent: 0;
    text-align: center;
    border: 2px solid #b00;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Mageplaza One Step Checkout plugin compatibility 
   https://github.com/mageplaza/m2-one-step-checkout-releases/blob/e9de9ee0595e585cf726fd9339a66efaa30a9c59/m2-one-step-checkout-v2.0.1-v2.1.0-patch.sh#L6176
*/
.payment-method-content .actions-toolbar {
    display: block !important;
}/*
 * Copyright (c) 2024. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */

.quick-quote-wrapper * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Source Sans Pro';
    font-size: 1.5rem;
    font-weight: 300;
}

.quick-quote-wrapper .modals-overlay {
    background: #222;
    opacity: .3;
}

.quick-quote-wrapper .modal-inner-wrap {
    -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .22);
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .22);
    -webkit-box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .22);
    box-sizing: border-box;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    width: 900px;
    z-index: 999;
}

@media (max-width: 991px) {
    .quick-quote-wrapper .modal-inner-wrap {
        width: 96%;
    }
}

.quick-quote-wrapper .modal-header {
    background: #6f7983;
    border-bottom: 1px solid #444f5a;
    margin: 0;
    padding: 12px 20px;
    position: relative;
}

.quick-quote-wrapper .modal-header h1 {
    border: 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 200;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.quick-quote-modal .content {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    .quick-quote-modal .content {
        display: block;
    }
}

.quick-quote-modal .quoted-product {
    background: #edebe4;
    color: #6f6f6f;
    display: table-cell;
    padding: 30px 40px 30px 40px;
    position: relative;
    vertical-align: top;
    width: 30%;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product {
        padding: 20px 20px 40px 20px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product {
        padding: 15px 20px 20px 20px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product {
        display: block;
        width: 100%;
    }
}

.quick-quote-modal .quoted-product:after {
    background: rgb(237, 235, 228);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmUzZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(237, 235, 228, 1)), color-stop(100%, rgba(230, 227, 221, 1)));
    background: -webkit-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: -o-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: -ms-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: linear-gradient(to right, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    bottom: 0;
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edebe4', endColorstr='#e6e3dd', GradientType=1);
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product:after {
        background: rgb(237, 235, 228);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmUzZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237, 235, 228, 1)), color-stop(100%, rgba(230, 227, 221, 1)));
        background: -webkit-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: -o-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: -ms-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: linear-gradient(to bottom, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edebe4', endColorstr='#e6e3dd', GradientType=0);
        height: 20px;
        left: 0;
        top: auto;
        width: 100%;
    }
}

.quick-quote-modal .quoted-product p.quoted-product-header span {
    font-size: 2.2rem;
}

.quick-quote-modal .quoted-product .product {
    position: relative;
    z-index: 9;
}

.quick-quote-modal .quoted-product .quoted-items {
    margin: 20px -40px 0 -40px;
    position: relative;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product .quoted-items {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header:after,
.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header:after {
    display: inline-block; /* Force Cart2Quote Iconset */
    font-family: 'cart2quote-iconset' !important;
    font-size: 12px;
    margin-top: 5px;
    position: absolute;
    right: 40px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .quoted-items .quoted-items-header:after,
    .quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header:after {
        right: 20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header:after {
    content: '\e900';
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header:after {
    content: '\e903';
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header {
    border-bottom: 1px solid #e0e0df;
    border-top: 1px solid #e0e0df;
    cursor: pointer;
    line-height: 1;
    margin: 0;
    padding: 20px 40px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product .quoted-items .quoted-items-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header {
    border-bottom-color: transparent;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header span {
    display: inline;
    font-size: 1.8rem;
    line-height: 1;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header:before {
    background: #1979c3;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-content {
    padding: 0 40px;
    position: relative;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product .quoted-items .quoted-items-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-content .product-image {
    display: none;
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content {
    margin-top: -15px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content {
        margin-top: 0;
    }
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content:before {
    background: #1979c3;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: -1px;
    width: 3px;
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content .product-wrapper {
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content .product-wrapper {
        padding-bottom: 15px;
    }
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content .product-wrapper:last-child {
    padding-bottom: 0;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header span.quote-counter {
    background: #1979c3;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 16px;
    line-height: 16px;
    margin: -5px 0 0 5px;
    position: absolute;
    text-align: center;
    width: 16px;
}

.quick-quote-modal .quoted-product a.view-request {
    color: inherit;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}

.quick-quote-modal .quoted-product a.view-request:hover {
    text-decoration: none;
}

.quick-quote-modal .quoted-product a.view-request span {
    color: inherit;
}

.quick-quote-modal .quoted-product .product-wrapper:first-of-type {
    display: block;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .product {
        display: table;
    }
}

.quick-quote-modal .quoted-product .product b {
    font-weight: 600;
}

.quick-quote-modal .quoted-product .product-name {
    margin-bottom: 0;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .product-name {
        margin-top: 0;
    }
}

.quick-quote-modal .quoted-product .product-name a {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 600;
}

.quick-quote-modal .quoted-product .product.options .toggle {
    cursor: pointer;
}

.quick-quote-modal .quoted-product .product.options .toggle:after,
.quick-quote-modal .quoted-product .product.options.active .toggle:after {
    font-family: 'cart2quote-iconset' !important; /* Force Cart2Quote Iconset */
    font-size: 12px;
    margin-left: 3px;
}

.quick-quote-modal .quoted-product .product.options .toggle:after {
    content: '\e900';
}

.quick-quote-modal .quoted-product .product.options.active .toggle:after {
    content: '\e903';
}

.quick-quote-modal .quoted-product .price-container .price-wrapper > span:not(.price) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.quick-quote-modal .quoted-product .price-container .price-wrapper .price-excluding-tax .price,
.quick-quote-modal .quoted-product .price-container .price-wrapper .price-excluding-tax:before {
    font-size: 1.2rem;
}

.quick-quote-modal .quoted-product .price-container .price-wrapper .price,
.quick-quote-modal .quoted-product .price-container .price-wrapper > b .price-wrapper:first-of-type .price {
    font-size: 1.5rem;
}

.quick-quote-modal .quoted-product .price-container .price-wrapper > b {
    display: block;
    padding: 5px 0;
}

.quick-quote-modal .quoted-product .product-qty {
    margin: 0;
}

.quick-quote-modal .quoted-product .product-qty b {
    padding-left: 3px;
}

.quick-quote-modal .quoted-product .toggle-options {
    margin-bottom: 10px;
}

.quick-quote-modal .quoted-product .toggle-options .icon-c2q_arrow-bottom:before {
    font-size: 1.2rem;
    margin-left: 4px;
    margin-top: 6px;
    position: absolute;
}

.quick-quote-modal .quoted-product .toggle-options #toggle-options[type='checkbox'] {
    display: none;
}

.quick-quote-modal .quoted-product .toggle-options .product-options {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.quick-quote-modal .quoted-product .product.options.list {
    margin: 10px 0 10px 4px;
    padding-left: 10px;
    position: relative;
}

.quick-quote-modal .quoted-product .product.options.active .content {
    display: block;
}

.quick-quote-modal .quoted-product .product.options .content {
    display: none;
}

.quick-quote-modal .quoted-product .product.options.list:before {
    background: #c1c1c1;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.quick-quote-modal .quoted-product .product.options.list dt.label {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2px;
}

.quick-quote-modal .quoted-product .product.options.list dd:last-child {
    margin-bottom: 0;
}

.quick-quote-modal .quoted-product .toggle-options #toggle-options[type='checkbox']:checked + .product-options,
.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options {
    border-bottom: 1px solid #cac8c3;
    display: block;
    height: auto;
    margin-bottom: 10px;
    opacity: 1;
    overflow: auto;
    padding-bottom: 12px;
    padding-top: 8px;
    position: relative;
    z-index: 9;
}

.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
}

.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options li {
    border-bottom: 1px solid #cac8c3;
    padding-bottom: 8px;
}

.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2),
.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2) ~ li {
    border-bottom: 1px solid #cac8c3;
}

.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2) .product-name,
.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2) ~ li .product-name {
    margin-top: 8px;
}

.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options li:last-child {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options li:first-child .product-name {
        margin-top: 0;
    }
}

.quick-quote-modal .product-image .image-wrapper {
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .09);
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .09);
    margin-top: 0;
    padding: 10px;
}

.quick-quote-modal .product-image .image-wrapper a {
    display: block;
    margin: 0 auto;
    max-width: 165px;
    width: 165px;
}

.quick-quote-modal .product-image .image-wrapper img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .quick-quote-modal .product-image .image-wrapper img {
        height: auto !important; /* Overwrite default image size for mobile */
        width: 80px !important; /* Overwrite default image size for mobile */
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .product-image {
        display: table-cell;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .product-image .image-wrapper a {
        height: auto;
        margin-top: 4px;
        padding: 3px;
        width: 80px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .product-details {
        display: table-cell;
        padding-left: 10px;
        vertical-align: top;
    }
}

.quick-quote-modal .quote-form {
    background: #fff;
    display: table-cell;
    padding: 30px 40px 140px 40px;
    vertical-align: top;
    width: 70%;
}

@media (max-width: 991px) {
    .quick-quote-modal .quote-form {
        padding: 20px 30px 140px 30px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .quote-form {
        display: block;
        padding: 15px 20px 140px 20px;
        width: 100%;
    }
}

@media (max-width: 599px) {
    .quick-quote-modal .quote-form {
        padding-bottom: 45px;
    }
}

.quick-quote-modal .quote-form .fieldset .field {
    margin: 0;
}

.quick-quote-modal .quote-form .fieldset .field .label {
    float: none;
    margin: 0 0 2px 0;
    padding: 0;
    text-align: left;
    width: auto;
}

.quick-quote-modal .quote-form .fieldset .field .control {
    float: none;
    width: 100%;
}

.quick-quote-modal .quote-form p.quote-form-header {
    margin: 0;
}

.quick-quote-modal .quote-form p.quote-form-header span {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.quick-quote-modal .quote-form p.quote-form-subheader {
    margin-bottom: 25px;
}

.quick-quote-modal .quote-form p.quote-form-subheader span {
    display: block;
    font-size: 1.6rem;
}

.quick-quote-modal .quote-form p.quote-form-subheader {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
}

.quick-quote-modal .quote-form .field.required:after,
.quick-quote-modal .quote-form .fieldset .field .label:after {
    font-size: 1.4rem;
    left: -1px;
    margin: 0;
    position: relative;
    top: -2px;
}

.quick-quote-modal .quote-form input,
.quick-quote-modal .quote-form textarea {
    -webkit-box-shadow: inset 0 2px 2px #eee;
    -webkit-font-smoothing: subpixel-antialiased !important;
    background-color: #fff;
    border: 1px solid #d9d4c6;
    border-radius: 2px;
    box-shadow: inset 0 2px 2px #eee;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 600;
    height: 37px;
    margin: 0 0 12px 0;
    max-width: 100%;
    padding: 0 15px; /* Force Smooth Font */
    width: 100%;
}

.quick-quote-modal .quote-form textarea {
    height: 110px;
    margin-bottom: 0;
    padding: 15px;
}

.quick-quote-modal .quote-form input:focus,
.quick-quote-modal .quote-form textarea:focus {
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.quick-quote-modal .quote-form input.mage-error {
    -webkit-box-shadow: inset 0 2px 2px #ffebeb;
    border-color: #e88676;
    box-shadow: inset 0 2px 2px #ffebeb;
}

.quick-quote-modal .quote-form div.mage-error {
    font-size: 1.2rem;
    margin: 0;
    position: relative;
    top: -8px;
}

.quick-quote-wrapper .modal-header button.action-close {
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 2px;
}

.quick-quote-wrapper .modal-header button.action-close:focus {
    border: 0;
    box-shadow: none;
}

.quick-quote-wrapper .modal-header button.action-close:before {
    color: #fff;
    content: '\e905'; /* Force Cart2Quote Iconset */
    font-family: 'cart2quote-iconset' !important;
    font-size: 2.5rem;
    line-height: 1;
}

.quick-quote-wrapper .modal-header button.action-close:hover {
    text-decoration: none;
}

.quick-quote-wrapper .modal-content {
    padding: 0;
}

.quick-quote-modal .show-remarks {
    position: relative;
}

.quick-quote-modal .show-remarks .remarks {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.quick-quote-modal .show-remarks label.remarks-label {
    background: #fdefc1;
    border: 1px solid #eddfb3;
    border-bottom: 3px solid #eddfb3;
    border-radius: 2px;
    box-sizing: border-box;
    color: #5b584f;
    cursor: pointer;
    display: table;
    line-height: 20px;
    margin: 10px 0 0 0;
    padding: 8px 40px 8px 15px;
    position: absolute;
    width: 100%;
}

.quick-quote-modal .show-remarks label.remarks-label:hover {
    background: #f7e8b8;
    border-color: #f7e8b8;
    padding-bottom: 7px;
    padding-top: 9px;
}

.quick-quote-modal .show-remarks label i {
    border: 1px solid #948e7a;
    border-radius: 50%;
    color: #948e7a;
    display: inline-block;
    height: 15px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 19px;
    text-align: center;
    top: 50%;
    width: 15px;
}

.quick-quote-modal .show-remarks label.remarks-label:hover i {
    margin-top: -7px;
}

.quick-quote-modal .show-remarks label i:before {
    font-size: 1.0rem;
    left: 50%;
    margin-left: -4px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}

.quick-quote-modal .show-remarks .show-remarks-checkbox[type='checkbox'] {
    display: none;
}

.quick-quote-modal .show-remarks .show-remarks-checkbox[type='checkbox']:checked + .remarks {
    background: #fff;
    display: block;
    height: auto;
    margin-bottom: -50px;
    opacity: 1;
    overflow: auto;
    position: relative;
    z-index: 9;
}

.quick-quote-wrapper .modal-footer {
    bottom: 0;
    position: absolute;
    right: 0;
}

@media (max-width: 767px) {
    .quick-quote-wrapper .modal-footer {
        position: relative;
    }
}

.quick-quote-wrapper .modal-footer {
    bottom: 30px;
    padding: 0;
    right: 40px;
}

@media (max-width: 991px) {
    .quick-quote-wrapper .modal-footer {
        right: 30px;
    }
}

@media (max-width: 767px) {
    .quick-quote-wrapper .modal-footer {
        right: 20px;
    }
}

@media (max-width: 599px) {
    .quick-quote-wrapper .modal-footer {
        left: 0;
        margin-top: 45px;
        padding: 0 20px 20px 20px;
        right: 0;
        width: auto;
    }
}

.quick-quote-wrapper .modal-footer .primary,
.quick-quote-wrapper .modal-footer .secondary {
    border-radius: 3px;
    box-shadow: none;
    display: inline-table;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

@media (max-width: 599px) {
    .quick-quote-wrapper .modal-footer .primary,
    .quick-quote-wrapper .modal-footer .secondary {
        display: block;
        margin: 0;
        text-align: center;
        width: 100%;
    }
}

.quick-quote-wrapper .modal-footer .primary:hover,
.quick-quote-wrapper .modal-footer .secondary:hover {
    text-decoration: none;
}

.quick-quote-wrapper .modal-footer .primary span,
.quick-quote-wrapper .modal-footer .secondary span {
    display: block;
    font-weight: 300;
    line-height: 1;
    padding: 11px 27px;
}

.quick-quote-wrapper .modal-footer .primary {
    float: right;
    margin-left: 20px;
}

@media (max-width: 599px) {
    .quick-quote-wrapper .modal-footer .primary {
        margin-bottom: 10px;
    }
}

.quick-quote-wrapper .modal-footer .primary:focus {
    -moz-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    -webkit-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
}

.quick-quote-wrapper .modal-footer .secondary {
    background: #fff;
    border: 1px solid #1979c3;
    color: #1979c3;
    float: right;
}

.quick-quote-wrapper .modal-footer .secondary span {
    color: inherit;
}

.quick-quote-wrapper .modal-footer .secondary:hover {
    background: #1979c3;
    color: #fff;
}

.quick-quote-wrapper .modal-footer .secondary:focus {
    -moz-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    -webkit-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
}

.product-image.quick-quote-product {
    text-align: center;
}
