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: #3c3939;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-size: 1.4rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
abbr[title] {
  border-bottom: 1px dotted #c2c2d0;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #e5e5eb;
  color: #000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #c2c2d0;
  margin-bottom: 24px;
  margin-top: 24px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dfn {
  font-style: italic;
}
h1 {
  color: #1e398d;
  font-weight: 700;
  line-height: 56px;
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
h2 {
  color: #1e398d;
  font-weight: 700;
  line-height: 56px;
  font-size: 3.6rem;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
h3 {
  color: #1e398d;
  font-weight: 600;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
h4 {
  color: #1e398d;
  font-weight: 400;
  line-height: 40px;
  font-size: 2.8rem;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
h5 {
  color: #1e398d;
  font-weight: 400;
  line-height: 32px;
  font-size: 2.4rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
h6 {
  color: #1e398d;
  font-weight: 400;
  line-height: 24px;
  font-size: 2rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
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: #1e398d;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
ul > li,
ol > li {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 16px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 0;
}
dd {
  margin-bottom: 16px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, courier new, monospace;
}
code {
  background: #e5e5eb;
  color: #122254;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #e5e5eb;
  color: #122254;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #e5e5eb;
  border: 1px solid #c2c2d0;
  color: #122254;
  line-height: 24px;
  margin: 0 0 16px;
  padding: 16px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #c2c2d0;
  margin: 0 0 16px 40px;
  padding: 0;
  color: #3c3939;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #1e398d;
  line-height: 24px;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: "";
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 16px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
  cursor: pointer;
  display: inline-block;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 600;
  margin: 0;
  padding: 8px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #fff;
  border: 1px solid #1e398d;
  color: #1e398d;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #777;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  padding: 12px 16px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus {
  border: 1px solid #2196f3;
  color: #1e398d;
}
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 {
  background: #e0e0e0;
  color: #fff;
}
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: #777;
}
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: #777;
}
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: #777;
}
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: url(../images/icons8-expand-arrow.svg) no-repeat 95% center;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  color: #777;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  padding: 3px 32px 3px 8px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #2196f3;
}
select:disabled {
  background: #e0e0e0;
  color: #fff;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #777;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 24px;
  margin: 0;
  padding: 16px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #2196f3;
  color: #1e398d;
}
textarea:disabled {
  background: #e0e0e0;
  color: #fff;
}
textarea::-moz-placeholder {
  color: #777;
}
textarea::-webkit-input-placeholder {
  color: #777;
}
textarea:-ms-input-placeholder {
  color: #777;
}
input[type="checkbox"] {
  position: relative;
  top: 2px;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #e57d81;
}
div.mage-error[generated] {
  color: #d22a30;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: transparent;
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
@font-face {
  font-family: hirschs-icons;
  src: url(../fonts/hirschs-icons/hirschs.eot);
  src: url(../fonts/hirschs-icons/hirschs.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/hirschs-icons/hirschs.woff2) format("woff2"),
    url(../fonts/hirschs-icons/hirschs.woff) format("woff"),
    url(../fonts/hirschs-icons/hirschs.svg#font) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: hirschs-icons;
    src: url(../fonts/hirschs-icons/hirschs.svg#hirschs-icons) format("svg");
  }
}
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.minicart-items,
.opc-wrapper .opc,
.checkout-agreements-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.block-wishlist-management .wishlist-select-items,
.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,
.cart-container .checkout-methods-items > li,
.minicart-items > li,
.opc-wrapper .opc > li,
.checkout-agreements-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.block-wishlist-management .wishlist-select-items > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  background-image: none;
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
  cursor: pointer;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 600;
  margin: 0;
  padding: 8px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action:focus,
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active {
  background: #fff;
  border: 1px solid #1e398d;
  color: #1e398d;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action.disabled,
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action[disabled],
fieldset[disabled]
  .bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action:hover,
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action:active,
.bundle-options-container
  .block-bundle-summary
  .product-addto-links
  > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.multicheckout .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 16px 8px 0;
}
.cart.table-wrapper .item-options dt::after,
.multicheckout .item-options dt::after,
.block-giftregistry-shared-items .product .item-options dt::after {
  content: ": ";
}
.cart.table-wrapper .item-options dd,
.multicheckout .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 8px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.products-list .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #d22a30;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.widget .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.widget .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns
  .column.main
  .block:not(.widget)
  .block-title
  > strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong {
  color: #1e398d;
  font-weight: 600;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns
  .column.main
  .block:not(.widget)
  .block-title
  > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 8px;
}
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span {
  color: #1e398d;
  font-weight: 400;
  line-height: 40px;
  font-size: 2.8rem;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns
  .column.main
  .block:not(.widget)
  .box-title
  > .action,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 16px;
}
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns
  .column.main
  .block:not(.widget)
  .block-content
  p:last-child,
[class^="sales-guest-"]
  .column.main
  .block:not(.widget)
  .block-content
  p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 16px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: "";
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e607";
  font-family: icons-blank-theme;
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e618";
  font-family: icons-blank-theme;
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  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: #fff;
  border: 1px solid #bbb;
  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 #fff 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 #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.table.grouped .control .qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: "\e616";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #3c3939;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #3c3939;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #3c3939;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #3c3939;
  text-decoration: underline;
}
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar,
.form.giftregistry.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove {
  left: 16px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset {
  margin-bottom: 50px;
}
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share
  .fieldset
  .actions-toolbar:not(:first-child)
  > .secondary,
.form-giftregistry-edit
  .fieldset
  .actions-toolbar:not(:first-child)
  > .secondary {
  float: left;
}
.form-add-invitations
  .fieldset
  .actions-toolbar:not(:first-child)
  > .secondary
  .action.add,
.form-create-return
  .fieldset
  .actions-toolbar:not(:first-child)
  > .secondary
  .action.add,
.form.send.friend
  .fieldset
  .actions-toolbar:not(:first-child)
  > .secondary
  .action.add,
.form-giftregistry-share
  .fieldset
  .actions-toolbar:not(:first-child)
  > .secondary
  .action.add,
.form-giftregistry-edit
  .fieldset
  .actions-toolbar:not(:first-child)
  > .secondary
  .action.add {
  margin-top: 32px;
}
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice {
  margin: 32px 0 0;
}
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.page-product-downloadable
  .product-options-wrapper
  .fieldset
  .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block.newsletter .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.opc-wrapper .order-comment-form .field .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options: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 .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-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.header.content:before,
.header.content:after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after {
  content: "";
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .product-item .product-item-details:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.fieldset .fullname .field:after,
.block-giftregistry-shared-items .product .item-options:after,
.header.content:after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e622";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: "";
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button
  .cart.table-wrapper
  .actions-toolbar
  > .action
  + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 8px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e607";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e618";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  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: #fff;
  border: 1px solid #bbb;
  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 8px;
}
.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 #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  line-height: 1.2rem;
  padding: 8px;
  font-size: 1.1rem;
}
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #6180dd;
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before {
  color: #1e398d;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.checkout-payment-method
  .payment-method-content
  > .actions-toolbar
  > .primary
  .action.primary,
.multicheckout .action.primary,
.form-address-edit .actions-toolbar .action.primary {
  line-height: 2rem;
  padding: 14px 17px;
  font-size: 1.6rem;
}
.abs-action-remove,
.checkout-container .action-additional,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.paypal-button-widget .paypal-button,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.abs-add-fields .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove {
  line-height: 24px;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.checkout-container .action-additional:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-block-shipping-information
  .shipping-information-title
  .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.paypal-button-widget .paypal-button:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.checkout-container .action-additional:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.paypal-button-widget .paypal-button:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.checkout-container .action-additional:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.paypal-button-widget .paypal-button:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional: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-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .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,
.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 {
  background: 0 0;
  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,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.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-block-shipping-information
  .shipping-information-title
  .action-edit.disabled,
.opc-block-shipping-information
  .shipping-information-title
  .action-edit[disabled],
fieldset[disabled]
  .opc-block-shipping-information
  .shipping-information-title
  .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled]
  .checkout-payment-method
  .checkout-billing-address
  .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .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,
.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 {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional: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-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information
  .shipping-information-title
  .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .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),
.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) {
  box-shadow: none;
}
.cart-summary-inner .actions-toolbar > .primary button,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary-inner
  .actions-toolbar
  > .primary
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.cart-summary-inner .actions-toolbar > .primary .action-gift {
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary-inner .actions-toolbar > .primary button:focus,
.cart-summary-inner .actions-toolbar > .primary button:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.cart-summary-inner
  .actions-toolbar
  > .primary
  .cart.table-wrapper
  .actions-toolbar
  > .action:focus,
.cart-summary-inner
  .actions-toolbar
  > .primary
  .cart.table-wrapper
  .actions-toolbar
  > .action:active,
.cart-summary-inner .actions-toolbar > .primary .action-gift:focus,
.cart-summary-inner .actions-toolbar > .primary .action-gift:active {
  background: #fff;
  border: 1px solid #1e398d;
  color: #1e398d;
}
.abs-revert-secondary-color:hover,
.cart-summary-inner .actions-toolbar > .primary button:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.cart-summary-inner
  .actions-toolbar
  > .primary
  .cart.table-wrapper
  .actions-toolbar
  > .action:hover,
.cart-summary-inner .actions-toolbar > .primary .action-gift:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  padding: 8px;
}
.bundle-actions {
  margin: 16px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary-inner .price-including-tax,
.cart-summary-inner .price-excluding-tax,
.cart-summary-inner .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee,
.product-options-wrapper .field .price-notice .price-including-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container
  .price-notice
  .price-including-tax
  + .price-excluding-tax,
.cart-summary-inner .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper
  .field
  .price-notice
  .price-including-tax
  + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container
  .price-notice
  .price-including-tax
  + .price-excluding-tax::before,
.cart-summary-inner .price-including-tax + .price-excluding-tax::before,
.gift-summary .price-including-tax + .price-excluding-tax::before,
.gift-options .price-including-tax + .price-excluding-tax::before,
.product-options-wrapper
  .field
  .price-notice
  .price-including-tax
  + .price-excluding-tax::before {
  content: "(" attr(data-label) ": ";
}
.bundle-options-container
  .price-notice
  .price-including-tax
  + .price-excluding-tax::after,
.cart-summary-inner .price-including-tax + .price-excluding-tax::after,
.gift-summary .price-including-tax + .price-excluding-tax::after,
.gift-options .price-including-tax + .price-excluding-tax::after,
.product-options-wrapper
  .field
  .price-notice
  .price-including-tax
  + .price-excluding-tax::after {
  content: ")";
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: "\e622";
  font-family: icons-blank-theme;
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total::after,
.price-excluding-tax .cart-tax-total::after {
  position: absolute;
  right: -16px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: "\e621";
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: "\e621";
}
.multicheckout .block-title,
.multicheckout .block-content .title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title {
  border-bottom: 1px solid #c2c2d0;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 8px;
  padding-right: 24px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.order-comment__form-characters-title::after,
.order-details-items .order-gift-message .label::after,
.order-details-items .block-order-details-gift-message .label::after,
.block-wishlist-management .wishlist-select .wishlist-name-label::after {
  content: ": ";
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e61c";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  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: 8px;
}
.abs-sidebar-totals .table-caption,
.cart-summary-inner .block .fieldset.estimate > .legend,
.cart-summary-inner .block .fieldset.estimate > .legend + br,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^="multishipping-"] .nav-sections,
[class^="multishipping-"] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.action.primary.no-display,
.action-primary.no-display,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 16px;
}
.block-wishlist .counter,
.block-compare .counter {
  color: #6180dd;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  background-image: none;
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
  cursor: pointer;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e617";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #fff;
  border: 1px solid #1e398d;
  color: #1e398d;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 8px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e603";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 16px;
  width: calc(100% - 56px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 16px;
  width: calc(100% - 48px);
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -16px;
  top: 40px;
  left: auto;
}
.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: 16px;
  left: auto;
  top: 0;
}
.shipping-policy-block.field-tooltip .field-tooltip-content::before {
  border-bottom-color: #999;
}
.shipping-policy-block.field-tooltip .field-tooltip-content::after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  color: #3c3939;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
  max-width: 60%;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 16px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 16px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #c2c2d0;
  border-bottom: 1px solid #c2c2d0;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 24px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price::after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price::after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary
  .table-totals
  .totals-tax-summary.expanded
  .amount
  .price:after {
  content: "\e621";
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #c2c2d0;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary-inner .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #c2c2d0;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 32px 7px 8px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary-inner .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary-inner .block > .title::after,
.paypal-review-discount .block > .title::after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary-inner .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary-inner .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary-inner .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: "\e621";
}
.cart-summary-inner .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
.minicart-items .details-qty.qty {
  position: relative;
  padding: 0 40px;
  width: 120px;
  box-sizing: border-box;
  z-index: 200;
}
.minicart-items .details-qty.qty span.label,
.minicart-items .details-qty.qty label.label {
  display: none;
}
.minicart-items .details-qty.qty .control {
  position: static;
}
.minicart-items .details-qty.qty .input-text.qty:focus {
  box-shadow: none;
}
.minicart-items .details-qty.qty .input-text.qty,
.minicart-items .details-qty.qty .qty-action {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 0;
  text-align: center;
}
.minicart-items .details-qty.qty .qty-action {
  position: absolute;
  top: 0;
  background-color: #fafafa;
  color: #000;
}
.minicart-items .details-qty.qty .qty-action [class*="icon"] {
  line-height: inherit;
}
.minicart-items .details-qty.qty .qty-action [class*="icon"]::before {
  font-size: 16px;
  line-height: inherit;
  color: inherit;
}
.minicart-items .details-qty.qty .qty-action.remove {
  color: #9e9e9e;
}
.minicart-items .details-qty.qty .qty-action.reduce,
.minicart-items .details-qty.qty .qty-action.remove {
  left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.minicart-items .details-qty.qty .qty-action.increase {
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}
.minicart-items .details-qty.qty .qty-action.update {
  background-image: none;
  background: #1e398d;
  border: 1px solid #1e398d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 600;
  padding: 8px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  right: auto;
  width: auto;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 12px;
}
.abs-qty-changer .qty-action.update:focus,
.abs-qty-changer .qty-action.update:active,
.minicart-items .details-qty.qty .qty-action.update:focus,
.minicart-items .details-qty.qty .qty-action.update:active {
  background: #3a529b;
  border: 1px solid #3a529b;
  color: #fff;
}
.abs-qty-changer .qty-action.update:hover,
.minicart-items .details-qty.qty .qty-action.update:hover {
  background: #1e398d;
  border: 1px solid #1e398d;
  color: #fff;
}
.abs-qty-changer .qty-action.update.disabled,
.abs-qty-changer .qty-action.update[disabled],
fieldset[disabled] .abs-qty-changer .qty-action.update,
.minicart-items .details-qty.qty .qty-action.update.disabled,
.minicart-items .details-qty.qty .qty-action.update[disabled],
fieldset[disabled] .minicart-items .details-qty.qty .qty-action.update {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@font-face {
  font-family: open sans;
  src: url(../fonts/opensans/light/opensans-300.woff2) format("woff2"),
    url(../fonts/opensans/light/opensans-300.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: open sans;
  src: url(../fonts/opensans/regular/opensans-400.woff2) format("woff2"),
    url(../fonts/opensans/regular/opensans-400.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: open sans;
  src: url(../fonts/opensans/semibold/opensans-600.woff2) format("woff2"),
    url(../fonts/opensans/semibold/opensans-600.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: open sans;
  src: url(../fonts/opensans/bold/opensans-700.woff2) format("woff2"),
    url(../fonts/opensans/bold/opensans-700.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.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: 0;
  -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: 16px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #c2c2d0;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #c2c2d0;
  padding-top: 16px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message:not(.col):not(.field) {
  display: block;
  width: 100%;
  margin: 16px 0;
  max-height: inherit;
  padding: 8px 40px;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  background-color: #fdf0d5;
  color: #ffc107;
  position: relative;
  border-radius: 4px;
}
.message:not(.col):not(.field) > *:first-child::before {
  font-family: hirschs-icons;
  content: "\f112";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
  line-height: 20px;
}
.message:not(.col):not(.field).error {
  color: #f44336;
  background: #fae5e5;
}
.message:not(.col):not(.field).error > *:first-child::before {
  content: "\f100";
}
.message:not(.col):not(.field).notice,
.message:not(.col):not(.field).info {
  color: #2196f3;
  background: #e8f4fd;
}
.message:not(.col):not(.field).success {
  color: #4caf50;
  background: #e5f1e5;
}
.message:not(.col):not(.field).success > *:first-child::before {
  content: "\f107";
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #fff;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  z-index: 14;
  float: right;
  line-height: 48px;
  margin-right: 8px;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 16px;
  color: #1e398d;
  content: "\f126";
  font-family: hirschs-icons;
  margin: 2px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #1e398d;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #1e398d;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 16px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url(../images/loader-2.gif) no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role="main-css-loader"] {
  display: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select,
textarea {
  padding: 12px 16px;
  outline: none;
  transition: box-shadow 0.3s ease-in-out;
  padding: 8px 16px;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover,
select:hover,
textarea:hover {
  outline: none;
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
  outline: none;
}
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="datetime"]:disabled,
input[type="email"]:disabled,
select:disabled,
textarea:disabled,
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="datetime"][disabled],
input[type="email"][disabled],
select[disabled],
textarea[disabled] {
  box-shadow: none;
  cursor: not-allowed;
}
input[type="text"]:disabled::placeholder,
input[type="password"]:disabled::placeholder,
input[type="url"]:disabled::placeholder,
input[type="tel"]:disabled::placeholder,
input[type="search"]:disabled::placeholder,
input[type="number"]:disabled::placeholder,
input[type="datetime"]:disabled::placeholder,
input[type="email"]:disabled::placeholder,
select:disabled::placeholder,
textarea:disabled::placeholder,
input[type="text"][disabled]::placeholder,
input[type="password"][disabled]::placeholder,
input[type="url"][disabled]::placeholder,
input[type="tel"][disabled]::placeholder,
input[type="search"][disabled]::placeholder,
input[type="number"][disabled]::placeholder,
input[type="datetime"][disabled]::placeholder,
input[type="email"][disabled]::placeholder,
select[disabled]::placeholder,
textarea[disabled]::placeholder {
  color: #fff;
}
input[type="text"]:disabled:-ms-input-placeholder,
input[type="password"]:disabled:-ms-input-placeholder,
input[type="url"]:disabled:-ms-input-placeholder,
input[type="tel"]:disabled:-ms-input-placeholder,
input[type="search"]:disabled:-ms-input-placeholder,
input[type="number"]:disabled:-ms-input-placeholder,
input[type="datetime"]:disabled:-ms-input-placeholder,
input[type="email"]:disabled:-ms-input-placeholder,
select:disabled:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
input[type="text"][disabled]:-ms-input-placeholder,
input[type="password"][disabled]:-ms-input-placeholder,
input[type="url"][disabled]:-ms-input-placeholder,
input[type="tel"][disabled]:-ms-input-placeholder,
input[type="search"][disabled]:-ms-input-placeholder,
input[type="number"][disabled]:-ms-input-placeholder,
input[type="datetime"][disabled]:-ms-input-placeholder,
input[type="email"][disabled]:-ms-input-placeholder,
select[disabled]:-ms-input-placeholder,
textarea[disabled]:-ms-input-placeholder {
  color: #fff;
}
input[type="text"]:disabled::-webkit-input-placeholder,
input[type="password"]:disabled::-webkit-input-placeholder,
input[type="url"]:disabled::-webkit-input-placeholder,
input[type="tel"]:disabled::-webkit-input-placeholder,
input[type="search"]:disabled::-webkit-input-placeholder,
input[type="number"]:disabled::-webkit-input-placeholder,
input[type="datetime"]:disabled::-webkit-input-placeholder,
input[type="email"]:disabled::-webkit-input-placeholder,
select:disabled::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder,
input[type="text"][disabled]::-webkit-input-placeholder,
input[type="password"][disabled]::-webkit-input-placeholder,
input[type="url"][disabled]::-webkit-input-placeholder,
input[type="tel"][disabled]::-webkit-input-placeholder,
input[type="search"][disabled]::-webkit-input-placeholder,
input[type="number"][disabled]::-webkit-input-placeholder,
input[type="datetime"][disabled]::-webkit-input-placeholder,
input[type="email"][disabled]::-webkit-input-placeholder,
select[disabled]::-webkit-input-placeholder,
textarea[disabled]::-webkit-input-placeholder {
  color: #fff;
}
.fieldset {
  border: 0;
  margin: 0 0 32px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 16px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  color: #1e398d;
  font-weight: 400;
  line-height: 24px;
  font-size: 1.6rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 16px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 8px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  color: #777;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.4rem;
}
.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: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #777;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 24px;
  padding: 12px 16px;
  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:focus,
.fieldset > .fields > .field .addon .addbefore:focus,
.fieldset > .field .addon .addafter:focus,
.fieldset > .fields > .field .addon .addafter:focus {
  border: 1px solid #2196f3;
  color: #1e398d;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  background: #e0e0e0;
  color: #fff;
}
.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: #777;
}
.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: #777;
}
.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: #777;
}
.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: 0;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: "*";
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset
  > .field
  label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(.rating-5),
.fieldset
  > .fields
  > .field
  label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(.rating-5),
.fieldset
  > .field
  .label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(.rating-5),
.fieldset
  > .fields
  > .field
  .label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(.rating-5) {
  width: 100%;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 8px;
}
.column:not(.main)
  .fieldset
  > .field
  label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(.rating-5),
.column:not(.main)
  .fieldset
  > .fields
  > .field
  label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(.rating-5),
.column:not(.main)
  .fieldset
  > .field
  .label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(.rating-5),
.column:not(.main)
  .fieldset
  > .fields
  > .field
  .label:not(.rating-1):not(.rating-2):not(.rating-3):not(.rating-4):not(.rating-5) {
  font-weight: 400;
}
.fieldset > .field .control,
.fieldset > .fields > .field .control {
  position: relative;
}
.fieldset > .field .control .field.additional,
.fieldset > .fields > .field .control .field.additional {
  margin-top: 8px;
}
.fieldset > .field .control .powered-by-google,
.fieldset > .fields > .field .control .powered-by-google {
  top: -24px;
}
.fieldset > .field input[type="checkbox"]:not([name*="rating"]) + label,
.fieldset
  > .fields
  > .field
  input[type="checkbox"]:not([name*="rating"])
  + label,
.fieldset > .field input[type="radio"]:not([name*="rating"]) + label,
.fieldset > .fields > .field input[type="radio"]:not([name*="rating"]) + label,
.fieldset > .field input[type="checkbox"]:not([name*="rating"]) + .label,
.fieldset
  > .fields
  > .field
  input[type="checkbox"]:not([name*="rating"])
  + .label,
.fieldset > .field input[type="radio"]:not([name*="rating"]) + .label,
.fieldset
  > .fields
  > .field
  input[type="radio"]:not([name*="rating"])
  + .label {
  margin: 6px 0;
}
.fieldset > .field.field-switcher .field.choice,
.fieldset > .fields > .field.field-switcher .field.choice {
  display: inline-block;
  margin: 0 32px 0 0;
  vertical-align: top;
}
.fieldset > .field input[type="file"],
.fieldset > .fields > .field input[type="file"] {
  margin: 8px 0;
}
.fieldset > .field.field-passport_number,
.fieldset > .fields > .field.field-passport_number,
.fieldset > .field.field-identity_number,
.fieldset > .fields > .field.field-identity_number {
  margin: 0;
}
.fieldset fieldset.review-field-ratings .control {
  position: static;
}
.fieldset fieldset.review-field-ratings .control.review-control-vote::before {
  color: #e2e2e2;
}
.fieldset
  fieldset.review-field-ratings
  .control.review-control-vote
  label::before {
  color: #ffc107;
}
.fieldset > .field.required > .label,
.fieldset > .fields > .field.required > .label,
.fieldset > .field._required > .label,
.fieldset > .fields > .field._required > .label {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.fieldset > .field.required > .label::after,
.fieldset > .fields > .field.required > .label::after,
.fieldset > .field._required > .label::after,
.fieldset > .fields > .field._required > .label::after {
  display: none;
}
input[type="checkbox"]:not([name*="rating"]),
input[type="radio"]:not([name*="rating"]) {
  display: none;
}
input[type="checkbox"]:not([name*="rating"]) + label,
input[type="radio"]:not([name*="rating"]) + label,
input[type="checkbox"]:not([name*="rating"]) + .label,
input[type="radio"]:not([name*="rating"]) + .label {
  display: inline-block;
  text-decoration: none;
  line-height: 32px;
  margin: 6px 0;
  cursor: pointer;
}
input[type="checkbox"]:not([name*="rating"]) + label:before,
input[type="radio"]:not([name*="rating"]) + label:before,
input[type="checkbox"]:not([name*="rating"]) + .label:before,
input[type="radio"]:not([name*="rating"]) + .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 32px;
  content: "\f134";
  font-family: icons-blank-theme;
  margin: 0 8px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
input[type="checkbox"]:not([name*="rating"]) + label > span,
input[type="radio"]:not([name*="rating"]) + label > span,
input[type="checkbox"]:not([name*="rating"]) + .label > span,
input[type="radio"]:not([name*="rating"]) + .label > span {
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
}
input[type="checkbox"]:not([name*="rating"]):checked + label,
input[type="radio"]:not([name*="rating"]):checked + label,
input[type="checkbox"]:not([name*="rating"]):checked + .label,
input[type="radio"]:not([name*="rating"]):checked + .label,
input[type="checkbox"]:not([name*="rating"]):checked + .label span,
input[type="radio"]:not([name*="rating"]):checked + .label span {
  color: #1e398d;
  font-weight: 600;
  line-height: 32px;
}
input[type="checkbox"]:not([name*="rating"]):checked + label::before,
input[type="radio"]:not([name*="rating"]):checked + label::before,
input[type="checkbox"]:not([name*="rating"]):checked + .label::before,
input[type="radio"]:not([name*="rating"]):checked + .label::before,
input[type="checkbox"]:not([name*="rating"]):checked + .label span::before,
input[type="radio"]:not([name*="rating"]):checked + .label span::before {
  color: #1e398d;
}
input[type="radio"]:not([name*="rating"]) + label::before,
input[type="radio"]:not([name*="rating"]) + .label::before {
  font-size: 16px;
  content: "\f134";
  font-family: hirschs-icons;
  vertical-align: top;
  padding: 8px;
  width: 32px;
  line-height: 16px;
  border-radius: 4px;
  box-sizing: border-box;
  color: #1e398d;
}
input[type="radio"]:not([name*="rating"]):checked + label::before,
input[type="radio"]:not([name*="rating"]):checked + .label::before {
  content: "\f133";
}
input[type="radio"][name*="rating"]:checked + label::before,
input[type="radio"][name*="rating"]:checked + .label::before {
  color: #ffc107;
}
input[type="checkbox"] + label::before,
input[type="checkbox"] + .label::before {
  font-style: normal;
  vertical-align: top;
  font-size: 16px;
  font-family: hirschs-icons;
  content: "\f130";
  padding: 8px;
  width: 32px;
  line-height: 16px;
  border-radius: 4px;
  color: #1e398d;
  box-sizing: border-box;
}
input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:checked + .label::before {
  content: "\f132";
}
input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
input[type="file"] + label {
  background-image: none;
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
  cursor: pointer;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 600;
  margin: 0;
  padding: 8px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  word-spacing: -4px;
  margin-bottom: 16px;
}
input[type="file"] + label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
input[type="file"] + label:hover:before {
  color: inherit;
}
input[type="file"] + label:active:before {
  color: inherit;
}
input[type="file"] + label:focus,
input[type="file"] + label:active {
  background: #fff;
  border: 1px solid #1e398d;
  color: #1e398d;
}
input[type="file"] + label:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
}
input[type="file"] + label.disabled,
input[type="file"] + label[disabled],
fieldset[disabled] input[type="file"] + label {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
input[type="file"] + label:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
input[type="file"] + label * {
  pointer-events: none;
}
input[type="file"] + label > span {
  margin-left: 16px;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
}
input[type="file"]:focus + label {
  color: #1e398d;
  background: #fff;
  border: 1px solid #fff;
}
.image-preview.message {
  position: relative;
}
.image-preview.message img {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  max-height: calc(100% - 8px);
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 8px;
}
.fieldset legend.legend > span {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 16px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 16px;
}
.field.password .control,
.field.confirmation .control,
.field.field-password .control {
  position: relative;
}
input.mage-error {
  border-color: #f44336;
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
}
.field-error,
div.mage-error[generated] {
  color: #d22a30;
  font-weight: 400;
  line-height: 16px;
  font-size: 1.2rem;
  text-align: left;
  margin-top: 4px;
}
.field-error::before,
div.mage-error[generated]::before {
  font-style: normal;
  position: absolute;
  display: inline-block;
  font-size: 18px;
  content: "\f100";
  font-family: hirschs-icons;
  height: 18px;
  width: 18px;
  line-height: 36px;
  top: 2px;
  right: 16px;
  color: #f44336;
  z-index: 20;
}
.field .valid {
  border: 1px solid #4caf50;
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
  color: #1e398d;
}
.field .valid::before {
  font-style: normal;
  position: absolute;
  display: inline-block;
  font-size: 36px;
  content: "\f101";
  font-family: hirschs-icons;
  height: 36px;
  width: 36px;
  line-height: 36px;
  top: 2px;
  right: 4px;
  color: #f44336;
}
textarea.mage-error + .mage-error::before {
  display: none;
}
select.mage-error {
  background: 0 0;
}
.field-tooltip .field-tooltip-action::before {
  width: 40px;
  height: 38px;
  margin-top: -1px;
  font-size: 18px !important;
  line-height: 40px !important;
}
.product-options-wrapper .date.required div[for*="options"].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #1e398d;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
select {
  border-radius: 4px;
  -webkit-appearance: none;
}
select:hover {
  outline: none;
}
select:focus {
  border: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: 0 0;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: 0 0;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #6180dd;
  content: "\e612";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.password-toggle {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  z-index: 10;
  padding: 8px;
  top: 0;
  cursor: pointer;
}
.password-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #9e9e9e;
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.password-toggle::after {
  transition: color 0.26s ease;
}
.limiter .limiter-options {
  background: 0 0;
}
@font-face {
  font-family: icons-blank-theme;
  src: url(../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2) format("woff2"),
    url(../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 4px;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #1e398d;
  border: 1px solid #1e398d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 600;
  padding: 8px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background: #3a529b;
  border: 1px solid #3a529b;
  color: #fff;
}
.action.primary:hover,
.action-primary:hover {
  background: #1e398d;
  border: 1px solid #1e398d;
  color: #fff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: "";
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 8px;
}
.product.data.items > .item.title > .switch {
  background: #e5e5eb;
  border-bottom: 1px solid #c2c2d0;
  border-left: 1px solid #c2c2d0;
  border-right: 1px solid #c2c2d0;
  border-top: 1px solid #c2c2d0;
  height: 40px;
  padding: 8px 16px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #fff;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #fff;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #3c3939;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fff;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #fff;
  color: #3c3939;
  text-decoration: none;
  padding-bottom: 8px;
}
.product.data.items > .item.content {
  background: #fff;
  border: 1px solid #c2c2d0;
  margin: 0 0 8px;
  padding: 16px;
}
.product.data.items .data.item {
  display: block;
}
.product.data.items .item.title > .switch {
  padding: 1px 15px;
}
.product.data.items > .item.content {
  padding: 10px 15px 30px;
}
.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: 2.4rem;
  letter-spacing: normal;
  margin: 0 4px;
  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: #777;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages a.page:visited {
  color: #777;
}
.pages a.page:hover {
  color: #1e398d;
  text-decoration: none;
}
.pages a.page:active {
  color: #1e398d;
}
.pages strong.page {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: #1e398d;
  display: inline-block;
  font-weight: 600;
  padding: 0;
}
.pages .action {
  color: #8291be;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #8291be;
}
.pages .action:hover {
  color: #8291be;
  text-decoration: none;
}
.pages .action:active {
  color: #8291be;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #8291be;
}
.pages .action.next:active:before {
  color: #8291be;
}
.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: 18px;
  line-height: inherit;
  color: #8291be;
  content: "\f12b";
  font-family: icons-blank-theme;
  margin: 0 auto;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #8291be;
}
.pages .action.next:active:before {
  color: #8291be;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #8291be;
}
.pages .action.previous:active:before {
  color: #8291be;
}
.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: 18px;
  line-height: inherit;
  color: #8291be;
  content: "\f12a";
  font-family: icons-blank-theme;
  margin: 0 auto;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #8291be;
}
.pages .action.previous:active:before {
  color: #8291be;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 16px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 16px;
}
.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;
}
.breadcrumbs {
  margin: 0 0 16px;
}
.breadcrumbs .items {
  font-size: 1.4rem;
  color: #3c3939;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #777;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #777;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #1e398d;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #1e398d;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 600;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 24px;
  content: "/";
  margin: 0 4px;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e616";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: 0 0;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: 0 0;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ": ";
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  border-radius: 4px;
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 24px 38px 3px rgba(60, 57, 57, 0.14),
    0 9px 46px 8px rgba(60, 57, 57, 0.12),
    0 11px 15px -7px rgba(60, 57, 57, 0.2);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 14.8rem;
  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 {
  -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 {
  display: none;
}
.modal-slide .modal-header,
.modal-slide .modal-content {
  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;
  max-width: 360px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 360px;
  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 0.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%;
  border-radius: 4px;
}
.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 {
  padding: 0 16px 16px;
}
.modal-popup .modal-header {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding: 16px;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup .action-close,
.modal-slide .action-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  border: none;
  padding: 0;
  box-shadow: none;
}
.modal-popup .action-close span,
.modal-slide .action-close span {
  display: none;
}
.modal-popup .action-close::after,
.modal-slide .action-close::after {
  content: "\f100";
  font-size: 18px;
  line-height: 24px;
  font-family: hirschs-icons;
  color: #a5b0d0;
  transition: color 0.3s ease-in-out;
}
.modal-popup .action-close:hover::after,
.modal-slide .action-close:hover::after,
.modal-popup .action-close:focus::after,
.modal-slide .action-close:focus::after,
.modal-popup .action-close:active::after,
.modal-slide .action-close:active::after {
  color: #1e398d;
}
.modal-popup.prompt .prompt-message {
  padding-bottom: 2rem;
}
.modal-popup.prompt .prompt-message input {
  width: 100%;
}
.modal-popup.confirm .modal-inner-wrap .message:not(.message-error),
.modal-popup.prompt .modal-inner-wrap .message:not(.message-error) {
  background: #fff;
}
.modal-popup.modal-system-messages .modal-inner-wrap {
  background: #777;
}
.modal-popup._image-box .modal-inner-wrap {
  margin: 5rem auto;
  max-width: 78rem;
  position: static;
}
.modal-popup._image-box .thumbnail-preview {
  padding-bottom: 32px;
  text-align: center;
}
.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
  border: 1px solid #ccc;
  margin: 0 auto 16px;
  max-width: 86rem;
  padding: 16px;
}
.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
  max-height: 54rem;
}
.modal-popup .modal-footer {
  display: none;
}
.modal-slide .modal-content-new-attribute {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding-bottom: 0;
}
.modal-slide .modal-content-new-attribute iframe {
  margin-bottom: -24px;
}
.modal-slide .modal-title {
  font-size: 18px;
  line-height: 24px;
  margin-right: 5.7rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -13.9rem;
  margin-top: 2.1rem;
}
.modal-slide .magento-message {
  padding: 0 16px 16px;
  position: relative;
}
.modal-slide .main-col .insert-title-inner,
.modal-slide .magento-message .insert-title-inner {
  border-bottom: 1px solid #adadad;
  margin: 0 0 16px;
  padding-bottom: 8px;
}
.modal-slide .main-col .insert-actions,
.modal-slide .magento-message .insert-actions {
  float: right;
}
.modal-slide .main-col .title,
.modal-slide .magento-message .title {
  font-size: 16px;
  padding-top: 8px;
}
.modal-slide .main-col,
.modal-slide .side-col {
  float: left;
  padding-bottom: 0;
}
.modal-slide .main-col::after,
.modal-slide .side-col::after {
  display: none;
}
.modal-slide .side-col {
  width: 20%;
}
.modal-slide .main-col {
  padding-right: 0;
  width: 80%;
}
.modal-slide .content-footer .form-buttons {
  float: right;
}
.modal-header {
  padding: 16px;
}
.modal-header .modal-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.newsletter-popup .block.newsletter {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
  overflow-x: hidden;
}
.newsletter-popup .block.newsletter .field {
  position: relative;
}
.newsletter-popup .block.newsletter .field .control::before {
  position: absolute;
  line-height: 42px;
}
.newsletter-popup .block.newsletter .actions {
  margin-top: 16px;
  display: block;
  width: 100%;
}
.newsletter-popup .block.newsletter .actions .subscribe {
  margin-left: 0;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 4px;
}
.modals-overlay {
  background-color: rgba(146, 145, 145, 0.6);
  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;
}
.checkout-index-index .modal-custom-overlay {
  background-color: rgba(146, 145, 145, 0.6);
}
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container
  .checkout-shipping-address
  div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #fff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #ccc;
  font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root {
  border-bottom: 1px solid #ccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-details,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-details {
  float: left;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .action-gift,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .action-gift,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here
  .action-gift,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .ship-here
  .action-gift,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address
  .action-gift,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .select-address
  .action-gift,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .action-gift,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .action-gift {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .action-gift,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .action-gift {
  background-color: #eee;
  border: none;
  box-shadow: none;
  color: #777;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button:hover,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  button:hover,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .cart.table-wrapper
  .actions-toolbar
  > .action:hover,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .cart.table-wrapper
  .actions-toolbar
  > .action:hover,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .action-gift:hover,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .address-selected
  .action-gift:hover {
  cursor: auto;
  background-color: #eee;
  border: none;
  box-shadow: none;
  color: #777;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .action-gift,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .action-gift,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .action-gift,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .action-gift {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button.action-primary,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button.action-primary,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-primary,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-primary,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .action-gift.action-primary,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .action-gift.action-primary {
  color: #777;
  text-transform: uppercase;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button.action-primary:hover,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  button.action-primary:hover,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-primary:hover,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-primary:hover,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .action-gift.action-primary:hover,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .default-address
  .action-gift.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button.action-primary,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  button.action-primary,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-primary,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-primary,
.shipping-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .action-gift.action-primary,
.billing-address-modal
  .modal-inner-wrap
  .admin__action-multiselect-menu-inner
  ._root
  .edit-address
  .action-gift.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url(../images/loader-2.gif) 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url(../images/loader-2.gif) 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #fff;
  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: #fff;
  font-size: 14px;
}
.lac-notification-sticky
  .lac-notification
  .lac-notification-links
  .lac-notification-close-link:after {
  background: url(../Magento_LoginAsCustomerFrontendUi/images/close.svg);
  content: " ";
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: pagebuilder-font;
  font-style: normal;
  font-weight: 400;
  src: url(../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot);
  src: url(../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix)
      format("embedded-opentype"),
    url(../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff)
      format("woff"),
    url(../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf)
      format("truetype");
}
.pagebuilder-icon,
.slick-prev::before,
.slick-next::before,
.slick-prev::after,
.slick-next::after {
  -webkit-font-smoothing: antialiased;
  font-family: pagebuilder-font;
  font-style: normal;
  font-weight: 400;
  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: 400;
  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: 0.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 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 160px;
}
.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;
}
.slick-slide[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;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  color: #494949;
}
.slick-prev::before,
.slick-next::before,
.slick-prev::after,
.slick-next::after {
  color: #555;
  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 {
  position: absolute;
  bottom: 20px;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  width: 8px;
  height: 8px;
  background: #a0a09f;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  background-color: #001c64;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #001c64;
}
[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;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance="collage-centered"]
  .pagebuilder-banner-wrapper
  .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance="collage-left"]
  .pagebuilder-banner-wrapper
  .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance="collage-right"]
  .pagebuilder-banner-wrapper
  .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$="block"] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type="buttons"] {
  max-width: 100%;
}
[data-content-type="button-item"] {
  max-width: 100%;
}
[data-content-type="button-item"] [data-element="link"],
[data-content-type="button-item"] [data-element="empty_link"] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type="button-item"] [data-element="empty_link"] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2rem;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: 0 0;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-link[disabled],
fieldset[disabled]
  .cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1e398d;
  border: 1px solid #1e398d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 8px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 14px 17px;
  font-size: 1.6rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #3a529b;
  border: 1px solid #3a529b;
  color: #fff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #1e398d;
  border: 1px solid #1e398d;
  color: #fff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-primary[disabled],
fieldset[disabled]
  .cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
  cursor: pointer;
  display: inline-block;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 8px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2rem;
  padding: 14px 17px;
  font-size: 1.6rem;
  border-radius: 4px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #fff;
  border: 1px solid #1e398d;
  color: #1e398d;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled]
  .cart.table-wrapper
  .actions-toolbar
  > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type="heading"] {
  word-wrap: break-word;
}
[data-content-type="html"] {
  word-wrap: break-word;
}
figure[data-content-type="image"] {
  box-sizing: border-box;
}
figure[data-content-type="image"] > [data-element="link"],
figure[data-content-type="image"] > [data-element="link"] img {
  border-radius: inherit;
}
figure[data-content-type="image"] figcaption {
  word-wrap: break-word;
}
[data-content-type="map"] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type="row"] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column
  .widget-product-grid
  .product-item
  .product-item-actions
  .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column
  .widget-product-grid
  .product-item
  .product-item-actions
  .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column
  .widget-product-grid
  .product-item
  .product-item-actions
  .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column
  [data-content-type="products"]
  .block.widget
  .products-grid
  .widget-product-grid.product-items
  .product-item {
  width: 200px;
}
[data-content-type="products"][data-appearance="carousel"]
  .slick-initialized
  li.product-item {
  display: block;
}
[data-content-type="products"][data-appearance="carousel"]
  .slick-initialized
  li.product-item:first-child {
  visibility: visible;
}
[data-content-type="products"][data-appearance="carousel"] .product-item-info {
  width: auto;
}
[data-content-type="products"][data-appearance="carousel"] li.product-item {
  display: none;
}
[data-content-type="products"][data-appearance="carousel"]
  li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type="products"][data-appearance="carousel"].center-mode
  .product-item {
  opacity: 0.5;
  transition: all 300ms ease;
}
[data-content-type="products"][data-appearance="carousel"].center-mode
  .product-item:hover {
  opacity: 1;
}
[data-content-type="products"][data-appearance="carousel"].center-mode
  .slick-current
  .product-item {
  opacity: 1;
}
[data-content-type="row"][data-appearance="contained"] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type="row"][data-appearance="contained"] [data-element="inner"] {
  box-sizing: border-box;
}
[data-content-type="row"][data-appearance="full-bleed"] {
  box-sizing: border-box;
}
[data-content-type="row"][data-appearance="full-width"] {
  box-sizing: border-box;
}
[data-content-type="row"][data-appearance="full-width"]
  > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type="slide"] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type="slide"] > [data-element="link"],
[data-content-type="slide"] > [data-element="empty_link"] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type="slide"] > [data-element="link"]:hover,
[data-content-type="slide"] > [data-element="empty_link"]:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type="slide"] + [data-content-type="slide"] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type="slide"] + [data-content-type="slide"] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > div,
.pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > img,
.pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > video,
.pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper
  .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element="content"] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance="collage-centered"]
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance="collage-left"]
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance="collage-right"]
  .pagebuilder-slide-wrapper
  .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type="slider"] {
  visibility: hidden;
}
div[data-content-type="slider"].slick-initialized {
  visibility: visible;
}
div[data-content-type="slider"] .slick-list,
div[data-content-type="slider"] .slick-track,
div[data-content-type="slider"] .slick-slide {
  min-height: inherit;
}
div[data-content-type="slider"] .slick-list > div,
div[data-content-type="slider"] .slick-track > div,
div[data-content-type="slider"] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type="tabs"] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type="tabs"] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  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: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.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 #ccc;
}
div[data-content-type="tabs"] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}
div[data-content-type="tabs"]
  .tabs-navigation
  li.tab-header.ui-state-active
  a.tab-title {
  position: relative;
  transition: all 0.3s;
}
div[data-content-type="tabs"] .tabs-content {
  border: 1px solid #ccc;
  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: #333;
  font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: "";
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 8px;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #e5e5eb;
  border-bottom: 1px solid #c2c2d0;
  border-left: 1px solid #c2c2d0;
  border-right: 1px solid #c2c2d0;
  border-top: 1px solid #c2c2d0;
  height: 40px;
  padding: 8px 16px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #fff;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #fff;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #3c3939;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fff;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #fff;
  color: #3c3939;
  text-decoration: none;
  padding-bottom: 8px;
}
.pagebuilder-accordion > .item.content {
  background: #fff;
  border: 1px solid #c2c2d0;
  margin: 0 0 8px;
  padding: 16px;
}
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
[data-content-type="dynamic_block"] figure[data-content-type="image"] img {
  display: inline;
}
[data-content-type="dynamic_block"] .block-banners .banner-item-content,
[data-content-type="dynamic_block"] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px;
}
.checkout-shipping-address
  .address-sender
  .radio
  ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address
  .default-shipping-address.address-sender
  ~ .new-address-popup {
  margin-left: 25px;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 35%,
    #fff
  );
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+)
    no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=)
    no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
    no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=)
    no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.fotorama__fullscreen .vaimo-component-badge__wrapper {
  display: none;
}
.vaimo-component-badge__wrapper {
  position: absolute;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 50%;
}
.vaimo-component-badge__wrapper--top-left {
  top: 0;
  left: 0;
}
.vaimo-component-badge__wrapper--top-right {
  top: 0;
  right: 0;
}
.vaimo-component-badge__wrapper--bottom-left {
  bottom: 0;
  left: 0;
}
.vaimo-component-badge__wrapper--bottom-right {
  bottom: 0;
  right: 0;
}
.vaimo-component-badge__wrapper--bottom-center,
.vaimo-component-badge__wrapper--top-center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.vaimo-component-badge__wrapper--top-center {
  top: 0;
}
.vaimo-component-badge__wrapper--bottom-center {
  bottom: 0;
}
.vaimo-component-badge {
  line-height: normal;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.vaimo-component-badge__image {
  max-height: 150px;
  display: block;
  margin: 0 auto;
}
.vaimo-component-badge__text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.vaimo-component-badge--no-image .vaimo-component-badge__text {
  position: static;
}
.ecommerce.wrapper .ecommerce.header {
  text-align: center;
}
.pac-container {
  z-index: 1000 !important;
}
.field[name$=".street.0"],
.form-address-edit .field.street {
  position: relative;
}
.powered-by-google {
  max-width: 128px;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-sections-item-content > .nav-container {
  display: block;
}
.v-navigation {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.v-navigation__list,
.v-navigation__group,
.v-navigation__item {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.v-navigation .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.v-navigation .widget-static-block h1,
.v-navigation .widget-static-block h2,
.v-navigation .widget-static-block h3,
.v-navigation .widget-static-block h4,
.v-navigation .widget-static-block h5 {
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 0 0.6em;
}
.nav-container {
  position: relative;
  box-sizing: border-box;
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
}
.v-navigation__link--active:hover {
  border-color: transparent;
}
.v-navigation__link:link,
.v-navigation__link:visited {
  color: currentColor;
}
.v-navigation__toggle-sub-menu {
  cursor: pointer;
}
.v-navigation__image {
  display: block;
  max-width: 100%;
}
.v-navigation--mega {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.v-navigation--mega .v-navigation__list--background {
  display: none;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class]
  > a {
  padding-left: 56px;
  position: relative;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class]
  > a::before {
  content: "";
  height: 40px;
  position: absolute;
  left: 0;
  top: 12px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="fridges"]
  > a::before {
  background: url(../images/menu-icons/Fridges.svg) right no-repeat;
  background-size: 66px 102px;
  width: 66px;
  background-position-x: right;
  background-position-y: -26px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="freezers"]
  > a::before {
  background: url(../images/menu-icons/freezer.svg) right no-repeat;
  background-size: 66px 102px;
  width: 66px;
  background-position-x: right;
  background-position-y: -26px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="bar"]
  > a::before {
  background: url(../images/menu-icons/bar_fridge.svg) right no-repeat;
  background-size: 66px 102px;
  width: 66px;
  background-position-x: right;
  background-position-y: -26px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="freestanding"]
  > a::before {
  background: url(../images/menu-icons/freestanding_dishwasher.svg) right
    no-repeat;
  background-size: 64px 80px;
  width: 64px;
  background-position-x: right;
  background-position-y: -17px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="integrated"]
  > a::before {
  background: url(../images/menu-icons/integrated_dishwashers.svg) right
    no-repeat;
  background-size: 60px 54px;
  width: 60px;
  background-position-x: right;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="tv-s"]
  > a::before {
  background: url(../images/menu-icons/tvs.svg) right no-repeat;
  background-size: 66px 102px;
  width: 66px;
  background-position-x: right;
  background-position-y: -27px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="home-audio"]
  > a::before {
  background: url(../images/menu-icons/home_audio.svg) right no-repeat;
  background-size: 72px 102px;
  width: 72px;
  background-position-x: -2px;
  background-position-y: -28px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="speakers"]
  > a::before {
  background: url(../images/menu-icons/speaker.svg) right no-repeat;
  background-size: 100px 130px;
  width: 100px;
  background-position-x: -20px;
  background-position-y: -40px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="accessories"]
  > a::before {
  background: url(../images/menu-icons/tv_accesories.svg) right no-repeat;
  background-size: 60px 62px;
  width: 60px;
  background-position-x: right;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="smartphones"]
  > a::before {
  background: url(../images/menu-icons/smart_phones.svg) right no-repeat;
  background-size: 56px 76px;
  width: 56px;
  background-position-x: 4px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="tablets"]
  > a::before {
  background: url(../images/menu-icons/tablet.svg) right no-repeat;
  background-size: 66px 68px;
  width: 66px;
  background-position-x: right;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="mobile-accessories"]
  > a::before {
  background: url("../images/menu-icons/mobile accessories.svg") right no-repeat;
  background-size: 66px 102px;
  width: 66px;
  background-position-x: right;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="watches"]
  > a::before {
  background: url(../images/menu-icons/watch.svg) right no-repeat;
  background-size: 50px 56px;
  width: 50px;
  background-position-x: 8px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="ovens"]
  > a::before {
  background: url(../images/menu-icons/oven.svg) right no-repeat;
  background-size: 62px 86px;
  width: 62px;
  background-position-x: right;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="hobs"]
  > a::before {
  background: url(../images/menu-icons/hob.svg) right no-repeat;
  background-size: 66px 80px;
  width: 66px;
  background-position-x: -3px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="combos"]
  > a::before {
  background: url(../images/menu-icons/oven_and_hob_combo.svg) right no-repeat;
  background-size: 62px 95px;
  width: 62px;
  background-position-x: -4px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="stoves"]
  > a::before {
  background: url(../images/menu-icons/stoves.svg) right no-repeat;
  background-size: 52px 70px;
  width: 52px;
  background-position-x: 4px;
  background-position-y: -17px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="cookerhoods-extractors"]
  > a::before {
  background: url(../images/menu-icons/extractor.svg) right no-repeat;
  background-size: 60px 57px;
  width: 60px;
  background-position-x: right;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="microwaves"]
  > a::before {
  background: url(../images/menu-icons/microwaves.svg) right no-repeat;
  background-size: 60px 80px;
  width: 60px;
  background-position-x: inherit;
  background-position-y: -28px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="braai"]
  > a::before {
  background: url(../images/menu-icons/braai.svg) right no-repeat;
  background-size: 60px 60px;
  width: 60px;
  background-position-x: right;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="washing-machine"]
  > a::before {
  background: url(../images/menu-icons/washing_machines.svg) right no-repeat;
  background-size: 56px 58px;
  width: 56px;
  background-position-x: right;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="tumble-dryers"]
  > a::before {
  background: url(../images/menu-icons/tumble_dryer.svg) right no-repeat;
  background-size: 56px 50px;
  width: 56px;
  background-position-x: right;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="washer-dryers"]
  > a::before {
  background: url(../images/menu-icons/washer_dryers.svg) right no-repeat;
  background-size: 56px 50px;
  width: 56px;
  background-position-x: right;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="irons-steamers"]
  > a::before {
  background: url(../images/menu-icons/iron.svg) right no-repeat;
  background-size: 66px 80px;
  width: 66px;
  background-position-x: -4px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="vacuum"]
  > a::before {
  background: url(../images/menu-icons/vacuums.svg) right no-repeat;
  background-size: 66px 80px;
  width: 66px;
  background-position-x: -7px;
  background-position-y: -25px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="food-preparation"]
  > a::before {
  background: url(../images/menu-icons/food_prep.svg) right no-repeat;
  background-size: 78px 102px;
  width: 78px;
  background-position-x: -4px;
  background-position-y: -24px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="kettles-toasters"]
  > a::before {
  background: url(../images/menu-icons/kettles_and_toasters.svg) right no-repeat;
  background-size: 78px 102px;
  width: 78px;
  background-position-x: -6px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="coffee"]
  > a::before {
  background: url(../images/menu-icons/coffee.svg) right no-repeat;
  background-size: 72px 102px;
  width: 72px;
  background-position-x: right;
  background-position-y: -34px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="cooking-baking"]
  > a::before {
  background: url(../images/menu-icons/cooking_and_baking.svg) right no-repeat;
  background-size: 50px 48px;
  width: 50px;
  background-position-x: 6px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="cleaning"]
  > a::before {
  background: url(../images/menu-icons/cleaning.svg) right no-repeat;
  background-size: 66px 102px;
  width: 66px;
  background-position-x: right;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="personal-care"]
  > a::before {
  background: url(../images/menu-icons/personal_care.svg) right no-repeat;
  background-size: 90px 114px;
  width: 90px;
  background-position-x: -9px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="aircons"]
  > a::before {
  background: url(../images/menu-icons/heating_and_cooling.svg) right no-repeat;
  background-size: 100px 130px;
  width: 100px;
  background-position-x: -19px;
  background-position-y: -43px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="heaters"]
  > a::before {
  background: url(../images/menu-icons/heater.svg) right no-repeat;
  background-size: 80px 102px;
  width: 80px;
  background-position-x: -11px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="fans"]
  > a::before {
  background: url(../images/menu-icons/FANS.svg) right no-repeat;
  background-size: 80px 102px;
  width: 80px;
  background-position-x: -8px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="air-purifier-dehumidifier"]
  > a::before {
  background: url(../images/menu-icons/air_pure.svg) right no-repeat;
  background-size: 60px 102px;
  width: 60px;
  background-position-x: 6px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="beds"]
  > a::before {
  background: url(../images/menu-icons/beds.svg) right no-repeat;
  background-size: 70px 84px;
  width: 70px;
  background-position-x: -6px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="furniture"]
  > a::before {
  background: url(../images/menu-icons/furniture.svg) right no-repeat;
  background-size: 64px 84px;
  width: 64px;
  background-position-x: 3px;
  background-position-y: -26px;
}
.v-navigation--mega
  .v-navigation__list--background
  .v-navigation__item[data-class="laptops"]
  > a::before {
  background: url(../images/menu-icons/laptop.svg) right no-repeat;
  background-size: 50px 56px;
  width: 50px;
  background-position-x: 6px;
  background-position-y: center;
}
.v-navigation--mega
  .v-navigation__item--level0[data-class="specials-and-promotions"]
  > a::before {
  background: url(https://www.hirschs.co.za/static/version1613991942/frontend/Vaimo/hirschs/en_US/images/menu-icons/discount.svg) right no-repeat;
  background-size: 24px 24px;
  width: 24px;
}
.v-navigation--mega
  .v-navigation__item--level0[data-class="fridges-and-freezers"]
  > a::before {
  background: url(https://www.hirschs.co.za/static/version1613991942/frontend/Vaimo/hirschs/en_US/images/menu-icons/refrigiration.svg) right no-repeat;
  background-size: 52px 74px;
  width: 52px;
}
.v-navigation--mega
  .v-navigation__item--level0[data-class="dishwashers"]
  > a::before {
  background: url(https://www.hirschs.co.za/static/version1613991942/frontend/Vaimo/hirschs/en_US/images/menu-icons/dishwasher.svg) right no-repeat;
  background-size: 50px 74px;
  width: 50px;
}
.v-navigation--mega
  .v-navigation__item--level0[data-class="tv-and-entertainment"]
  > a::before {
  background: url(https://www.hirschs.co.za/static/version1613991942/frontend/Vaimo/hirschs/en_US/images/menu-icons/tv_and_entertaiment.svg) right no-repeat;
  background-size: 56px 74px;
  width: 56px;
}
.v-navigation--mega
  .v-navigation__item--level0[data-class="mobile-accessories"]
  > a::before {
  background: url(https://www.hirschs.co.za/static/version1613991942/frontend/Vaimo/hirschs/en_US/images/menu-icons/mobile_and_accesories.svg) right
    no-repeat;
  background-size: 38px 74px;
  width: 38px;
}
.v-navigation--mega
  .v-navigation__item--level0[data-class="ovens-cooking"]
  > a::before {
  background: url(https://www.hirschs.co.za/static/version1613991942/frontend/Vaimo/hirschs/en_US/images/menu-icons/oven_and_cooking.svg) right no-repeat;
  background-size: 48px 74px;
  width: 48px;
}
.v-navigation--mega
  .v-navigation__item--level0[data-class="laundry-cleaning"]
  > a::before {
  background: url(https://www.hirschs.co.za/static/version1613991942/frontend/Vaimo/hirschs/en_US/images/menu-icons/laundry_and_cleaning.svg) right no-repeat;
  background-size: 32px 74px;
  width: 32px;
}
.v-navigation--mega
  .v-navigation__item--level0[data-class="small-appliances"]
  > a::before {
  background: url(https://www.hirschs.co.za/static/version1613991942/frontend/Vaimo/hirschs/en_US/images/menu-icons/small_appliances.svg) right no-repeat;
  background-size: 44px 74px;
  width: 44px;
}
.v-navigation--mega
  .v-navigation__item--level0[data-class="heating-cooling"]
  > a::before {
  background: url(https://www.hirschs.co.za/static/version1613991942/frontend/Vaimo/hirschs/en_US/images/menu-icons/aircons.svg) right no-repeat;
  background-size: 80px 102px;
  width: 80px;
}
.v-navigation--mega
  .v-navigation__item--level0[data-class="beds-furniture"]
  > a::before {
  background: url(https://www.hirschs.co.za/static/version1613991942/frontend/Vaimo/hirschs/en_US/images/menu-icons/bed_and_furniture.svg) right no-repeat;
  background-size: 38px 74px;
  width: 38px;
}
.v-navigation--mega .v-navigation__item--level0 > a::before {
  content: "";
  height: 30px;
  display: block;
  margin: 0 auto;
}
.v-navigation--mega
  .v-navigation__item--level0[data-class$="specials-and-promotions"]
  > a {
  font-weight: 700;
  color: #d22a30;
}
.v-navigation--mega .v-navigation__link {
  font-size: 12px;
  color: #575757;
  display: inline-block;
  cursor: pointer;
}
.v-navigation--mega .v-navigation__link--level0 {
  font-size: 12px;
  color: #1e398d;
  margin: 0;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}
.v-navigation--mega .v-navigation__link--level0:hover a {
  text-decoration: none;
}
.v-navigation--mega .v-navigation__toggle-sub-menu {
  float: right;
}
.v-navigation--mega .v-navigation__list {
  padding: 0 1px 0 0;
}
.v-navigation--mega .v-navigation__item--level1 .v-navigation__toggle-sub-menu {
  position: absolute;
  right: 8px;
  top: 20px;
}
.v-navigation--mega
  .v-navigation__item--level1
  .v-navigation__toggle-sub-menu::after {
  content: "\f12f";
  font-family: hirschs-icons;
  font-size: 24px;
  color: #a5b0d0;
}
@media screen and (min-width: 1230px) and (max-width: 1577px) {
  .v-navigation--mega
    .v-navigation__item--level0:nth-child(9)
    .v-navigation__list--background,
  .v-navigation--mega
    .v-navigation__item--level0:nth-child(10)
    .v-navigation__list--background {
    left: auto;
  }
  .v-navigation--mega
    .v-navigation__item--level0:nth-child(9)
    .v-navigation__list--background
    .v-navigation__item
    > .v-navigation__list,
  .v-navigation--mega
    .v-navigation__item--level0:nth-child(10)
    .v-navigation__list--background
    .v-navigation__item
    > .v-navigation__list {
    right: 100%;
  }
}
.v-navigation--m-menu {
  position: relative;
  visibility: hidden;
  display: none;
}
.v-navigation--m-menu .mm-panels {
  height: 100%;
}
.v-navigation--m-menu .mm-title {
  color: inherit;
  font-size: inherit;
  float: right;
}
.v-navigation--m-menu .mm-title:not([href]) {
  visibility: hidden;
}
.v-navigation--m-menu .mm-navbar.mm-hasbtns {
  padding: 0 20px;
}
.v-navigation--m-menu.mm-opened {
  visibility: visible;
  display: block;
}
.toggle-mobile-menu,
.mm-content-close-button {
  cursor: pointer;
  display: block;
  padding: 0;
  line-height: 1.49;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  text-decoration: none;
  background: 0 0;
  border: none;
}
.toggle-mobile-menu > span,
.mm-content-close-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toggle-mobile-menu:before,
.mm-content-close-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e609";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.toggle-mobile-menu:hover:before,
.mm-content-close-button:hover:before {
  color: #333;
}
.toggle-mobile-menu:hover,
.mm-content-close-button:hover,
.toggle-mobile-menu:active,
.mm-content-close-button:active,
.toggle-mobile-menu:focus,
.mm-content-close-button:focus {
  background-color: inherit;
  border: inherit;
  color: inherit;
  box-shadow: none;
}
.mm-content-close-button.mm-content-close-button {
  box-shadow: none;
}
.mm-content-close-button {
  display: inline-block;
  text-decoration: none;
}
.mm-content-close-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mm-content-close-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: #fff;
  content: "\e616";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mm-content-close-button:hover:before {
  color: #333;
}
.mm-content-close-button-container.mm-slideout {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  width: 100%;
}
.mm-opening .mm-menu.mm-opened ~ .mm-content-close-button-container {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
  pointer-events: auto;
}
button.toggle-mobile-menu,
.cart.table-wrapper .actions-toolbar > .action.toggle-mobile-menu,
.action-gift.toggle-mobile-menu {
  box-shadow: none;
}
.mm-slideout.mm-slideout {
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.v-navigation--m-menu-tabs .mm-navbars-top.mm-navbars-top {
  top: 75px;
}
.v-navigation--m-menu-tabs .mm-panels.mm-panels {
  top: calc(116px);
  height: calc(100% - 75px - 41px);
}
.v-navigation--m-menu.mm-menu .mm-next,
.v-navigation--m-menu.mm-menu .mm-prev {
  line-height: 1;
}
.v-navigation--m-menu.mm-menu .mm-next:after,
.v-navigation--m-menu.mm-menu .mm-prev:before {
  border-color: transparent;
  transform: none;
  width: 14px;
  height: 14px;
}
.v-navigation--m-menu.mm-menu .mm-listview {
  border-color: inherit;
}
.v-navigation--m-menu.mm-menu .mm-listview li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.v-navigation--m-menu.mm-menu .mm-listview li > a {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 10px 10px 10px 20px;
  margin: 0;
  color: #575757;
}
.v-navigation--m-menu.mm-menu .mm-listview .mm-next {
  display: inline-block;
  text-decoration: none;
}
.v-navigation--m-menu.mm-menu .mm-listview .mm-next:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: "\e608";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.v-navigation--m-menu.mm-menu .mm-listview > li .mm-next:after {
  width: 14px;
  height: 14px;
  line-height: 1;
  right: 1rem;
  border-color: transparent;
}
.v-navigation--m-menu.mm-menu .mm-navbar .mm-prev {
  display: inline-block;
  text-decoration: none;
}
.v-navigation--m-menu.mm-menu .mm-navbar .mm-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: "\e617";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.v-navigation--m-menu.mm-menu .mm-navbar > li .mm-prev:before {
  left: 1rem;
}
.v-navigation--m-menu.mm-menu .mm-navbars-top {
  color: #575757;
  border-color: inherit;
}
.v-navigation--vertical .v-navigation__list {
  padding: 0 0 0 1em;
}
.v-navigation--vertical .v-navigation__list--bp-items {
  padding: 0;
}
.v-navigation--vertical .v-navigation__list--bp-wrapper {
  padding: 0;
}
.v-navigation--vertical .v-navigation__list:not(.v-navigation__list--bp-items) {
  display: none;
}
.v-navigation--vertical .v-navigation__toggle-sub-menu {
  display: inline-block;
  text-decoration: none;
  padding: 0 0.5em;
}
.v-navigation--vertical .v-navigation__toggle-sub-menu:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e61c";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.v-navigation--vertical
  .v-navigation__item--active
  > .v-navigation__link
  .v-navigation__toggle-sub-menu {
  display: inline-block;
  text-decoration: none;
  padding: 0 0.5em;
}
.v-navigation--vertical
  .v-navigation__item--active
  > .v-navigation__link
  .v-navigation__toggle-sub-menu:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: "\e60f";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.v-navigation--vertical .v-navigation__item--active > .v-navigation__list {
  display: block;
}
.v-navigation--vertical .v-navigation__item {
  position: relative;
}
.v-navigation--vertical .v-navigation__link {
  display: inline-block;
  text-decoration: none;
}
.v-nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.v-nav-tabs__item {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #d7d7d7;
  background-color: #e3e3e3;
  max-width: 33.33%;
  margin-bottom: 0;
}
.v-nav-tabs__item--active {
  background-color: transparent;
  border-color: transparent;
}
.v-nav-tabs__title {
  display: block;
  padding: 26px 5px;
  width: 100%;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  border: transparent;
  color: #1979c3;
  box-shadow: none;
}
.v-nav-tabs__title:hover {
  color: #006bb4;
}
.v-nav-tabs__title:hover,
.v-nav-tabs__title:focus,
.v-nav-tabs__title:active {
  text-decoration: none;
  background-color: transparent;
  border: transparent;
}
.v-nav-tabs__title.v-nav-tabs__title {
  box-shadow: none;
}
.v-account-links {
  padding: 41px 0 0;
}
.v-account-links ul {
  padding: 0;
}
.v-account-links li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.vcms-edit-interaction
  .v-navigation__item:hover
  .v-navigation__list--background {
  display: none !important;
}
.filter-options .checkbox a:not(.swatch-option-link-layered),
.filter-options .radio a:not(.swatch-option-link-layered) {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #777;
}
.filter-options .checkbox a:not(.swatch-option-link-layered)::after,
.filter-options .radio a:not(.swatch-option-link-layered)::after {
  right: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  color: #a5b0d0;
  line-height: 25px;
  font-size: 20px;
  font-family: hirschs-icons;
  font-weight: 300;
  content: "\f130";
}
.filter-options .checkbox a.swatch-option-link-layered,
.filter-options .radio a.swatch-option-link-layered {
  width: 100%;
  display: inline-block;
}
.filter-options .checkbox a.swatch-option-link-layered .swatch-option,
.filter-options .radio a.swatch-option-link-layered .swatch-option {
  padding: 0;
  border: none;
  position: static;
  overflow: visible;
  border-radius: 50%;
  display: inline-block;
  width: 18px;
  height: 18px;
  max-width: 18px;
  min-width: 18px;
  margin: 15px 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.filter-options .checkbox a.swatch-option-link-layered .swatch-option::before,
.filter-options .radio a.swatch-option-link-layered .swatch-option::before {
  top: 0;
  left: 0;
  position: absolute;
  height: 48px;
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
  color: #777;
  margin-left: 28px;
  content: attr(data-option-label);
}
.filter-options .checkbox a.swatch-option-link-layered .swatch-option::after,
.filter-options .radio a.swatch-option-link-layered .swatch-option::after {
  right: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  color: #a5b0d0;
  line-height: 21px;
  font-size: 20px;
  font-family: hirschs-icons;
  font-weight: 300;
  content: "\f130";
}
.filter-options .checkbox a.swatch-option-link-layered .swatch-option.image,
.filter-options .radio a.swatch-option-link-layered .swatch-option.image {
  box-shadow: none;
  border-radius: inherit;
  background-size: contain !important;
}
.filter-options .checkbox a.swatch-option-link-layered .swatch-option.text,
.filter-options .radio a.swatch-option-link-layered .swatch-option.text {
  box-shadow: none;
  border-radius: inherit;
  background: 0 0;
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
.filter-options
  .checkbox
  a.swatch-option-link-layered
  .swatch-option.text::before,
.filter-options
  .radio
  a.swatch-option-link-layered
  .swatch-option.text::before {
  display: none;
}
.filter-options
  .checkbox
  a.swatch-option-link-layered
  .swatch-option.text::after,
.filter-options .radio a.swatch-option-link-layered .swatch-option.text::after {
  line-height: 18px;
}
.filter-options .checkbox a.swatch-option-link-layered .swatch-option:hover,
.filter-options .radio a.swatch-option-link-layered .swatch-option:hover {
  border: none;
  outline: none;
}
.filter-options
  .checkbox
  a.swatch-option-link-layered.option-checked
  .swatch-option::after,
.filter-options
  .radio
  a.swatch-option-link-layered.option-checked
  .swatch-option::after {
  color: #1e398d;
  font-size: 20px;
  font-family: hirschs-icons;
  font-weight: 300;
  content: "\f132";
}
.filter-options
  .checkbox
  a.swatch-option-link-layered.option-checked
  .swatch-option.text,
.filter-options
  .radio
  a.swatch-option-link-layered.option-checked
  .swatch-option.text {
  color: #1e398d;
  font-weight: 600;
}
.filter-options
  .checkbox
  a.swatch-option-link-layered.option-checked
  .swatch-option.color::before,
.filter-options
  .radio
  a.swatch-option-link-layered.option-checked
  .swatch-option.color::before,
.filter-options
  .checkbox
  a.swatch-option-link-layered.option-checked
  .swatch-option.image::before,
.filter-options
  .radio
  a.swatch-option-link-layered.option-checked
  .swatch-option.image::before {
  color: #1e398d;
  font-weight: 600;
}
.filter-options .checkbox a.swatch-option-link-layered:hover,
.filter-options .radio a.swatch-option-link-layered:hover {
  border: none;
  outline: none;
}
.filter-options
  .checkbox
  a.swatch-option-link-layered:hover
  .swatch-option.text,
.filter-options .radio a.swatch-option-link-layered:hover .swatch-option.text {
  color: #1e398d;
}
.filter-options
  .checkbox
  a.swatch-option-link-layered:hover
  .swatch-option.text::after,
.filter-options
  .radio
  a.swatch-option-link-layered:hover
  .swatch-option.text::after {
  color: #1e398d;
}
.filter-options
  .checkbox
  a.swatch-option-link-layered:hover
  .swatch-option.image::after,
.filter-options
  .radio
  a.swatch-option-link-layered:hover
  .swatch-option.image::after,
.filter-options
  .checkbox
  a.swatch-option-link-layered:hover
  .swatch-option.color::after,
.filter-options
  .radio
  a.swatch-option-link-layered:hover
  .swatch-option.color::after,
.filter-options
  .checkbox
  a.swatch-option-link-layered:hover
  .swatch-option.image::before,
.filter-options
  .radio
  a.swatch-option-link-layered:hover
  .swatch-option.image::before,
.filter-options
  .checkbox
  a.swatch-option-link-layered:hover
  .swatch-option.color::before,
.filter-options
  .radio
  a.swatch-option-link-layered:hover
  .swatch-option.color::before {
  color: #1e398d;
}
.filter-options .checkbox a:hover,
.filter-options .radio a:hover {
  text-decoration: none;
  color: #1e398d;
  background-color: transparent;
}
.filter-options .checkbox a:hover::after,
.filter-options .radio a:hover::after {
  color: #1e398d;
}
.filter-options button.action.see-all-btn,
.filter-options
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.see-all-btn,
.filter-options .action-gift.action.see-all-btn {
  border: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  text-decoration: none;
  height: 24px;
  margin: 8px 0 0;
  line-height: 24px;
}
.filter-options button.action.see-all-btn::before,
.filter-options
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.see-all-btn::before,
.filter-options .action-gift.action.see-all-btn::before {
  display: none;
}
.filter-options button.action.see-all-btn::after,
.filter-options
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.see-all-btn::after,
.filter-options .action-gift.action.see-all-btn::after {
  right: 0;
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  font-size: 24px;
  content: "\f144";
  font-family: hirschs-icons;
  font-weight: 300;
}
.filter-options button.action.see-all-btn span,
.filter-options
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.see-all-btn
  span,
.filter-options .action-gift.action.see-all-btn span {
  text-align: center;
  color: #1e398d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.filter-options button.action.see-all-btn:hover::after,
.filter-options
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.see-all-btn:hover::after,
.filter-options .action-gift.action.see-all-btn:hover::after {
  color: #8291be;
}
.filter-options button.action.see-all-btn:hover span,
.filter-options
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.see-all-btn:hover
  span,
.filter-options .action-gift.action.see-all-btn:hover span {
  color: #8291be;
}
.filter-options .swatch-attribute.color,
.filter-options .swatch-attribute.size {
  margin-top: -14px;
  margin-bottom: -14px;
}
.filter-options .swatch-attribute-options {
  margin: 0;
}
.filter-options .checkbox a.option-checked:not(.swatch-option-link-layered) {
  color: #1e398d;
  font-weight: 600;
}
.filter-options
  .checkbox
  a.option-checked:not(.swatch-option-link-layered)
  .count {
  font-weight: 400;
}
.filter-options
  .checkbox
  a.option-checked:not(.swatch-option-link-layered)::after {
  color: #1e398d;
  font-size: 20px;
  font-family: hirschs-icons;
  font-weight: 300;
  content: "\f132";
}
.filter-options dt.filter-options-title {
  margin: 16px 0 8px;
}
.filter-options-title {
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 16px;
}
.filter-options-title.has-selected-options {
  position: relative;
}
.filter-options-title.has-selected-options::before {
  top: 50%;
  content: "";
  position: absolute;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  display: inline-block;
  right: 54px;
  background: #fff;
  transform: translateY(-50%);
}
.filter-options-item {
  padding-bottom: 0;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 24px;
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
  border-radius: 0 0 4px 4px;
}
.block.filter .filter-actions {
  padding: 0;
  float: right;
  margin-bottom: 0;
  text-align: right;
}
.block.filter .filter-actions .action.filter-clear {
  text-align: center;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 4px;
  background-color: #fff;
  width: 88px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.block.filter .filter-actions .action.filter-clear:hover {
  box-shadow: none;
  text-decoration: none;
}
.block.filter .filter-actions .action.filter-clear span {
  text-align: center;
  color: #1e398d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.filter-current {
  display: block;
  margin-bottom: 32px;
  padding-bottom: 24px;
  box-shadow: inset 0 -1px 0 0 #e0e0e0;
}
.checkout-payment-method ._error .order-comment-input {
  outline: none;
  border: 2px solid #e57d81;
}
.checkout-payment-method ._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #e57d81;
  box-shadow: 0 0 3px #e57d81;
}
.checkout-payment-method
  ._error
  .payment-option._collapsible.comment
  .payment-option-content {
  display: block;
}
.payment-option._collapsible.comment .action-toggle {
  cursor: pointer;
  position: relative;
  padding: 0 15px 0 0;
}
.payment-option._collapsible.comment .action-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0;
  border-color: #000 transparent transparent transparent;
}
.modal-popup .payment-option._collapsible.comment .action-toggle:after {
  margin-top: -2px;
}
.payment-option._collapsible.comment._active .action-toggle:after {
  margin-top: -3px;
  border-width: 0 4px 6px;
  border-color: transparent transparent #000 transparent;
}
.modal-popup .payment-option._collapsible.comment._active .action-toggle:after {
  margin-top: -3px;
}
.payment-option._collapsible.comment._active .payment-option-title.field {
  margin-bottom: 1.6rem;
}
.payment-option._collapsible.comment._active .payment-option-inner .field {
  margin: 0;
}
.payment-option._collapsible.comment .payment-option-inner .label {
  display: none;
}
.styleguide {
  margin: 0 auto;
  max-width: 769px;
}
.styleguide__section {
  margin: 0 0 24px;
}
.styleguide__font-family {
  font-size: 24px;
}
.styleguide__font-family--primary::after {
  content: "" Open Sans ",-apple-system,BlinkMacSystemFont," Segoe UI
    ",Roboto,Helvetica,Arial,sans-serif," Apple Color Emoji "," Segoe UI Emoji
    "," Segoe UI Symbol "";
  color: #ff5501;
}
.styleguide__font-family--secondary::after {
  content: "false";
  color: #ff5501;
}
.styleguide__dropdown {
  display: inline-block;
  position: relative;
}
.styleguide__dropdown:before,
.styleguide__dropdown:after {
  content: "";
  display: table;
}
.styleguide__dropdown:after {
  clear: both;
}
.styleguide__dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.styleguide__dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e607";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.styleguide__dropdown .action.toggle:hover:after {
  color: inherit;
}
.styleguide__dropdown .action.toggle:active:after {
  color: inherit;
}
.styleguide__dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.styleguide__dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e618";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.styleguide__dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.styleguide__dropdown .action.toggle.active:active:after {
  color: inherit;
}
.styleguide__dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  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);
}
.styleguide__dropdown ul.dropdown li {
  margin: 0;
  padding: 3px 8px;
}
.styleguide__dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.styleguide__dropdown ul.dropdown:before,
.styleguide__dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.styleguide__dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.styleguide__dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.styleguide__dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.styleguide__dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.styleguide__dropdown.active {
  overflow: visible;
}
.styleguide__dropdown.active ul.dropdown {
  display: block;
}
.styleguide__dropdown--split {
  display: inline-block;
  position: relative;
}
.styleguide__dropdown--split:before,
.styleguide__dropdown--split:after {
  content: "";
  display: table;
}
.styleguide__dropdown--split:after {
  clear: both;
}
.styleguide__dropdown--split .action.split {
  float: left;
  margin: 0;
}
.styleguide__dropdown--split .action.toggle {
  float: right;
  margin: 0;
}
.styleguide__dropdown--split .action.toggle {
  padding: 4px 8px;
  display: inline-block;
  text-decoration: none;
}
.styleguide__dropdown--split .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.styleguide__dropdown--split .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e607";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.styleguide__dropdown--split .action.toggle:hover:after {
  color: inherit;
}
.styleguide__dropdown--split .action.toggle:active:after {
  color: inherit;
}
.styleguide__dropdown--split .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.styleguide__dropdown--split .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.styleguide__dropdown--split .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e618";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.styleguide__dropdown--split .action.toggle.active:hover:after {
  color: inherit;
}
.styleguide__dropdown--split .action.toggle.active:active:after {
  color: inherit;
}
.styleguide__dropdown--split ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  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);
}
.styleguide__dropdown--split ul.dropdown li {
  margin: 0;
  padding: 3px 8px;
}
.styleguide__dropdown--split ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.styleguide__dropdown--split ul.dropdown:before,
.styleguide__dropdown--split ul.dropdown:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.styleguide__dropdown--split ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.styleguide__dropdown--split ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.styleguide__dropdown--split ul.dropdown:before {
  right: 10px;
  top: -12px;
}
.styleguide__dropdown--split ul.dropdown:after {
  right: 9px;
  top: -14px;
}
.styleguide__dropdown--split.active {
  overflow: visible;
}
.styleguide__dropdown--split.active ul.dropdown {
  display: block;
}
.styleguide__loading {
  position: relative;
}
.styleguide__loading:before {
  background: rgba(255, 255, 255, 0.5) url(../images/loader-2.gif) no-repeat 50%
    50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.styleguide__ratings {
  overflow: hidden;
  margin-bottom: 3rem;
}
.styleguide__ratings:before {
  color: #c7c7c7;
  font-family: icons-blank-theme;
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\e605""\e605""\e605""\e605""\e605";
  display: block;
  position: absolute;
  z-index: 1;
}
.styleguide__ratings input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.styleguide__ratings input[type="radio"]:hover + label:before,
.styleguide__ratings input[type="radio"]:checked + label:before {
  opacity: 1;
}
.styleguide__ratings label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.styleguide__ratings label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.styleguide__ratings label:before {
  color: #ff5501;
  font-family: icons-blank-theme;
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.styleguide__ratings label:hover:before {
  opacity: 1;
}
.styleguide__ratings label:hover ~ label:before {
  opacity: 0;
}
.styleguide__ratings .rating-5 {
  z-index: 2;
}
.styleguide__ratings .rating-5:before {
  content: "\e605""\e605""\e605""\e605""\e605";
}
.styleguide__ratings .rating-4 {
  z-index: 3;
}
.styleguide__ratings .rating-4:before {
  content: "\e605""\e605""\e605""\e605";
}
.styleguide__ratings .rating-3 {
  z-index: 4;
}
.styleguide__ratings .rating-3:before {
  content: "\e605""\e605""\e605";
}
.styleguide__ratings .rating-2 {
  z-index: 5;
}
.styleguide__ratings .rating-2:before {
  content: "\e605""\e605";
}
.styleguide__ratings .rating-1 {
  z-index: 6;
}
.styleguide__ratings .rating-1:before {
  content: "\e605";
}
.styleguide__ratings-summary {
  overflow: hidden;
  white-space: nowrap;
}
.styleguide__ratings-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.styleguide__ratings-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: icons-blank-theme;
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: "\e605""\e605""\e605""\e605""\e605";
  display: block;
  font-style: normal;
  font-weight: 400;
  speak: none;
}
.styleguide__ratings-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.styleguide__ratings-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: icons-blank-theme;
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: "\e605""\e605""\e605""\e605""\e605";
  display: block;
  font-style: normal;
  font-weight: 400;
  speak: none;
}
.styleguide__ratings-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;
}
.styleguide-colors {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.styleguide-colors__item {
  width: 100%;
  height: auto;
  margin: 0 0 16px;
}
.styleguide-colors__chip {
  box-sizing: border-box;
  width: 8rem;
  height: 8rem;
  border: 0.1rem solid #c2c2d0;
  padding: 16px;
  font-size: 12px;
  color: #d22a30;
  text-align: left;
}
.styleguide-colors__chip--14 {
  background: #006bb4;
}
.styleguide-colors__chip--14:before {
  content: "#006bb4 @link__hover__color";
}
.styleguide-colors__chip--14:after {
  content: "Hovered links color";
}
.styleguide-colors__chip--13 {
  background: #1979c3;
}
.styleguide-colors__chip--13:before {
  content: "#1979c3 @link__color";
}
.styleguide-colors__chip--13:after {
  content: "Links color";
}
.styleguide-colors__chip--12 {
  background: #e02b27;
}
.styleguide-colors__chip--12:before {
  content: "#e02b27 @error__color";
}
.styleguide-colors__chip--12:after {
  content: "Error color";
}
.styleguide-colors__chip--11 {
  background: #ff5501;
}
.styleguide-colors__chip--11:before {
  content: "#ff5501 @active__color";
}
.styleguide-colors__chip--11:after {
  content: "Items active state color (links, highlights)";
}
.styleguide-colors__chip--10 {
  background: #e5e5eb;
}
.styleguide-colors__chip--10:before {
  content: "#e5e5eb @panel__background-color";
}
.styleguide-colors__chip--10:after {
  content: "Panel background color";
}
.styleguide-colors__chip--9 {
  background: #f6f6f8;
}
.styleguide-colors__chip--9:before {
  content: "#f6f6f8 @page__background-color";
}
.styleguide-colors__chip--9:after {
  content: "Page background color";
}
.styleguide-colors__chip--8 {
  background: #c2c2d0;
}
.styleguide-colors__chip--8:before {
  content: "#c2c2d0 @border-color__base";
}
.styleguide-colors__chip--8:after {
  content: "Base border color";
}
.styleguide-colors__chip--7 {
  background: #d83d43;
}
.styleguide-colors__chip--7:before {
  content: "#d83d43 @secondary__color__light";
}
.styleguide-colors__chip--7:after {
  content: "Lighter secondary color";
}
.styleguide-colors__chip--6 {
  background: #d22a30;
}
.styleguide-colors__chip--6:before {
  content: "#d22a30 @secondary__color";
}
.styleguide-colors__chip--6:after {
  content: "Secondary color";
}
.styleguide-colors__chip--5 {
  background: #a5b6ec;
}
.styleguide-colors__chip--5:before {
  content: "#a5b6ec @primary__color__light";
}
.styleguide-colors__chip--5:after {
  content: "Light primary color";
}
.styleguide-colors__chip--4 {
  background: #6180dd;
}
.styleguide-colors__chip--4:before {
  content: "#6180dd @primary__color__lighter";
}
.styleguide-colors__chip--4:after {
  content: "Lighter primary color";
}
.styleguide-colors__chip--3 {
  background: #000;
}
.styleguide-colors__chip--3:before {
  content: "#000 @primary__color__dark";
}
.styleguide-colors__chip--3:after {
  content: "Dark primary color";
}
.styleguide-colors__chip--2 {
  background: #122254;
}
.styleguide-colors__chip--2:before {
  content: "#122254 @primary__color__darker";
}
.styleguide-colors__chip--2:after {
  content: "Darker primary color";
}
.styleguide-colors__chip--1 {
  background: #1e398d;
}
.styleguide-colors__chip--1:before {
  content: "#1e398d @primary__color";
}
.styleguide-colors__chip--1:after {
  content: "Dark primary color";
}
.styleguide-colors__chip:before,
.styleguide-colors__chip:after {
  display: block;
  margin-left: 8rem;
  width: 200px;
  color: #d22a30;
}
.styleguide__font-list {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.styleguide__font-list li {
  width: 25%;
  text-align: center;
}
.styleguide__font-list li > span:not([class*="icons8"]) {
  display: inline-block;
  text-decoration: none;
}
.styleguide__font-list li > span:not([class*="icons8"]):before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: inherit;
  color: inherit;
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.styleguide__font-list li > span:not([class*="icons8"])::before {
  content: attr(data-icon);
  margin: 0 auto;
  display: block;
}
.styleguide__font-list li > span[class*="icons8"] {
  display: inline-block;
  text-decoration: none;
}
.styleguide__font-list li > span[class*="icons8"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: inherit;
  color: inherit;
  font-family: hirschs-icons;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.styleguide__font-list li > span[class*="icons8"]::before {
  margin: 0 auto;
  display: block;
}
.styleguide__tooltip-bottom {
  position: relative;
}
.styleguide__tooltip-bottom .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #1e398d;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.styleguide__tooltip-bottom .tooltip-content:after,
.styleguide__tooltip-bottom .tooltip-content:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.styleguide__tooltip-bottom .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.styleguide__tooltip-bottom .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.styleguide__tooltip-bottom .tooltip-content:after,
.styleguide__tooltip-bottom .tooltip-content:before {
  bottom: 100%;
}
.styleguide__tooltip-bottom .tooltip-content:after {
  border-bottom-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.styleguide__tooltip-bottom .tooltip-content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.styleguide__tooltip-bottom .tooltip-toggle {
  cursor: help;
}
.styleguide__tooltip-bottom .tooltip-toggle:hover + .tooltip-content,
.styleguide__tooltip-bottom .tooltip-toggle:focus + .tooltip-content,
.styleguide__tooltip-bottom:hover .tooltip-content {
  display: block;
}
.styleguide__tooltip-left {
  position: relative;
}
.styleguide__tooltip-left .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #1e398d;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-right: 5px;
  right: 100%;
  top: 0;
}
.styleguide__tooltip-left .tooltip-content:after,
.styleguide__tooltip-left .tooltip-content:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.styleguide__tooltip-left .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.styleguide__tooltip-left .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.styleguide__tooltip-left .tooltip-content:after,
.styleguide__tooltip-left .tooltip-content:before {
  left: 100%;
}
.styleguide__tooltip-left .tooltip-content:after {
  border-left-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.styleguide__tooltip-left .tooltip-content:before {
  border-left-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.styleguide__tooltip-left .tooltip-toggle {
  cursor: help;
}
.styleguide__tooltip-left .tooltip-toggle:hover + .tooltip-content,
.styleguide__tooltip-left .tooltip-toggle:focus + .tooltip-content,
.styleguide__tooltip-left:hover .tooltip-content {
  display: block;
}
.styleguide__tooltip-right {
  position: relative;
}
.styleguide__tooltip-right .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #1e398d;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.styleguide__tooltip-right .tooltip-content:after,
.styleguide__tooltip-right .tooltip-content:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.styleguide__tooltip-right .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.styleguide__tooltip-right .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.styleguide__tooltip-right .tooltip-content:after,
.styleguide__tooltip-right .tooltip-content:before {
  right: 100%;
}
.styleguide__tooltip-right .tooltip-content:after {
  border-right-color: #fff;
  margin-top: -5px;
  top: 15px;
}
.styleguide__tooltip-right .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.styleguide__tooltip-right .tooltip-toggle {
  cursor: help;
}
.styleguide__tooltip-right .tooltip-toggle:hover + .tooltip-content,
.styleguide__tooltip-right .tooltip-toggle:focus + .tooltip-content,
.styleguide__tooltip-right:hover .tooltip-content {
  display: block;
}
.styleguide__tooltip-top {
  position: relative;
}
.styleguide__tooltip-top .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #1e398d;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.styleguide__tooltip-top .tooltip-content:after,
.styleguide__tooltip-top .tooltip-content:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.styleguide__tooltip-top .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.styleguide__tooltip-top .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.styleguide__tooltip-top .tooltip-content:after,
.styleguide__tooltip-top .tooltip-content:before {
  top: 100%;
}
.styleguide__tooltip-top .tooltip-content:after {
  border-top-color: #fff;
  left: 15px;
  margin-left: -5px;
}
.styleguide__tooltip-top .tooltip-content:before {
  border-top-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.styleguide__tooltip-top .tooltip-toggle {
  cursor: help;
}
.styleguide__tooltip-top .tooltip-toggle:hover + .tooltip-content,
.styleguide__tooltip-top .tooltip-toggle:focus + .tooltip-content,
.styleguide__tooltip-top:hover .tooltip-content {
  display: block;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 16px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 16px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 16px;
  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 8px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 16px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 16px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 3.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 700;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 16px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  color: #1e398d;
  font-weight: 700;
  line-height: 56px;
  font-size: 3.6rem;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 32px;
}
.bundle-options-container .action.back {
  margin-bottom: 32px;
}
.bundle-options-container .price-box .price {
  font-size: 16px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #d22a30;
  padding: 16px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  color: #1e398d;
  font-weight: 700;
  line-height: 56px;
  font-size: 3.6rem;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 32px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  color: #1e398d;
  font-weight: 600;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 8px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #1e398d;
  padding: 16px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 16px;
}
.block-category-event .block-title {
  margin: 0 0 16px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: "\2013";
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.checkout-cart-index .visible-desktop {
  display: none;
}
.checkout-cart-index .empty-cart {
  display: none;
}
.checkout-cart-index .empty-cart.active {
  display: block;
}
.checkout-cart-index .page-title-wrapper {
  width: 100vw;
  margin: 0 -16px 16px;
  text-align: center;
  padding: 28px 0;
  background-image: url(../images/page-title-background-images/cart-background-image-mobile.png);
  overflow-x: hidden;
  position: relative;
}
.checkout-cart-index .page-title-wrapper .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 0;
  opacity: 0.5;
}
.checkout-cart-index .page-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  z-index: 10;
  position: relative;
}
.checkout-cart-index .cart-sub-header {
  min-height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #1e398d;
  z-index: 10;
  position: relative;
}
.checkout-cart-index .cart-sub-header .sub-header-text.active {
  display: inline;
}
.checkout-cart-index .cart-sub-header .sub-header-count {
  font-weight: 700;
}
.cart-summary-information-wrapper {
  display: none;
}
.block.discount {
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  background: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
}
.block.discount .title {
  position: relative;
  cursor: pointer;
  padding: 16px;
}
.block.discount .title strong {
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
  color: #777;
}
.block.discount .title::after {
  content: "\f12c";
  font-family: hirschs-icons;
  font-size: 22px;
  color: #8291be;
  position: absolute;
  right: 12px;
}
.block.discount .title[aria-expanded="true"]::after {
  content: "\f12d";
}
.block.discount .title:hover::after {
  color: #1e398d;
}
.block.discount .coupon {
  margin: 0;
  position: relative;
}
.block.discount .coupon .input-text {
  height: 48px;
}
.block.discount .coupon .control {
  padding: 0 16px 16px;
}
.block.discount .coupon .control,
.block.discount .coupon .field {
  margin-bottom: 0;
  width: 100%;
}
.block.discount .coupon .control {
  width: calc(100% - 32px) !important;
}
.block.discount .coupon button.primary,
.block.discount .coupon .cart.table-wrapper .actions-toolbar > .action.primary,
.block.discount .coupon .action-gift.primary {
  position: absolute;
  width: 80px;
  height: 32px;
  top: 8px;
  right: 24px;
  font-weight: 400;
  padding: 4px;
  margin: 0;
}
.block.discount .coupon.applied .input-text {
  background-color: #fff;
  color: #3c3939;
}
.cart-container .actions .action.continue {
  width: 100%;
  height: 48px;
  background: #1e398d;
  border: 1px solid #1e398d;
  color: #fff;
  margin-bottom: 16px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  text-align: center;
  position: relative;
  padding: 11px;
  transition: all 0.3s;
}
.cart-container .actions .action.continue:hover {
  background: #1e398d;
  border: 1px solid #1e398d;
  color: #fff;
  box-shadow: none;
}
.cart-container .actions .action.continue::before {
  position: absolute;
  content: "\f12a";
  font-family: hirschs-icons;
  font-size: 20px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-container .actions .clear {
  width: 100%;
  margin-bottom: 8px;
  height: 48px;
  position: relative;
}
.cart-container .actions .clear::before {
  position: absolute;
  content: "\f10a";
  font-family: hirschs-icons;
  font-size: 20px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-summary-inner {
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  background: #fff;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 4px;
}
.cart-summary-inner .summary.title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #777;
}
.cart-summary-inner .block {
  margin-bottom: 0;
}
.cart-summary-inner .block .item-options {
  margin-left: 0;
}
.cart-summary-inner .block .fieldset {
  margin: 15px 0 24px 8px;
}
.cart-summary-inner .block .fieldset .field {
  margin: 0 0 16px;
}
.cart-summary-inner .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary-inner .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  padding-top: 16px;
}
.cart-totals tr .mark,
.cart-totals tr .amount {
  padding: 0 0 8px;
  color: #777;
}
.cart-totals tr.grand .mark,
.cart-totals tr.grand .amount {
  padding-top: 0;
  padding-right: 0;
}
.cart-totals tr.grand .mark strong,
.cart-totals tr.grand .amount strong {
  font-weight: 400;
  padding-right: 0;
}
.cart-totals tr.grand .amount strong {
  color: #3c3939;
  font-weight: 600;
}
.cart-totals tr.discount-coupon .mark,
.cart-totals tr.discount-coupon .amount {
  color: #d22a30;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.table-title-wrapper {
  width: 100vw;
  margin: 16px -16px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.table-title {
  font-size: 18px;
  line-height: 24px;
  padding: 24px 0;
  display: block;
  text-align: center;
  color: #1e398d;
}
.cart.table-wrapper thead {
  display: none;
}
.cart.table-wrapper .qty-focus .item-info::after,
.cart.table-wrapper .has-update .item-info::after {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.cart.table-wrapper .qty-focus .qty.input-text,
.cart.table-wrapper .has-update .qty.input-text {
  border: 1px solid #1e398d;
}
.cart.table-wrapper .item-info {
  display: block;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  position: relative;
  width: calc(100% - 48px - 48px);
  margin: 0 auto 16px;
  border-radius: 4px;
}
.cart.table-wrapper .item-info::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.26s;
  z-index: 0;
}
.cart.table-wrapper .item-info .actions-toolbar {
  height: 0;
}
.cart.table-wrapper .item-info .actions-toolbar .wishlist {
  position: static;
}
.cart.table-wrapper .item-info .actions-toolbar .wishlist .split {
  display: none;
}
.cart.table-wrapper .item-info .actions-toolbar .wishlist .change {
  position: absolute;
  left: -48px;
  top: 0;
  height: 100%;
  width: 40px;
  border-radius: 4px;
}
.cart.table-wrapper .item-info .actions-toolbar .wishlist .change::before {
  content: "\f107";
}
.cart.table-wrapper .item-info .actions-toolbar .wishlist .change::after {
  display: none;
}
.cart.table-wrapper
  .item-info
  .actions-toolbar
  .wishlist
  .change.active::after {
  display: none;
}
.cart.table-wrapper .item-info .actions-toolbar .action span {
  display: none;
}
.cart.table-wrapper .item-info .actions-toolbar .action::before {
  content: "\f10a";
  font-size: 16px;
  font-family: hirschs-icons;
  color: #a5b0d0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all 0.3s;
}
.cart.table-wrapper .item-info .actions-toolbar .action.towishlist {
  position: absolute;
  left: -48px;
  top: 0;
  height: 100%;
  width: 40px;
}
.cart.table-wrapper .item-info .actions-toolbar .action.towishlist::before {
  content: "\f107";
}
.cart.table-wrapper .item-info .actions-toolbar .action.action-delete {
  position: absolute;
  right: -48px;
  bottom: 0;
  width: 40px;
  height: calc(50% - 4px);
  margin: 0;
}
.cart.table-wrapper
  .item-info
  .actions-toolbar
  .action.action-delete.cancel-update {
  display: none;
}
.cart.table-wrapper .item-info .actions-toolbar .action.action-edit {
  position: absolute;
  right: -48px;
  top: 0;
  width: 40px;
  height: calc(50% - 4px);
  margin: 0;
}
.cart.table-wrapper .item-info .actions-toolbar .action.action-edit::before {
  content: "\f10e";
}
.cart.table-wrapper
  .item-info
  .actions-toolbar
  .qty-action-cart.update-trigger {
  position: absolute;
  right: -48px;
  top: 0;
  width: 40px;
  height: calc(50% - 4px);
  background: #1e398d;
  margin: 0;
  border: 0;
}
.cart.table-wrapper
  .item-info
  .actions-toolbar
  .qty-action-cart.update-trigger::before {
  color: #fff;
  font-size: 20px;
  font-family: hirschs-icons;
  content: "\f101";
}
.cart.table-wrapper .item-info .product-item-photo {
  height: 72px;
  width: 72px;
  display: inline-block;
  padding: 12px;
  box-sizing: border-box;
}
.cart.table-wrapper .item-info .product-item-photo img {
  height: 48px;
  width: 48px;
}
.cart.table-wrapper .item-info .product-item-details {
  display: inline-block;
  vertical-align: top;
  color: #3c3939;
  max-width: calc(100% - 80px);
}
.cart.table-wrapper .item-info .product-item-details .product-item-name {
  padding: 0;
  width: 100%;
  margin-top: 0;
  box-shadow: none;
  height: 32px;
}
.cart.table-wrapper .item-info .product-item-details a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
}
.cart.table-wrapper .cart .item .col {
  box-sizing: border-box;
}
.cart.table-wrapper .cart .item .col.item {
  display: inline-block;
  padding: 8px 8px 16px;
  width: 100%;
}
.cart.table-wrapper .cart .item .col.price {
  display: none;
}
.cart.table-wrapper .cart .item .col.qty {
  position: absolute;
  top: 52px;
  left: 84px;
}
.cart.table-wrapper .cart .item .col.qty input {
  color: #1e398d;
  height: 32px;
  width: 32px;
  font-size: 14px;
  line-height: 24px;
  padding: 4px;
  font-weight: 600;
  transition: all 0.3s;
}
.cart.table-wrapper .cart .item .col.qty input:hover,
.cart.table-wrapper .cart .item .col.qty input:focus {
  box-shadow: none;
  border: 1px solid #1e398d;
}
.cart.table-wrapper .cart .item .col.subtotal {
  position: absolute;
  top: 52px;
  right: 8px;
}
.cart.table-wrapper .cart .item .col.subtotal .price {
  font-size: 12px;
  line-height: 16px;
  color: #1e398d;
}
.cart.table-wrapper .cart .item .product-config-options {
  display: block;
  width: 100%;
  padding: 0 8px 8px;
  box-sizing: border-box;
  margin-top: -8px;
}
.cart.table-wrapper .cart .item .product-config-options .item-options {
  padding-top: 8px;
  box-sizing: border-box;
  margin-bottom: 0;
  border-top: 1px solid #e0e0e0;
  line-height: 16px;
  color: #777;
  min-height: 48px;
}
.cart.table-wrapper .cart .item .product-config-options .item-options dt {
  color: #777;
  margin: 0 8px 8px 0;
}
.cart.table-wrapper
  .cart
  .item
  .product-config-options
  .item-options
  dt:last-of-type {
  margin-bottom: 0;
}
.cart.table-wrapper .cart .item .product-config-options .item-options dd {
  color: #777;
  margin: 0;
}
.cart.table-wrapper .cart .item td {
  padding: 0;
}
.cart.table-wrapper .cart.special .item-info .col.qty input {
  color: #d22a30;
}
.cart.table-wrapper .cart.special .item-info .col.subtotal .price {
  color: #d22a30;
}
.block.shipping {
  display: none;
}
.cart.table-wrapper .items > .item {
  position: relative;
}
.cart.table-wrapper
  .items
  > .item.has-update
  .actions-toolbar
  .update-trigger.has-update {
  display: block;
}
.cart.table-wrapper
  .items
  > .item.has-update
  .actions-toolbar
  .action.action-delete:not(.cancel-update) {
  display: none;
}
.cart.table-wrapper
  .items
  > .item.has-update
  .actions-toolbar
  .action.action-delete.cancel-update {
  display: block;
}
.cart.table-wrapper
  .items
  > .item.has-update
  .actions-toolbar
  .action.action-delete::before {
  font-size: 18px;
  content: "\f100";
  font-weight: 400;
}
.cart.table-wrapper .col {
  padding-top: 16px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 16px;
  margin-right: 16px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .gift-registry-name-label::after {
  content: ":";
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 16px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 16px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 16px;
}
.cart-container .checkout-methods-items {
  margin-top: 8px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
  height: 48px;
  background: #18a828;
  border-color: #18a828;
  transition: all 0.3s;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 16px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 24px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 24px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #c2c2d0;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.qty-action {
  position: absolute;
}
.qty-action.update.update-cart-item {
  opacity: 0;
  visibility: hidden;
}
.qty-action-cart.update-trigger {
  display: none;
}
.field.qty {
  position: relative;
  z-index: 5;
}
.field.qty .reduce,
.field.qty .remove,
.field.qty .increase {
  border-radius: 4px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  background: #fff;
  top: -14px;
  display: none;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.field.qty .reduce::before,
.field.qty .remove::before,
.field.qty .increase::before {
  font-family: hirschs-icons;
  color: #a5b0d0;
  font-size: 17px;
  font-weight: 400;
}
.field.qty .reduce:hover,
.field.qty .remove:hover,
.field.qty .increase:hover {
  text-decoration: none;
  cursor: pointer;
}
.field.qty .reduce:hover::before,
.field.qty .remove:hover::before,
.field.qty .increase:hover::before {
  color: #1e398d;
}
.field.qty .reduce {
  left: 18px;
  top: 6px;
}
.field.qty .reduce:focus {
  border-color: #fff;
}
.field.qty .reduce::before {
  content: "\f125";
  transition: all 0.3s;
  font-weight: 400;
}
.field.qty .remove {
  left: 18px;
  top: 6px;
}
.field.qty .remove:focus {
  border-color: #fff;
}
.field.qty .remove:hover {
  text-decoration: none;
  cursor: pointer;
}
.field.qty .remove:hover::before {
  color: #1e398d;
  font-weight: 400;
}
.field.qty .remove::before {
  content: "\f10a";
  transition: all 0.3s;
}
.field.qty .increase {
  right: 18px;
  top: 6px;
}
.field.qty .increase:focus {
  border-color: #fff;
}
.field.qty .increase::before {
  content: "\f124";
  transition: all 0.3s;
  font-weight: 400;
}
.field.qty .update {
  right: -90px;
  top: -4px;
  display: block;
  padding: 6px 16px;
  background-color: #1e398d;
  color: #fff;
  font-weight: 600;
  height: 32px;
  box-shadow: none;
}
.field.qty .update:hover {
  background-color: #3a529b;
}
.block-minicart .empty-box-wrapper > span figure {
  max-width: 192px;
  margin: 40px auto 24px !important;
}
.block-minicart .empty-box-wrapper .subtitle.empty {
  max-width: 216px;
  letter-spacing: 0;
  text-align: center;
  color: #1e398d;
  font-size: 16px;
  margin: 0 auto 24px;
  line-height: 24px;
}
.block-minicart .empty-categories [data-content-type="heading"] {
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #1e398d;
  line-height: 24px;
  font-size: 18px;
}
.block-minicart .empty-categories ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.block-minicart .empty-categories ul li {
  width: 100;
  border-radius: 4px;
  height: 48px;
  background-color: #fff;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.block-minicart .empty-categories ul li a {
  width: 100%;
  height: 100%;
  letter-spacing: 0;
  display: inline-block;
  color: #1e398d;
  box-sizing: border-box;
  font-size: 14px;
  padding-left: 48px;
  border-radius: 4px;
  line-height: 48px;
}
.block-minicart .empty-categories ul li a:hover {
  text-decoration: none;
}
.block-minicart .empty-categories ul li a.specials-promotions {
  position: relative;
  color: #d22a30;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px transparent;
}
.block-minicart .empty-categories ul li a.specials-promotions::before {
  top: 0;
  left: 0;
  text-align: center;
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-family: hirschs-icons;
  font-size: 22px;
  content: "\f141";
  font-weight: 400;
}
.block-minicart .empty-categories ul li a.ovens-cooking,
.block-minicart .empty-categories ul li a.fridges-freezers,
.block-minicart .empty-categories ul li a.laundry-cleaning {
  position: relative;
  box-shadow: inset 0 0 0 1px transparent;
}
.block-minicart .empty-categories ul li a.ovens-cooking::before,
.block-minicart .empty-categories ul li a.fridges-freezers::before,
.block-minicart .empty-categories ul li a.laundry-cleaning::before {
  top: 0;
  left: 0;
  content: "";
  text-align: center;
  position: absolute;
  width: 48px;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  font-weight: 400;
}
.block-minicart .empty-categories ul li a.fridges-freezers::before {
  background: url(../images/menu-icons/refrigiration.svg) 45% 30%;
  background-size: 56px;
  background-repeat: no-repeat;
}
.block-minicart .empty-categories ul li a.ovens-cooking::before {
  background: url(../images/menu-icons/oven_and_cooking.svg) 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}
.block-minicart .empty-categories ul li a.laundry-cleaning::before {
  background: url(../images/menu-icons/laundry_and_cleaning.svg) 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}
.block-minicart .empty-categories ul li:hover {
  box-shadow: none;
}
.block-minicart .empty-categories ul li:last-child {
  margin-bottom: 24px;
}
.block-minicart {
  padding: 16px;
}
.block-minicart.hs__init {
  overflow: hidden;
}
.showcart.empty + .block-minicart.hs__init {
  overflow-y: auto;
}
.showcart.empty
  + .block-minicart.hs__init
  #minicart-content-wrapper
  .block-title
  .action.showcart::after {
  content: "";
  display: none;
}
.block-minicart .block-title {
  color: #3c3939;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 0 16px;
}
.block-minicart .block-title .action.showcart {
  top: 8px;
}
.block-minicart .block-title .action.showcart:not(.empty)::before {
  color: #fff;
}
.block-minicart .block-title .action.showcart:not(.empty)::after {
  border: 0;
}
.block-minicart .block-title .text {
  position: relative;
  top: 10px;
  padding-left: 8px;
}
.block-minicart .block-title h6 {
  margin: 0;
  color: #fff;
}
.minicart-items-wrapper {
  height: calc(100vh - 208px);
  height: calc(var(--vh, 1vh) * 100 - 208px);
  overflow-x: hidden;
  overflow-y: auto;
  background: #f6f6f8;
  margin-right: -16px;
  margin-bottom: 152px;
  margin-left: -16px;
}
.minicart-items-wrapper ol {
  padding-bottom: 48px;
}
.minicart-items .product-item {
  position: relative;
  padding: 13px 16px 12px;
  width: calc(100% - 80px);
  border-radius: 4px;
  background-color: #fff;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  margin: 16px 8px 0 16px !important;
}
.minicart-items .product-item:not(.item-hover):hover {
  box-shadow: none;
}
.minicart-items .product-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.26s;
  z-index: 0;
}
.minicart-items .product-item.state__updating::after,
.minicart-items .product-item.state__removing::after {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.8) url(../images/loader-2.gif) 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.minicart-items .product-item.state__updating::after,
.minicart-items .product-item.state__show-actions::after,
.minicart-items .product-item.state__removing::after {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.minicart-items .product-item.state__updating .price-container,
.minicart-items .product-item.state__show-actions .price-container,
.minicart-items .product-item.state__removing .price-container {
  padding-left: 40px;
  transition: padding-left 0.26s;
}
.minicart-items .product-item.state__updating > .product .secondary,
.minicart-items .product-item.state__show-actions > .product .secondary {
  display: none !important;
}
.minicart-items .product-item.state__updating > .product .empty-action::before,
.minicart-items
  .product-item.state__show-actions
  > .product
  .empty-action::before {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: hirschs-icons;
  content: "\f101";
  color: #a5b0d0;
  height: calc((100% / 2) - 4px);
}
.minicart-items
  .product-item.state__updating
  > .product
  .after-empty-action::after,
.minicart-items
  .product-item.state__show-actions
  > .product
  .after-empty-action::after {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  color: #a5b0d0;
  font-family: hirschs-icons;
  content: "\f100";
  width: 40px;
  position: absolute;
  background: #fff;
  right: -50px;
  border-radius: 4px;
  top: calc(50% + 4px);
  height: calc(50% - 4px);
  line-height: calc(50% - 4px);
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.minicart-items
  .product-item.state__updating
  > .product
  .after-empty-action:hover::after,
.minicart-items
  .product-item.state__show-actions
  > .product
  .after-empty-action:hover::after {
  box-shadow: none;
}
.minicart-items .product-item.state__removing .confirm-remove {
  display: none;
}
.minicart-items .product-item.state__removing::after {
  z-index: 300;
}
.minicart-items .product-item.state__confirm-remove .empty-action::before {
  box-shadow: inset 0 0 0 1px #1e398d !important;
}
.minicart-items .product-item.state__confirm-remove .action.delete::before {
  color: #1e398d !important;
}
.minicart-items .product-item .confirm-remove {
  top: 0;
  left: 0;
  margin: 0;
  bottom: 0;
  z-index: 200;
  position: absolute;
  padding: 8px;
  color: #1e398d;
  font-size: 12px;
  border-radius: 4px;
  line-height: 16px;
  background-color: #fff;
}
.minicart-items .product-item .confirm-remove > span {
  display: inline-block;
  margin-bottom: 8px;
}
.minicart-items .product-item .confirm-remove .actions {
  word-spacing: -4px;
  position: absolute;
  bottom: 9px;
}
.minicart-items .product-item .confirm-remove .action {
  background-image: none;
  background: #1e398d;
  border: solid 1px transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 700;
  margin: 0;
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 3.2rem;
  box-sizing: border-box;
  vertical-align: middle;
  height: 32px;
  word-spacing: normal;
}
.minicart-items .product-item .confirm-remove .action:focus,
.minicart-items .product-item .confirm-remove .action:active {
  background: #1e398d;
  border: solid 1px transparent;
  color: #fff;
}
.minicart-items .product-item .confirm-remove .action:hover {
  background: #1e398d;
  border: solid 1px transparent;
  color: #fff;
}
.minicart-items .product-item .confirm-remove .action.disabled,
.minicart-items .product-item .confirm-remove .action[disabled],
fieldset[disabled] .minicart-items .product-item .confirm-remove .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.minicart-items .product-item .confirm-remove .action.proceed {
  box-shadow: none;
  color: #1e398d;
  border-color: transparent;
  background-color: #fff;
  margin: 0 0 0 15px;
}
.minicart-items .product-item .confirm-remove .action.proceed:focus,
.minicart-items .product-item .confirm-remove .action.proceed:hover,
.minicart-items .product-item .confirm-remove .action.proceed:active {
  color: #8291be;
  border-color: transparent;
  background-color: transparent;
}
.minicart-items .product-item > .product {
  padding-left: 72px;
}
.minicart-items .product-item > .product .empty-action::before {
  top: 0;
  content: "";
  height: 100%;
  width: 40px;
  position: absolute;
  background: #fff;
  right: -50px;
  border-radius: 4px;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.minicart-items .product-item > .product .empty-action:hover::before {
  box-shadow: none;
}
.minicart-items .product-item > .product .empty-action.action-hover::before {
  box-shadow: none;
}
.minicart-items .product-item > .product .qty-action.update-trigger {
  top: 0;
  border: 0;
  width: 40px;
  position: absolute;
  background: #1e398d;
  right: -50px;
  border-radius: 4px;
  height: calc(50% - 4px);
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.minicart-items .product-item > .product .qty-action.update-trigger::before {
  align-items: center;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-family: hirschs-icons;
  content: "\f101";
  height: 100%;
  width: 40px;
}
.minicart-items .product-item > .product.options {
  margin: -24px 0 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item > .product.options > li {
  padding: 0;
}
.minicart-items .product-item > .product.options > li {
  color: #757575;
  font-weight: 400;
  line-height: 16px;
  font-size: 1.2rem;
  margin: 0 0 8px;
  display: block;
}
.minicart-items .product-item > .product.options > li > span {
  font-size: inherit;
  line-height: inherit;
}
.minicart-items .product-item-photo {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  top: 9px;
  left: 8px;
}
.minicart-items .product-item-name {
  color: #3c3939;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  font-size: 1.4rem;
  min-height: 32px;
  margin: 0;
  display: block;
  box-shadow: none;
  padding: 0;
}
.minicart-items .product-item-name > a {
  color: #3c3939;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  font-size: 1.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.minicart-items .product-item-name > a:hover {
  text-decoration: none;
}
.minicart-items .product-item-details {
  position: relative;
}
.minicart-items .product-item-details > .product.actions {
  height: 32px;
}
.minicart-items .product-item-details > .product.actions .secondary {
  position: absolute;
  right: -66px;
  width: 40px;
  text-align: center;
  display: inline-block;
  height: 100%;
  top: 0;
}
.minicart-items .product-item-details .product.options.list {
  padding: 0;
  list-style: none;
  line-height: normal;
  margin: 4px 0 0;
}
.minicart-items .product-item-details .product.options.list li {
  margin: 0;
}
.minicart-items .product-item-details .product.options.list li > span {
  color: #3c3939;
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 8px;
  line-height: 16px;
}
.minicart-items .product-item-details .product.options.list li > span + span {
  margin: 0;
  color: #3c3939;
  line-height: 16px;
  font-weight: 400;
}
.minicart-items .product-item-pricing {
  position: relative;
  padding-left: 36px;
  padding-right: 32px;
  height: 40px;
  float: right;
  box-sizing: border-box;
  width: 100%;
}
.minicart-items .price-container {
  position: absolute;
  z-index: 1;
}
.minicart-items .price-container .minicart-price {
  word-spacing: -4px;
}
.minicart-items .price-container .minicart-price .price {
  line-height: 40px;
}
.minicart-items .price-container .minicart-price::before {
  color: #3c3939;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  font-size: 1.2rem;
  content: "x";
  color: #1e398d;
  margin: 0 8px;
}
.minicart-items .price-container .price {
  color: #3c3939;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  font-size: 1.2rem;
  color: #1e398d;
  word-spacing: normal;
}
.minicart-items .details-qty.qty {
  position: absolute;
  top: 0;
  left: -40px;
  width: calc(100% + 32px);
  word-spacing: -4px;
  z-index: 1;
  padding-left: 36px;
  pointer-events: none;
  line-height: normal;
}
.minicart-items .details-qty.qty .qty-action-wrap {
  position: absolute;
  height: 32px;
  width: 40px;
  padding-left: 36px;
  padding-right: 36px;
  top: 0;
  left: 0;
  pointer-events: none;
}
.minicart-items .details-qty.qty .qty-action-wrap > button,
.minicart-items
  .details-qty.qty
  .qty-action-wrap
  > .cart.table-wrapper
  .actions-toolbar
  > .action,
.minicart-items .details-qty.qty .qty-action-wrap > .action-gift {
  pointer-events: all;
}
.minicart-items .details-qty.qty .input-text.qty {
  z-index: 1;
  width: 32px;
  color: #1e398d;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 4px;
  text-align: center;
}
.minicart-items .details-qty.qty .input-text.qty,
.minicart-items .details-qty.qty .qty-action {
  top: 4px;
  position: relative;
  height: 32px;
  line-height: 32px;
  box-shadow: none;
}
.minicart-items .details-qty.qty .qty-action {
  visibility: hidden;
  transition: opacity 0.16s;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  padding: 0;
  background: #fff;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.minicart-items .details-qty.qty .qty-action.increase,
.minicart-items .details-qty.qty .qty-action.reduce {
  line-height: 30px;
  position: absolute;
}
.minicart-items .details-qty.qty .qty-action.increase {
  right: 6px;
}
.minicart-items .details-qty.qty .qty-action.increase:hover::before {
  color: #1e398d;
}
.minicart-items .details-qty.qty .qty-action.reduce {
  left: 6px;
}
.minicart-items .details-qty.qty .qty-action.reduce:hover::before {
  color: #1e398d;
}
.minicart-items .details-qty.qty .qty-action.remove {
  position: absolute;
  left: 6px;
}
.minicart-items .details-qty.qty .qty-action.remove:hover {
  text-decoration: none;
}
.minicart-items .details-qty.qty .qty-action.reduce::before,
.minicart-items .details-qty.qty .qty-action.remove::before,
.minicart-items .details-qty.qty .qty-action.increase::before {
  font-family: hirschs-icons;
  color: #a5b0d0;
  font-size: 17px;
  font-weight: 400;
}
.minicart-items .details-qty.qty .qty-action.reduce::before {
  content: "\f125";
}
.minicart-items .details-qty.qty .qty-action.remove::before {
  content: "\f10a";
}
.minicart-items .details-qty.qty .qty-action.increase::before {
  content: "\f124";
}
.minicart-items .details-qty.qty .item-qty {
  width: 40px;
  height: 32px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  pointer-events: all;
  transition: border-radius 0.16s;
}
.minicart-items .details-qty.qty .qty-action.update {
  background-image: none;
  background: #1e398d;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 400;
  margin: 0 0 0 8px;
  padding: 8px 16px;
  font-size: 1.1rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: none;
  vertical-align: top;
  word-spacing: normal;
  position: absolute;
  right: 0;
  top: 0;
}
.minicart-items .details-qty.qty .qty-action.update:focus,
.minicart-items .details-qty.qty .qty-action.update:active {
  background: #3a529b;
  border: none;
  color: #fff;
}
.minicart-items .details-qty.qty .qty-action.update:hover {
  background: #3a529b;
  border: none;
  color: #fff;
}
.minicart-items .details-qty.qty .qty-action.update.disabled,
.minicart-items .details-qty.qty .qty-action.update[disabled],
fieldset[disabled] .minicart-items .details-qty.qty .qty-action.update {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.minicart-items .details-qty.qty:not(.state__show-actions) .item-qty {
  border-radius: 4px;
}
.minicart-items .details-qty.qty.state__updating .qty-action-wrap,
.minicart-items .details-qty.qty.state__show-actions .qty-action-wrap {
  background: #fff;
  padding-top: 4px;
  border-radius: 4px;
  padding-bottom: 4px;
  box-shadow: inset 0 0 0 1px #1e398d;
}
.minicart-items .details-qty.qty.state__updating .input-text.qty,
.minicart-items .details-qty.qty.state__show-actions .input-text.qty {
  border: 0;
  box-shadow: none;
}
.minicart-items
  .details-qty.qty.state__updating
  .input-text.qty:hover
  + .qty-action-wrap,
.minicart-items
  .details-qty.qty.state__show-actions
  .input-text.qty:hover
  + .qty-action-wrap {
  outline: none;
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
}
.minicart-items
  .details-qty.qty.state__updating
  .input-text.qty:focus
  + .qty-action-wrap,
.minicart-items
  .details-qty.qty.state__show-actions
  .input-text.qty:focus
  + .qty-action-wrap {
  box-shadow: inset 0 0 0 1px #1e398d;
}
.minicart-items .details-qty.qty.state__updating .qty-action,
.minicart-items .details-qty.qty.state__show-actions .qty-action {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  top: 6px;
}
.minicart-items .product.actions .action.edit {
  display: none;
}
.minicart-items .product.actions .action.delete {
  display: inline-block;
  left: 0;
  text-decoration: none;
  text-align: center;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.minicart-items .product.actions .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 .product.actions .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 32px;
  color: #a5b0d0;
  content: "\f10a";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.actions .action.delete::before {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-family: hirschs-icons;
}
.minicart-proceed-wrapper {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 56px;
  left: 0;
  z-index: 1;
  height: 128px;
  padding: 16px;
  box-sizing: border-box;
}
.minicart-proceed-wrapper::before {
  left: 0;
  right: 0;
  content: "";
  top: -40px;
  position: absolute;
  height: 40px;
  background: rgba(246, 246, 248, 0.7);
}
.minicart-proceed-wrapper .subtotal {
  flex-flow: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  margin-bottom: 16px;
  float: left;
  width: calc(100% - 200px);
}
.minicart-proceed-wrapper .subtotal > .label {
  width: 50%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.minicart-proceed-wrapper .subtotal > .label span {
  font-size: 0;
}
.minicart-proceed-wrapper .subtotal > .label span::after {
  content: "Subtotal";
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
.minicart-proceed-wrapper .subtotal > .price-container {
  width: 50%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  text-align: right;
}
.minicart-proceed-wrapper .subtotal > .label,
.minicart-proceed-wrapper .subtotal > .price-container {
  color: #3c3939;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 12px;
}
.minicart-proceed-wrapper .subtotal .price-container .price {
  font-weight: 700;
  color: #1e398d;
  font-size: 18px;
  line-height: 24px;
}
.minicart-proceed-wrapper .actions {
  float: right;
  width: 200px;
}
.minicart-proceed-wrapper .actions + .actions {
  width: 100%;
  float: none;
}
.minicart-proceed-wrapper .actions + .actions .action.viewcart {
  text-align: center;
  color: #1e398d;
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.minicart-proceed-wrapper .actions + .actions .action.viewcart:hover {
  text-decoration: none;
  color: #8291be;
}
.minicart-proceed-wrapper .action.primary.checkout {
  background-image: none;
  background: #18a828;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 400;
  margin: 0;
  padding: 0 16px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 4rem;
  box-sizing: border-box;
  vertical-align: middle;
  transition: box-shadow 0.16s;
  position: relative;
  text-align: left;
}
.minicart-proceed-wrapper .action.primary.checkout:focus,
.minicart-proceed-wrapper .action.primary.checkout:active {
  background: #d22a30;
  border: none;
  color: #fff;
}
.minicart-proceed-wrapper .action.primary.checkout:hover {
  background: #18a828;
  border: none;
  color: #fff;
}
.minicart-proceed-wrapper .action.primary.checkout.disabled,
.minicart-proceed-wrapper .action.primary.checkout[disabled],
fieldset[disabled] .minicart-proceed-wrapper .action.primary.checkout {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.minicart-proceed-wrapper .action.primary.checkout:hover,
.minicart-proceed-wrapper .action.primary.checkout:active,
.minicart-proceed-wrapper .action.primary.checkout:focus {
  background: #18a828;
}
.minicart-proceed-wrapper .action.primary.checkout::after {
  top: 0;
  right: 0;
  content: "\f12b";
  width: 40px;
  height: 40px;
  font-family: hirschs-icons;
  margin: 0;
  position: absolute;
  text-align: center;
  font-size: 20px;
  line-height: 42px;
}
.minicart-proceed-wrapper .action.primary.checkout > span {
  font-weight: 700;
  padding-left: 0;
}
.minicart-proceed-wrapper .action.viewcart {
  color: #3c3939;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #000;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.minicart-proceed-wrapper .action.viewcart:visited {
  color: #000;
  text-decoration: none;
}
.minicart-proceed-wrapper .action.viewcart:hover {
  color: #000;
  text-decoration: underline;
}
.minicart-proceed-wrapper .action.viewcart:active {
  color: #000;
  text-decoration: underline;
}
.minicart-wrapper {
  text-align: left;
}
.block-minicart {
  display: none;
}
.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: 20px;
  line-height: 48px;
  color: #1e398d;
  content: "\f105";
  font-family: hirschs-icons;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #1e398d;
}
.minicart-wrapper .action.showcart:active:before {
  color: #1e398d;
}
.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: 20px;
  line-height: 48px;
  color: #1e398d;
  content: "\f105";
  font-family: hirschs-icons;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #1e398d;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #1e398d;
}
.minicart-wrapper ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  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);
}
.minicart-wrapper ul.dropdown li {
  margin: 0;
  padding: 3px 8px;
}
.minicart-wrapper ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.minicart-wrapper ul.dropdown:before,
.minicart-wrapper ul.dropdown:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.minicart-wrapper ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.minicart-wrapper ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.minicart-wrapper ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active ul.dropdown {
  display: block;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  line-height: 45px;
  vertical-align: middle;
}
.minicart-wrapper .action.showcart.showcart-wrapper::after,
.minicart-wrapper .action.showcart.showcart-wrapper::before {
  content: "";
  display: none;
}
.minicart-wrapper .action.showcart:not(.empty) {
  position: relative;
}
.minicart-wrapper .action.showcart:not(.empty)::before {
  content: "\f109";
}
.minicart-wrapper .action.showcart:not(.empty)::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 8px;
  border: 2px solid #fff;
  background: #d22a30;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: relative;
  color: #1e398d;
  line-height: 16px;
  display: inline-block;
  padding-left: 8px;
  white-space: normal;
  font-size: 12px;
  font-weight: 700;
  min-width: 20px;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-label {
  display: inline-block;
  color: #d22a30;
}
.minicart-wrapper .action.showcart .counter-label span {
  color: #1e398d;
}
.minicart-wrapper
  .action.showcart
  .counter-label
  span
  ~ .minicart-items-placehoder {
  display: none;
}
.minicart-wrapper .action.showcart .counter-label > span:not([class]) {
  margin-left: 2px;
}
.minicart-wrapper .action.showcart .minicart-items-placehoder {
  color: #1e398d;
}
.minicart-wrapper .action.showcart .minicart-items-placehoder span {
  display: inline-block;
  color: #d22a30;
  min-width: 7px;
  margin-right: 2px;
}
.minicart-wrapper .block-minicart .action.showcart {
  position: relative;
  line-height: 16px;
}
.minicart-wrapper .block-minicart .action.showcart::before {
  color: #fff;
  line-height: 18px;
}
.minicart-wrapper .block-minicart .action.showcart:not(.empty)::after {
  bottom: -3px;
}
.minicart-wrapper .product-image-wrapper {
  z-index: auto;
}
.checkout-index-index .loading-mask ~ div .loading-mask {
  display: none;
}
.checkout-container {
  margin: 0 0 16px;
}
.checkout-container > .loading-mask ~ ul .loading-mask,
.checkout-container > .loading-mask ~ div .loading-mask {
  display: none;
}
.opc-wrapper {
  margin: 0;
}
.opc-wrapper .step-title {
  margin-bottom: 24px;
  font-size: 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .go-back {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  word-spacing: -4px;
  padding-right: 16px;
}
.checkout-index-index .go-back > span {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  word-spacing: normal;
  color: #fff;
  transition: color 0.3s;
}
.checkout-index-index .go-back > span[class*="icon"] {
  width: 32px;
  text-align: center;
  margin-right: 2px;
}
.checkout-index-index .go-back > span[class*="icon"]::before {
  content: "\f12a";
  font-size: 18px;
  vertical-align: top;
  line-height: inherit;
  color: inherit;
}
.checkout-index-index .go-back:hover > span,
.checkout-index-index .go-back:focus > span {
  color: #a5b0d0;
}
.checkout-index-index .header-container-checkout {
  text-align: center;
}
.checkout-index-index .header-container-checkout img {
  height: 48px;
}
.checkout-index-index .page-header {
  background: #1e398d;
  height: 72px;
}
.checkout-index-index .header.content {
  height: 100%;
  box-sizing: border-box;
}
.checkout-onepage-success .print {
  display: none;
}
.abs-discount-code .form-discount,
.abs-discount-code .order-comment-form,
.checkout-payment-method .payment-option-content .form-discount {
  display: table;
  width: 100%;
}
.abs-discount-code .form-discount .actions-toolbar,
.abs-discount-code .order-comment-form .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,
.abs-discount-code .order-comment-form .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,
.abs-discount-code .order-comment-form .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,
.abs-discount-code .order-comment-form > .field > .label,
.checkout-payment-method
  .payment-option-content
  .form-discount
  > .field
  > .label {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0 -16px;
  padding: 15px 16px;
  box-sizing: border-box;
}
.opc-estimated-wrapper.active {
  border-top-color: #1e398d;
  border-bottom: none;
  margin-bottom: 0;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 16px;
  line-height: 24px;
  float: left;
  font-weight: 700;
  color: #1e398d;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper {
  margin-right: 0;
  height: 48px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart,
.opc-estimated-wrapper
  .minicart-wrapper
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.showcart,
.opc-estimated-wrapper .minicart-wrapper .action-gift.action.showcart {
  margin-right: 0;
  height: 48px;
  width: 128px;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  line-height: 24px;
  transition: all 0.3s;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart::before,
.opc-estimated-wrapper
  .minicart-wrapper
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.showcart::before,
.opc-estimated-wrapper .minicart-wrapper .action-gift.action.showcart::before {
  color: #1e398d;
  position: absolute;
  left: 12px;
  font-size: 22px;
  line-height: inherit;
}
.opc-estimated-wrapper
  .minicart-wrapper
  button.action.showcart:not(.empty)::after,
.opc-estimated-wrapper
  .minicart-wrapper
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.showcart:not(.empty)::after,
.opc-estimated-wrapper
  .minicart-wrapper
  .action-gift.action.showcart:not(.empty)::after {
  left: 22px;
  bottom: 8px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty,
.opc-estimated-wrapper
  .minicart-wrapper
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.showcart
  .counter.qty,
.opc-estimated-wrapper
  .minicart-wrapper
  .action-gift.action.showcart
  .counter.qty {
  padding-left: 0;
  position: static;
}
.opc-estimated-wrapper
  .minicart-wrapper
  button.action.showcart
  .counter.qty::after,
.opc-estimated-wrapper
  .minicart-wrapper
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.showcart
  .counter.qty::after,
.opc-estimated-wrapper
  .minicart-wrapper
  .action-gift.action.showcart
  .counter.qty::after {
  position: absolute;
  content: "\f12c";
  right: 10px;
  color: #a5b0d0;
  font-family: hirschs-icons;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.opc-estimated-wrapper .minicart-wrapper.active button.action.showcart,
.opc-estimated-wrapper
  .minicart-wrapper.active
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.showcart,
.opc-estimated-wrapper .minicart-wrapper.active .action-gift.action.showcart {
  box-shadow: none;
  border: 1px solid #1e398d;
}
.opc-estimated-wrapper
  .minicart-wrapper.active
  button.action.showcart
  .counter.qty::after,
.opc-estimated-wrapper
  .minicart-wrapper.active
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.showcart
  .counter.qty::after,
.opc-estimated-wrapper
  .minicart-wrapper.active
  .action-gift.action.showcart
  .counter.qty::after {
  content: "\f12d";
  top: calc(50% + 2px);
}
.opc-estimated-wrapper .minicart-wrapper .counter-number {
  color: #d22a30;
}
.opc-estimated-wrapper .minicart-wrapper .counter-number::after {
  content: " Items";
  color: #1e398d;
}
.opc-progress-bar {
  list-style: none;
  padding: 16px 0 8px;
  display: block;
  margin: auto 0;
  text-align: center;
}
.opc-progress-bar li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.opc-progress-bar li.cart .circle::before {
  content: "01";
}
.opc-progress-bar li.Delivery .circle::before {
  content: "02";
}
.opc-progress-bar li.Payment .circle::before {
  content: "03";
}
.opc-progress-bar li.success .circle::before {
  content: "04";
}
.opc-progress-bar li .title {
  display: none;
}
.opc-progress-bar li._active {
  margin-right: 88px;
  margin-left: 12px;
  position: relative;
}
.opc-progress-bar li._active .title {
  display: block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #1e398d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.opc-progress-bar li._active .circle {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  background: #fff;
}
.opc-progress-bar li._active .circle::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 80px;
  background-color: #1e398d;
  top: 50%;
  left: 40px;
}
.opc-progress-bar li._active .circle::before {
  color: #1e398d;
  font-size: 16px;
  font-weight: 600;
}
.opc-progress-bar li._active + li {
  margin-left: 4px;
}
.opc-progress-bar li._active + li:not(:last-of-type) {
  margin-right: 24px;
}
.opc-progress-bar li._complete {
  cursor: pointer;
}
.opc-progress-bar li._complete .circle {
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.opc-progress-bar li._complete .circle::before {
  content: "\f101";
  color: #4caf50;
  font-size: 20px;
  transition: color 0.3s ease-in-out;
}
.opc-progress-bar li._complete:hover .circle {
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  background: #fff;
}
.opc-progress-bar li._complete:hover .circle::before {
  color: #1e398d;
}
.opc-progress-bar li:last-of-type {
  margin-right: 0;
}
.opc-progress-bar li .circle {
  height: 32px;
  width: 32px;
  border-radius: 32px;
  border: 1px solid #e0e0e0;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 32px;
}
.opc-progress-bar li .circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  line-height: 16px;
  color: #777;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 16px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #e57d81;
}
.checkout-index-index .modal-popup .modal-footer {
  display: block;
  padding: 0 16px 16px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  font-weight: 600;
  color: #1e398d;
  transition: color 0.3s ease-in-out;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
  text-decoration: none;
  color: #8291be;
}
.checkout-index-index .modal-popup .fieldset.address {
  margin-bottom: 0;
}
.checkout-index-index .modal-popup .shipping-address-subtitle {
  font-weight: 600;
  margin-bottom: 16px;
}
.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: #1e398d;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbb;
  content: "\e623";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #1e398d;
}
.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: #1e398d;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 769px) {
  .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: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login {
  margin-top: 16px;
  margin-bottom: 16px;
}
.opc-wrapper .form-login .field-tooltip {
  display: none;
}
.opc-wrapper .form-login .control input {
  width: 100%;
  margin-right: 0;
}
.opc-wrapper .form-login .fieldset {
  margin: 0;
}
.opc-wrapper .form-login .fieldset .note {
  font-size: 12px;
}
.opc-wrapper .form-login .fieldset .note::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #18a828;
  margin-right: 8px;
  margin-top: -2px;
}
.opc-wrapper .form-login .field {
  margin: 0;
}
.opc-wrapper .form-shipping-address {
  border-top: 1px solid #e0e0e0;
  margin: auto -16px;
  padding-top: 16px;
}
.opc-wrapper .form-shipping-address .fieldset.address {
  padding: 0 16px;
  margin-bottom: 0;
}
.opc-wrapper .shipping-address-item {
  border: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 8px;
  padding: 16px 37px 16px 16px;
  transition: 0.3s border-color;
  width: calc(50% - 16px);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #1e398d;
}
.opc-wrapper .shipping-address-item.not-selected-item {
  cursor: pointer;
}
.opc-wrapper .shipping-address-item-name {
  font-size: 18px;
  color: #1e398d;
  margin-bottom: 16px;
}
.opc-wrapper .shipping-address-item-telephone {
  margin-bottom: 16px;
}
.opc-wrapper .shipping-address-item-telephone a {
  color: #777;
  padding-left: 8px;
}
.opc-wrapper .shipping-address-item-telephone::before {
  font-family: hirschs-icons;
  content: "\f138";
  color: #1e398d;
  font-size: 20px;
  display: inline-block;
  transform: rotate(-90deg);
  vertical-align: middle;
}
.opc-wrapper .shipping-address-item-details {
  color: #777;
  position: relative;
  padding-left: 32px;
}
.opc-wrapper .shipping-address-item-details::before {
  position: absolute;
  left: 0;
  font-family: hirschs-icons;
  content: "\f104";
  color: #1e398d;
  font-size: 18px;
}
.opc-wrapper .action-show-popup > span::before {
  content: "\f124";
  padding-right: 16px;
  font-family: hirschs-icons;
}
.opc-wrapper .edit-address-link {
  position: absolute;
  right: 8px;
  top: 8px;
  padding-right: 14px;
  padding-left: 14px;
  border-color: #fff;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.opc-wrapper .edit-address-link:hover {
  border-color: #1e398d;
}
.opc-wrapper .col-shipping .message-success strong {
  font-weight: 600;
}
.opc-wrapper .col-shipping .message-success span::before {
  content: "\f10f";
}
.opc-wrapper .col-shipping div.new-address-popup {
  margin: 0 0 8px;
}
.opc-wrapper .loading-mask {
  background: rgba(255, 255, 255, 0.2);
}
.opc-wrapper .new-address-popup .action-show-popup {
  padding-left: 16px;
  padding-right: 16px;
  background: #1e398d;
  color: #fff;
  border-color: #1e398d;
  font-weight: 400;
  cursor: pointer;
}
.form-shipping-address .fieldset.address,
.billing-address-form .fieldset.address {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-shipping-address .fieldset.address > .field,
.billing-address-form .fieldset.address > .field {
  margin-bottom: 16px;
}
.form-shipping-address .fieldset.address > .field.choice .label::before,
.billing-address-form .fieldset.address > .field.choice .label::before {
  margin-right: 0;
}
.form-shipping-address .fieldset.address > .field.choice span,
.billing-address-form .fieldset.address > .field.choice span {
  font-weight: 400;
}
.form-shipping-address .fieldset.address [name$=".street.1"],
.billing-address-form .fieldset.address [name$=".street.1"] {
  display: none;
}
.form-shipping-address .fieldset.address ._error select,
.billing-address-form .fieldset.address ._error select {
  background: 0 0;
}
.form-shipping-address .order-comment__container .order-comment__title,
.billing-address-form .order-comment__container .order-comment__title {
  color: #777;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-shipping-address .order-comment__container .order-comment-form,
.billing-address-form .order-comment__container .order-comment-form {
  max-width: none;
}
.form-shipping-address .order-comment__container p,
.billing-address-form .order-comment__container p {
  margin: 0;
}
.form-shipping-address .order-comment__container textarea,
.billing-address-form .order-comment__container textarea {
  resize: none;
}
.form-shipping-address .order-comment__container .label,
.billing-address-form .order-comment__container .label {
  display: none;
}
.checkout-shipping-method .no-quotes-block {
  margin: 16px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 16px 0 0;
}
.table-checkout-shipping-method {
  display: block;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody {
  display: block;
}
.table-checkout-shipping-method td {
  padding-bottom: 8px;
  padding-top: 8px;
}
.table-checkout-shipping-method td input[type="radio"] {
  margin: 4px 4px 0 0;
}
.table-checkout-shipping-method tr {
  display: block;
  position: relative;
  margin-top: 16px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  background-color: #fff;
}
.table-checkout-shipping-method tr:first-child {
  margin-top: 0;
}
.table-checkout-shipping-method tr.active .shipping-method-select::before {
  content: "\f12d";
}
.table-checkout-shipping-method .row-error td {
  border-top: none;
  padding-bottom: 16px;
  padding-top: 0;
}
.table-checkout-shipping-method .col-method-title,
.table-checkout-shipping-method .col-price {
  display: none;
}
.table-checkout-shipping-method .col-description {
  width: 100%;
  padding-right: 40px;
}
.table-checkout-shipping-method
  .col-description
  .shipping-method-title-wrapper
  div,
.table-checkout-shipping-method
  .col-description
  .shipping-method-title-wrapper
  span {
  display: inline-block;
  font-weight: 600;
}
.table-checkout-shipping-method
  .col-description
  .shipping-method-title-wrapper
  .price
  span {
  color: #1e398d;
  margin-left: 4px;
}
.table-checkout-shipping-method
  .col-description
  .shipping-method-title-wrapper
  .price
  span::before {
  content: "(";
}
.table-checkout-shipping-method
  .col-description
  .shipping-method-title-wrapper
  .price
  span::after {
  content: ")";
}
.table-checkout-shipping-method .col-description > div:not([class]),
.table-checkout-shipping-method .col-description .shipping-method-title {
  color: #777;
}
.table-checkout-shipping-method .col-method {
  padding-left: 8px;
  padding-right: 0;
}
.table-checkout-shipping-method .col-method::before {
  font-family: hirschs-icons;
  content: "\f13e";
  font-size: 24px;
  color: #3c3939;
}
.table-checkout-shipping-method .col-method.cnc::before {
  content: "\f13f";
}
.table-checkout-shipping-method .method-block {
  border-radius: 4px;
  cursor: pointer;
}
.table-checkout-shipping-method .method-block.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.table-checkout-shipping-method .method-block.active + .row {
  margin-top: 0;
  min-height: 72px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #e0e0e0;
  position: relative;
}
.table-checkout-shipping-method .method-block.active + .row::before {
  content: "";
  height: 8px;
  position: absolute;
  width: 100%;
  top: -9px;
  background: #fff;
}
.table-checkout-shipping-method
  .method-block:not(.active):hover
  .shipping-method-select::before {
  color: #1e398d;
}
.action.shipping-method-select {
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: none;
  border: none;
  background: 0 0;
  font-size: 0;
}
.action.shipping-method-select::before {
  font-family: hirschs-icons;
  content: "\f12c";
  font-size: 22px;
  color: #a5b0d0;
  transition: color 0.3s ease-in-out;
}
.action.shipping-method-select:active,
.action.shipping-method-select:focus,
.action.shipping-method-select:hover {
  border: 0;
  background: 0 0;
}
.form-checkout-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.form-checkout-title.logged-in-collectinstore {
  display: none;
}
.form-checkout-title.guest-collectinstore {
  font-size: 0;
}
.form-checkout-title.guest-collectinstore::before {
  font-size: 18px;
  content: "Please enter you email address";
}
.checkout-shipping-address td {
  display: block;
  padding-top: 16px;
}
.checkout-shipping-address.shipping-address-collectinstore span.step-title {
  display: inline-block;
  color: #1e398d;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 24px;
  font-weight: 400;
}
.checkout-shipping-address.shipping-address-collectinstore .col-shipping {
  padding-bottom: 24px;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action::before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 32px;
}
.discount-code {
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  background: #fff;
  border-radius: 4px;
  margin: 16px;
  width: calc(100% - 32px);
  box-sizing: border-box;
}
.discount-code .payment-option-title {
  cursor: pointer;
  position: relative;
  padding: 16px 16px 0;
}
.discount-code .payment-option-title > span {
  display: inline-block;
  margin-bottom: 16px;
}
.discount-code .payment-option-title span {
  font-weight: 600;
  color: #777;
}
.discount-code .payment-option-title::after {
  content: "\f12c";
  font-family: hirschs-icons;
  font-size: 24px;
  color: #a5b0d0;
  position: absolute;
  right: 10px;
  transition: color 0.3s ease-in-out;
}
.discount-code .payment-option-title[aria-expanded="true"]::after {
  content: "\f12d";
}
.discount-code .payment-option-title:hover::after {
  color: #1e398d;
}
.discount-code._active .payment-option-title {
  padding: 16px 16px 0;
}
.discount-code .label {
  display: none;
}
.discount-code .messages {
  padding: 0 16px;
}
.discount-code .messages .mesage {
  margin-top: 16px;
}
.discount-code .form-discount,
.discount-code .order-comment-form {
  margin: 16px 0 0;
  position: relative;
}
.discount-code .form-discount .input-text,
.discount-code .order-comment-form .input-text {
  height: 48px;
}
.discount-code .form-discount .control,
.discount-code .order-comment-form .control {
  padding: 0 16px 16px;
}
.discount-code .form-discount .control,
.discount-code .form-discount .field,
.discount-code .order-comment-form .control,
.discount-code .order-comment-form .field {
  margin-bottom: 0;
  width: 100%;
}
.discount-code .form-discount .control,
.discount-code .order-comment-form .control {
  width: calc(100% - 32px) !important;
}
.discount-code .form-discount button.primary,
.discount-code .order-comment-form button.primary,
.discount-code
  .form-discount
  .cart.table-wrapper
  .actions-toolbar
  > .action.primary,
.discount-code .form-discount .action-gift.primary {
  position: absolute;
  width: 80px;
  height: 32px;
  top: 8px;
  right: 24px;
  font-weight: 400;
  padding: 4px;
  margin: 0;
}
.discount-code .form-discount.applied .input-text,
.discount-code .order-comment-form.applied .input-text {
  background-color: #fff;
  color: #3c3939;
}
.shipping-information {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  box-sizing: border-box;
}
.shipping-information > div {
  padding: 16px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  background: #fff;
  border-radius: 4px;
}
.shipping-information .shipping-information-title {
  font-weight: 600;
  color: #777;
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.shipping-information .shipping-information-title .deliver-name {
  color: #1e398d;
}
.shipping-information .shipping-information-title .action {
  position: absolute;
  box-shadow: none;
  background: 0 0;
  right: -8px;
  top: -8px;
  padding: 8px;
  height: auto;
}
.shipping-information .shipping-information-title .action span::before {
  font-family: hirschs-icons;
  content: "\f10e";
  font-size: 18px;
  color: #a5b0d0;
  transition: color 0.3s ease-in-out;
}
.shipping-information .shipping-information-title .action:hover span::before {
  color: #1e398d;
}
.shipping-information .shipping-information-content > div {
  padding: 0 40px 0 32px;
  display: block;
  color: #777;
  position: relative;
}
.shipping-information .shipping-information-content > div::before {
  font-family: hirschs-icons;
  content: "";
  font-size: 18px;
  color: #1e398d;
  position: absolute;
  left: 0;
  top: 0;
}
.shipping-information .shipping-information-content > div.mobile-phone::before {
  content: "\f138";
  transform: rotate(270deg);
}
.shipping-information .shipping-information-content > div.address-view {
  margin-top: 16px;
}
.shipping-information .shipping-information-content > div.address-view span {
  display: block;
}
.shipping-information .shipping-information-content > div.address-view::before {
  content: "\f104";
}
.shipping-information .shipping-information-content > div.value span {
  display: block;
}
.shipping-information .shipping-information-content > div.value::before {
  content: "\f13e";
}
.shipping-information .ship-to {
  margin-bottom: 16px;
}
.opc-block-shipping-information {
  padding: 0 32px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 16px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information
  .shipping-information-title
  .action-edit
  > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information
  .shipping-information-title
  .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #757575;
  content: "\e606";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information
  .shipping-information-title
  .action-edit:hover:before {
  color: #1e398d;
}
.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 16px;
}
.proceed-button-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  background-color: #fff;
}
.proceed-button-wrapper .checkout {
  width: 100%;
  height: 48px;
  font-size: 16px;
  border-color: transparent;
  background-color: #18a828;
  font-weight: 600;
}
.proceed-button-wrapper .checkout:hover {
  color: #fff;
  border-color: transparent;
  background-color: #18a828;
}
.opc-block-summary {
  margin: 0 -16px 16px;
  border-bottom: 1px solid #1e398d;
  padding-bottom: 16px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .table-totals {
  padding: 16px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  width: calc(100% - 32px);
  margin: 0 16px;
  transition: box-shadow 0.3s ease-in-out;
}
.opc-block-summary caption {
  height: auto;
  width: auto;
  position: static;
  overflow: auto;
  text-align: left;
  font-size: 14px;
  display: block !important;
  margin-bottom: 16px;
  line-height: 24px;
  color: #777;
  font-weight: 600;
}
.opc-block-summary .mark .value {
  display: block;
}
.opc-block-summary tbody {
  display: block;
  width: 100%;
}
.opc-block-summary tbody .totals {
  display: block;
  width: 100%;
}
.opc-block-summary tbody .totals th.mark,
.opc-block-summary tbody .totals td.amount {
  padding: 0;
  margin-bottom: 8px;
  display: inline-block;
  color: #777;
}
.opc-block-summary tbody .totals td {
  float: right;
}
.opc-block-summary tbody .totals.grand .mark {
  padding: 0;
  margin-bottom: 0;
}
.opc-block-summary tbody .totals.grand .amount {
  padding: 0;
  margin-bottom: 0;
}
.opc-block-summary tbody .totals.grand .amount .price {
  color: #3c3939;
  font-weight: 600;
}
.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 {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  width: calc(100% - 32px);
  margin: 16px 16px 0;
  transition: box-shadow 0.3s ease-in-out;
}
.opc-block-summary .items-in-cart > .title {
  padding: 16px;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title span {
  font-weight: 600;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}
.opc-block-summary .items-in-cart > .title span.items-total-qty {
  color: #d22a30;
  padding-right: 4px;
}
.opc-block-summary .items-in-cart > .title:hover::after {
  color: #1e398d;
}
.opc-block-summary .items-in-cart > .title::after {
  position: absolute;
  content: "\f12c";
  right: 10px;
  color: #a5b0d0;
  font-family: hirschs-icons;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease-in-out;
}
.opc-block-summary .items-in-cart.active > .title::after {
  content: "\f12d";
  top: calc(50% + 2px);
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .items-in-cart .product .item-options {
  display: none;
}
.opc-block-summary .minicart-items-wrapper {
  width: 100%;
  margin: 0;
  color: #fff;
  height: auto;
  border-radius: 4px;
}
.opc-block-summary .minicart-items {
  padding: 0;
}
.opc-block-summary .minicart-items .product-item {
  margin: 0 !important;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 8px 16px;
  box-shadow: none;
}
.opc-block-summary .minicart-items .product {
  padding: 0;
  height: 72px;
}
.opc-block-summary .minicart-items .product-image-container {
  height: 72px;
  width: 72px;
  padding-right: 8px;
}
.opc-block-summary .minicart-items .product-image-wrapper {
  overflow: visible;
}
.opc-block-summary .minicart-items .product-image-wrapper img {
  height: 72px;
  width: 72px;
  max-height: 72px;
}
.opc-block-summary .minicart-items .product-item-details {
  width: calc(100% - 80px);
  float: right;
}
.opc-block-summary .minicart-items .product-item-name {
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
}
.opc-block-summary .product-item::after {
  display: none;
}
.opc-block-summary .product-item .product-item-inner {
  width: 100%;
}
.opc-block-summary .product-item .subtotal,
.opc-block-summary .product-item .qty {
  font-size: 12px;
  line-height: 16px;
}
.opc-block-summary .product-item .subtotal {
  display: inline-block;
  color: #1e398d;
  float: right;
  font-weight: 700;
}
.opc-block-summary .product-item .subtotal.special {
  color: #d22a30;
}
.opc-block-summary .product-item .qty {
  color: #3c3939;
  display: block;
}
.opc-block-summary .product-item .qty .qty-number {
  font-weight: 600;
  color: #1e398d;
  font-size: 14px;
  padding-left: 12px;
}
.opc-block-summary .product-item .qty.special .qty-number {
  color: #d22a30;
}
.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 {
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #c2c2d0;
  display: block;
  margin: -1px 0 0;
  padding: 16px;
  text-align: left;
  width: calc(100% - 32px);
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
  background-color: #1e398d;
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  font-weight: 600;
  display: block;
  width: 100%;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: box-shadow 0.3s ease-in-out;
}
.opc-block-summary .actions-toolbar .secondary .action:hover {
  box-shadow: none;
}
.authentication-dropdown {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  visibility: hidden;
  border-radius: 4px;
}
.authentication-dropdown .modal-header {
  padding: 0;
}
.authentication-dropdown .modal-header .action-close {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 0;
  border: 0;
}
.authentication-dropdown .modal-header .action-close::before {
  content: "\f100";
  font-family: hirschs-icons;
  font-size: 18px;
  color: #a5b0d0;
  transition: color 0.3s;
}
.authentication-dropdown .modal-header .action-close:focus {
  border: 0;
  box-shadow: none;
}
.authentication-dropdown .modal-header .action-close:hover::before {
  color: #1e398d;
}
.authentication-dropdown.custom-slide {
  margin: 0;
  top: 48px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
}
.authentication-dropdown.custom-slide .modal-inner-wrap {
  transform: none;
}
.authentication-dropdown.custom-slide._show {
  opacity: 1;
  visibility: visible;
}
.authentication-dropdown.custom-slide:not(._show) ~ .dropdown-overlay {
  display: none;
}
.authentication-dropdown .continue,
.authentication-dropdown .continue:focus,
.authentication-dropdown .continue:active {
  width: 100%;
  border-color: #fff;
}
.authentication-dropdown .action-login {
  width: 100%;
  margin: 0;
}
.authentication-dropdown .popup-or {
  position: relative;
  text-align: center;
  margin: 8px 0;
  display: inline-block;
  width: 100%;
}
.authentication-dropdown .popup-or span {
  font-size: 14px;
  line-height: 24px;
  padding: 0 16px;
  font-weight: 400;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 16px;
  border-radius: 0;
  overflow-y: auto;
}
.authentication-dropdown .field-password {
  position: relative;
  margin-top: 16px;
}
.authentication-dropdown .field-password .label {
  display: block;
}
.authentication-dropdown .field-password .action-remind {
  color: #1e398d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  position: absolute;
  top: 4px;
  right: 0;
  transition: color 0.3s;
}
.authentication-dropdown .field-password .action-remind:hover {
  text-decoration: none;
  color: #8291be;
}
.authentication-dropdown [data-role="checkout-messages"] {
  margin: 0;
}
.authentication-dropdown .fieldset {
  margin-bottom: 24px;
}
.authentication-dropdown .fieldset > .field {
  margin-bottom: 16px;
}
.authentication-dropdown .fieldset > .field .label::after {
  display: none;
}
.authentication-dropdown .fieldset > .field input {
  max-width: none;
}
.authentication-dropdown .field.field-email {
  margin-bottom: 16px;
}
.authentication-dropdown .password-toggle {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.authentication-dropdown .g-recaptcha {
  display: none;
}
.authentication-dropdown .block-authentication form div.actions-toolbar {
  margin: 0;
  padding: 0;
}
.checkout-index-index .authentication-dropdown [data-role="checkout-messages"] {
  margin: 16px 0;
}
.authentication-wrapper {
  float: right;
  margin-top: -57px;
  max-width: 50%;
  position: relative;
  z-index: 100;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.action-auth-toggle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: color 0.3s !important;
}
.action-auth-toggle::before {
  content: "\f103";
  font-family: hirschs-icons;
  font-size: 15px;
  margin-right: 8px;
}
.action-auth-toggle:focus {
  color: #fff;
  box-shadow: none;
}
.action-auth-toggle:hover {
  color: #a5b0d0;
  text-decoration: none;
}
.block-authentication .block-title {
  font-size: 18px;
  line-height: 24px;
  border-bottom: 0;
  margin-bottom: 16px;
  color: #1e398d;
}
.block-authentication .block-title strong {
  font-weight: 400;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 8px;
  padding-top: 2px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 24px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 16px;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #fff;
  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 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  color: #3c3939;
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 24px;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method
  .payment-method._active
  .payment-method-content:not(.cnc-selected) {
  display: none;
}
.checkout-payment-method
  .payment-method._active
  .payment-method-content.cnc-selected {
  padding: 0;
  display: block;
}
.checkout-payment-method
  .payment-method._active
  .payment-method-content.cnc-selected
  .actions-toolbar,
.checkout-payment-method
  .payment-method._active
  .payment-method-content.cnc-selected
  .form-checkout-title,
.checkout-payment-method
  .payment-method._active
  .payment-method-content.cnc-selected
  .actions-toolbar
  .primary {
  display: none;
}
.checkout-payment-method
  .payment-method._active
  .payment-method-content.cnc-selected
  .field.field-select-billing {
  max-width: 75%;
  margin: 0 8px;
}
.checkout-payment-method
  .payment-method._active
  .payment-method-content.cnc-selected
  .field.field-select-billing
  select.select {
  margin-bottom: 24px;
}
.checkout-payment-method
  .payment-method._active
  .payment-method-content.cnc-selected
  .field.field-select-billing
  .label {
  margin: 0;
}
.checkout-payment-method
  .payment-method._active
  .payment-method-content.cnc-selected
  .billing-address-form {
  margin: 0 -8px;
  max-width: calc(100% + 16px);
}
.checkout-payment-method
  .payment-method
  + .payment-method
  .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method-title {
  margin: 0;
  padding: 16px 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 8px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 16px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 16px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 16px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: calc(50% - 16px);
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 16px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 16px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
  margin-bottom: 16px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  padding: 0 0 0 23px;
  line-height: 27px;
}
.checkout-payment-method .checkout-billing-address input[type="checkbox"] {
  vertical-align: top;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 16px;
}
.checkout-payment-method .payment-method-iframe {
  width: 100%;
  display: none;
  background-color: transparent;
}
.checkout-payment-method .no-payments-block {
  margin: 16px 0;
}
.checkout-payment-method .payments > .fieldset {
  margin-top: 16px;
  margin-bottom: 0;
}
.checkout-payment-method .payments > .fieldset > br {
  display: none;
}
.checkout-payment-method form.form-login {
  max-width: none;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
}
.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 #ccc;
  padding: 16px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #757575;
  content: "\e622";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #1e398d;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 16px 22px;
}
.checkout-payment-method .payment-option-content .primary .action.action-apply {
  margin-right: 0;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 16px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 8px 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: 0.4;
}
.checkout-payment-method .credit-card-types .item span {
  vertical-align: top;
  display: inline-block;
  padding-top: 6px;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 8px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 8px;
  padding-right: 8px;
}
.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: 16px;
}
.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-index-index .checkout-payment-method .payment-method label::after {
  top: 50%;
  right: 0;
  content: "";
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  transform: translateY(-50%);
  max-width: 72px;
  height: 24px;
  padding: 0 8px;
}
.checkout-index-index .checkout-payment-method .payment-method label {
  width: 100%;
  position: relative;
  margin: 0;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label
  .payment-icon {
  display: none;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="payumea_creditcard"]::after {
  background: url(../Magento_Checkout/images/visa_checkout.png) right no-repeat;
  background-size: contain;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="ozow"]::after {
  background: url(../Magento_Checkout/images/ozow.png) right no-repeat;
  background-size: contain;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="vaimo_payumea_visacheckout"]::after {
  background: url(../Magento_Checkout/images/visa_checkout.png) right no-repeat;
  background-size: contain;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="payumea_ucount"]::after {
  background: url(../Magento_Checkout/images/ucount_rewards.png) right no-repeat;
  background-size: contain;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="payumea_discoverymiles"]::after {
  background: url(../Magento_Checkout/images/discovery_miles.png) right
    no-repeat;
  background-size: contain;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="payumea_ebucks"]::after {
  background: url(../Magento_Checkout/images/eBucks.png) right no-repeat;
  background-size: contain;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="payumea_mobicred"]::after {
  background: url(../Magento_Checkout/images/mobicredit.png) right no-repeat;
  background-size: contain;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="payumea_eftpro"]::after,
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="banktransfer"]::after {
  background: url(../Magento_Checkout/images/eft_logos.png) right no-repeat;
  background-size: contain;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="paygate"]::after {
  background: url(../Magento_Checkout/images/paygate.png) right no-repeat;
  background-size: contain;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="snapscan"]::after {
  background: url(../Magento_Checkout/images/snapscan.png) right no-repeat;
  background-size: contain;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="zapper"]::after {
  background: url(../Magento_Checkout/images/zapper.png) right no-repeat;
  background-size: contain;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method
  label[for="ipay"]::after {
  max-width: 48px;
  background: url(../Magento_Checkout/images/ipay.png) right no-repeat;
  background-size: contain;
}
.checkout-index-index .checkout-payment-method .legend {
  margin-top: 40px;
}
.checkout-index-index .checkout-payment-method .legend > span {
  font-style: normal;
  color: #000;
  font-size: 24px;
  line-height: 40px;
}
.checkout-index-index .checkout-payment-method .payment-method {
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  margin: 0 0 16px;
  padding: 0 16px;
  background-color: #fff;
  border: 1px solid #fff;
  transition: box-shadow 0.3s ease-in-out;
}
.checkout-index-index .checkout-payment-method .payment-method-content {
  padding: 16px 0 0;
}
.checkout-index-index .checkout-payment-method .payment-method-title {
  padding: 30px 32px 31px;
  margin: 0 -32px;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method-title.description-added {
  padding: 0;
  margin: 0 -16px;
  box-sizing: border-box;
}
.checkout-index-index .checkout-payment-method .payment-method-title label {
  margin: 0 16px;
  line-height: inherit;
  box-sizing: border-box;
  width: calc(100% - 32px);
  padding: 16px 72px 16px 32px;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method-title
  label
  span {
  color: #3c3939;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.4rem;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method-title
  label
  .payment-method-description {
  color: #777;
  font-weight: 400;
  line-height: 24px;
  font-size: 1.4rem;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method-title
  label::before {
  left: 0;
  top: 50%;
  padding: 0;
  width: 16px;
  position: absolute;
  transform: translateY(-50%);
  color: #aab4d2;
}
.checkout-index-index .checkout-payment-method .payment-method._active {
  border: solid 1px #1e398d;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method._active
  .payment-method-title {
  padding: 0;
  margin: 0 -16px;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent;
}
.checkout-index-index
  .checkout-payment-method
  .payment-method._active
  .payment-method-title
  label::before {
  color: #1e398d !important;
}
.checkout-index-index .checkout-payment-method .payment-method:hover {
  box-shadow: none;
}
.proceed-button-wrapper .checkout-agreements.fieldset {
  height: 40px;
  margin: 0 -16px 16px;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}
.proceed-button-wrapper .checkout-agreements.fieldset .label {
  margin: 0 !important;
}
.proceed-button-wrapper .checkout-agreements.fieldset .label::before {
  padding: 0;
  float: left;
  margin-right: 0;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}
.proceed-button-wrapper
  .checkout-agreements.fieldset
  .label
  .action.action-show {
  border: 0;
  float: left;
  box-shadow: none;
  border-radius: 0;
  text-align: left;
  background: 0 0;
  line-height: 40px;
  padding: 0 0 0 4px;
  font-weight: 400;
  width: calc(100% - 40px);
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 16px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 32px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 16px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.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%;
}
.downloadable.samples {
  margin-bottom: 16px;
}
.downloadable.samples dd {
  margin: 0 0 16px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 24px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 8px;
  font-size: 1.1rem;
  margin-top: 16px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 8px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 8px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 32px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 16px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 16px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 16px;
}
.gift-message .field {
  margin-bottom: 16px;
}
.gift-message .field .label {
  color: #666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 16px;
}
.gift-options-content .fieldset {
  margin: 0 0 16px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 16px 16px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e622";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: "\e621";
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 16px 0;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: "\e621";
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
  cursor: pointer;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e622";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #fff;
  border: 1px solid #1e398d;
  color: #1e398d;
}
.gift-item-block .title:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 16px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 16px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: "";
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 16px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: "\e621";
}
.block-order-details-gift-message {
  border-top: 1px solid #c2c2d0;
  padding-top: 16px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 16px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 16px;
  margin: 16px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: "\e629";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  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 16px 16px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  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: 16px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 8px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 8px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 16px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 16px 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: 16px;
}
.order-options .product {
  margin-bottom: 16px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 16px;
}
.order-options .gift-wrapping {
  margin-bottom: 16px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #c2c2d0;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #c2c2d0;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: 400;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: "\e61c";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 16px;
}
.map-popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 16px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  color: #1e398d;
  font-weight: 600;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.map-popup .popup-content {
  margin: 16px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: 0 0;
  -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: 16px;
  top: 16px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e616";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: 0 0;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: 0 0;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 16px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 16px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: 0 0;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: 0 0;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: 0 0;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
  margin-top: 32px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #3c3939;
}
.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: 24px;
  padding-left: 12px;
}
.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: 16px;
}
.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: 16px;
}
.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: 32px;
}
.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: 16px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 24px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 16px;
}
.multicheckout .item-options {
  margin: 16px 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 #c2c2d0;
  padding-bottom: 16px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a5b6ec;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: -16px;
}
.multicheckout .box-title span {
  margin-right: 16px;
}
.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 8px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.paypal.after:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 8px 8px 16px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 16px 8px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 16px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  color: #1e398d;
  font-weight: 600;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ": ";
}
.paypal-review .paypal-review-title > strong {
  color: #1e398d;
  font-weight: 600;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 16px;
}
.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 #c2c2d0;
  margin: 16px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 16px 0;
}
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #6180dd;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: icons-blank-theme;
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: "\e605""\e605""\e605""\e605""\e605";
  display: block;
  font-style: normal;
  font-weight: 400;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: icons-blank-theme;
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: "\e605""\e605""\e605""\e605""\e605";
  display: block;
  font-style: normal;
  font-weight: 400;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: icons-blank-theme;
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: "\e605""\e605""\e605""\e605""\e605";
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: icons-blank-theme;
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: "\e605""\e605""\e605""\e605""\e605";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\e605""\e605""\e605""\e605";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\e605""\e605""\e605";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\e605""\e605";
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\e605";
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  color: #1e398d;
  font-weight: 700;
  line-height: 56px;
  font-size: 3.6rem;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.block.add.review .legend {
  color: #1e398d;
  font-weight: 600;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
  margin: 0 0 16px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 8px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  color: #1e398d;
  font-weight: 700;
  line-height: 56px;
  font-size: 3.6rem;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  color: #1e398d;
  font-weight: 600;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 16px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 16px;
}
.product-reviews-summary {
  display: table;
  margin: 16px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -8px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 8px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 16px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 16px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  color: #1e398d;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.customer-review .review-details .review-content {
  margin-bottom: 16px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 16px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 16px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 16px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 16px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #fff;
  border: 1px solid #1e398d;
  color: #1e398d;
}
.review-form .action.submit.primary:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1e398d;
}
.fieldset .review-legend.legend {
  margin-bottom: 16px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 16px;
}
.review-list {
  margin-bottom: 32px;
}
.review-list .block-title strong {
  color: #1e398d;
  font-weight: 700;
  line-height: 56px;
  font-size: 3.6rem;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 16px 0;
}
.review-item:after {
  clear: both;
  content: "";
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 16px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  color: #1e398d;
  font-weight: 600;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
  margin: 0 0 16px;
}
.review-content {
  margin-bottom: 16px;
}
.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: 24px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 16px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 8px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #c2c2d0;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #c2c2d0;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  color: #1e398d;
  font-weight: 600;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #c2c2d0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 16px;
}
.account .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 24px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ": ";
}
.order-tracking {
  border-bottom: 1px solid #c2c2d0;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount,
.opc-wrapper .order-comment-form {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: "\e61d";
  font-family: icons-blank-theme;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 16px;
}
.swatch-attribute-label[data-required="1"]:after {
  content: "*";
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 16px 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: 16px;
  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: #fff;
  border: 1px solid #fff;
  color: #000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 16px 8px 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: false;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #fff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff;
  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%,
    #fff 43%,
    #fff 46%,
    #ff5216 47%,
    #ff5216 53%,
    #fff 54%,
    #fff 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%,
    #fff 43%,
    #fff 46%,
    #ff5216 47%,
    #ff5216 53%,
    #fff 54%,
    #fff 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%,
    #fff 43%,
    #fff 46%,
    #ff5216 47%,
    #ff5216 53%,
    #fff 54%,
    #fff 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%,
    #fff 43%,
    #fff 46%,
    #ff5216 47%,
    #ff5216 53%,
    #fff 54%,
    #fff 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%, #fff),
    color-stop(46%, #fff),
    color-stop(47%, #ff5216),
    color-stop(53%, #ff5216),
    color-stop(54%, #fff),
    color-stop(57%, #fff),
    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%,
    #fff 43%,
    #fff 46%,
    #ff5216 47%,
    #ff5216 53%,
    #fff 54%,
    #fff 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(../images/loader-2.gif);
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #fff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 8px;
  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;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #fff transparent transparent transparent;
  border-width: 7px 7.5px 0;
  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: #fff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 16px 0;
}
.swatch-opt-listing {
  margin-bottom: 16px;
}
.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;
}
.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: 24px;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: 0 0;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: 0 0;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: 0 0;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
  margin-right: 16px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: 0 0;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: 0 0;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: 0 0;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: "\e601";
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #c2c2d0;
}
.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 #c2c2d0;
}
.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 #c2c2d0;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 16px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 16px 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: 16px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 16px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 24px;
}
.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: 16px;
}
.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: 16px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products {
  margin: 32px 0;
}
.catalogsearch-result-index
  .page-wrapper
  .search.results
  .toolbar-products
  + .block {
  display: none;
}
.catalogsearch-result-index .page-wrapper .sresults-banner {
  margin: 8px -16px 0 !important;
  height: 120px;
}
.catalogsearch-result-index
  .page-wrapper
  .sresults-banner
  .row-full-width-inner {
  height: inherit;
}
.catalogsearch-result-index
  .page-wrapper
  .sresults-banner
  .row-full-width-inner
  .image {
  height: 120px !important;
  background-size: cover;
  background-position: top;
}
.catalogsearch-result-index .page-wrapper .page-title-wrapper {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
}
.catalogsearch-result-index .page-wrapper .page-title-wrapper h1 {
  line-height: 160px;
  text-align: center;
  color: #1e398d;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  width: 100%;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 14px;
  vertical-align: top;
}
.products-grid .product-item {
  padding: 0;
  width: 100%;
  margin-left: 0;
  display: inline-block;
  margin-bottom: 32px;
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 8px 8px;
  box-shadow: inset 0 -1px 0 0 #e0e0e0;
  height: 56px;
  overflow: hidden;
}
.product-item-name.out-of-stock {
  box-shadow: none;
}
.product-item-name .product-item-link {
  overflow: hidden;
  color: #3c3939;
  text-align: center;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.product-item-name .product-item-link:hover {
  text-decoration: none;
}
.product-item-info {
  max-width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  transition: all 0.3s ease-in-out;
}
.product-item-info:hover {
  cursor: pointer;
  box-shadow: none;
}
.product-item-info .product-item-photo {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 8px 0;
}
.product-item-info .product-item-photo .product-image-wrapper {
  margin-bottom: -16px;
}
.product-item-info .product-item-photo .product-image-photo {
  margin: 0;
  box-sizing: border-box;
  padding: 16px 24px 0;
}
.product-item-info .be-back-soon.out-of-stock {
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 10;
  color: #3c3939;
  text-align: center;
  position: absolute;
  height: 32px;
  font-size: 14px;
  transform: translateY(-50%);
  line-height: 32px;
  font-weight: 600;
  background-color: rgba(226, 226, 226, 0.75);
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 14px;
}
.products-grid .product-item-actions {
  width: 100%;
  display: inline-block;
  margin: 8px 0 -8px;
}
.product-item-actions .actions-secondary {
  float: left;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions
  .actions-secondary
  > .cart.table-wrapper
  .actions-toolbar
  > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions
  .actions-secondary
  > .cart.table-wrapper
  .actions-toolbar
  > .action.action:focus,
.product-item-actions
  .actions-secondary
  > .cart.table-wrapper
  .actions-toolbar
  > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: 0 0;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions
  .actions-secondary
  > .cart.table-wrapper
  .actions-toolbar
  > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: 0 0;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions
  .actions-secondary
  > .cart.table-wrapper
  .actions-toolbar
  > .action.action.disabled,
.product-item-actions
  .actions-secondary
  > .cart.table-wrapper
  .actions-toolbar
  > .action.action[disabled],
fieldset[disabled]
  .product-item-actions
  .actions-secondary
  > .cart.table-wrapper
  .actions-toolbar
  > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled]
  .product-item-actions
  .actions-secondary
  > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.product-item-actions .actions-secondary > .action::before {
  width: 40px;
  height: 40px;
  color: #a5b0d0;
  line-height: 40px;
  font-size: 16px;
  font-family: hirschs-icons;
  content: "\f11d";
  font-weight: 300;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.product-item-actions .actions-secondary > .action:hover {
  box-shadow: none;
}
.product-item-actions .actions-secondary > .action:hover::before {
  color: #a5b0d0;
}
.product-item-actions .actions-primary {
  float: right;
  width: calc(100% - 48px);
}
.product-item-actions .actions-primary .action.tocart {
  width: 100%;
  text-align: center;
  height: 40px;
  padding: 0 16px;
  display: inline-block;
  box-sizing: border-box;
  border-color: transparent;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  line-height: 38px;
}
.product-item-actions .actions-primary .action.tocart span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.product-item-actions .actions-primary .action.tocart:not(.white-btn) {
  text-decoration: none;
  background-color: #18a828;
}
.product-item-actions .actions-primary .action.tocart:not(.white-btn) span {
  color: #fff;
}
.product-item-actions .actions-primary .action.tocart.white-btn {
  text-decoration: none;
  background: #fff;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.product-item-actions .actions-primary .action.tocart.white-btn span {
  color: #1e398d;
}
.product-item-actions .actions-primary .action.tocart.back-order {
  text-decoration: none;
  background: #fff;
  border: 1px solid #1e398d;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.product-item-actions .actions-primary .action.tocart.back-order span {
  color: #1e398d;
}
.product-item-actions .actions-primary .action.tocart:hover {
  box-shadow: none;
}
.product-item-description {
  margin: 24px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .product-addto-section {
  position: relative;
  min-height: 72px;
}
.product-item .product-addto-section .be-back-soon.out-of-stock {
  top: 0;
  transform: inherit;
  min-height: 72px;
}
.product-item .product-addto-section .be-back-soon.out-of-stock span {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.product-item .price-box {
  margin: 0;
  box-sizing: border-box;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
}
.product-item .price-box .price {
  color: #1e398d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.product-item .price-box .price-label {
  display: none;
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  font-size: 16px;
  color: #d22a30;
  font-weight: 600;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax,
.product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .special-price {
  display: inline-block;
}
.product-item .old-price {
  text-decoration: none;
}
.product-item .old-price .price {
  position: relative;
  top: -1px;
  font-size: 12px;
  text-decoration: line-through;
  color: #777;
  font-weight: 400;
  text-decoration-color: rgba(119, 119, 119, 0.75);
}
.product-item .old-price .price-label {
  position: relative;
  display: inline-block;
  top: -1px;
  font-size: 12px;
  padding-left: 8px;
  color: #777;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 14px;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .swatch-attribute-options {
  margin: 0;
  padding: 0 8px;
  min-height: 32px;
}
.product-item .swatch-attribute-options .swatch-option.color,
.product-item .swatch-attribute-options .swatch-option.text {
  padding: 0;
  outline: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  max-width: 14px;
  min-width: 14px;
  border: solid 1px transparent;
  margin: 0 4px 8px 0;
}
.product-item
  .swatch-attribute-options
  .swatch-option.color[data-option-tooltip-value="#ffffff"],
.product-item
  .swatch-attribute-options
  .swatch-option.color[data-option-tooltip-value="#fff"],
.product-item
  .swatch-attribute-options
  .swatch-option.text[data-option-tooltip-value="#ffffff"],
.product-item
  .swatch-attribute-options
  .swatch-option.text[data-option-tooltip-value="#fff"] {
  border: solid 1px rgba(0, 0, 0, 0.2);
}
.product-item .swatch-attribute-options .swatch-option.text {
  border: 0;
  width: auto;
  overflow: visible;
  max-width: initial;
  border-radius: inherit;
  background: 0 0;
  line-height: 16px;
}
.product-item .swatch-attribute-options .swatch-option.image {
  border: 0;
  padding: 0;
  outline: none;
  box-shadow: none;
  width: 16px;
  height: 16px;
  max-width: 16px;
  min-width: 16px;
  max-height: 16px;
  border-radius: inherit;
  margin: 0 4px 0 0;
  background-size: contain !important;
}
.product-item .swatch-attribute-options .swatch-more {
  margin: 0;
  float: left;
  font-weight: 700;
  height: 32px;
  font-size: 12px;
  padding: 0 16px 0 0;
  line-height: 16px;
  color: #777;
  text-decoration: #ffdead;
}
.product-item .swatch-attribute-options .swatch-more:hover span > span {
  text-decoration: underline;
}
.product-item .tocompare:before {
  content: "\e61f";
}
.product-item .tocart {
  white-space: nowrap;
}
.product-items .wishlist.split.button > .action.split {
  display: none;
}
.product-items .wishlist.split.button {
  display: block;
}
.product-items .wishlist.split.button > .action.change {
  top: 0;
  right: 0;
  z-index: 10;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.product-items .wishlist.split.button > .action.change::before {
  display: none;
}
.product-items .wishlist.split.button > .action.change::after {
  color: #a5b0d0;
  content: "\f107";
  font-family: hirschs-icons;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.product-items .wishlist.split.button > .action.change:hover::after {
  color: #1e398d;
}
.product-items .action.towishlist,
.products.list.items .action.towishlist {
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before {
  display: none;
}
.product-items .action.towishlist::after,
.products.list.items .action.towishlist::after {
  color: #a5b0d0;
  content: "\f107";
  font-family: hirschs-icons;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.price-container .price {
  font-size: 14px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 8px;
}
.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: 11px;
}
.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 {
  width: 1%;
  display: table-cell;
  vertical-align: top;
  padding: 0 32px 32px 0;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  z-index: 1;
  position: relative;
}
.toolbar-amount {
  margin: 0;
  letter-spacing: 0;
  color: #1e398d;
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.mof-vertical-container .block-title.filter-title {
  height: 64px;
  margin-bottom: 32px;
  box-shadow: inset 0 -1px 0 0 #e0e0e0, inset 0 1px 0 0 #e0e0e0;
}
.mof-vertical-container .block-title.filter-title strong {
  letter-spacing: 0;
  font-weight: 700;
  color: #1e398d;
  font-size: 18px;
  line-height: 64px;
}
.mof-vertical-container .block-content.filter-content {
  padding-right: 32px;
}
.toolbar-products {
  height: 64px;
  margin-bottom: 32px;
  box-shadow: inset 0 -1px 0 0 #e0e0e0, inset 0 1px 0 0 #e0e0e0;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.products.wrapper ~ .toolbar-products .pages .item {
  line-height: 40px;
}
.products.wrapper ~ .toolbar-products .pages .item:not(.current) {
  margin: 0;
}
.products.wrapper ~ .toolbar-products .pages .item .action.previous {
  margin-right: 4px;
}
.products.wrapper ~ .toolbar-products .pages .item .action.next {
  margin-left: 4px;
}
.products.wrapper ~ .toolbar-products .pages .item .num-1::before,
.products.wrapper ~ .toolbar-products .pages .item .num-2::before,
.products.wrapper ~ .toolbar-products .pages .item .num-3::before,
.products.wrapper ~ .toolbar-products .pages .item .num-4::before,
.products.wrapper ~ .toolbar-products .pages .item .num-5::before,
.products.wrapper ~ .toolbar-products .pages .item .num-6::before,
.products.wrapper ~ .toolbar-products .pages .item .num-7::before,
.products.wrapper ~ .toolbar-products .pages .item .num-8::before,
.products.wrapper ~ .toolbar-products .pages .item .num-9::before {
  content: "0";
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter,
.limiter {
  padding: 12px 0;
}
.products.wrapper ~ .toolbar .sorter,
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.sorter .sorter-label,
.limiter .sorter-label,
.sorter .label > span,
.limiter .label > span {
  margin: 0;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 24px;
  color: #777;
}
.sorter-options,
.limiter-options {
  width: auto;
  width: 160px;
  border: none;
  outline: none;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  background-color: #fff !important;
  margin: 0 8px 0 16px;
  letter-spacing: 0;
  cursor: pointer;
  text-align: center;
  text-align-last: center;
  color: #1e398d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.sorter-options:hover,
.limiter-options:hover {
  box-shadow: none;
}
.sorter-options:active,
.limiter-options:active,
.sorter-options:focus,
.limiter-options:focus {
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.sorter-action {
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 40px;
  color: #1e398d;
  content: "\f122";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #1e398d;
}
.sorter-action::before {
  width: 40px;
  text-align: center;
  font-family: hirschs-icons;
}
.sorter-action:hover {
  box-shadow: none;
}
.sorter .sort-desc::before {
  content: "\f123";
}
.modes {
  display: none;
}
.limiter-options {
  padding: 0;
  width: 40px;
  margin: 0 4px 0 8px;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.catalog-product-view .media {
  padding: 0 0 16px;
}
.catalog-product-view .product-main-block,
.catalog-product-view .product-.info.detailed {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
  padding: 16px;
  overflow: auto;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier
  .price-container
  .price-including-tax
  + .price-excluding-tax::before {
  content: "(" attr(data-label) ": ";
}
.prices-tier
  .price-container
  .price-including-tax
  + .price-excluding-tax:last-child::after {
  content: ")";
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]::before {
  content: " +" attr(data-label) ": ";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 16px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #6180dd;
  font-size: 1.2rem;
  margin: 16px 0;
}
.product.media .product.thumbs {
  margin: 16px 0 32px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  margin-top: 32px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 8px 16px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 32px 16px 0;
}
.product-info-main .page-title-wrapper .page-title {
  line-height: 24px;
  margin-bottom: 16px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 16px;
  vertical-align: top;
}
.product-info-main .price-box {
  margin-top: 16px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 8px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper
  .fieldset-product-options-inner
  input.datetime-picker
  ~ select.datetime-picker {
  margin-top: 16px;
}
.product-options-wrapper
  .fieldset-product-options-inner.required
  .legend::after,
.product-options-wrapper
  .fieldset-product-options-inner._required
  .legend::after {
  content: "*";
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
.product-info-main .price-box .weee + .price-excluding-tax,
.product-options-bottom .price-box .weee + .price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 8px;
}
.product-info-main
  .price-box
  .price-including-tax
  + .price-excluding-tax
  .price,
.product-options-bottom
  .price-box
  .price-including-tax
  + .price-excluding-tax
  .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: block;
  margin: 16px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label::after,
.product-options-bottom .old-price .price-label::after,
.product-info-main .special-price .price-label::after,
.product-options-bottom .special-price .price-label::after {
  content: ": ";
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 16px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 16px 0;
  padding: 16px 12px;
}
.prices-tier .price-container {
  display: inline-block;
}
.prices-tier .price-including-tax,
.prices-tier .price-excluding-tax,
.prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price,
.prices-tier .price-excluding-tax .price,
.prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.ui-dialog-titlebar-close {
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: 0 0;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: 0 0;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 8px;
}
.block.related .product-item-info {
  transition: box-shadow 0.3s ease-in-out;
}
.block.related .product-item-info:hover {
  box-shadow: none !important;
}
.block.related .product-item-info .product-image-wrapper {
  margin-bottom: 0;
}
.block.related .product-item-info .product-item-name {
  margin: 0;
  padding: 0;
  display: block;
  box-shadow: none;
}
.block.related .product-item-info .product-item-name a {
  text-align: left;
}
.block.related .product-item-info .product-item-photo {
  padding: 0;
}
.block.related .product-item-info .product-item-photo .product-image-photo {
  padding: 0;
  margin: auto;
}
.block.related .product-item-info .price-box {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: inherit;
}
.sidebar .product-items .product-item {
  margin-bottom: 16px;
  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: 16px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #6180dd;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee::before {
  display: inline-block;
}
.sidebar .action.delete {
  line-height: inherit;
  position: absolute;
  right: 0;
  top: -1px;
  width: auto;
}
.sidebar .product-items-images {
  margin-left: -8px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 8px;
}
.sidebar .product-items-names .product-item {
  display: flex;
  margin-bottom: 16px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #c2c2d0;
}
.table-comparison .cell {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #c2c2d0;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison
  .product-item-actions
  > .actions-primary
  + .actions-secondary {
  margin-top: 16px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #f6f6f8;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: -6px;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-search {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  display: none;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .label.active + .control input:focus {
  border-color: #1e398d;
}
.block-search .action.search {
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  padding: 8px 0;
  right: 10px;
  top: 4px;
  z-index: 1;
  transition: margin 0.3s ease-in-out;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #1e398d;
  content: "\f102";
  font-family: hirschs-icons;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: inherit;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:focus,
.block-search .action.search:active {
  background: 0 0;
  border: none;
}
.block-search .action.search:hover {
  background: 0 0;
  border: none;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action.search:focus::before {
  color: #333;
}
.block-search .action.search[disabled] {
  opacity: 1;
}
.block-search .control {
  clear: both;
  margin: 0 -16px;
}
.block-search input {
  font-size: 14px;
  margin: 8px 16px 16px;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.block-search .form > .actions {
  position: absolute;
  top: 0;
  right: 12px;
  cursor: pointer;
  z-index: 5;
}
.block-search .action.clear-search {
  position: absolute;
  right: 10px;
  top: 0;
}
.block-search .action.clear-search::before {
  content: "\f100";
  font-family: hirschs-icons;
  font-size: 0;
  color: #d22a30;
  transition: font-size 0.3s ease-in-out;
}
.block-search .lock-state .input-text {
  border-color: #1e398d;
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
}
.block-search .lock-state .action.input-filled {
  cursor: pointer;
  z-index: 10;
}
.block-search .lock-state .action.input-filled::before {
  font-size: 22px;
}
.block-search .lock-state .action.input-filled + .actions .search {
  margin-right: 24px;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 8px 40px 8px 16px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.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: #999;
  position: absolute;
  right: 7px;
  top: 8px;
}
.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[generated] {
  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: 0 0;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 16px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 16px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 1.2rem;
}
.login-container .fieldset::after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 16px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 8px 18px 8px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 16px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 8px;
}
.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: 40px;
  line-height: 40px;
  padding: 12px 16px;
  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: 16px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry:not(.cart):not(.totals) > thead tr,
.table-giftregistry-items:not(.cart):not(.totals) > thead tr {
  color: #3c3939;
  height: 48px;
  line-height: 48px;
}
.table-giftregistry:not(.cart):not(.totals) > thead tr th,
.table-giftregistry-items:not(.cart):not(.totals) > thead tr th {
  border-bottom: none;
  white-space: nowrap;
  font-weight: 600;
}
.table-giftregistry:not(.cart):not(.totals) > thead tr th.col.create,
.table-giftregistry-items:not(.cart):not(.totals) > thead tr th.col.create {
  width: 120px;
  box-sizing: border-box;
}
.table-giftregistry:not(.cart):not(.totals) > thead tr th.col.message,
.table-giftregistry-items:not(.cart):not(.totals) > thead tr th.col.message {
  width: 396px;
  box-sizing: border-box;
  padding-left: 24px;
}
.table-giftregistry:not(.cart):not(.totals) > tbody tr:not(.tr-divider),
.table-giftregistry-items:not(.cart):not(.totals) > tbody tr:not(.tr-divider) {
  padding: 16px;
  height: 48px;
  margin: 16px 0;
  border-radius: 4px;
  background-color: #fff;
  color: #777;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.table-giftregistry:not(.cart):not(.totals) > tbody tr:not(.tr-divider) td,
.table-giftregistry-items:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td {
  vertical-align: middle;
}
.table-giftregistry:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.message,
.table-giftregistry-items:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.message {
  padding-left: 24px;
}
.table-giftregistry:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.actions
  a,
.table-giftregistry-items:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.actions
  a {
  color: #1e398d;
}
.table-giftregistry:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.note,
.table-giftregistry-items:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.note,
.table-giftregistry:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.product,
.table-giftregistry-items:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.product {
  line-height: normal;
}
.table-giftregistry:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.product
  a,
.table-giftregistry-items:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.product
  a {
  color: #1e398d;
}
.table-giftregistry:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.note
  textarea,
.table-giftregistry-items:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.note
  textarea,
.table-giftregistry:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.product
  a
  > span,
.table-giftregistry-items:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.product
  a
  > span {
  float: left;
}
.table-giftregistry:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.actions:not(.remove-action),
.table-giftregistry-items:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.actions:not(.remove-action) {
  min-width: 296px;
  box-sizing: border-box;
}
.table-giftregistry:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.actions.remove-action,
.table-giftregistry-items:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.actions.remove-action {
  min-width: 168px;
  box-sizing: border-box;
}
.table-giftregistry:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.actions.remove-action
  .label::before,
.table-giftregistry-items:not(.cart):not(.totals)
  > tbody
  tr:not(.tr-divider)
  td.col.actions.remove-action
  .label::before {
  margin: 0;
}
.table-giftregistry:not(.cart):not(.totals) > tbody tr.tr-divider,
.table-giftregistry-items:not(.cart):not(.totals) > tbody tr.tr-divider {
  height: 16px;
}
.table-giftregistry:not(.cart):not(.totals) > tbody tr:last-child,
.table-giftregistry-items:not(.cart):not(.totals) > tbody tr:last-child {
  height: 8px;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 16px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 8px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 16px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-create,
.form-giftregistry-edit,
.form-giftregistry-share {
  margin: 16px;
  padding: 24px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.form-giftregistry-create .additional,
.form-giftregistry-edit .additional,
.form-giftregistry-share .additional {
  margin: 0;
}
.form-giftregistry-create .additional .fieldset,
.form-giftregistry-edit .additional .fieldset,
.form-giftregistry-share .additional .fieldset {
  margin-top: 32px;
}
.form-giftregistry-create .fieldset,
.form-giftregistry-edit .fieldset,
.form-giftregistry-share .fieldset {
  margin: 0 0 32px;
}
.form-giftregistry-create .fieldset .legend span,
.form-giftregistry-edit .fieldset .legend span,
.form-giftregistry-share .fieldset .legend span {
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.form-giftregistry-create .fieldset label span,
.form-giftregistry-edit .fieldset label span,
.form-giftregistry-share .fieldset label span {
  font-weight: 400;
}
.form-giftregistry-create .fieldset .control,
.form-giftregistry-edit .fieldset .control,
.form-giftregistry-share .fieldset .control {
  position: relative;
}
.form-giftregistry-create .fieldset .control .ui-datepicker-trigger,
.form-giftregistry-edit .fieldset .control .ui-datepicker-trigger,
.form-giftregistry-share .fieldset .control .ui-datepicker-trigger {
  right: 0;
  position: absolute;
}
.form-giftregistry-create .fieldset .control > select,
.form-giftregistry-edit .fieldset .control > select,
.form-giftregistry-share .fieldset .control > select {
  background-position: calc(98% - 2px);
}
.form-giftregistry-create .fieldset.shipping_address,
.form-giftregistry-edit .fieldset.shipping_address,
.form-giftregistry-share .fieldset.shipping_address {
  margin-bottom: 0;
}
.account.magento_giftregistry-index-share h2.subtitle {
  line-height: inherit;
  margin-left: 16px;
  font-size: 18px;
  font-weight: 400;
}
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar,
.account.magento_giftregistry-index-index .column .actions-toolbar,
.account.magento_giftregistry-index-items .column .actions-toolbar {
  width: 100%;
  display: inline-block;
  margin: -8px 0 0;
}
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar
  > .primary,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar
  > .primary,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar
  > .primary,
.account.magento_giftregistry-index-index .column .actions-toolbar > .primary,
.account.magento_giftregistry-index-items .column .actions-toolbar > .primary {
  float: right;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
}
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar
  > .primary
  .action.primary.next,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar
  > .primary
  .action.primary.next,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar
  > .primary
  .action.primary.next,
.account.magento_giftregistry-index-index
  .column
  .actions-toolbar
  > .primary
  .action.primary.next,
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .primary
  .action.primary.next {
  margin: 0;
  padding: 8px 16px;
}
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar
  > .secondary,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar
  > .secondary,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar
  > .secondary,
.account.magento_giftregistry-index-index .column .actions-toolbar > .secondary,
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .secondary {
  float: left;
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
}
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar
  > .secondary
  .action.add,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar
  > .secondary
  .action.add,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar
  > .secondary
  .action.add,
.account.magento_giftregistry-index-index
  .column
  .actions-toolbar
  > .secondary
  .action.add,
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .secondary
  .action.add,
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar
  > .secondary
  .action.remove,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar
  > .secondary
  .action.remove,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar
  > .secondary
  .action.remove,
.account.magento_giftregistry-index-index
  .column
  .actions-toolbar
  > .secondary
  .action.remove,
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .secondary
  .action.remove {
  margin: 0;
  border: none;
  text-align: center;
  display: inline-block;
  padding: 0 8px;
  color: #1e398d;
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  background-color: #fff;
  font-weight: 600;
  transition: box-shadow 0.3s ease-in-out;
}
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar
  > .secondary
  .action.add
  .action.primary.next,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar
  > .secondary
  .action.add
  .action.primary.next,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar
  > .secondary
  .action.add
  .action.primary.next,
.account.magento_giftregistry-index-index
  .column
  .actions-toolbar
  > .secondary
  .action.add
  .action.primary.next,
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .secondary
  .action.add
  .action.primary.next,
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar
  > .secondary
  .action.remove
  .action.primary.next,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar
  > .secondary
  .action.remove
  .action.primary.next,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar
  > .secondary
  .action.remove
  .action.primary.next,
.account.magento_giftregistry-index-index
  .column
  .actions-toolbar
  > .secondary
  .action.remove
  .action.primary.next,
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .secondary
  .action.remove
  .action.primary.next {
  margin: 0;
  padding: 8px 16px;
}
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar
  > .secondary
  .action.add:hover,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar
  > .secondary
  .action.add:hover,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar
  > .secondary
  .action.add:hover,
.account.magento_giftregistry-index-index
  .column
  .actions-toolbar
  > .secondary
  .action.add:hover,
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .secondary
  .action.add:hover,
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar
  > .secondary
  .action.remove:hover,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar
  > .secondary
  .action.remove:hover,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar
  > .secondary
  .action.remove:hover,
.account.magento_giftregistry-index-index
  .column
  .actions-toolbar
  > .secondary
  .action.remove:hover,
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .secondary
  .action.remove:hover {
  box-shadow: none;
}
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar
  > .secondary
  .action.back,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar
  > .secondary
  .action.back,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar
  > .secondary
  .action.back,
.account.magento_giftregistry-index-index
  .column
  .actions-toolbar
  > .secondary
  .action.back,
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .secondary
  .action.back {
  float: left;
  text-align: left;
  color: #1e398d;
  margin: 6px 0 0;
  line-height: 32px;
}
.account.magento_giftregistry-index-addselect
  .column
  form.form-giftregistry-create
  .actions-toolbar
  > .secondary
  .action.back::before,
.account.magento_giftregistry-index-share
  .column
  form.form-giftregistry-share
  .actions-toolbar
  > .secondary
  .action.back::before,
.account.magento_giftregistry-index-edit
  .column
  form.form-giftregistry-edit
  .actions-toolbar
  > .secondary
  .action.back::before,
.account.magento_giftregistry-index-index
  .column
  .actions-toolbar
  > .secondary
  .action.back::before,
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .secondary
  .action.back::before {
  content: "« ";
  display: inline-block;
  font-size: 12px;
}
.account.magento_giftregistry-index-items .column .actions-toolbar {
  margin: 0;
}
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .primary
  .action {
  margin: 0;
}
.account.magento_giftregistry-index-items
  .column
  .actions-toolbar
  > .secondary
  .action.back::before {
  margin-right: 4px;
}
.form-giftregistry-search {
  margin-bottom: 64px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 24px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #c2c2d0;
}
.block-giftregistry-shared-items .col {
  padding: 16px 8px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  display: block;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  padding: 16px 0;
  max-width: 65px;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 8px;
}
.catalog-product-view .modal-popup.confirm,
.magento_giftregistry-index-index .modal-popup.confirm,
.catalog-product-view .add-to-giftregistry--wrapper,
.magento_giftregistry-index-index .add-to-giftregistry--wrapper {
  border-radius: 4px;
}
.catalog-product-view .modal-popup.confirm .modal-inner-wrap,
.magento_giftregistry-index-index .modal-popup.confirm .modal-inner-wrap,
.catalog-product-view .add-to-giftregistry--wrapper .modal-inner-wrap,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap {
  max-width: 360px;
  background: #f6f6f8;
}
.catalog-product-view .modal-popup.confirm .modal-inner-wrap .action-close,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .action-close,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .action-close,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .action-close {
  background: 0 0;
}
.catalog-product-view .modal-popup.confirm .modal-inner-wrap .modal-header,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-header,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-header,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-header {
  padding: 8px;
}
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-header
  .action-close::after,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-header
  .action-close::after,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-header
  .action-close::after,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-header
  .action-close::after {
  font-weight: 400;
}
.catalog-product-view .modal-popup.confirm .modal-inner-wrap .modal-content,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-content,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-content,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-content {
  margin-bottom: 0;
  color: #1e398d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 48px 8px 16px;
}
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-content
  .registry-select,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-content
  .registry-select,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-content
  .registry-select,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-content
  .registry-select {
  border: none;
  outline: none;
  margin: 16px 0 0;
  width: calc(100% + 32px);
  background: #fff url(../images/icons8-expand-arrow.svg) no-repeat 95% center;
}
.catalog-product-view .modal-popup.confirm .modal-inner-wrap .modal-footer,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer {
  display: block;
  padding: 0 16px 16px;
}
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift {
  width: 50%;
}
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action.secondary,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action.secondary,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action.secondary,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action.secondary,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.secondary,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.secondary,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.secondary,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.secondary,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.secondary,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.secondary,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.secondary,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.secondary,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss {
  border: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-top: 16px;
  border-radius: 4px;
  background: #1e398d;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 8px 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action.secondary:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action.secondary:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action.secondary:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action.secondary:hover,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss:hover,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.secondary:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.secondary:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.secondary:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.secondary:hover,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss:hover,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.secondary:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.secondary:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.secondary:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.secondary:hover,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss:hover {
  box-shadow: none;
}
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action.submit,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action.submit,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action.submit,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action.submit,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-accept,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-accept,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action-accept,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action-accept,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.submit,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.submit,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.submit,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.submit,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.submit,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.submit,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.submit,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.submit,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept {
  border: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #1e398d;
  margin-top: 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 8px 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action.submit:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action.submit:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action.submit:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action.submit:hover,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-accept:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-accept:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action-accept:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  button.action-accept:hover,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.submit:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.submit:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.submit:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.submit:hover,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept:hover,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.submit:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.submit:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.submit:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action.submit:hover,
.catalog-product-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept:hover,
.magento_giftregistry-index-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept:hover,
.catalog-product-view
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept:hover,
.magento_giftregistry-index-index
  .add-to-giftregistry--wrapper
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept:hover {
  box-shadow: none;
}
.filter.block {
  margin-bottom: 0;
}
.filter .block-subtitle {
  color: #3c3939;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.filter .block-subtitle.filter-subtitle {
  display: none;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 0;
}
.filter-current .item {
  width: 100%;
  display: inline-block;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  height: 40px;
  padding-bottom: 24px;
  line-height: 40px;
}
.filter-current .action.remove {
  float: right;
  width: 48px;
  height: 48px;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 8px;
  line-height: 48px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.filter-current .action.remove span {
  display: none;
}
.filter-current .action.remove::before {
  text-align: center;
  width: 48px;
  display: inline-block;
  color: #a5b0d0;
  font-size: 18px;
  content: "\f10a";
  font-family: hirschs-icons;
  font-weight: 300;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.filter-current .action.remove:hover {
  box-shadow: none;
}
.filter-current .action.remove:hover::before {
  color: #a5b0d0;
}
.filter-actions {
  padding: 0 16px;
  margin-bottom: 24px;
}
.filter-label {
  font-weight: 700;
}
.filter-label::after {
  content: ": ";
}
.filter-value {
  height: 48px;
  display: inline-block;
  padding: 0 16px;
  box-sizing: border-box;
  line-height: 48px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  width: calc(100% - 56px);
}
.filter-value span {
  display: none;
  top: 4px;
  border-radius: 50%;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.filter-value span.active {
  display: inline-block;
}
.filter-value span.image {
  box-shadow: none;
  border-radius: inherit;
  background-size: contain !important;
}
.filter-options {
  margin: 0;
  display: none;
}
.filter-options-item {
  border-bottom: 1px solid #c2c2d0;
  padding-bottom: 16px;
}
.filter-options-title {
  width: 100%;
  position: relative;
  color: #fff;
  height: 56px;
  font-size: 14px;
  line-height: 56px;
  background-color: #1e398d;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: "\f12c";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title::after {
  top: 0;
  right: 0;
  opacity: 0.75;
  position: absolute;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 56px;
  font-family: hirschs-icons;
  font-weight: 300;
}
.filter-options-title:hover {
  color: #fff;
}
.filter-options-title:hover::after {
  opacity: 1;
}
.active > .filter-options-title {
  border-radius: 4px 4px 0 0;
}
.active > .filter-options-title:after {
  content: "\f12d";
}
.filter-options-content {
  margin: 0;
  padding: 16px;
}
.filter-options-content .item {
  margin: 16px 0;
  line-height: 24px;
}
.filter-options-content .items.filter-limited {
  height: 376px;
  overflow: hidden;
  padding: 0 8px;
  margin: 0 -8px;
}
.filter-options-content .swatch-attribute-options {
  margin-bottom: 0;
}
.filter-options-content .swatch-attribute-options.filter-limited {
  height: 424px;
  overflow: hidden;
  margin: 0 -8px;
  padding: 0 8px 24px;
}
.filter-options-content .count {
  float: right;
  width: 32px;
  text-align: center;
  display: inline-block;
  height: 24px;
  margin-right: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #777;
  background-color: #f6f6f8;
}
.filter-options-content .filter-search-wrapper {
  margin: -8px -8px 20px;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: "";
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button
  .cart.table-wrapper
  .actions-toolbar
  > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button
  .cart.table-wrapper
  .actions-toolbar
  > .action
  + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #6180dd;
  content: "\e622";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #1e398d;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #6180dd;
  content: "\e621";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #1e398d;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  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 #fff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: "\e601";
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  box-shadow: none;
  color: #1e398d;
}
.table-comparison .wishlist.split.button > .action.toggle::before,
.product-items .wishlist.split.button > .action.toggle::before {
  border-left: 1px solid #e0e6f8;
  content: "";
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 16px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 8px;
}
.wishlist.window.popup {
  background: #fff;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
  bottom: auto;
  max-width: 328px;
  margin: 5rem auto;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 24px 38px 3px rgba(60, 57, 57, 0.14),
    0 9px 46px 8px rgba(60, 57, 57, 0.12),
    0 11px 15px -7px rgba(60, 57, 57, 0.2);
  border: none;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  color: #1e398d;
  font-weight: 600;
  line-height: 48px;
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: 0 0;
  -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: 16px;
  top: 16px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e616";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: 0 0;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: 0 0;
  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 .popup-header .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.wishlist.window.popup .fieldset {
  margin-bottom: 0;
}
.wishlist.window.popup .primary:not(.action) {
  float: right;
  width: calc(50% - 8px);
  margin-bottom: 0;
}
.wishlist.window.popup .primary:not(.action) .primary {
  margin: 0;
  width: 100%;
}
.wishlist.window.popup .name {
  margin-bottom: 16px;
}
.wishlist.window.popup .popup-actions .action.close {
  top: 16px;
  right: 16px;
  height: 24px;
}
.wishlist.window.popup .popup-actions .action.close::before {
  content: "\f100";
  font-size: 18px;
  line-height: 24px;
  font-family: hirschs-icons;
  color: #8291be;
  font-weight: 700;
}
.wishlist.window.popup .choice {
  margin-bottom: 0;
}
.wishlist.window.popup .choice label {
  margin: 0 0 72px !important;
  color: #1e398d;
  transition: all 0.3s;
}
.wishlist.window.popup .choice label::before {
  padding: 8px 0;
  width: 20px;
  text-align: left;
  color: #8291be;
  font-size: 20px;
  transition: all 0.3s;
}
.wishlist.window.popup .choice input:checked + label::before {
  color: #1e398d;
}
.wishlist.window.popup .secondary {
  width: calc(50% - 8px);
  float: left;
}
.wishlist.window.popup .secondary button,
.wishlist.window.popup
  .secondary
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.wishlist.window.popup .secondary .action-gift {
  background: 0 0;
  color: #1e398d;
  box-shadow: none;
  border: none;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(146, 145, 145, 0.6);
  opacity: 1;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 16px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 16px;
}
.block-wishlist-management .wishlist-notice {
  color: #6180dd;
  display: inline-block;
  margin-right: 16px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 16px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 16px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 64px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 16px;
}
.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: 16px;
}
.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 16px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 16px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 16px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 16px;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #777;
  content: "\e61d";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  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;
}
body {
  background-color: #f6f6f8;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  background-color: #fff;
  border-bottom: 1px solid #c2c2d0;
  margin-bottom: 16px;
}
.page-header.sticky {
  top: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
}
body:not(.checkout-index-index):not(.sticky-init) .page-wrapper .page-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.body-sticky .ecommerce.wrapper {
  display: none;
}
.header.content {
  padding-top: 16px;
  position: relative;
}
.header.content > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 16px;
  line-height: 48px;
  font-weight: 700;
  display: none;
}
.header.content > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.content > .header.links > li {
  font-size: 12px;
  margin-bottom: 0;
}
.header.content > .header.links > li > a {
  color: #1e398d;
  line-height: 16px;
  font-size: 12px;
}
.logo {
  float: left;
  max-width: 50%;
  position: relative;
  z-index: 5;
  max-height: 48px;
}
.logo img {
  display: block;
  height: auto;
  width: auto;
  max-height: inherit;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 32px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 16px;
  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 16px;
  padding: 16px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #3c3939;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 16px;
}
.message.global.demo {
  margin: 0 0 16px;
  padding: 16px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #c2c2d0;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: "";
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e622";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e621";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  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: #fff;
  border: 1px solid #bbb;
  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 #fff 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 #bbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 16px 0;
}
.ecommerce.wrapper {
  padding: 8px 16px;
}
.ui-datepicker td {
  padding: 0;
}
@font-face {
  font-family: sms;
  src: url(../Vaimo_StoreManagementSystem/fonts/SMS.eot);
  src: url(../Vaimo_StoreManagementSystem/fonts/SMS.eot?#iefix)
      format("embedded-opentype"),
    url(../Vaimo_StoreManagementSystem/fonts/SMS.woff2) format("woff2"),
    url(../Vaimo_StoreManagementSystem/fonts/SMS.woff) format("woff"),
    url(../Vaimo_StoreManagementSystem/fonts/SMS.ttf) format("truetype"),
    url(../Vaimo_StoreManagementSystem/fonts/SMS.svg#SMS) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: sms;
    src: url(../Vaimo_StoreManagementSystem/fonts/SMS.svg#SMS) format("svg");
  }
}
[data-icons8]:before {
  content: attr(data-icons8);
}
.icons8,
[data-icons8]:before,
.icons8-advertising:before,
.icons8-checkmark:before,
.icons8-delete-filled:before,
.icons8-forward-message:before,
.icons8-phone:before,
.icons8-share:before,
.icons8-up-right:before {
  display: inline-block;
  font-family: sms---dischem;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.icons8-advertising:before {
  content: "\f103";
}
.icons8-checkmark:before {
  content: "\f106";
}
.icons8-delete-filled:before {
  content: "\f107";
}
.icons8-forward-message:before {
  content: "\f104";
}
.icons8-phone:before {
  content: "\f101";
}
.icons8-share:before {
  content: "\f105";
}
.icons8-up-right:before {
  content: "\f100";
}
.sms-store .column.main {
  box-shadow: none;
  background-color: transparent;
  padding: 0;
}
.sms-store .product-social-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 8px;
}
.sms-store .product-social-links a {
  width: calc((100% - 16px) / 3);
  flex: 0 1 calc((100% - 16px) / 3);
  display: inline-block;
  line-height: 48px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  text-decoration: none;
}
.sms-store .product-social-links a .text {
  display: none;
}
.sms-store .product-social-links a::before {
  font-family: hirschs-icons;
  content: "\f138";
  font-size: 20px;
}
.sms-store .product-social-links a.mail::before {
  content: "\f10f";
}
.sms-store .product-social-links a.directions::before {
  content: "\f139";
}
.sms-store .main-info {
  padding: 16px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  color: #777;
  line-height: 24px;
}
.sms-store .main-info .label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #777;
  line-height: 24px;
}
.sms-store .main-info .label::before {
  font-family: hirschs-icons;
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  color: #1e398d;
  font-size: 20px;
}
.sms-store .main-info [class^="store-"] {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
.sms-store .main-info [class^="store-"]:last-child {
  margin-bottom: 0;
}
.sms-store .main-info .store-manager .label::before {
  content: "\f13a";
}
.sms-store .main-info .store-phone .label::before {
  content: "\f138";
}
.sms-store .main-info .store-gps .label::before {
  content: "\f140";
}
.sms-store .main-info .store-times .label::before {
  content: "\f11f";
}
.sms-store .main-info .time-list {
  display: table;
}
.sms-store .main-info .time-list .row {
  display: table-row;
}
.sms-store .main-info .time-list .row:first-child .cell {
  padding-top: 0;
}
.sms-store .main-info .time-list .row:last-child .cell {
  padding-bottom: 0;
}
.sms-store .main-info .time-list .cell {
  display: table-cell;
  padding: 4px 0;
}
.sms-store .main-info .time-list .cell:last-child {
  margin-bottom: 0;
}
.sms-store .main-info .time-list .cell.day-name {
  width: 65%;
  max-width: 240px;
  padding-right: 8px;
}
.sms-store .shop-map {
  margin-top: 16px;
}
.sms-store .shop-map #map {
  height: 344px;
}
.sms-store .shop-map .gm-bundled-control,
.sms-store .shop-map .gm-bundled-control + .gmnoprint {
  display: none;
}
.modal-popup.sms-popup .modal-content {
  padding: 0;
}
.modal-popup.sms-popup .modal-footer,
.modal-popup.sms-popup .modal-header .modal-title {
  display: none;
}
.modal-popup.sms-popup .modal-header {
  padding: 0;
}
.modal-popup.sms-popup .modal-header .action-close {
  color: #000;
  text-align: center;
  font-size: 0;
  margin: 16px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.modal-popup.sms-popup .modal-header .action-close::before {
  display: inline-block;
  font-size: 24px;
  margin-right: 0;
  line-height: 40px;
  font-weight: 300;
}
.catalog-product-view.page-product-configurable .sms_inventory_container #map {
  margin-bottom: 8px;
}
.catalog-product-view .ajaxblocks-loader {
  text-align: center;
  background: rgba(0, 0, 0, 0.55)
    url(../../../../../frontend/Magento/blank/en_US/Vaimo_StoreManagementSystem/images/puff.svg)
    no-repeat 50% 50%;
  background-size: 125px;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
  z-index: 1046;
}
.catalog-product-view .ajaxblocks-loader .loader-txt {
  position: absolute;
  left: 0;
  top: 50%;
  border: 0;
  width: 100%;
  height: 100%;
  margin-top: 66px;
  color: #fff;
}
.catalog-product-view .ajaxblocks-loader .spinner {
  display: none;
}
.catalog-product-view .product-info-main a.find-stock-in-store {
  text-align: center;
  height: 36px;
  border: solid 2px #000;
  display: inline-block;
  line-height: 36px;
  color: #000;
  border-radius: 2px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 1%;
  width: 49%;
}
.catalog-product-view .product-info-main a.find-stock-in-store:hover {
  border: solid 2px transparent;
  color: #fff;
  background: #000;
}
.sms_inventory_container #map {
  height: 120px;
  clear: both;
}
.sms_inventory_container .minisearch {
  position: relative;
}
.sms_inventory_container .current-product-details {
  border: solid 1px #f5f5f5;
  line-height: 0;
  margin-bottom: 8px;
}
.sms_inventory_container .current-product-details .product-item-info {
  display: inline-block;
  position: relative;
  width: 100%;
}
.sms_inventory_container
  .current-product-details
  .product-item-info
  .product-item-photo {
  float: left;
  display: inline-block;
  line-height: 0;
}
.sms_inventory_container
  .current-product-details
  .product-item-info
  .product-item-photo
  .product-image-container {
  max-width: 90px;
}
.sms_inventory_container
  .current-product-details
  .product-item-info
  .product-item-details {
  float: left;
  display: inline-block;
  line-height: 22px;
  width: calc((100% - 90px));
}
.sms_inventory_container
  .current-product-details
  .product-item-info
  .product-item-details
  .product-item-name {
  margin: 8px;
}
.sms_inventory_container
  .current-product-details
  .product-item-info
  .product-item-details
  .product-item-name
  a {
  font-size: 1.6rem;
}
.sms_inventory_container
  .current-product-details
  .product-item-info
  .product-item-details
  .price-box {
  position: absolute;
  bottom: 0;
  margin: 8px 8px 7px;
  width: calc((100% - 106px));
}
.sms_inventory_container
  .current-product-details
  .product-item-info
  .product-item-details
  .price-box
  .special-price
  .price {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}
.sms_inventory_container
  .current-product-details
  .product-item-info
  .product-item-details
  .price-box
  .old-price {
  display: inline-block;
}
.sms_inventory_container
  .current-product-details
  .product-item-info
  .product-item-details
  .price-box
  .old-price
  .price-label {
  display: none;
}
.sms_inventory_container
  .current-product-details
  .product-item-info
  .product-item-details
  .price-box
  .old-price
  .price {
  font-size: 1.6rem;
  font-weight: 100;
  text-decoration: line-through;
  color: #000;
  padding-left: 5px;
}
#store-location-list-wrapper .control {
  width: 440px;
  box-shadow: none;
  position: relative;
  height: 48px;
  margin-bottom: 16px;
}
#store-location-list-wrapper .control .text {
  width: 440px;
  padding: 16px;
  height: 48px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 24px;
  color: #777;
  border: 1px solid #e0e0e0;
}
#store-location-list-wrapper .control .text[disabled],
#store-location-list-wrapper .control .text[disabled="disabled"] {
  opacity: 0.75;
}
#store-location-list-wrapper
  .control
  .text[disabled]::-webkit-input-placeholder,
#store-location-list-wrapper
  .control
  .text[disabled="disabled"]::-webkit-input-placeholder,
#store-location-list-wrapper .control .text[disabled]:-ms-input-placeholder,
#store-location-list-wrapper
  .control
  .text[disabled="disabled"]:-ms-input-placeholder,
#store-location-list-wrapper .control .text[disabled]::-ms-input-placeholder,
#store-location-list-wrapper
  .control
  .text[disabled="disabled"]::-ms-input-placeholder,
#store-location-list-wrapper .control .text[disabled]::placeholder,
#store-location-list-wrapper .control .text[disabled="disabled"]::placeholder {
  color: rgba(119, 119, 119, 0.8);
}
#store-location-list-wrapper .control .text::-webkit-input-placeholder {
  color: #777;
}
#store-location-list-wrapper .control .text:-ms-input-placeholder {
  color: #777;
}
#store-location-list-wrapper .control .text::-ms-input-placeholder {
  color: #777;
}
#store-location-list-wrapper .control .text::placeholder {
  color: #777;
}
#store-location-list-wrapper .control::after {
  right: 0;
  position: absolute;
  text-align: center;
  width: 48px;
  height: 48px;
  color: #1e398d;
  line-height: 48px;
  font-size: 20px;
  content: "\f102";
  font-family: hirschs-icons;
}
#store-location-list-wrapper > div .no-stores,
#store-location-list-wrapper > div .finding-stores {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}
#store-location-list-wrapper > div .no-stores::before,
#store-location-list-wrapper > div .finding-stores::before {
  float: left;
  display: inline-block;
  color: #1e398d;
  height: 24px;
  margin-right: 8px;
  font-size: 18px;
  font-family: hirschs-icons;
  content: "\f112";
}
#store-location-list-wrapper #store-location-wrap {
  border: none;
  list-style: none;
  max-height: 512px;
  overflow-y: scroll;
  margin: -4px;
  padding: 4px;
}
#store-location-list-wrapper #store-location-wrap li {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: normal;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#store-location-list-wrapper #store-location-wrap li input {
  display: none;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  input[type="radio"]:checked
  + label {
  background-color: #f6f6f8;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  input[type="radio"]:checked
  + label::before {
  color: #1e398d;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  input[type="radio"]:checked
  + label
  span.cnc-item-wrapper {
  line-height: normal;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  input[type="radio"]:checked
  + label
  span.cnc-item-wrapper.--left
  .cnc-item-name,
#store-location-list-wrapper
  #store-location-wrap
  li
  input[type="radio"]:checked
  + label
  span.cnc-item-wrapper.--left
  .cnc-item-address {
  color: #1e398d;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  input[type="radio"]:checked
  + label
  span.cnc-item-wrapper.--right
  .cnc-item-selected-select {
  text-align: left;
  background-color: #1e398d;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  input[type="radio"]:checked
  + label
  span.cnc-item-wrapper.--right
  .cnc-item-selected-select::before {
  left: 0;
  text-align: center;
  width: 40px;
  position: absolute;
  color: #fff;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  font-family: hirschs-icons;
  content: "\f101";
}
#store-location-list-wrapper
  #store-location-wrap
  li
  input[type="radio"]:checked
  + label
  span.cnc-item-wrapper.--right
  .cnc-item-selected-select::after {
  content: "Selected";
  color: #fff;
  padding-left: 40px;
}
#store-location-list-wrapper #store-location-wrap li label {
  cursor: pointer;
  overflow: visible;
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  width: calc(100% - 16px);
  padding: 8px 8px 16px;
  border-bottom: 1px solid #dedede;
}
#store-location-list-wrapper #store-location-wrap li label::before {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: rgba(119, 119, 119, 0.85);
}
#store-location-list-wrapper #store-location-wrap li label:hover {
  background-color: #f6f6f8;
}
#store-location-list-wrapper #store-location-wrap li label span {
  font-size: 14px;
}
#store-location-list-wrapper #store-location-wrap li label span p {
  margin: 0;
  padding: 0;
  display: inline;
}
#store-location-list-wrapper #store-location-wrap li label span p::after {
  content: ",";
  display: inline;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  label
  span
  p:last-child::after {
  content: "";
  display: none;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  label
  span.cnc-item-wrapper {
  line-height: normal;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  label
  span.cnc-item-wrapper.--left {
  display: inline-block;
  width: calc(100% - 176px);
}
#store-location-list-wrapper
  #store-location-wrap
  li
  label
  span.cnc-item-wrapper.--left
  .cnc-item-name {
  display: inline-block;
  padding-top: 8px;
  line-height: 24px;
  color: #777;
  font-weight: 600;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  label
  span.cnc-item-wrapper.--left
  .cnc-item-address {
  width: 100%;
  clear: both;
  display: inline-block;
  color: #777;
  line-height: 32px;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  label
  span.cnc-item-wrapper.--right {
  top: 50%;
  right: 16px;
  position: absolute;
  transform: translateY(-50%);
}
#store-location-list-wrapper
  #store-location-wrap
  li
  label
  span.cnc-item-wrapper.--right
  .cnc-item-selected-select {
  float: right;
  width: 120px;
  text-align: center;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 40px;
  background: #fff;
  border-color: transparent;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  label
  span.cnc-item-wrapper.--right
  .cnc-item-selected-select::after {
  content: "Select";
  color: #1e398d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
#store-location-list-wrapper
  #store-location-wrap
  li
  label
  span.cnc-item-wrapper.--right
  .cnc-item-selected-select:hover {
  box-shadow: none;
}
#checkout-payment-method-load
  .payment-method
  .billing-address-same-as-shipping-block.field.choice.cnc-opened {
  padding-left: 8px;
  display: block !important;
  margin-bottom: 8px;
}
#checkout-payment-method-load
  .payment-method
  .billing-address-same-as-shipping-block.field.choice.cnc-opened
  label {
  pointer-events: none;
}
#checkout-payment-method-load
  .payment-method
  .billing-address-same-as-shipping-block.field.choice.cnc-opened
  label
  span {
  font-size: 0;
}
#checkout-payment-method-load
  .payment-method
  .billing-address-same-as-shipping-block.field.choice.cnc-opened
  label
  span::before {
  font-size: 14px;
  content: "For your invoice purposes, we’ll need your home address";
}
#checkout-payment-method-load
  .payment-method
  .billing-address-same-as-shipping-block.field.choice.cnc-opened
  label::before {
  content: "";
  display: none;
}
.page-layout-store-locator .products {
  margin: 0;
}
.page-layout-store-locator .products .product-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 16px;
}
.page-layout-store-locator .products .product-item:last-child {
  margin-bottom: 0;
}
.page-layout-store-locator .products .product-item-info {
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 8px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  color: #777;
  width: 73.2%;
}
.page-layout-store-locator .products .product-item-name {
  margin: 0 0 16px;
}
.page-layout-store-locator .products .product-item-link {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #1e398d;
}
.page-layout-store-locator .products .product-item-address,
.page-layout-store-locator .products .product-item-phone {
  margin-bottom: 8px;
  padding-left: 32px;
  position: relative;
}
.page-layout-store-locator .products .product-item-address::before,
.page-layout-store-locator .products .product-item-phone::before {
  font-family: hirschs-icons;
  content: "\f104";
  position: absolute;
  top: 0;
  left: 0;
  color: #1e398d;
  font-size: 16px;
}
.page-layout-store-locator .products .product-item-address .label,
.page-layout-store-locator .products .product-item-phone .label {
  font-weight: 600;
}
.page-layout-store-locator .products .product-item-phone::before {
  content: "\f138";
}
.page-layout-store-locator .products .product-item-phone .contact-details {
  text-decoration: none;
}
.page-layout-store-locator .products .product-item-phone .text {
  color: #777;
}
.page-layout-store-locator .products .product-item-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  justify-items: stretch;
}
.page-layout-store-locator .products .product-item-actions .more,
.page-layout-store-locator .products .product-item-actions .directions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  width: 100%;
  position: relative;
  border-radius: 4px;
  color: #1e398d;
  font-weight: 600;
}
.page-layout-store-locator .products .product-item-actions .more::before,
.page-layout-store-locator .products .product-item-actions .directions::before {
  font-family: hirschs-icons;
  content: "\f112";
  font-size: 20px;
}
.page-layout-store-locator .products .product-item-actions .directions {
  margin-top: 8px;
}
.page-layout-store-locator .products .product-item-actions .directions::before {
  content: "\f139";
}
.page-layout-store-locator .products .product-item-actions .text {
  display: none;
}
.page-layout-store-locator .toolbar-products .toolbar-amount,
.page-layout-store-locator .toolbar-products .toolbar-sorter,
.page-layout-store-locator .toolbar-products .limiter {
  display: none;
}
.page-layout-store-locator .column.main .block-search {
  margin: 0 0 16px;
  position: relative;
  box-shadow: none;
}
.page-layout-store-locator .column.main .block-search .input-text {
  width: 100%;
  position: relative;
  margin: 0;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding-right: 64px;
  text-overflow: ellipsis;
}
.page-layout-store-locator .column.main .block-search .control {
  margin: 0;
}
.page-layout-store-locator .column.main .action.search,
.page-layout-store-locator .column.main .cancel-store-search {
  position: absolute;
  display: block;
  top: 1px;
  right: 2px;
  z-index: 1;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.page-layout-store-locator .column.main .action.search span,
.page-layout-store-locator .column.main .cancel-store-search span {
  display: none;
}
.page-layout-store-locator .column.main .action.search::after,
.page-layout-store-locator .column.main .cancel-store-search::after {
  display: block;
  font-family: hirschs-icons;
  content: "\f102";
  width: 40px;
  text-align: center;
  line-height: 36px;
  color: #1e398d;
  font-size: 20px;
  position: absolute;
  top: -5px;
  right: -12px;
}
.page-layout-store-locator .column.main .action.search::before,
.page-layout-store-locator .column.main .cancel-store-search::before {
  display: none;
}
.page-layout-store-locator .column.main .cancel-store-search {
  z-index: 2;
  text-decoration: none;
}
.page-layout-store-locator .column.main .cancel-store-search::after {
  content: "\f100";
}
.page-layout-store-locator .column.main .search-autocomplete {
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  margin-top: 0;
}
.page-layout-store-locator .column.main .action.search[disabled] {
  opacity: 1;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 16px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 16px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: "\e61c";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  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: 16px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 16px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: 0 0;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: "\e616";
  font-family: icons-blank-theme;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  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: 0 0;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: 0 0;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 16px;
}
.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: 16px;
}
.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: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: "\e617";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  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 16px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 16px 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: #1e398d;
  border: 1px solid #1e398d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 600;
  padding: 8px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #3a529b;
  border: 1px solid #3a529b;
  color: #fff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #1e398d;
  border: 1px solid #1e398d;
  color: #fff;
}
.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: 16px;
}
.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: 8px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 16px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 1230px) {
  .field-tooltip .field-tooltip-content {
    right: -16px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 1229px) {
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #c2c2d0;
    border-top: 1px solid #c2c2d0;
    cursor: pointer;
    margin-bottom: 0;
    padding: 16px 40px 16px 16px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: icons-blank-theme;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name::after {
    position: absolute;
    right: 16px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: "\e621";
  }
  .abs-no-display-s {
    display: none;
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 24px;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 24px;
  }
  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -16px;
    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: 16px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .nav-container,
  .page-header .header.panel,
  .header.content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header.content {
    padding-top: 8px;
  }
  .breadcrumbs,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .nav-container {
    padding: 0;
  }
  .nav-container .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-container .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: icons-blank-theme;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-container .parent .level-top::after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .nav-container .parent .level-top.ui-state-active:after {
    content: "\e621";
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 8px;
  }
  .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: icons-blank-theme;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    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: 16px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-sections.header-slideout.hs__init {
    overflow-x: hidden;
    height: calc(100vh + 4px);
    height: calc(var(--vh, 1vh) * 100 + 4px);
    padding-bottom: 32px;
  }
  .nav-sections.header-slideout.hs__init::before {
    height: 58px;
  }
  .nav-sections.header-slideout.hs__init
    .close-slideout:not(.close-slideout__default-style) {
    color: #fff;
    z-index: 5;
    position: sticky;
    width: 0;
    float: right;
    right: 32px;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle::after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: "";
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #1e398d;
    box-sizing: border-box;
    float: left;
    padding: 17px 24px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 5;
  }
  .nav-sections-item-title > a {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
  }
  .nav-sections-item-title.active {
    background: #f6f6f8;
  }
  .nav-sections-item-title.active > a {
    color: #1e398d;
  }
  .nav-sections-item-title.active::before {
    content: "";
    background: #1e398d;
    width: 100vw;
    max-width: 336px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    border-bottom: 1px solid #e5e7ef;
  }
  .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: 58px;
    width: 100%;
  }
  .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;
  }
  .nav-container {
    background: #fff;
    box-sizing: border-box;
  }
  .nav-container ul {
    margin: 0;
    padding: 0;
  }
  .nav-container li {
    margin: 0;
  }
  .nav-container a {
    display: block;
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 16px;
    padding-left: 15px;
  }
  .nav-container a,
  .nav-container a:hover {
    color: #575757;
    text-decoration: none;
  }
  .nav-container .v-navigation__item--level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .nav-container .v-navigation__item--level0 > .level-top:hover {
    color: #1e398d;
  }
  .nav-container
    .v-navigation__item--level0.active
    .all-category
    .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .nav-container .v-navigation__item--level0 > .level1 {
    font-weight: 600;
  }
  .nav-container .v-navigation__item--level0.active > a:not(.ui-state-active),
  .nav-container
    .v-navigation__item--level0.has-active
    > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .nav-container
    .v-navigation__item--level0.active
    > a:not(.ui-state-active)
    span:not(.ui-menu-icon),
  .nav-container
    .v-navigation__item--level0.has-active
    > a:not(.ui-state-active)
    span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .nav-container .submenu > li {
    word-wrap: break-word;
  }
  .nav-container .submenu > li > a:hover {
    color: #1e398d;
  }
  .nav-container .submenu:not(:first-child) {
    font-weight: 700;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .nav-container .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .nav-container .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .nav-container .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .nav-container .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .nav-container .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .nav-container .submenu:not(:first-child) ul > li a:hover {
    color: #1e398d;
  }
  .nav-container .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .nav-container .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .nav-container .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .v-navigation--mega
    .v-navigation__item[data-class="specials-and-promotions"]
    > a::before {
    background-size: 32px;
    width: 50px;
    height: 32px;
  }
  .v-navigation--mega
    .v-navigation__item[data-class="fridges-and-freezers"]
    > a::before {
    background-size: 80px;
    width: 75px;
    height: 48px;
  }
  .v-navigation--mega
    .v-navigation__item[data-class="dishwashers"]
    > a::before {
    background-size: 70px;
    width: 66px;
    height: 40px;
  }
  .v-navigation--mega
    .v-navigation__item[data-class="tv-and-entertainment"]
    > a::before {
    background-size: 78px;
    width: 72px;
    height: 32px;
  }
  .v-navigation--mega
    .v-navigation__item[data-class="mobile-accessories"]
    > a::before {
    background-size: 60px;
    width: 62px;
    height: 40px;
  }
  .v-navigation--mega
    .v-navigation__item[data-class="ovens-cooking"]
    > a::before {
    background-size: 68px;
    width: 70px;
    height: 34px;
  }
  .v-navigation--mega
    .v-navigation__item[data-class="laundry-cleaning"]
    > a::before {
    background-size: 44px;
    width: 56px;
    height: 38px;
  }
  .v-navigation--mega
    .v-navigation__item[data-class="small-appliances"]
    > a::before {
    background-size: 66px;
    width: 68px;
    height: 30px;
  }
  .v-navigation--mega
    .v-navigation__item[data-class="heating-cooling"]
    > a::before {
    background-size: 100px;
    width: 80px;
    height: 30px;
  }
  .v-navigation--mega
    .v-navigation__item[data-class="beds-furniture"]
    > a::before {
    background-size: 60px;
    width: 60px;
    height: 30px;
  }
  .v-navigation--mega
    .v-navigation__item[data-class="fridges-and-freezers"]
    > a::before {
    margin-top: 4px;
  }
  .v-navigation--mega.header-slideout.hs__init {
    padding-bottom: 112px;
  }
  .v-navigation__item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 -1px 0 0 #e0e0e0;
    background: #f6f6f8;
  }
  .v-navigation__item[data-class] > a.v-navigation__link {
    padding-left: 64px;
    -webkit-tap-highlight-color: transparent;
  }
  .v-navigation__item > a.v-navigation__link {
    padding: 20px 32px 20px 16px;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }
  .v-navigation__item > a.v-navigation__link::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .v-navigation__item--widget {
    display: none;
  }
  .v-navigation__link {
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
  .v-navigation__link .v-navigation__toggle-sub-menu {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .v-navigation__link .v-navigation__toggle-sub-menu:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #a5b0d0;
    content: "\f12f";
    font-family: hirschs-icons;
    margin: 0 8px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .v-navigation__link .v-navigation__toggle-sub-menu--main {
    display: inline-block;
    position: absolute;
    padding: 2px;
    top: 17px;
    right: 0;
  }
  .v-navigation__list--menu-bp-items {
    padding: 0;
  }
  .v-navigation__list.header-slideout.hs__init {
    height: calc(100vh + -56px);
    height: calc(var(--vh, 1vh) * 100 + -56px);
    margin-top: 58px;
    padding-bottom: 74px;
  }
  .v-navigation__list.header-slideout.hs__init::before {
    display: none;
  }
  .v-navigation__list h5 {
    margin: 16px 0 8px 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .v-navigation__list .slideout-back-trigger {
    position: sticky;
    bottom: 0;
    margin-left: 16px;
  }
  .v-navigation__list .slideout-trigger__back {
    z-index: 1;
    padding-right: 16px;
  }
  .v-navigation__list .slideout-trigger__back::before {
    content: "\f12e";
    font-family: hirschs-icons;
    font-size: 22px;
    color: #1e398d;
    padding-right: 8px;
    display: inline-block;
    vertical-align: sub;
  }
  .v-navigation__list .slideout-submenu {
    margin: 0;
  }
  .v-navigation__group .v-navigation__list {
    margin-bottom: 8px;
  }
  .v-navigation__item--active > .v-navigation__list--background {
    display: block;
  }
  .v-navigation__image {
    display: none;
  }
  .nav-container {
    padding: 0;
  }
  .nav-container {
    margin-bottom: 16px;
  }
  .v-navigation__list--background .v-navigation__item[data-class] > a::before {
    content: "";
    height: 40px;
    position: absolute;
    left: 0;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="fridges"]
    > a::before {
    background: url(../images/submenu-icons-mobile/Fridges.svg) right no-repeat;
    background-size: 66px 102px;
    width: 66px;
    background-position-x: right;
    background-position-y: -26px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="freezers"]
    > a::before {
    background: url(../images/submenu-icons-mobile/freezer.svg) right no-repeat;
    background-size: 66px 102px;
    width: 66px;
    background-position-x: right;
    background-position-y: -26px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="bar"]
    > a::before {
    background: url(../images/submenu-icons-mobile/bar_fridge.svg) right
      no-repeat;
    background-size: 66px 102px;
    width: 66px;
    background-position-x: right;
    background-position-y: -26px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="freestanding"]
    > a::before {
    background: url(../images/submenu-icons-mobile/freestanding_dishwasher.svg)
      right no-repeat;
    background-size: 64px 80px;
    width: 64px;
    background-position-x: right;
    background-position-y: -17px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="integrated"]
    > a::before {
    background: url(../images/submenu-icons-mobile/integrated_dishwashers.svg)
      right no-repeat;
    background-size: 60px 54px;
    width: 60px;
    background-position-x: right;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="tv-s"]
    > a::before {
    background: url(../images/submenu-icons-mobile/tvs.svg) right no-repeat;
    background-size: 66px 102px;
    width: 66px;
    background-position-x: right;
    background-position-y: -27px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="home-audio"]
    > a::before {
    background: url(../images/submenu-icons-mobile/home_audio.svg) right
      no-repeat;
    background-size: 72px 102px;
    width: 72px;
    background-position-x: -2px;
    background-position-y: -28px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="speakers"]
    > a::before {
    background: url(../images/submenu-icons-mobile/speaker.svg) right no-repeat;
    background-size: 100px 130px;
    width: 100px;
    background-position-x: -20px;
    background-position-y: -40px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="accessories"]
    > a::before {
    background: url(../images/submenu-icons-mobile/tv_accesories.svg) right
      no-repeat;
    background-size: 60px 62px;
    width: 60px;
    background-position-x: right;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="smartphones"]
    > a::before {
    background: url(../images/submenu-icons-mobile/smart_phones.svg) right
      no-repeat;
    background-size: 56px 76px;
    width: 56px;
    background-position-x: 4px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="tablets"]
    > a::before {
    background: url(../images/submenu-icons-mobile/tablet.svg) right no-repeat;
    background-size: 66px 68px;
    width: 66px;
    background-position-x: right;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="mobile-accessories"]
    > a::before {
    background: url("../images/submenu-icons-mobile/mobile accessories.svg")
      right no-repeat;
    background-size: 66px 102px;
    width: 66px;
    background-position-x: right;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="watches"]
    > a::before {
    background: url(../images/submenu-icons-mobile/watch.svg) right no-repeat;
    background-size: 50px 56px;
    width: 50px;
    background-position-x: 8px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="ovens"]
    > a::before {
    background: url(../images/submenu-icons-mobile/oven.svg) right no-repeat;
    background-size: 62px 86px;
    width: 62px;
    background-position-x: right;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="hobs"]
    > a::before {
    background: url(../images/submenu-icons-mobile/hob.svg) right no-repeat;
    background-size: 66px 80px;
    width: 66px;
    background-position-x: -3px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="combos"]
    > a::before {
    background: url(../images/submenu-icons-mobile/oven_and_hob_combo.svg) right
      no-repeat;
    background-size: 62px 95px;
    width: 62px;
    background-position-x: -4px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="stoves"]
    > a::before {
    background: url(../images/submenu-icons-mobile/stoves.svg) right no-repeat;
    background-size: 52px 70px;
    width: 52px;
    background-position-x: 4px;
    background-position-y: -17px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="cookerhoods-extractors"]
    > a::before {
    background: url(../images/submenu-icons-mobile/extractor.svg) right
      no-repeat;
    background-size: 60px 57px;
    width: 60px;
    background-position-x: right;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="microwaves"]
    > a::before {
    background: url(../images/submenu-icons-mobile/microwaves.svg) right
      no-repeat;
    background-size: 60px 80px;
    width: 60px;
    background-position-x: inherit;
    background-position-y: -28px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="braai"]
    > a::before {
    background: url(../images/submenu-icons-mobile/braai.svg) right no-repeat;
    background-size: 60px 60px;
    width: 60px;
    background-position-x: right;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="washing-machine"]
    > a::before {
    background: url(../images/submenu-icons-mobile/washing_machines.svg) right
      no-repeat;
    background-size: 56px 58px;
    width: 56px;
    background-position-x: right;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="tumble-dryers"]
    > a::before {
    background: url(../images/submenu-icons-mobile/tumble_dryer.svg) right
      no-repeat;
    background-size: 56px 50px;
    width: 56px;
    background-position-x: right;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="washer-dryers"]
    > a::before {
    background: url(../images/submenu-icons-mobile/washer_dryers.svg) right
      no-repeat;
    background-size: 56px 50px;
    width: 56px;
    background-position-x: right;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="irons-steamers"]
    > a::before {
    background: url(../images/submenu-icons-mobile/iron.svg) right no-repeat;
    background-size: 66px 80px;
    width: 66px;
    background-position-x: -4px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="vacuum"]
    > a::before {
    background: url(../images/submenu-icons-mobile/vacuums.svg) right no-repeat;
    background-size: 66px 80px;
    width: 66px;
    background-position-x: -7px;
    background-position-y: -25px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="food-preparation"]
    > a::before {
    background: url(../images/submenu-icons-mobile/food_prep.svg) right
      no-repeat;
    background-size: 78px 102px;
    width: 78px;
    background-position-x: -4px;
    background-position-y: -24px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="kettles-toasters"]
    > a::before {
    background: url(../images/submenu-icons-mobile/kettles_and_toasters.svg)
      right no-repeat;
    background-size: 78px 102px;
    width: 78px;
    background-position-x: -6px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="coffee"]
    > a::before {
    background: url(../images/submenu-icons-mobile/coffee.svg) right no-repeat;
    background-size: 72px 102px;
    width: 72px;
    background-position-x: right;
    background-position-y: -34px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="cooking-baking"]
    > a::before {
    background: url(../images/submenu-icons-mobile/cooking_and_baking.svg) right
      no-repeat;
    background-size: 50px 48px;
    width: 50px;
    background-position-x: 6px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="cleaning"]
    > a::before {
    background: url(../images/submenu-icons-mobile/cleaning.svg) right no-repeat;
    background-size: 66px 102px;
    width: 66px;
    background-position-x: right;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="personal-care"]
    > a::before {
    background: url(../images/submenu-icons-mobile/personal_care.svg) right
      no-repeat;
    background-size: 90px 114px;
    width: 90px;
    background-position-x: -9px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="aircons"]
    > a::before {
    background: url(../images/submenu-icons-mobile/heating_and_cooling.svg)
      right no-repeat;
    background-size: 100px 130px;
    width: 100px;
    background-position-x: -19px;
    background-position-y: -43px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="heaters"]
    > a::before {
    background: url(../images/submenu-icons-mobile/heater.svg) right no-repeat;
    background-size: 80px 102px;
    width: 80px;
    background-position-x: -11px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="fans"]
    > a::before {
    background: url(../images/submenu-icons-mobile/FANS.svg) right no-repeat;
    background-size: 80px 102px;
    width: 80px;
    background-position-x: -8px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="air-purifier-dehumidifier"]
    > a::before {
    background: url(../images/submenu-icons-mobile/air_pure.svg) right no-repeat;
    background-size: 60px 102px;
    width: 60px;
    background-position-x: 6px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="beds"]
    > a::before {
    background: url(../images/submenu-icons-mobile/beds.svg) right no-repeat;
    background-size: 70px 84px;
    width: 70px;
    background-position-x: -6px;
    background-position-y: center;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="furniture"]
    > a::before {
    background: url(../images/submenu-icons-mobile/furniture.svg) right
      no-repeat;
    background-size: 64px 84px;
    width: 64px;
    background-position-x: 3px;
    background-position-y: -26px;
  }
  .v-navigation__list--background
    .v-navigation__item[data-class="laptops"]
    > a::before {
    background: url(../images/submenu-icons-mobile/laptop.svg) right no-repeat;
    background-size: 50px 56px;
    width: 50px;
    background-position-x: 6px;
    background-position-y: center;
  }
  .block.filter .filter-actions .action.filter-clear {
    width: 100% !important;
  }
  .block.filter .filter-actions .action.filter-clear[disabled="disabled"] {
    box-shadow: none;
    pointer-events: none;
    background: #e0e0e0;
  }
  .block.filter .filter-actions .action.filter-clear[disabled="disabled"] span {
    color: #fff;
  }
  .minicart-wrapper {
    line-height: 48px;
    margin-right: 8px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: "";
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper
    .showcart
    .counter-label
    > span:not(.minicart-items-placehoder) {
    display: none;
  }
  .minicart-wrapper .showcart .minicart-items-placehoder {
    font-size: 0;
    line-height: 8px;
  }
  .minicart-wrapper .showcart .minicart-items-placehoder span {
    font-size: 12px;
  }
  .opc-wrapper .step-title {
    font-size: 16px;
    color: #3c3939;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
  .opc-wrapper .step-content {
    margin: 0 0 16px;
  }
  .checkout-container {
    margin-bottom: 0;
  }
  .opc-estimated-wrapper:not(.active)
    ~ .opc-wrapper
    .checkout-shipping-method
    .step-title {
    margin-top: 16px;
  }
  .field-tooltip .field-tooltip-content {
    right: -16px;
    top: 40px;
    left: auto;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -16px;
  }
  .opc-wrapper .shipping-address-item {
    margin: 0 0 16px;
    padding: 16px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #ccc;
  }
  .opc-wrapper .action-show-popup > span::before {
    position: absolute;
    left: 16px;
    top: 14px;
  }
  .form-shipping-address .fieldset.address > .field,
  .billing-address-form .fieldset.address > .field {
    width: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .form-shipping-address .fieldset.address > .field.street,
  .billing-address-form .fieldset.address > .field.street {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .form-shipping-address .fieldset.address > .field[name$=".postcode"],
  .billing-address-form .fieldset.address > .field[name$=".postcode"] {
    max-width: 104px;
    margin-right: 8px;
  }
  .form-shipping-address .fieldset.address > .field.choice,
  .billing-address-form .fieldset.address > .field.choice {
    width: auto;
    margin-top: 28px;
  }
  .form-shipping-address .fieldset.address .order-comment__container,
  .billing-address-form .fieldset.address .order-comment__container {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .checkout-index-index .page-wrapper {
    padding-bottom: 80px;
  }
  .authentication-dropdown {
    max-width: 360px;
    width: calc(100% - 32px);
  }
  .proceed-button-wrapper .checkout-agreements.fieldset {
    border-top: 0;
    margin-top: -16px;
  }
  .proceed-button-wrapper .checkout-agreements.fieldset .label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .proceed-button-wrapper .checkout-agreements.fieldset .label::before {
    float: none;
  }
  .proceed-button-wrapper
    .checkout-agreements.fieldset
    .label
    .action.action-show {
    float: none;
    width: auto;
  }
  .toolbar-products {
    margin-left: -16px;
    margin-bottom: 16px;
    width: calc(100% + 32px);
  }
  .toolbar-products .toolbar-amount {
    text-align: center;
  }
  .toolbar-products .sorter {
    display: none;
  }
  .products.wrapper + .toolbar-products {
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    height: 128px;
    background-color: #fff;
    box-shadow: inset 0 1px 0 0 #e0e0e0;
  }
  .products.wrapper + .toolbar-products .action.primary.no-display,
  .products.wrapper + .toolbar-products .action-primary.no-display {
    display: block;
  }
  .products.wrapper + .toolbar-products .action.sort-filter {
    margin: 16px;
    height: 40px;
    width: calc(100% - 32px);
  }
  .products.wrapper + .toolbar-products .action.sort-filter span {
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }
  .products.wrapper + .toolbar-products .pages {
    display: block;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .products.wrapper + .toolbar-products .pages .item.current {
    position: relative;
    margin-right: 48px;
  }
  .products.wrapper + .toolbar-products .pages .item.current::after {
    width: 40px;
  }
  .catalog-category-view .page-footer {
    margin-bottom: 128px;
  }
  .catalog-product-view .product-main-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .block-search input {
    width: calc(100% - 32px);
  }
  .block-search .action.search {
    top: 8px;
  }
  .block-search .action.clear-search {
    top: 16px;
  }
  .block-search .form > .actions {
    top: 8px;
  }
  body.filter-active {
    overflow: hidden;
    padding: 0 !important;
  }
  body.filter-active .page-header.sticky {
    position: relative;
  }
  body.filter-active .page-header .header.content {
    z-index: 0;
  }
  body.filter-active .breadcrumbs {
    z-index: 0;
  }
  body.filter-active .page-wrapper .products.grid.products-grid {
    z-index: 0;
  }
  body.filter-active .page-wrapper .products.wrapper + .toolbar-products {
    display: none;
  }
  body.filter-active .page-wrapper .sidebar-main::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 10;
    content: "";
    position: fixed;
    visibility: visible;
    background: rgba(146, 145, 145, 0.6);
  }
  body.filter-active .toolbar-products {
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 11;
    position: fixed;
    overflow: scroll;
    max-width: 360px;
    box-shadow: none;
    flex-flow: column;
    top: 56px;
    box-sizing: border-box;
    background: #f6f6f8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 32px);
    height: calc(100% - 56px);
    padding: 16px 16px 80px;
  }
  body.filter-active .toolbar-products .toolbar-amount {
    display: none;
  }
  body.filter-active .toolbar-products .field.limiter {
    display: block;
    padding: 16px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
      0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
  }
  body.filter-active .toolbar-products .field.limiter .label > span {
    color: #3c3939;
    font-weight: 600;
  }
  body.filter-active .toolbar-products .field.limiter .control {
    width: 100%;
  }
  body.filter-active .toolbar-products .field.limiter .limiter-options-mobile {
    width: 100%;
    display: inline-block;
    padding-top: 16px;
  }
  body.filter-active
    .toolbar-products
    .field.limiter
    .limiter-options-mobile
    > span {
    width: 100%;
    height: 32px;
    position: relative;
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    color: #777;
    margin: 12px 0;
  }
  body.filter-active
    .toolbar-products
    .field.limiter
    .limiter-options-mobile
    > span::after {
    position: absolute;
    right: 4px;
    font-size: 18px;
    content: "\f134";
    font-family: hirschs-icons;
    font-weight: 300;
  }
  body.filter-active
    .toolbar-products
    .field.limiter
    .limiter-options-mobile
    > span[selected="selected"] {
    color: #1e398d;
    font-weight: 600;
  }
  body.filter-active
    .toolbar-products
    .field.limiter
    .limiter-options-mobile
    > span:last-child {
    margin-bottom: 0;
  }
  body.filter-active .toolbar-products .toolbar-sorter.sorter {
    display: block;
    position: relative;
    padding: 16px;
    margin-bottom: 24px;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
      0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
  }
  body.filter-active .toolbar-products .toolbar-sorter.sorter select {
    display: none;
  }
  body.filter-active .toolbar-products .toolbar-sorter.sorter .sorter-label {
    color: #3c3939;
    font-weight: 600;
  }
  body.filter-active .toolbar-products .toolbar-sorter.sorter .sorter-action {
    top: 8px;
    right: 8px;
    position: absolute;
  }
  body.filter-active
    .toolbar-products
    .toolbar-sorter.sorter
    .sorter-options-mobile {
    width: 100%;
    display: inline-block;
    padding-top: 16px;
  }
  body.filter-active
    .toolbar-products
    .toolbar-sorter.sorter
    .sorter-options-mobile
    > span {
    width: 100%;
    height: 32px;
    position: relative;
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    color: #777;
    margin: 12px 0;
  }
  body.filter-active
    .toolbar-products
    .toolbar-sorter.sorter
    .sorter-options-mobile
    > span:last-child {
    margin-bottom: 0;
  }
  body.filter-active
    .toolbar-products
    .toolbar-sorter.sorter
    .sorter-options-mobile
    > span::after {
    position: absolute;
    right: 4px;
    font-size: 18px;
    content: "\f134";
    font-family: hirschs-icons;
    font-weight: 300;
  }
  body.filter-active
    .toolbar-products
    .toolbar-sorter.sorter
    .sorter-options-mobile
    > span[selected="selected"] {
    color: #1e398d;
    font-weight: 600;
  }
  body.filter-active
    .toolbar-products
    .toolbar-sorter.sorter
    .sorter-options-mobile
    > span[selected="selected"]::after {
    content: "\f133";
  }
  body.filter-active
    .toolbar-products
    .toolbar-sorter.sorter
    .sorter-options-mobile
    > span:last-child {
    margin-bottom: 0;
  }
  .filter.block strong {
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    text-align: center;
    border-radius: 4px;
    line-height: 16px;
    padding: 8px 16px;
    background-color: #f0f0f0;
    font-weight: 400;
    border: 1px solid #c2c2d0;
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(194, 194, 208, 0.3);
  }
  .filter.block strong[data-count]::after {
    line-height: 1;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    min-width: 8px;
    padding: 2px;
    content: attr(data-count);
    font-size: 9.800000000000001px;
    border-radius: 2px;
    background: #ff5501;
  }
  .filter.block strong.disabled {
    opacity: 0.5;
  }
  .filter-actions,
  .filter-current {
    display: none;
  }
  .filter .filter-title {
    display: none;
  }
  .filter.active {
    z-index: 99;
    position: relative;
    visibility: visible;
  }
  .filter.active .filter-options-item {
    padding: 0;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 16px;
  }
  .filter.active .filter-title {
    top: 0;
    right: 0;
    margin: 0;
    z-index: 2;
    left: auto;
    display: block;
    position: fixed;
    box-shadow: none;
    max-width: 360px;
    height: 56px;
    background: #1e398d;
    width: calc(100% - 32px);
  }
  .filter.active .filter-title strong {
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    left: auto;
    font-size: 0;
    box-shadow: none;
    text-align: center;
    width: 56px;
    background: 0 0;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: inherit;
    color: #fff;
    content: "\f100";
    font-family: icons-blank-theme;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-title strong::after {
    font-family: hirschs-icons;
    font-weight: 300;
  }
  .filter.active .filter-title button,
  .filter.active .filter-title .cart.table-wrapper .actions-toolbar > .action,
  .filter.active .filter-title .action-gift {
    margin: 0;
    border: 0;
    float: left;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    color: #fff;
    padding: 0 16px;
    background: 0 0;
    font-size: 18px;
    line-height: 56px;
    font-weight: 400;
  }
  .filter.active .filter-title button.active,
  .filter.active
    .filter-title
    .cart.table-wrapper
    .actions-toolbar
    > .action.active,
  .filter.active .filter-title .action-gift.active {
    color: #1e398d;
    background: #f6f6f8;
  }
  .filter.active .filter-subtitle {
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    position: fixed;
    background: 0 0;
    height: 50px;
    line-height: 32px;
  }
  .filter.active .filter-options {
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 10;
    display: block;
    position: fixed;
    overflow: scroll;
    max-width: 360px;
    top: 56px;
    box-sizing: border-box;
    background: #f6f6f8;
    width: calc(100% - 32px);
    padding: 16px 16px 112px;
  }
  .filter.active .filter-options.hide-content {
    display: none;
  }
  .filter.active .filter-actions {
    bottom: 0;
    z-index: 1;
    display: block;
    position: fixed;
    max-width: 360px;
    box-sizing: border-box;
    background: #fff;
    padding: 16px !important;
    width: calc(100% - 32px);
    height: 72px;
  }
  .filter.active .filter-actions::before {
    left: 0;
    width: 100%;
    content: "";
    top: -40px;
    position: absolute;
    height: 40px;
    display: inline-block;
    background: rgba(246, 246, 248, 0.7);
  }
  .filter.active .filter-actions .filter-clear {
    float: left;
    min-width: calc(50% - 8px);
  }
  .filter.active .filter-current {
    border: 0;
    margin: 0;
    display: block;
    margin-bottom: 32px;
    padding-bottom: 16px;
    box-shadow: inset 0 -1px 0 0 #e0e0e0;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -16px 24px;
  }
  .filter-options-content {
    padding: 16px 16px 8px;
  }
  .filter strong.filter-current-subtitle {
    border: 0;
    z-index: 1;
    padding: 0;
    border-radius: 0;
    text-align: left;
    box-shadow: none;
    color: #3c3939;
    text-decoration: none;
    background: 0 0;
    font-size: 14px;
    line-height: 24px;
    position: relative !important;
    font-weight: 600;
  }
  .filter strong.filter-current-subtitle[data-count]::after {
    display: none;
  }
  .filter .filter-current {
    border-width: 1px 0;
    border: solid #c2c2d0;
    margin: 8px -16px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .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 {
    left: 0;
    width: 75px;
    z-index: 99;
    content: "";
    display: block;
    position: relative;
    height: 40px;
    margin-top: -60px;
    background: rgba(255, 255, 255, 0.5);
  }
  .filter-no-options .filter-content {
    margin-bottom: 16px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -16px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #c2c2d0;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 8px 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: 24px;
  }
  .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;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .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 .column.main .product-main-block {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .catalog-product-view .column.main .detailed {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .catalog-product-view .column.main .related {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-bottom: 0;
  }
  .catalog-product-view
    .column.main
    .detailed
    .product.items
    > .data.content
    .additional-attributes
    tbody
    .label {
    display: none;
  }
  .page-layout-2columns-left.catalog-category-view .columns,
  .page-layout-hirschs-cms-default.catalog-category-view .columns,
  .page-layout-2columns-left.catalogsearch-result-index .columns,
  .page-layout-hirschs-cms-default.catalogsearch-result-index .columns {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .page-layout-2columns-left.catalog-category-view .column.main,
  .page-layout-hirschs-cms-default.catalog-category-view .column.main,
  .page-layout-2columns-left.catalogsearch-result-index .column.main,
  .page-layout-hirschs-cms-default.catalogsearch-result-index .column.main {
    order: 1;
    width: 100%;
    padding-bottom: 0;
    flex-grow: 1;
    flex-basis: auto;
    box-sizing: border-box;
  }
  .page-layout-2columns-left.catalog-category-view
    .column.main
    .products.grid.products-grid,
  .page-layout-hirschs-cms-default.catalog-category-view
    .column.main
    .products.grid.products-grid,
  .page-layout-2columns-left.catalogsearch-result-index
    .column.main
    .products.grid.products-grid,
  .page-layout-hirschs-cms-default.catalogsearch-result-index
    .column.main
    .products.grid.products-grid {
    margin-bottom: 0;
    margin-top: 24px;
  }
  .page-layout-2columns-left.catalog-category-view .sidebar.sidebar-main,
  .page-layout-hirschs-cms-default.catalog-category-view .sidebar.sidebar-main,
  .page-layout-2columns-left.catalogsearch-result-index .sidebar.sidebar-main,
  .page-layout-hirschs-cms-default.catalogsearch-result-index
    .sidebar.sidebar-main {
    order: 0;
    width: 100%;
    float: none;
    flex-grow: 1;
    flex-basis: 100%;
    box-sizing: border-box;
  }
  .checkout-index-index footer.page-footer {
    padding-bottom: 48px;
  }
  .sidebar .block.account-nav {
    margin-bottom: 0;
  }
  .sidebar .block.account-nav .content.account-nav-content {
    padding: 0;
  }
  .sidebar .block.account-nav .content.account-nav-content .account-nav-menu {
    background-color: #1e398d;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    padding-left: 16px;
    font-weight: 300;
    cursor: pointer;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .account-nav-menu::before {
    font-family: hirschs-icons;
    font-size: 20px;
    content: "\f103";
    margin-right: 16px;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .account-nav-menu::after {
    font-family: hirschs-icons;
    font-size: 24px;
    content: "\f12c";
    margin: 12px 16px;
    background-color: #fff;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    float: right;
    color: #000;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .account-nav-menu.active::after {
    content: "\f12d";
    line-height: 34px;
  }
  .sidebar .block.account-nav .content.account-nav-content .nav.items {
    background-color: #fff;
    float: left;
    width: 100%;
    display: none;
    color: #1e398d;
    padding: 8px 0;
    position: absolute;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item.current
    strong {
    border: none;
    background-color: #1e398d;
    color: #fff;
    padding: 8px 0 8px 32px;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item.current
    strong::before {
    color: #fff;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item.current::before {
    color: #fff;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item
    a {
    padding: 8px 18px 8px 24px;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item
    a:hover {
    background-color: #1e398d;
    color: #fff;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item::before {
    font-family: hirschs-icons;
    content: "\f103";
    font-size: 18px;
    color: #1e398d;
    position: absolute;
    margin: 8px 4px;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item:hover {
    background-color: #1e398d;
    color: #fff;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item:hover::before {
    color: #fff;
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item.acc-orders::before {
    content: "\f111";
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item.acc-wishlist::before {
    content: "\f107";
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item.acc-edit-link::before {
    content: "\f112";
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item.acc-address::before {
    content: "\f114";
  }
  .sidebar
    .block.account-nav
    .content.account-nav-content
    .nav.items
    .nav.item.acc-newsletter::before {
    content: "\f115";
  }
  .block-compare.listing-compare-wrapper
    .compare-wrapper
    .block-content:not(.no-display) {
    height: 136px;
    padding-top: 24px;
  }
  .block-compare .block-content-inner-wrapper .actions-toolbar {
    width: 100%;
    display: inline-block;
    margin: 9px 0;
  }
  .block-compare .block-content-inner-wrapper .ol-wrapper {
    width: 100%;
    display: inline-block;
  }
  .block-compare .block-content-inner-wrapper .ol-wrapper ol {
    display: inline-block;
    margin-right: -16px;
  }
  .block-compare
    .block-content-inner-wrapper
    .product-items.product-items-names
    .product-item {
    margin: 0;
    float: left;
    height: 96px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 16px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #fff;
    width: calc((100% / 4) - 16px);
  }
  .catalog-product_compare-index
    .page-title-wrapper
    .continue-shopping-wrapper
    a {
    padding-left: 16px;
  }
  .catalog-product_compare-index
    .page-title-wrapper
    .continue-shopping-wrapper
    a.action.print.hidden-print {
    padding-right: 16px;
  }
  .catalog-product_compare-index .data.table.table-comparison {
    margin-bottom: 0;
  }
  .catalog-product_compare-index
    .data.table.table-comparison
    tbody
    td.cell.product.info
    .product-item-photo {
    max-height: 152px;
    margin: 32px auto 24px;
  }
  .catalog-product_compare-index
    .data.table.table-comparison
    tbody
    td.cell.product.info
    .product-item-photo
    .product-image-wrapper {
    overflow: visible;
  }
  .catalog-product_compare-index
    .data.table.table-comparison
    tbody
    td.cell.product.info
    .product-item-photo
    .product-image-wrapper
    img {
    height: auto;
    display: block;
    max-height: 160px;
  }
  .catalog-product_compare-index
    .data.table.table-comparison
    tbody
    td.cell.product.info
    .product-item-photo
    .product-image-container {
    min-width: 100%;
    display: inline-block;
  }
  .catalog-product_compare-index
    .data.table.table-comparison
    tbody
    td.cell.product.info
    .price-box {
    box-sizing: border-box;
    min-height: 65px;
    padding: 11px 16px !important;
  }
  .catalog-product_compare-index
    .data.table.table-comparison
    tbody
    td.cell.product.info
    .price-box
    .old-price
    span {
    padding: 0 !important;
    clear: both;
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .field-tooltip .field-tooltip-content {
    right: -16px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: "";
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "\e61c";
    font-family: icons-blank-theme;
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modal-popup .modal-inner-wrap {
    max-width: 328px;
  }
  .modal-popup.modal-slide {
    left: 14.8rem;
    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;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .edit-address,
  .billing-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .edit-address,
  .shipping-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .ship-here,
  .billing-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .ship-here,
  .shipping-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .select-address,
  .billing-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .select-address,
  .shipping-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .address-selected,
  .billing-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .default-address,
  .billing-address-modal
    .modal-inner-wrap
    .admin__action-multiselect-menu-inner
    ._root
    .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .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;
  }
  [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;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address,
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    width: 50%;
    float: right;
  }
  .field-tooltip .field-tooltip-content {
    right: -16px;
    top: 40px;
    left: auto;
  }
  .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 16px;
  }
  .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%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -16px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 8px;
  }
  .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: 16px;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account
    .column.main
    .returns-details-items
    .block-returns-tracking
    .block-title
    > .action.track {
    display: block;
    float: none;
    margin: 16px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards
    .table:not(.totals):not(.cart):not(.table-comparison)
    .status {
    display: none;
  }
  .my-credit-cards
    .table:not(.totals):not(.cart):not(.table-comparison)
    .status:before {
    display: none;
  }
  .my-credit-cards
    .table:not(.totals):not(.cart):not(.table-comparison)
    .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 32px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 16px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 16px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 16px;
  }
  .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;
  }
  .product-items {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .product-item-info > .actions-secondary .wishlist,
  .product-item-info > .actions-secondary .towishlist {
    display: none !important;
  }
  .product-item-info .product-item-photo {
    padding: 0;
    float: left;
    position: relative;
    max-width: 88px;
    max-height: 88px;
    margin: 8px 8px 16px;
  }
  .product-item-info .product-item-photo .product-image-wrapper {
    margin-bottom: 0;
  }
  .product-item-info .product-item-photo .product-image-photo {
    padding: 4px;
  }
  .product-item-info .product-item-photo .be-back-soon.out-of-stock {
    top: auto;
    display: block;
    transform: inherit;
    bottom: -16px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
  .product-item-info .be-back-soon.out-of-stock {
    display: none;
  }
  .product-item-info .product-item-details {
    display: inline-block;
    width: calc(100% - 112px);
  }
  .product-item-info .product-item-details .product-item-name {
    padding: 8px 8px 8px 0;
  }
  .product-item-info
    .product-item-details
    .product-item-name
    .product-item-link {
    text-align: left;
  }
  .product-item-info .product-item-details .product-addto-section {
    min-height: 64px;
  }
  .product-item-info .product-item-details .product-addto-section .price-box {
    padding-left: 0;
  }
  .product-item-info
    .product-item-details
    .product-addto-section
    .be-back-soon.out-of-stock {
    display: block;
    min-height: 56px;
    font-size: 12px;
    border-radius: 4px;
  }
  .product-item .swatch-attribute-options {
    padding: 0;
    min-height: auto;
  }
  .product-item .swatch-attribute-options .swatch-more {
    height: auto;
  }
  .product-item-actions .actions-secondary {
    width: 40px;
    position: relative;
    height: 40px;
    display: inline-block;
  }
  .product-item-actions .actions-secondary + .actions-secondary {
    margin-left: 8px;
  }
  .product-item .action.towishlist,
  .product-item .products.list.items .action.towishlist,
  .product-item .wishlist.split.button > .action.change {
    min-width: 40px;
    min-height: 40px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
      0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
    line-height: 40px !important;
  }
  .product-item .action.towishlist::after,
  .product-item .products.list.items .action.towishlist::after,
  .product-item .wishlist.split.button > .action.change::after {
    min-width: 40px;
    min-height: 40px;
    content: "\f107";
    font-family: hirschs-icons;
    font-weight: 300;
    color: #a5b0d0 !important;
    line-height: 40px !important;
    font-size: 16px !important;
  }
  .product-item-actions .actions-primary {
    float: right;
    width: calc(100% - 96px);
  }
  .page-products .products-grid .product-item:nth-child(2n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(2n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(2n + 1),
  .page-products.page-layout-1column
    .products-grid
    .product-item:nth-child(2n + 1),
  .page-products.page-layout-3columns
    .products-grid
    .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .block-search .search .input-text {
    font-size: 16px;
  }
  .login-container .fieldset::after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 16px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control {
    width: 100% !important;
  }
  .table-giftregistry,
  .table-giftregistry-items {
    width: auto;
    margin: 16px;
  }
  .table-giftregistry:not(.cart):not(.totals) > thead tr,
  .table-giftregistry-items:not(.cart):not(.totals) > thead tr {
    display: none;
  }
  .table-giftregistry:not(.cart):not(.totals) > tbody tr,
  .table-giftregistry-items:not(.cart):not(.totals) > tbody tr {
    height: auto !important;
    padding: 0 16px !important;
  }
  .table-giftregistry:not(.cart):not(.totals) > tbody tr:not(.tr-divider),
  .table-giftregistry-items:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider) {
    padding: 16px;
    height: 48px;
    margin: 16px 0;
    border-radius: 4px;
    background-color: #fff;
    color: #777;
    box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
      0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  }
  .table-giftregistry:not(.cart):not(.totals) > tbody tr:not(.tr-divider) td,
  .table-giftregistry-items:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td {
    vertical-align: middle;
  }
  .table-giftregistry:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.message,
  .table-giftregistry-items:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.message {
    padding-left: 0;
  }
  .table-giftregistry:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.date,
  .table-giftregistry-items:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.date {
    clear: both;
  }
  .table-giftregistry:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.note,
  .table-giftregistry-items:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.note,
  .table-giftregistry:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.product,
  .table-giftregistry-items:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.product {
    line-height: normal;
  }
  .table-giftregistry:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.product
    a,
  .table-giftregistry-items:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.product
    a {
    color: #1e398d;
  }
  .table-giftregistry:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.note
    textarea,
  .table-giftregistry-items:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.note
    textarea,
  .table-giftregistry:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.product
    a
    > span,
  .table-giftregistry-items:not(.cart):not(.totals)
    > tbody
    tr:not(.tr-divider)
    td.col.product
    a
    > span {
    float: left;
  }
  .table-giftregistry:not(.cart):not(.totals) > tbody tr.tr-divider,
  .table-giftregistry-items:not(.cart):not(.totals) > tbody tr.tr-divider {
    height: 16px;
  }
  .table-giftregistry:not(.cart):not(.totals) > tbody tr:last-child,
  .table-giftregistry-items:not(.cart):not(.totals) > tbody tr:last-child {
    height: 8px;
  }
  .account.magento_giftregistry-index-index .column .actions-toolbar,
  .account.magento_giftregistry-index-items .column .actions-toolbar {
    padding: 16px;
    box-sizing: border-box;
  }
  .table-wrapper.giftregistry {
    margin: -16px 0 0;
  }
  .table-wrapper.giftregistry + .actions-toolbar {
    margin: 0 16px;
  }
  .catalog-product-view .modal-popup.confirm .modal-inner-wrap,
  .magento_giftregistry-index-index .modal-popup.confirm .modal-inner-wrap,
  .catalog-product-view .add-to-giftregistry--wrapper .modal-inner-wrap,
  .magento_giftregistry-index-index
    .add-to-giftregistry--wrapper
    .modal-inner-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .modal-popup.sms-popup.modal-slide {
    left: 0;
  }
  .modal-popup.sms-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff;
  }
  .catalog-product-view .product-info-main a.find-stock-in-store {
    width: calc((100% - 4px));
    margin: 0 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .catalog-product-view .product-info-main a.find-stock-in-store:hover {
    border: solid 2px transparent;
    color: #fff;
    background: #000;
  }
  .sms_inventory_container {
    padding: 0 20px;
  }
  .sms_inventory_container.white-popup {
    padding-top: 25px;
    max-width: 100%;
    height: 100%;
  }
  .sms_inventory_container .page-title-wrapper {
    margin-bottom: 0;
  }
  .sms_inventory_container .page-title-wrapper h1.page-title {
    font-size: 2rem;
    font-weight: 400;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sms_inventory_container .field.configurable {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .sms_inventory_container .field.configurable + .configurable {
    float: right;
  }
  .sms_inventory_container .field.configurable .control select {
    height: 40px;
    border-radius: 2px;
    border-color: #9e9e9e;
    background-position: 99% 45%;
    font-size: 1.3rem;
    padding-top: 3px;
  }
  .sms_inventory_container .block.block-search {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .sms_inventory_container .block.block-search .field.search .label {
    display: none;
  }
  .sms_inventory_container .block.block-search .field.search .control {
    width: 100%;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .sms_inventory_container
    .block.block-search
    .field.search
    .control
    #store_search {
    height: 40px;
    border-radius: 2px;
    border-color: #9e9e9e;
    font-weight: 100;
    line-height: 40px;
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .sms_inventory_container
    .block.block-search
    .field.search
    .control
    #store_search:focus {
    box-shadow: none;
  }
  .sms_inventory_container
    .block.block-search
    .field.search
    .control
    #store_search_autocomplete {
    margin-top: 0 !important;
  }
  .sms_inventory_container .block.block-search .actions .action.search {
    display: inline-block;
    width: 100%;
    right: 0;
    background: #000;
    height: 40px;
    font-weight: 400;
    position: relative;
    border: 0;
    box-shadow: none;
    top: 0;
    margin-top: 10px;
    border-radius: 2px;
  }
  .sms_inventory_container .block.block-search .actions .action.search span {
    display: none;
  }
  .sms_inventory_container
    .block.block-search
    .actions
    .action.search[disabled] {
    opacity: 0.75;
  }
  .sms_inventory_container .block.block-search .actions .action.search::before {
    display: none;
  }
  .sms_inventory_container .block.block-search .actions .action.search::after {
    content: "Find stores";
    display: inline-block;
    color: #fff;
  }
  .sms_inventory_container .find-stock-in-store-messaging {
    margin: 0 0 10px;
    font-size: 1.25rem;
    line-height: 20px;
    font-weight: 100;
  }
  .sms_inventory_container .message.info.empty {
    margin-top: 15px;
  }
  .sms_inventory_container .products-list {
    margin: 0;
  }
  .sms_inventory_container .products-list .product-items {
    max-height: 250px;
    overflow: scroll;
    margin: 0;
  }
  .sms_inventory_container .products-list .product-items .product-items {
    margin-left: 0;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .sms_inventory_container .products-list .product-items .item.product-item {
    padding: 20px 0 5px;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item:not(:last-child) {
    border-bottom: solid 1px #f5f5f5;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-inner {
    display: inline-block;
    float: left;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-inner
    .product-item-name {
    margin: 0;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-inner
    .product-item-name
    a {
    font-size: 1.2rem;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-inner
    .stock-avail-in-store {
    font-size: 1.2rem;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-inner
    .stock-avail-in-store
    span {
    font-weight: 400;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-inner
    .product-item-description {
    font-size: 1.2rem;
    margin: 4px 0 5px;
    color: #9e9e9e;
    max-width: 195px;
    text-align: left;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-inner
    .product-item-description
    p {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-inner
    .product-open-until {
    font-size: 1.2rem;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions {
    display: inline-block;
    float: right;
    text-align: center;
    width: 130px;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions
    .contact-details {
    width: 50%;
    float: left;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions
    .contact-details
    a {
    font-size: 0;
    text-decoration: none;
    color: #000;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions
    .contact-details
    a::before {
    content: "\f101";
    display: list-item;
    font-family: sms;
    font-size: 15px;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions
    .contact-details
    a::after {
    content: "CALL";
    display: inherit;
    font-size: 10px;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions
    .action.more {
    margin-top: 10px;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions
    .action.more {
    width: 124px;
    height: 36px;
    border: solid 2px #000;
    display: inline-block;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    border-radius: 2px;
    margin-bottom: 24px;
    text-decoration: none;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions
    .action.more:hover {
    border: solid 2px transparent;
    color: #fff;
    background: #000;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions
    a.directions {
    width: 50%;
    float: left;
    font-size: 0;
    text-decoration: none;
    color: #000;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions
    a.directions::before {
    content: "\f100";
    display: list-item;
    font-family: sms;
    font-size: 15px;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions
    a.directions::after {
    content: "DIRECTIONS";
    display: inherit;
    font-size: 10px;
    width: auto;
    line-height: 23px;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions.desktop-iframe
    .contact-details.visible-xs,
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions.desktop-iframe
    .directions.visible-xs {
    display: none !important;
  }
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions.desktop-iframe
    .contact-details.hidden-xs,
  .sms_inventory_container
    .products-list
    .product-items
    .item.product-item
    .product-item-actions.desktop-iframe
    .directions.hidden-xs {
    display: inline-block !important;
    width: 100%;
    float: none;
  }
  #store-location-list-wrapper .control {
    width: 100%;
  }
  #store-location-list-wrapper .control .text {
    width: 100%;
  }
  #store-location-list-wrapper #store-location-wrap {
    max-height: 760px;
  }
  #store-location-list-wrapper #store-location-wrap li label {
    position: relative;
  }
  #store-location-list-wrapper
    #store-location-wrap
    li
    label
    span.cnc-item-wrapper.--left {
    display: inline-block;
    width: calc(100% - 48px);
  }
  #store-location-list-wrapper
    #store-location-wrap
    li
    label
    span.cnc-item-wrapper.--right {
    top: auto;
    float: right;
    transform: inherit;
    position: relative;
    right: 8px;
    margin-top: 8px;
  }
  #checkout-payment-method-load
    .payment-method
    .billing-address-same-as-shipping-block.field.choice.cnc-opened {
    padding-left: 0;
    margin-bottom: -16px;
  }
  #checkout-payment-method-load
    .payment-method
    .billing-address-same-as-shipping-block.field.choice.cnc-opened
    + .fieldset
    .field.field-select-billing {
    margin-left: 0;
  }
  #checkout-payment-method-load
    .payment-method
    .billing-address-same-as-shipping-block.field.choice.cnc-opened
    + .fieldset
    .billing-address-form {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar
    .block-viewed-products-grid
    .products-grid
    .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .block-compare.listing-compare-wrapper
    .compare-wrapper
    .block-content:not(.no-display) {
    height: 144px;
    padding-top: 16px;
  }
  .block-compare .block-content-inner-wrapper .actions-toolbar {
    margin: 8px 0 16px;
  }
  .block-compare
    .block-content-inner-wrapper
    .product-items.product-items-names
    .product-item {
    width: calc((100% / 2) - 16px);
  }
  .block-compare
    .block-content-inner-wrapper
    .product-items.product-items-names
    .product-item
    .img-wrapper {
    margin-bottom: 0 !important;
    width: 48px !important;
    height: 48px !important;
  }
  .block-compare
    .block-content-inner-wrapper
    .product-items.product-items-names
    .product-item
    .price-container {
    clear: both;
    margin: 0 16px;
  }
  .block-compare
    .block-content-inner-wrapper
    .product-items.product-items-names
    .product-item
    a.action.delete {
    bottom: 5px !important;
  }
  .block-compare
    .block-content-inner-wrapper
    .product-items.product-items-names
    .product-item:nth-child(1),
  .block-compare
    .block-content-inner-wrapper
    .product-items.product-items-names
    .product-item:nth-child(2) {
    margin-bottom: 16px;
  }
  .block-compare
    .block-content-inner-wrapper
    .product-items.product-items-names
    .empty-state
    > span {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .block-compare
    .block-content-inner-wrapper
    .product-items.product-items-names
    .empty-state::before {
    margin: 8px auto 0 !important;
  }
  .catalog-category-view .modal-popup.confirm .modal-inner-wrap,
  .catalogsearch-result-index .modal-popup.confirm .modal-inner-wrap {
    margin-left: 16px;
    margin-right: 16px;
  }
  .page-wrapper > .category-view {
    margin-top: -144px !important;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product::before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .account .toolbar:before,
  .account .toolbar: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,
  .account .toolbar: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 #c2c2d0;
  }
  .multicheckout.order-review .data.table tbody tr .col.item::before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty[data-th]::before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]::before,
  .multicheckout.order-review
    .data.table
    tbody
    tr
    .col.subtotal[data-th]::before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 16px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison)
    > thead
    > tr
    > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr {
    display: block;
  }
  .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    td,
  .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    th {
    border-bottom: none;
    display: block;
    padding: 8px 0;
  }
  .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    td[data-th]:before,
  .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison)
    > tbody
    > tr
    th[data-th]:before {
    padding-right: 16px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #3c3939;
    font-weight: 700;
  }
  .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison)
    tbody
    > tr
    > td:first-child {
    padding-top: 16px;
  }
  .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison)
    tbody
    > tr
    > td:last-child {
    padding-bottom: 16px;
  }
  .table-wrapper
    .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes
    tbody
    td:last-child {
    border: none;
    padding: 0 0 8px;
  }
  .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: 16px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: "\e616";
    font-family: icons-blank-theme;
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    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: 0 0;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: 0 0;
    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;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 16px;
    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: 16px;
    padding-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #c2c2d0;
    margin-bottom: 16px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 8px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 24px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #d22a30;
    margin: 0;
    width: 100%;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #d22a30;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 16px 16px 0;
    width: 30%;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-proceed-wrapper .actions {
    width: 184px;
  }
  .minicart-proceed-wrapper .actions #top-cart-btn-checkout {
    text-align: center;
  }
  .minicart-proceed-wrapper .actions #top-cart-btn-checkout::after {
    content: "";
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .catalog-product_compare-index .page-title-wrapper .page-title {
    letter-spacing: 0;
    margin-top: 40px;
    font-size: 24px;
    line-height: 40px;
  }
  .catalog-product_compare-index
    .page-title-wrapper
    .page-title
    .product-compare-count {
    margin: 0;
    font-size: 14px;
  }
  .catalog-product_compare-index .page-title-wrapper .banner-opacity {
    max-height: 120px;
    min-height: 120px !important;
  }
  .catalog-product_compare-index .slider-nav {
    top: 55%;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #1e398d;
  }
  .catalog-product_compare-index .slider-nav::before {
    text-align: center;
    width: 40px;
    height: 40px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    font-size: 24px;
    font-family: hirschs-icons;
  }
  .catalog-product_compare-index .slider-left {
    left: 0;
    z-index: 10;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .catalog-product_compare-index .slider-left::before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: "\f12d";
  }
  .catalog-product_compare-index .slider-right {
    right: 0;
    z-index: 10;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .catalog-product_compare-index .slider-right::before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    content: "\f12c";
  }
  .catalog-product_compare-index .data.table.table-comparison {
    width: auto;
    margin-bottom: 0;
  }
  .catalog-product_compare-index .data.table.table-comparison tbody th {
    border-right: solid 16px #f6f6f8;
  }
  .catalog-product_compare-index
    .data.table.table-comparison
    tbody
    td.cell.product.info {
    max-width: 96px;
  }
  .catalog-product_compare-index
    .data.table.table-comparison
    tbody
    td.cell.product.info
    .product-item-photo {
    max-height: 96px;
  }
  .modal-popup.confirm .modal-inner-wrap {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 100%;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: "";
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .mof-horizontal-container {
    position: relative;
    z-index: 100;
  }
  .mof-horizontal-container dt.filter-options -title {
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    padding: 10px 10px 10px 5px;
    margin: 0;
  }
  .mof-horizontal-container dt.filter-options -content {
    top: 100%;
    margin: 0;
    padding: 10px 20px;
  }
  .mof-horizontal-container dt.filter-options -content.active {
    display: block;
  }
  .mof-horizontal-container .filter-content .item {
    margin-bottom: 0;
  }
  .mof-horizontal-container .filter-options {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border-left: 1px solid #ccc;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
  }
  .mof-horizontal-container .filter-options .swatch-attribute-options {
    margin-bottom: -5px;
  }
  .mof-horizontal-container .filter-options-item {
    border: 0;
    flex: 1 0;
  }
  .mof-horizontal-container .filter-options-title {
    white-space: nowrap;
    border: 1px solid #ccc;
    border-width: 1px 1px 1px 0;
  }
  .mof-horizontal-container .filter-options-content {
    position: absolute;
    z-index: 100;
    display: none;
    margin: -1px -1px 0;
    padding: 0 20px 10px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
  }
  .mof-horizontal-container .filter-options-content .item {
    white-space: nowrap;
  }
  .mof-horizontal-container .filter-actions {
    margin: 0 0 5px;
  }
  .mof-horizontal-container .filter .block-subtitle {
    border: none;
  }
  .mof-horizontal-container .block-subtitle {
    display: none;
  }
  .mof-toggle {
    margin-top: 6px;
    position: absolute;
    z-index: 100;
  }
  .mof-toggle__reset-link {
    padding-left: 5px;
  }
  .mof-toggle__button,
  .mof-toggle__button-spacer {
    padding: 5.5px 10px;
  }
  .mof-toggle__button {
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    background: #f0f0f0;
    border-radius: 4px;
  }
  .mof-toggle__button:hover {
    text-decoration: none;
    color: #000;
  }
  .mof-toggle__button:after {
    content: "\e622";
    font-family: icons-blank-theme;
    font-size: 12px;
    margin-left: 10px;
    color: #a2a2a2;
  }
  .mof-toggle__button.open:after {
    content: "\e621";
  }
  .mof-toggle__button.open {
    background: #fff;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .vmof-toolbar-dropdown .toolbar.toolbar-products {
    width: calc(100% - 110px);
    float: right;
    margin-bottom: 0;
  }
  .vmof-toolbar-dropdown .toolbar.toolbar-products ~ .toolbar.toolbar-products {
    width: 100%;
  }
  .vmof-toolbar-dropdown .products.products-list {
    padding-top: 30px;
  }
  .vmof-toolbar-dropdown.vmof-filter-applied .toolbar.toolbar-products {
    width: calc(100% - 175px);
  }
  .mof-dropdown-container {
    display: none;
    position: absolute;
    z-index: 99;
    border: 1px solid #ccc;
    background: #fff;
  }
  .mof-dropdown-container .block.filter {
    background: #fff;
  }
  .mof-dropdown-container.open {
    display: block;
  }
  .mof-dropdown-container .block-title,
  .mof-dropdown-container .block-subtitle,
  .mof-dropdown-container .filter-actions {
    display: none;
  }
  .mof-dropdown-container.mof-vertical-container {
    width: 300px;
  }
  .mof-dropdown-container.mof-vertical-container.open {
    margin-top: -1px;
  }
  .mof-dropdown-container.mof-vertical-container .block.filter {
    margin-bottom: 0;
  }
  .mof-dropdown-container.mof-vertical-container
    .filter-options-content
    .items {
    margin-left: 10px;
  }
  .mof-dropdown-container.mof-vertical-container
    .filter-options-item:last-child {
    border-bottom: none;
  }
  .mof-dropdown-container.mof-horizontal-container {
    position: relative;
    border: none;
  }
  .mof-dropdown-container.mof-horizontal-container.open {
    top: -1px;
  }
  .mof-dropdown-container.mof-horizontal-container .block.filter {
    position: absolute;
  }
  .mof-dropdown-container.mof-horizontal-container .swatch-attribute-options {
    margin-top: 0;
  }
  .mof-dropdown-container.mof-horizontal-container .filter-options {
    border: solid #ccc;
    border-width: 1px 1px 0;
  }
  .mof-dropdown-container.mof-horizontal-container .filter-options-title {
    padding-bottom: 0;
    border: 0;
  }
  .mof-dropdown-container.mof-horizontal-container
    .filter-options-item.active
    .filter-options-title {
    pointer-events: none;
  }
  .mof-dropdown-container.mof-horizontal-container .filter-options-content {
    left: 1px;
    width: 100%;
    border-top: 0;
    padding-top: 10px;
  }
  .mof-dropdown-container.mof-horizontal-container
    .filter-options-content
    .items {
    float: left;
    width: inherit;
  }
  .mof-dropdown-container.mof-horizontal-container
    .filter-options-content
    .item {
    margin: 0;
    padding-right: 15px;
    float: left;
  }
  .mof-toggle__button:before {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #ff5216;
  }
  .vmof-filter-applied .mof-toggle__button:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
  .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: 24px;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: 0 0;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: 0 0;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: 0 0;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: 0 0;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 16px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 16px 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: 24px;
    padding-right: 24px;
    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: 24px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout
    .methods-payment
    .fieldset
    > .field:not(.choice):not(.cvv)
    .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 16px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    margin-bottom: 32px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    width: 100%;
    display: inline-block;
    margin: 8px 0 -8px;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    padding: 0;
    margin-left: 16px;
    width: calc((100% - 16px) / 2);
  }
  .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;
  }
}
@media only screen and (max-width: 360px) {
  .minicart-items .product-item.state__updating .price-container,
  .minicart-items .product-item.state__show-actions .price-container,
  .minicart-items .product-item.state__removing .price-container {
    padding: 0;
    z-index: 0;
  }
  .minicart-items .product-item .confirm-remove .actions .hidden-xs {
    display: none;
  }
  .minicart-proceed-wrapper .actions {
    width: calc(100% / 2);
  }
  .minicart-proceed-wrapper .actions #top-cart-btn-checkout {
    text-align: left !important;
  }
  .minicart-proceed-wrapper .actions #top-cart-btn-checkout::after {
    content: "\f12b";
  }
  .minicart-proceed-wrapper .actions #top-cart-btn-checkout > span {
    font-size: 0;
  }
  .minicart-proceed-wrapper .actions #top-cart-btn-checkout > span::before {
    content: "Continue";
    font-size: 14px;
  }
  .minicart-proceed-wrapper .subtotal > .label,
  .minicart-proceed-wrapper .subtotal > .price-container {
    line-height: 0;
  }
  .opc-progress-bar li._active {
    margin-right: 68px;
  }
  .opc-progress-bar li._active .circle::after {
    width: 60px;
  }
  .catalog-product-view
    .product-info-main
    .box-tocart
    .action.tocart.back-order {
    padding: 14px 16px 16px 0;
  }
}
.icons8-delete:before,
.icons8-checkmark:before,
.icons8-search:before,
.icons8-male-user:before,
.icons8-place-marker:before,
.icons8-shopping-cart:before,
.icons8-christmas-star:before,
.icons8-heart:before,
.icons8-heart-2:before,
.icons8-shopping-cart-2:before,
.icons8-trash:before,
.icons8-trash-2:before,
.icons8-gift:before,
.icons8-enter:before,
.icons8-pencil:before,
.icons8-email-open:before,
.icons8-password:before,
.icons8-open-box:before,
.icons8-info-squared:before,
.icons8-info-squared-2:before,
.icons8-address-book:before,
.icons8-group-message:before,
.icons8-view-module:before,
.icons8-view-module-2:before,
.icons8-facebook:before,
.icons8-twitter:before,
.icons8-linkedin:before,
.icons8-instagram:before,
.icons8-bar-chart:before,
.icons8-last-24-hours:before,
.icons8-department-shop:before,
.icons8-organization:before,
.icons8-list:before,
.icons8-descending-sorting:before,
.icons8-ascending-sorting:before,
.icons8-plus-math:before,
.icons8-subtract:before,
.icons8-menu:before,
.icons8-loading:before,
.icons8-add-list:before,
.icons8-box:before,
.icons8-left:before,
.icons8-right:before,
.icons8-expand-arrow:before,
.icons8-collapse-arrow:before,
.icons8-back:before,
.icons8-forward:before,
.icons8-unchecked-checkbox:before,
.icons8-indeterminate-checkbox:before,
.icons8-checked-checkbox:before,
.icons8-select:before,
.icons8-circle:before,
.icons8-invert-colors:before,
.icons8-enlarge:before,
.icons8-location-off:before,
.icons8-call:before,
.icons8-itinerary:before,
.icons8-businessman:before,
.icons8-share-message:before,
.icons8-tags:before,
.icons8-video:before,
.icons8-in-transit:before,
.icons8-click---collect:before,
.icons8-navigation:before,
.icons8-discount:before,
.icons8-customer-support:before,
.icons8-maintenance:before,
.icons8-more:before,
[data-icons8]:before {
  display: inline-block;
  font-family: hirschs-icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
[data-icons8]:before {
  content: attr(data-icons8);
}
.icons8-delete:before {
  content: "\f100";
}
.icons8-checkmark:before {
  content: "\f101";
}
.icons8-search:before {
  content: "\f102";
}
.icons8-male-user:before {
  content: "\f103";
}
.icons8-place-marker:before {
  content: "\f104";
}
.icons8-shopping-cart:before {
  content: "\f105";
}
.icons8-christmas-star:before {
  content: "\f106";
}
.icons8-heart:before {
  content: "\f107";
}
.icons8-heart-2:before {
  content: "\f108";
}
.icons8-shopping-cart-2:before {
  content: "\f109";
}
.icons8-trash:before {
  content: "\f10a";
}
.icons8-trash-2:before {
  content: "\f10b";
}
.icons8-gift:before {
  content: "\f10c";
}
.icons8-enter:before {
  content: "\f10d";
}
.icons8-pencil:before {
  content: "\f10e";
}
.icons8-email-open:before {
  content: "\f10f";
}
.icons8-password:before {
  content: "\f110";
}
.icons8-open-box:before {
  content: "\f111";
}
.icons8-info-squared:before {
  content: "\f112";
}
.icons8-info-squared-2:before {
  content: "\f113";
}
.icons8-address-book:before {
  content: "\f114";
}
.icons8-group-message:before {
  content: "\f115";
}
.icons8-view-module:before {
  content: "\f116";
}
.icons8-view-module-2:before {
  content: "\f117";
}
.icons8-facebook:before {
  content: "\f119";
}
.icons8-twitter:before {
  content: "\f11a";
}
.icons8-linkedin:before {
  content: "\f11b";
}
.icons8-instagram:before {
  content: "\f11c";
}
.icons8-bar-chart:before {
  content: "\f11d";
}
.icons8-last-24-hours:before {
  content: "\f11e";
}
.icons8-department-shop:before {
  content: "\f11f";
}
.icons8-organization:before {
  content: "\f120";
}
.icons8-list:before {
  content: "\f121";
}
.icons8-descending-sorting:before {
  content: "\f122";
}
.icons8-ascending-sorting:before {
  content: "\f123";
}
.icons8-plus-math:before {
  content: "\f124";
}
.icons8-subtract:before {
  content: "\f125";
}
.icons8-menu:before {
  content: "\f126";
}
.icons8-loading:before {
  content: "\f127";
}
.icons8-add-list:before {
  content: "\f128";
}
.icons8-box:before {
  content: "\f129";
}
.icons8-left:before {
  content: "\f12a";
}
.icons8-right:before {
  content: "\f12b";
}
.icons8-expand-arrow:before {
  content: "\f12c";
}
.icons8-collapse-arrow:before {
  content: "\f12d";
}
.icons8-back:before {
  content: "\f12e";
}
.icons8-forward:before {
  content: "\f12f";
}
.icons8-unchecked-checkbox:before {
  content: "\f130";
}
.icons8-indeterminate-checkbox:before {
  content: "\f131";
}
.icons8-checked-checkbox:before {
  content: "\f132";
}
.icons8-select:before {
  content: "\f133";
}
.icons8-circle:before {
  content: "\f134";
}
.icons8-invert-colors:before {
  content: "\f135";
}
.icons8-enlarge:before {
  content: "\f136";
}
.icons8-location-off:before {
  content: "\f137";
}
.icons8-call:before {
  content: "\f138";
}
.icons8-itinerary:before {
  content: "\f139";
}
.icons8-businessman:before {
  content: "\f13a";
}
.icons8-share-message:before {
  content: "\f13b";
}
.icons8-tags:before {
  content: "\f13c";
}
.icons8-video:before {
  content: "\f13d";
}
.icons8-in-transit:before {
  content: "\f13e";
}
.icons8-click---collect:before {
  content: "\f13f";
}
.icons8-navigation:before {
  content: "\f140";
}
.icons8-discount:before {
  content: "\f141";
}
.icons8-customer-support:before {
  content: "\f142";
}
.icons8-maintenance:before {
  content: "\f143";
}
.icons8-more:before {
  content: "\f144";
}
button.action,
.cart.table-wrapper .actions-toolbar > .action.action,
.action-gift.action {
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  height: 40px;
  transition: box-shadow 0.3s ease-in-out;
}
button.action:hover,
.cart.table-wrapper .actions-toolbar > .action.action:hover,
.action-gift.action:hover {
  box-shadow: none;
}
button.action:active,
.cart.table-wrapper .actions-toolbar > .action.action:active,
.action-gift.action:active {
  box-shadow: none;
}
button.action:disabled,
button.action[disabled],
.cart.table-wrapper .actions-toolbar > .action.action:disabled,
.cart.table-wrapper .actions-toolbar > .action.action[disabled],
.action-gift.action:disabled,
.action-gift.action[disabled] {
  cursor: not-allowed;
  box-shadow: none;
  color: #fff;
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
}
.secondary button,
.secondary .cart.table-wrapper .actions-toolbar > .action,
.secondary .action-gift {
  background: #d22a30;
  color: #fff;
  border: 1px solid #d22a30;
}
.secondary button:disabled,
.secondary button[disabled],
.secondary .cart.table-wrapper .actions-toolbar > .action:disabled,
.secondary .cart.table-wrapper .actions-toolbar > .action[disabled],
.secondary .action-gift:disabled,
.secondary .action-gift[disabled] {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
}
a {
  color: #1e398d;
  font-size: 14px;
  line-height: 24px;
}
a:hover {
  color: #1e398d;
}
.form .fieldset .legend {
  margin-left: 0;
}
.pages {
  text-align: center;
}
.pages .page,
.pages .action {
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}
.pages .item a {
  font-size: 14px;
  line-height: 24px;
}
.pages .item.current {
  margin-right: 84px;
  position: relative;
}
.pages .item.current::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  background: #1e398d;
  top: 50%;
  left: calc(100% + 4px);
}
.pages .action.next::before,
.pages .action.previous::before {
  font-family: hirschs-icons;
}
.pages .action.next:hover::before,
.pages .action.previous:hover::before {
  color: #1e398d;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rsa-id-wrapper {
  position: relative;
}
.rsa-id-wrapper label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.rsa-id-wrapper label::before {
  content: "";
  font-family: hirschs-icons;
  position: absolute;
  right: 16px;
  top: 40px;
  font-size: 18px;
}
.rsa-id-wrapper label.loading::before {
  content: "\f127";
  color: #1e398d;
  -webkit-animation: spin 3s infinite linear;
  -moz-animation: spin 3s infinite linear;
  animation: spin 3s infinite linear;
}
.rsa-id-wrapper label.mage-error::before {
  content: "\f100";
  color: #f44336;
}
.rsa-id-wrapper label.valid::before {
  content: "\f101";
  color: #4caf50;
}
.rsa-id-wrapper .note {
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-top: 4px;
}
.rsa-id-wrapper div.mage-error {
  color: #f44336;
}
.rsa-id-wrapper div.mage-error::before {
  display: none;
}
.catalog-product-view .vaimo-component-badge {
  padding: 4px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 4px;
}
.catalog-product-view .vaimo-component-badge__wrapper--top-left {
  top: 8px;
  left: 8px;
}
.catalog-product-view .vaimo-component-badge__wrapper--top-right {
  top: 8px;
  right: 8px;
}
.catalog-product-view .vaimo-component-badge__wrapper--bottom-left {
  bottom: 16px;
  left: 8px;
}
.catalog-product-view .vaimo-component-badge__wrapper--bottom-right {
  bottom: 16px;
  right: 8px;
}
.catalog-product-view .breadcrumbs {
  margin: 8px 0;
  min-height: 24px;
}
.catalog-product-view .page-title-wrapper.product {
  background: 0 0;
  margin: 8px 0;
  padding: 0;
}
.catalog-product-view .page-title-wrapper.product .page-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
.catalog-product-view .product-reviews-summary {
  margin: 0 0 8px;
}
.catalog-product-view .product-reviews-summary .rating-summary {
  left: -2px;
}
.catalog-product-view
  .product-reviews-summary
  .rating-summary
  .rating-result::before {
  color: #e2e2e2;
}
.catalog-product-view
  .product-reviews-summary
  .rating-summary
  .rating-result
  > span::before {
  color: #ffc107;
}
.catalog-product-view
  #product-review-container
  .block.review-list
  .block-title
  strong {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}
.catalog-product-view
  #product-review-container
  .block.review-list
  .block-content
  .review-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.catalog-product-view .attribute .type {
  display: inline-block;
  font-weight: 600;
}
.catalog-product-view .attribute .value {
  display: inline-block;
  margin-left: 6px;
}
.catalog-product-view .attribute.overview {
  margin: 8px 0 0;
  color: #777;
  max-height: 25px;
  overflow: hidden;
}
.catalog-product-view .attribute.overview img {
  display: none;
}
.catalog-product-view .attribute.overview .value {
  margin: 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-product-view .attribute.overview p {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-product-view .special-message-wrapper {
  font-size: 12px;
  line-height: 16px;
  color: #d22a30;
  margin-top: 8px;
  font-weight: 700;
}
.catalog-product-view .special-message-wrapper span {
  display: block;
  padding-left: 24px;
  position: relative;
}
.catalog-product-view .special-message-wrapper span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(../images/icons8-tags.svg);
  background-size: 100%;
}
.catalog-product-view .product-info-price {
  margin: 16px -16px;
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.catalog-product-view .product-info-price .price-box {
  margin: 0;
  height: 40px;
}
.catalog-product-view .product-info-price .special-price {
  margin: 0;
  display: inline-block;
  float: left;
}
.catalog-product-view .product-info-price .special-price .price-container {
  line-height: inherit;
}
.catalog-product-view
  .product-info-price
  .special-price
  .price-container
  .price {
  color: #d22a30;
}
.catalog-product-view .product-info-price .special-price .price-label::after {
  display: none;
}
.catalog-product-view .product-info-price .price-final_price .price {
  font-size: 28px;
  line-height: 40px;
  color: #1e398d;
  font-weight: 600;
  vertical-align: top;
}
.catalog-product-view .product-info-price .price-final_price .old-price {
  display: inline-block;
  margin-left: 8px;
  text-decoration: none;
}
.catalog-product-view
  .product-info-price
  .price-final_price
  .old-price
  .price-label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
.catalog-product-view
  .product-info-price
  .price-final_price
  .old-price
  .price-label::after {
  display: none;
}
.catalog-product-view .product-info-price .price-final_price .old-price .price {
  font-size: 20px;
  line-height: 16px;
  color: #777;
  position: relative;
  font-weight: 400;
}
.catalog-product-view
  .product-info-price
  .price-final_price
  .old-price
  .price::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #777;
}
.catalog-product-view .product-info-stock-sku {
  line-height: 56px;
}
.catalog-product-view .product-info-stock-sku span {
  text-transform: inherit;
  font-weight: 600;
}
.catalog-product-view .product-info-stock-sku .available .stock-status {
  margin-left: 8px;
  color: #4caf50;
}
.catalog-product-view .product-info-stock-sku .unavailable .stock-status {
  margin-left: 8px;
  color: #f44336;
}
.catalog-product-view .custom-price-wrapper {
  margin: 8px 24px 0 0;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}
.catalog-product-view .custom-price-wrapper.ucount-rewards-wrapper {
  margin-right: 0;
}
.catalog-product-view .custom-price-wrapper.discovery-miles-wrapper {
  float: left;
}
.catalog-product-view .custom-price-wrapper .title {
  display: block;
}
.catalog-product-view .custom-price-wrapper .value {
  color: #1e398d;
}
.catalog-product-view .product-mobicred a {
  color: #1e398d;
  font-weight: 400;
}
.catalog-product-view .product-mobicred a span {
  color: #1e398d;
}
.catalog-product-view .product-mobicred a::after {
  position: absolute;
  content: "\e623";
  color: #1e398d;
  font-size: 18px;
  margin-left: 2px;
  font-family: icons-blank-theme;
}
.mobicred-popup .modal-footer {
  display: block;
  padding: 0 16px;
}
.mobicred-popup h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.mobicred-popup h3 strong {
  font-weight: 400;
}
.mobicred-popup h3,
.mobicred-popup p {
  margin-bottom: 12px;
}
.mobicred-popup .mobicred-apply {
  padding: 0;
  width: 100%;
  border: none;
}
.mobicred-popup .mobicred-apply:hover span {
  box-shadow: none;
}
.mobicred-popup .mobicred-apply span {
  display: block;
  cursor: pointer;
  text-align: center;
  background: #1e398d;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 8px;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  font-weight: 600;
  box-sizing: border-box;
}
.mobicred-popup .mobicred-apply::after {
  content: "*Annual interest subject to change";
  margin-left: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #777;
  display: block;
  margin-bottom: 16px;
}
.product-info-warranty {
  padding-top: 20px;
}
.product-info-warranty .label-wrapper {
  position: relative;
}
.product-info-warranty
  .label-wrapper
  input[type="checkbox"]
  + .label.warranty-checkbox,
.product-info-warranty
  .label-wrapper
  input[type="checkbox"]
  + .label.toc-checkbox {
  margin: 0;
  line-height: 24px;
}
.product-info-warranty
  .label-wrapper
  input[type="checkbox"]
  + .label.warranty-checkbox::before,
.product-info-warranty
  .label-wrapper
  input[type="checkbox"]
  + .label.toc-checkbox::before {
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.product-info-warranty
  .label-wrapper
  input[type="checkbox"]
  + .label.warranty-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-info-warranty .label-wrapper input[type="checkbox"] + .label span {
  color: #1e398d;
  line-height: 24px;
  font-weight: 600;
}
.product-info-warranty .label-wrapper span.toc-checkbox {
  color: #1e398d;
  text-decoration: none;
  line-height: 24px;
  margin-left: -3px;
  font-weight: 600;
}
.product-info-warranty .label-wrapper .toc-container,
.product-info-warranty .label-wrapper .mandatory-container {
  clear: both;
  display: block;
  font-size: 12px;
  padding-left: 32px;
  line-height: 24px;
}
.product-info-warranty .label-wrapper .toc-container .asterisk,
.product-info-warranty .label-wrapper .mandatory-container .asterisk {
  color: #1e398d;
  font-size: 12px;
  font-weight: 700;
}
.product-info-warranty .popupTrigger::before {
  top: 0;
  cursor: pointer;
  position: absolute;
  content: "\e623";
  color: #1e398d;
  font-size: 18px;
  right: -18px;
  font-family: icons-blank-theme;
}
.error-icon::before {
  content: "\e602";
  font-family: hirschs-icons;
  font-size: 48px;
  margin-right: 8px;
}
.product-details-warranty-container {
  display: none;
}
.product-details-warranty-container h1 {
  font-weight: 400;
  margin-bottom: 12px;
}
.product-details-warranty-container .toc-popup-link {
  display: inline-block;
  margin-top: 16px;
  text-decoration: underline;
}
.product-details-warranty-container .toc-popup-link span {
  color: #1e398d;
}
#terms-conditions-popup {
  display: none;
}
.modal-popup.maintenance-plan .product-details-warranty-container {
  display: block;
}
.modal-popup.maintenance-plan
  .product-details-warranty-container
  .warranty-period,
.modal-popup.maintenance-plan
  .product-details-warranty-container
  .warranty-percentage {
  width: 100%;
  display: inline-block;
}
.modal-popup.maintenance-plan
  .product-details-warranty-container
  .warranty-period
  span,
.modal-popup.maintenance-plan
  .product-details-warranty-container
  .warranty-percentage
  span {
  color: #1e398d;
  font-weight: 600;
}
.modal-popup.maintenance-plan-terms .modal-inner-wrap {
  width: 832px;
  max-width: 832px;
}
.modal-popup.maintenance-plan-terms #terms-conditions-popup {
  display: block;
}
.product-info-main .box-tocart {
  position: relative;
}
.product-info-main .box-tocart .fieldset {
  margin: 0;
}
.product-info-main .box-tocart .action.tocart {
  height: 56px;
  background-color: #18a828;
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
  text-align: right;
  padding: 14px 48px 16px 0;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 24px;
  border: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}
.product-info-main .box-tocart .action.tocart[disabled],
.product-info-main .box-tocart .action.tocart[disabled="disabled"] {
  border-color: #e0e0e0;
  background: #e0e0e0;
  color: #fff;
}
.product-info-main .box-tocart .action.tocart.back-order {
  color: #1e398d;
  border: 1px solid #1e398d;
  background: #fff;
  font-weight: 700;
  padding: 14px 36px 16px 0;
}
.product-info-main .box-tocart .action.tocart.back-order[disabled],
.product-info-main .box-tocart .action.tocart.back-order[disabled="disabled"] {
  border-color: #e0e0e0;
  background: #e0e0e0;
  color: #fff;
}
.product-info-main .box-tocart .action.tocart:hover {
  box-shadow: none;
}
.product-info-main .box-tocart .field.qty {
  position: absolute;
  top: 8px;
  left: 8px;
  margin: 0;
  padding: 0;
}
.product-info-main .box-tocart .field.qty input {
  height: 40px;
  width: 112px;
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
  text-align: center;
}
.product-info-main .box-tocart .field.qty span {
  position: absolute;
  height: 28px;
  width: 28px;
  display: block;
  background: #fff;
  top: 6px;
  border-radius: 4px;
  cursor: pointer;
}
.product-info-main .box-tocart .field.qty span::before {
  font-family: hirschs-icons;
  color: #18a828;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.product-info-main .box-tocart .field.qty span.decrease-qty {
  left: 6px;
}
.product-info-main .box-tocart .field.qty span.decrease-qty::before {
  content: "\f125";
}
.product-info-main .box-tocart .field.qty span.increase-qty {
  right: 6px;
}
.product-info-main .box-tocart .field.qty span.increase-qty::before {
  content: "\f124";
}
.product-info-main .box-tocart .field.qty.back-order input {
  border: 1px solid #e0e0e0;
  color: #1e398d;
}
.product-info-main .box-tocart .field.qty.back-order span {
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.product-info-main .box-tocart .field.qty.back-order span::before {
  color: #8291be;
}
.product-info-main .box-tocart .field.qty.back-order span:hover {
  box-shadow: none;
}
.product-info-main .box-tocart .field.qty.back-order span:hover::before {
  color: #1e398d;
}
.product-info-main .box-tocart .field.qty.false span {
  pointer-events: none;
}
.product-info-main .box-tocart .field.qty.false span::before {
  color: #e0e0e0;
}
.product-info-main .box-tocart .field.qty.false input {
  border-color: #fff;
  cursor: not-allowed;
  color: #fff;
}
.product-info-main .notify-when-in-stock {
  margin: 16px 0 8px;
  text-align: center;
  position: relative;
}
.product-info-main .notify-when-in-stock a {
  color: #fff;
  font-weight: 700;
  height: 56px;
  background-color: #1e398d;
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
  padding: 16px 16px 16px 24px;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 24px;
  border: 0;
  width: 100%;
  border-radius: 4px;
  display: block;
  transition: box-shadow 0.3s ease-in-out;
}
.product-info-main .notify-when-in-stock a::before {
  font-family: hirschs-icons;
  content: "\f10f";
  position: absolute;
  left: 12px;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}
.product-info-main .notify-when-in-stock:hover a {
  box-shadow: none;
  text-decoration: none;
}
.product-info-main .product-addto-links {
  position: relative;
  height: 56px;
  display: inline-block;
  margin: 0 0 16px;
  width: calc(50% - 4px);
}
.product-info-main .product-addto-links a span {
  display: none;
}
.product-info-main .product-addto-links a::before {
  content: "\f10c";
  font-size: 22px;
  font-family: hirschs-icons;
  color: #a5b0d0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}
.product-info-main .product-addto-links a.towishlist {
  height: 100%;
  width: 100%;
  display: block;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.product-info-main .product-addto-links a.towishlist:hover {
  box-shadow: none;
  border: 1px solid #1e398d;
}
.product-info-main .product-addto-links a.towishlist:hover::before {
  color: #1e398d;
}
.product-info-main .product-addto-links a.towishlist::before {
  content: "\f107";
  font-weight: 400;
}
.product-info-main .product-addto-links .wishlist.split {
  width: 100%;
}
.product-info-main .product-addto-links .wishlist.split .split {
  display: none;
}
.product-info-main .product-addto-links .wishlist.split .action.change {
  width: 100%;
  display: block;
  height: 56px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.product-info-main .product-addto-links .wishlist.split .action.change:hover {
  box-shadow: none;
  border: 1px solid #1e398d;
}
.product-info-main
  .product-addto-links
  .wishlist.split
  .action.change:hover::before {
  color: #1e398d;
}
.product-info-main .product-addto-links .wishlist.split .action.change::before {
  content: "\f107";
  font-size: 22px;
  font-family: hirschs-icons;
  color: #a5b0d0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.product-info-main .product-addto-links .wishlist.split .action.change::after {
  display: none;
}
.product-info-main .delivery-info-wrapper {
  margin-bottom: 16px;
}
.product-info-main .box-toregistry {
  vertical-align: top;
  height: 56px;
  display: inline-block;
  margin: 0 0 0 8px;
  width: calc(50% - 8px);
}
.product-info-main .box-toregistry .fieldset {
  margin: 0;
  width: 100%;
  height: 56px;
  display: inline-block;
}
.product-info-main .box-toregistry .action.toregistry {
  width: 100%;
  display: block;
  position: relative;
  height: 56px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}
.product-info-main .box-toregistry .action.toregistry:hover {
  box-shadow: none;
  border: 1px solid #1e398d;
}
.product-info-main .box-toregistry .action.toregistry:hover::before {
  color: #1e398d;
}
.product-info-main .box-toregistry .action.toregistry::before {
  content: "\f10c";
  font-size: 22px;
  font-family: hirschs-icons;
  color: #a5b0d0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.product-info-main .box-toregistry .action.toregistry span {
  display: none;
}
.product-info-main .box-toregistry .action.toregistry::after {
  display: none;
}
.delivery-info {
  color: #777;
  display: block;
  font-weight: 600;
}
.delivery-info::before {
  font-family: hirschs-icons;
  content: "\f13e";
  font-size: 16px;
  margin-right: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.collection-time::before {
  content: "\f13f";
}
.catalog-product-view .detailed .product.items > .data {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  border: none;
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
  box-sizing: border-box;
}
.catalog-product-view .detailed .product.items > .data.title {
  height: 56px;
  margin-bottom: 16px;
  cursor: pointer;
}
.catalog-product-view .detailed .product.items > .data.title.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  position: relative;
}
.catalog-product-view .detailed .product.items > .data.title.active::after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.catalog-product-view .detailed .product.items > .data.title.active .switch {
  padding: 0;
}
.catalog-product-view
  .detailed
  .product.items
  > .data.title.active
  .switch::after {
  content: "\f12d";
}
.catalog-product-view
  .detailed
  .product.items
  > .data.title:hover
  .switch::after {
  color: #1e398d;
}
.catalog-product-view .detailed .product.items > .data .switch {
  border: none;
  background: #fff;
  padding: 0;
  font-weight: 400;
  color: #3c3939;
  font-size: 18px;
  line-height: 24px;
  height: auto;
  position: relative;
}
.catalog-product-view .detailed .product.items > .data .switch::after {
  content: "\f12c";
  font-family: hirschs-icons;
  position: absolute;
  right: -6px;
  color: #8291be;
  font-size: 26px;
}
.catalog-product-view .detailed .product.items > .data .switch:visited,
.catalog-product-view .detailed .product.items > .data .switch:hover {
  color: #3c3939;
}
.catalog-product-view .detailed .product.items > .data.item.content {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 20px;
  padding-top: 4px;
  display: none;
}
.catalog-product-view .detailed .product.items > .data.item.content .value {
  margin: 0;
}
.catalog-product-view .detailed .product.items > .data.item.content .value p {
  text-align: left;
  padding-bottom: 0;
}
.catalog-product-view .detailed .product.items > .data.item.content .value ul {
  margin: 0 0 16px 22px;
  padding-left: 0;
  list-style: none;
}
.catalog-product-view .detailed .product.items > .data.item.content .value li {
  margin-bottom: 8px;
  position: relative;
}
.catalog-product-view
  .detailed
  .product.items
  > .data.item.content
  .value
  li::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background: #1e398d;
  position: absolute;
  border-radius: 6px;
  left: -22px;
  top: 9px;
}
.catalog-product-view
  .detailed
  .product.items
  > .data.item.content
  .table-wrapper {
  margin-bottom: 0;
}
.catalog-product-view .block.related .block-title strong {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
}
.catalog-product-view .block.related .block-actions {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}
.catalog-product-view .block.related .block-actions button,
.catalog-product-view
  .block.related
  .block-actions
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.catalog-product-view .block.related .block-actions .action-gift {
  display: inline-block;
  box-shadow: none;
  background: 0 0;
  border: none;
  font-size: 14px;
  line-height: 24px;
  color: #1e398d;
  font-weight: 400;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  height: auto;
  transition: color 0.3s ease-in-out;
}
.catalog-product-view .block.related .block-actions button:hover,
.catalog-product-view
  .block.related
  .block-actions
  .cart.table-wrapper
  .actions-toolbar
  > .action:hover,
.catalog-product-view .block.related .block-actions .action-gift:hover {
  color: #8291be;
}
.catalog-product-view .block.related .products {
  margin: 16px 0 0;
}
.catalog-product-view .block.related .product-items {
  margin-top: 0;
}
.catalog-product-view .block.related .product-items .product-item {
  width: 100%;
  margin: 0;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item:last-of-type
  .product-item-info {
  margin-bottom: 0;
}
.catalog-product-view .block.related .product-items .product-item-info {
  display: block;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  position: relative;
  width: calc(100% - 56px - 56px);
  margin: 0 auto 16px;
  border-radius: 4px;
  padding: 8px;
}
.catalog-product-view .block.related .product-items .product-item-photo {
  height: 64px;
  width: 64px;
  display: inline-block;
  vertical-align: top;
}
.catalog-product-view .block.related .product-items .product-item-details {
  display: inline-block;
  margin: 0;
  width: calc(100% - 64px - 24px);
}
.catalog-product-view .block.related .product-items .product-item-name {
  margin: 0;
}
.catalog-product-view .block.related .product-items .product-item-name a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  min-height: 48px;
}
.catalog-product-view .block.related .product-items .price-box {
  margin: 0;
}
.catalog-product-view .block.related .product-items .price-box .price-label {
  display: none;
}
.catalog-product-view .block.related .product-items .price-box .special-price {
  display: inline-block;
}
.catalog-product-view
  .block.related
  .product-items
  .price-box
  span[data-price-type="finalPrice"] {
  color: #1e398d;
}
.catalog-product-view .block.related .product-items .price-box .old-price {
  display: inline-block;
  margin-left: 8px;
}
.catalog-product-view
  .block.related
  .product-items
  .price-box
  .old-price
  .price {
  font-size: 12px;
  line-height: 24px;
  color: #777;
}
.catalog-product-view .block.related .product-items .field.choice {
  position: absolute;
  height: 100%;
  display: block;
  width: 40px;
  right: -48px;
  top: 0;
  margin-top: 0;
}
.catalog-product-view .block.related .product-items .field.choice .label {
  opacity: 1;
  z-index: inherit;
  height: 100%;
  width: 100%;
  margin: 0;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  transition: box-shadow 0.3s ease-in-out;
}
.catalog-product-view
  .block.related
  .product-items
  .field.choice
  .label::before {
  margin: 0;
  color: #a5b0d0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.catalog-product-view .block.related .product-items .field.choice .label:hover {
  box-shadow: none;
}
.catalog-product-view
  .block.related
  .product-items
  .field.choice
  .label:hover::before {
  color: #1e398d;
}
.catalog-product-view .block.related .product-items .field.choice .label span {
  display: none;
}
.catalog-product-view
  .block.related
  .product-items
  .field.choice
  input[type="checkbox"]:checked
  + label::before {
  color: #b1b0b0;
}
.catalog-product-view .block.related .product-items .product-item-actions {
  position: absolute;
  height: 100%;
  display: block;
  width: 40px;
  left: -48px;
  top: 0;
  margin: 0;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .actions-secondary {
  width: 100%;
  height: 100%;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .actions-secondary
  a {
  transition: box-shadow 0.3s ease-in-out;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .actions-secondary
  a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: hirschs-icons;
  font-size: 16px;
  color: #a5b0d0;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .actions-secondary
  a:hover {
  box-shadow: none;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .actions-secondary
  a:hover::before {
  color: #1e398d;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .towishlist {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  height: calc(50% - 4px);
  margin-bottom: 8px;
  position: relative;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .towishlist:hover {
  box-shadow: none;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .towishlist:hover::before {
  color: #1e398d;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .towishlist::before {
  content: "\f107";
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .split.button.wishlist {
  width: 100%;
  height: calc(50% - 4px);
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .split.button.wishlist
  .split {
  display: none;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .split.button.wishlist
  .change {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  margin-bottom: 8px;
  position: relative;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .split.button.wishlist
  .change::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: hirschs-icons;
  font-size: 16px;
  color: #a5b0d0;
  content: "\f107";
  height: auto;
  margin: 0;
  float: none;
  border: none;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .split.button.wishlist
  .change:hover {
  box-shadow: none;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .split.button.wishlist
  .change:hover::before {
  color: #1e398d;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .split.button.wishlist
  .change::after {
  display: none;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .tocompare {
  position: absolute;
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  height: calc(50% - 4px);
  bottom: 0;
}
.catalog-product-view
  .block.related
  .product-items
  .product-item-actions
  .tocompare::before {
  content: "\f11d";
}
.total-wrapper {
  padding: 8px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 8px;
  box-sizing: border-box;
  position: relative;
}
.total-wrapper .button-add-all {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 48px;
  width: 162px;
  background: #1e398d;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.total-wrapper .button-add-all:hover {
  box-shadow: none;
}
.total-header {
  font-weight: 600;
  display: block;
}
.total-number {
  font-size: 24px;
  line-height: 40px;
  color: #1e398d;
}
.notification-message {
  margin-top: 16px;
  display: none;
}
.catalog-product-view .delivery-restriction-wrapper {
  background: #f6f6f8;
  border-radius: 4px;
  margin-bottom: 8px;
  position: relative;
}
.catalog-product-view .delivery-restriction-wrapper label {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #1e398d;
  padding: 12px 12px 12px 44px;
  width: 100%;
  box-sizing: border-box;
}
.catalog-product-view .delivery-restriction-wrapper label::before {
  position: absolute;
  left: 8px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #a5b0d0;
}
.catalog-product-view
  .delivery-restriction-wrapper
  input[type="checkbox"]:checked
  + label {
  line-height: 16px;
  font-weight: 400;
  color: #1e398d;
}
.catalog-product-view .product-options-wrapper .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-label {
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 600;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-label::after {
  content: ":";
}
.catalog-product-view
  .product-options-wrapper
  .swatch-attribute-selected-option {
  color: #777;
  display: inline-block;
  padding-left: 8px;
  font-weight: 400;
}
.catalog-product-view
  .product-options-wrapper
  .swatch-attribute.size
  .swatch-attribute-selected-option {
  display: none;
}
.catalog-product-view
  .product-options-wrapper
  .swatch-attribute.size
  .swatch-attribute-options
  .swatch-option {
  width: 56px;
  height: 40px;
  box-sizing: border-box;
  padding: 8px 14px;
  margin: 0 8px 8px 0;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  line-height: 24px;
  color: #777;
  font-weight: 600;
  transition: box-shadow 0.3s ease-in-out;
}
.catalog-product-view
  .product-options-wrapper
  .swatch-attribute.size
  .swatch-attribute-options
  .swatch-option:hover,
.catalog-product-view
  .product-options-wrapper
  .swatch-attribute.size
  .swatch-attribute-options
  .swatch-option[aria-checked="true"] {
  border: 1px solid #1e398d;
  box-shadow: none;
  color: #1e398d;
  outline: none;
}
@keyframes load {
  from {
    left: -150px;
  }
  to {
    left: 100%;
  }
}
.catalog-product-view
  .product-options-wrapper
  .swatch-opt:not([data-rendered="true"]) {
  height: 64px;
  background: #f6f6f8;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.catalog-product-view
  .product-options-wrapper
  .swatch-opt:not([data-rendered="true"])::before {
  content: "";
  display: block;
  position: absolute;
  left: -150px;
  top: 0;
  height: 100%;
  width: 150px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #e2e2e2 50%,
    transparent 100%
  );
  animation: load 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.catalog-product-view .product-options-wrapper .swatch-opt .swatch-option.color,
.catalog-product-view
  .product-options-wrapper
  .swatch-opt
  .swatch-option.image {
  width: 20px !important;
  height: 20px !important;
  border-radius: 20px;
  border: 2px solid #e0e0e0;
  box-sizing: border-box;
  outline: none;
  margin: 10px;
  min-width: inherit;
  box-shadow: none;
  transition: box-shadow 0.3s ease-in-out;
}
.catalog-product-view
  .product-options-wrapper
  .swatch-opt
  .swatch-option.color:first-of-type,
.catalog-product-view
  .product-options-wrapper
  .swatch-opt
  .swatch-option.image:first-of-type {
  margin-left: 0;
}
.catalog-product-view
  .product-options-wrapper
  .swatch-opt
  .swatch-option.color[aria-checked="true"],
.catalog-product-view
  .product-options-wrapper
  .swatch-opt
  .swatch-option.image[aria-checked="true"] {
  width: 40px !important;
  height: 40px !important;
  border: 10px solid #fff;
  box-shadow: 0 4px 5px 0 rgba(60, 57, 57, 0.14),
    0 1px 10px 0 rgba(60, 57, 57, 0.12), 0 2px 4px -1px rgba(60, 57, 57, 0.2);
  margin: 0;
}
.catalog-product-view
  .product-options-wrapper
  .swatch-opt
  .swatch-attribute-options {
  margin: 0;
}
.blue-tag {
  float: left;
  background-image: url(..//images/other-images/blue-tag.jpg);
  background-position: center;
  background-size: 100%;
  width: 40px;
  height: 22px;
  display: block;
  margin: 8px 4px 8px -8px;
}
.checkout-onepage-success .page-main {
  padding: 0;
}
.checkout-onepage-success .page-main .info-container {
  padding: 6px;
}
.checkout-onepage-success .page-main .info-container .left-block {
  float: left;
}
.checkout-onepage-success
  .page-main
  .info-container
  .left-block
  .checkout-success-img {
  height: 240px;
}
.checkout-onepage-success
  .page-main
  .info-container
  .left-block
  .checkout-success-img
  img.left {
  float: left;
  width: calc(45% - 8px);
  padding-right: 8px;
  height: 100%;
}
.checkout-onepage-success
  .page-main
  .info-container
  .left-block
  .checkout-success-img
  img.right {
  float: right;
  width: 55%;
  padding-bottom: 8px;
  height: calc(50% - 4px);
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .checkout-success-title {
  padding: 0 10px;
  margin-bottom: 0;
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .checkout-success-title
  h1 {
  color: #1e398d;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  letter-spacing: 0;
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .registration {
  padding: 0 10px;
  margin: -24px 0 32px;
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .registration
  p {
  letter-spacing: 0;
  font-size: 16px;
  color: #3c3939;
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .registration
  a.action.primary {
  width: 100%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .registration
  a.action.primary:hover {
  box-shadow: none;
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .checkout-success {
  padding: 0 10px;
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .checkout-success
  p {
  font-size: 16px;
  letter-spacing: 0;
  color: #3c3939;
  margin-bottom: 8px;
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .checkout-success
  p
  span {
  color: #d22a30;
  font-weight: 700;
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .checkout-success
  p
  strong {
  color: #d22a30;
  font-weight: 700;
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .checkout-success
  .action.primary.continue {
  background-color: #fff;
  color: #1e398d;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  height: 48px;
  line-height: 48px;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  text-align: center;
  margin-top: 16px;
  padding: 0;
  border: none;
  transition: box-shadow 0.3s ease-in-out;
}
.checkout-onepage-success
  .page-main
  .info-container
  .right-block
  .checkout-success
  .action.primary.continue:hover {
  box-shadow: none;
}
.checkout-index-index footer.page-footer .footer-copyright {
  padding: 0;
  height: 32px;
  line-height: 32px;
}
.checkout-index-index footer.page-footer .footer-copyright .footer-logo {
  display: none;
}
.checkout-index-index footer.page-footer .footer-copyright ul {
  display: none;
}
.customer-account-create .footer.content {
  margin-top: 0;
}
.customer-account-create .page-main {
  background-image: url(../images/other-images/create_acc_bg_mobile.jpg);
  background-size: cover;
}
.customer-account-create .page-main .page-title-wrapper {
  display: none;
}
.customer-account-create .page-main .main {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  margin: 16px 0;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.4);
}
.customer-account-create .page-main .fieldset {
  margin: 0;
}
.customer-account-create .page-main .fieldset legend {
  height: 24px;
  letter-spacing: 0;
  line-height: 24px;
  font-style: normal;
}
.customer-account-create .page-main .fieldset legend.register {
  font-size: 20px;
  color: #1e398d;
}
.customer-account-create .page-main .fieldset legend.personal-info {
  font-size: 14px;
  font-weight: 600;
  color: #3c3939;
}
.customer-account-create .page-main .fieldset .field {
  margin: 0 0 20px;
}
.customer-account-create .page-main .fieldset .field .label.checkout > span {
  color: #1e398d;
  font-size: 14px;
  letter-spacing: 0;
}
.customer-account-create .page-main input[type="checkbox"] + label::before {
  font-size: 18px;
  width: auto;
  padding: 8px 0;
  color: #1e398d;
}
.customer-account-create .page-main .actions-toolbar {
  margin-top: -28px;
}
.customer-account-create .page-main .actions-toolbar .primary .action.submit {
  width: 144px;
  height: 48px;
  float: right;
}
.customer-account-create .page-main .actions-toolbar .secondary .action.back {
  text-align: center;
  color: #1e398d;
  width: 44px;
  font-size: 14px;
  font-weight: 600;
  float: left;
}
.customer-account-create .page-footer,
.customer-account-create .footer.content {
  margin-top: 0;
}
.customer-account-login .page-title {
  display: none;
}
.customer-account-login .new-page-title {
  margin-top: 24px;
}
.customer-account-login .new-page-title h1 {
  color: #001c64;
  font-size: 20px;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
}
.customer-account-login .login-container {
  border: 1px solid #ececec;
  border-radius: 8px;
  display: block;
  padding: 16px 24px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding-bottom: 0;
}
.customer-account-login .login-container .block-new-customer,
.customer-account-login .login-container .block-customer-login {
  color: #777;
  margin-bottom: 20px;
}
.customer-account-login .login-container .block-new-customer .block-title,
.customer-account-login .login-container .block-customer-login .block-title {
  border-bottom: none;
  margin-bottom: 0;
}
.customer-account-login .login-container .block-new-customer .block-content,
.customer-account-login .login-container .block-customer-login .block-content {
  font-size: 13px;
  white-space: normal;
}
.customer-account-login
  .login-container
  .block-new-customer
  .block-content
  .actions-toolbar.login-account
  .secondary
  .action.remind
  span,
.customer-account-login
  .login-container
  .block-customer-login
  .block-content
  .actions-toolbar.login-account
  .secondary
  .action.remind
  span {
  color: inherit;
}
.customer-account-login .login-container .block-new-customer .field.required,
.customer-account-login .login-container .block-customer-login .field.required {
  margin-bottom: 16px;
}
.customer-account-login
  .login-container
  .block-new-customer
  .field.required
  > .label,
.customer-account-login
  .login-container
  .block-customer-login
  .field.required
  > .label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 4px;
}
.customer-account-login .login-container .actions-toolbar.create-account {
  margin-bottom: 40px;
  margin-top: -40px;
}
.customer-account-forgotpassword .page-title-wrapper {
  display: none;
}
.customer-account-forgotpassword .page-main {
  background-image: url(../images/other-images/forgot-pass-bg.jpg);
  background-size: cover;
}
.customer-account-forgotpassword .column.main {
  margin: 16px auto;
  border-radius: 4px;
  padding: 16px;
  background: #fff;
  max-width: 360px;
}
.customer-account-forgotpassword .column.main .forgot-password-title h1 {
  color: #1e398d;
  font-size: 20px;
  letter-spacing: 0;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.customer-account-forgotpassword .column.main .fieldset {
  margin-bottom: 8px;
}
.customer-account-forgotpassword .column.main .fieldset > .field {
  margin-bottom: 20px;
}
.customer-account-forgotpassword .column.main .fieldset :last-child {
  margin-bottom: 0;
}
.customer-account-forgotpassword .column.main .fieldset .note {
  font-weight: 600;
}
.customer-account-forgotpassword
  .column.main
  .fieldset
  .control.captcha-image
  .captcha-img {
  display: inline-block;
}
.customer-account-forgotpassword
  .column.main
  .fieldset
  .control.captcha-image
  .captcha-reload {
  margin: 0 0 16px 20px;
  width: 72px;
}
.customer-account-forgotpassword .page-footer,
.customer-account-forgotpassword .footer.content {
  margin-top: 0;
}
.customer-account-createpassword .page-main {
  background-image: url(../images/other-images/create-pass-bg.jpg);
  background-size: cover;
  padding: 16px;
}
.customer-account-createpassword .page-main .page-title-wrapper {
  display: none;
}
.customer-account-createpassword .page-main .main {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.4);
}
.customer-account-createpassword .page-main .main .password-strength-meter {
  display: none;
}
.customer-account-createpassword .page-main .main .create-pass-title h1 {
  height: 24px;
  line-height: 24px;
  color: #1e398d;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 400;
}
.customer-account-createpassword .page-main .main .fieldset .field.password {
  margin: 0 0 20px;
}
.customer-account-createpassword
  .page-main
  .main
  .actions-toolbar
  .action
  span {
  font-weight: 400;
}
.customer-account-createpassword .page-footer {
  margin-top: 0;
}
.account .page-main {
  padding: 0;
}
.account .page-main .column.main {
  order: 2;
}
.account .page-main .sidebar-additional {
  display: none;
}
.account .page-main .page-title-wrapper {
  height: 152px;
  background: url(..//images/other-images/account-bg-mobile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.account .page-main .page-title-wrapper h1 {
  line-height: 152px;
  text-align: center;
  color: #1e398d;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.account .page-footer {
  margin-top: 0;
}
.customer-account-index .page-main .column.main {
  padding-bottom: 24px;
}
.customer-account-index .page-main .column.main .block.block-reviews-dashboard {
  display: none;
}
.customer-account-index .page-main .column.main .block.block-dashboard-info,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses,
.customer-account-index .page-main .column.main .block-dashboard-orders {
  margin-bottom: 0;
  width: 100%;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-title,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-title,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-title {
  height: 64px;
  line-height: 64px;
  box-shadow: inset 0 1px 0 0 #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 16px;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-title
  > strong,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-title
  > strong,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-title
  > strong {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  color: #3c3939;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-title
  .action,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-title
  .action,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-title
  .action {
  border-radius: 4px;
  background-color: #1e398d;
  color: #fff;
  display: block;
  float: right;
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 12px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-title
  .action:hover,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-title
  .action:hover,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-title
  .action:hover {
  text-decoration: none;
  box-shadow: none;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content {
  padding: 16px 16px 0;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  margin: 0;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  color: #777;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  strong.box-title
  > span,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  strong.box-title
  > span,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  strong.box-title
  > span {
  height: 24px;
  line-height: 24px;
  color: #3c3939;
  font-size: 14px;
  font-weight: 600;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  p,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  p,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  p {
  margin-bottom: 4px;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  p:last-child,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  p:last-child,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  p:last-child {
  margin-bottom: 0;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  p
  span,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  p
  span,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  p
  span {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  vertical-align: text-bottom;
  padding-left: 16px;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  p.name::before,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  p.name::before,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  p.name::before {
  font-family: hirschs-icons;
  color: #1e398d;
  font-size: 18px;
  content: "\f103";
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  p.email::before,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  p.email::before,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  p.email::before {
  font-family: hirschs-icons;
  color: #1e398d;
  font-size: 18px;
  content: "\f10f";
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  p.telephone::before,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  p.telephone::before,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  p.telephone::before {
  font-family: hirschs-icons;
  color: #1e398d;
  font-size: 18px;
  content: "\f138";
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  p.subscribe-content,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  p.subscribe-content,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  p.subscribe-content {
  margin-bottom: 40px;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  address
  p.name::before,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  address
  p.name::before,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  address
  p.name::before,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  address
  p.telephone::before,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  address
  p.telephone::before,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  address
  p.telephone::before {
  margin-right: 16px;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  address
  p.company,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  address
  p.company,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  address
  p.company {
  display: none;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  address
  p.address::before,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  address
  p.address::before,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  address
  p.address::before {
  font-family: hirschs-icons;
  color: #1e398d;
  font-size: 18px;
  content: "\f104";
  margin-right: 16px;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box
  .box-content
  address
  p.address-2,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box
  .box-content
  address
  p.address-2,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box
  .box-content
  address
  p.address-2 {
  padding-left: 40px;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box-actions,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box-actions,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box-actions {
  height: 56px;
  margin: 8px 0;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box-actions
  .action,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box-actions
  .action,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box-actions
  .action {
  height: 40px;
  line-height: 40px;
  width: 49%;
  border-radius: 4px;
  background-color: #fff;
  color: #1e398d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  text-align: center;
  transition: box-shadow 0.3s ease-in-out;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box-actions
  .action.edit,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box-actions
  .action.edit,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box-actions
  .action.edit {
  float: left;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box-actions
  .action.edit.subscribe,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box-actions
  .action.edit.subscribe,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box-actions
  .action.edit.subscribe {
  width: 100%;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box-actions
  .action.edit.subscribe
  span::before,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box-actions
  .action.edit.subscribe
  span::before,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box-actions
  .action.edit.subscribe
  span::before {
  font-family: hirschs-icons;
  color: #1e398d;
  font-size: 14px;
  content: "\f115";
  margin-right: 16px;
  margin-left: -16px;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box-actions
  .action.edit.billing,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box-actions
  .action.edit.billing,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box-actions
  .action.edit.billing {
  width: 100%;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box-actions
  .action.edit.billing
  span::before,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box-actions
  .action.edit.billing
  span::before,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box-actions
  .action.edit.billing
  span::before {
  font-family: hirschs-icons;
  color: #1e398d;
  font-size: 14px;
  content: "\f10e";
  margin-right: 16px;
  margin-left: -16px;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box-actions
  .action.change-password,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box-actions
  .action.change-password,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box-actions
  .action.change-password {
  float: right;
}
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-info
  .block-content
  .box-actions
  .action:hover,
.customer-account-index
  .page-main
  .column.main
  .block.block-dashboard-addresses
  .block-content
  .box-actions
  .action:hover,
.customer-account-index
  .page-main
  .column.main
  .block-dashboard-orders
  .block-content
  .box-actions
  .action:hover {
  text-decoration: none;
  box-shadow: none;
}
.customer-account-index .page-main .column.main .table-wrapper {
  overflow: visible;
}
.customer-account-index
  .page-main
  .column.main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  > tbody
  > tr {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 16px;
  margin-bottom: 74px;
}
.customer-account-index
  .page-main
  .column.main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  > tbody
  > tr
  > td {
  color: #777;
}
.customer-account-index
  .page-main
  .column.main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  > tbody
  > tr
  > td.status {
  color: #3c3939;
  font-weight: 700;
}
.customer-account-index
  .page-main
  .column.main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  > tbody
  > tr
  > td:first-child {
  padding-top: 0;
}
.customer-account-index
  .page-main
  .column.main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  > tbody
  > tr
  > td:last-child {
  position: absolute;
  margin: 16px 0;
  left: 0;
  width: 100%;
}
.customer-account-index
  .page-main
  .column.main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  > tbody
  > tr
  > td:last-child::before {
  display: none;
}
.customer-account-index
  .page-main
  .column.main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  > tbody
  > tr
  > td:last-child
  .action {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  color: #1e398d;
  padding: 12px;
  text-align: center;
  font-weight: 600;
}
.customer-account-index
  .page-main
  .column.main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  > tbody
  > tr
  > td:last-child
  .action.view {
  float: left;
  width: 41%;
  margin: 0;
}
.customer-account-index
  .page-main
  .column.main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  > tbody
  > tr
  > td:last-child
  .action.order {
  float: right;
  width: 41%;
}
.customer-account-index
  .page-main
  .column.main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  > tbody
  > tr
  > td::before {
  width: 30%;
}
.customer-account-index
  .page-main
  .column.main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  > tbody
  > tr:last-child {
  margin-bottom: 40px;
}
.account.customer-account-edit form.form-edit-account {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  margin: 16px;
  padding: 16px;
}
.account.customer-account-edit form.form-edit-account .fieldset {
  margin: 0;
}
.account.customer-account-edit form.form-edit-account .fieldset legend span {
  color: #1e398d;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.account.customer-account-edit form.form-edit-account .fieldset label span {
  font-weight: 400;
}
.account.customer-account-edit
  form.form-edit-account
  .fieldset
  .field.choice
  .field-tooltip {
  position: relative;
  top: -40px;
  right: -10px;
  margin: 0;
  float: right;
}
.account.customer-account-edit
  form.form-edit-account
  .fieldset
  .field.choice
  .field-tooltip
  .field-tooltip-content {
  right: -7px;
}
.account.customer-account-edit
  form.form-edit-account
  .fieldset
  .field.choice.assistant {
  display: none;
}
.account.customer-account-edit form.form-edit-account .fieldset.password {
  margin-top: 16px;
}
.account.customer-account-edit
  form.form-edit-account
  .fieldset.password
  .password-strength-meter {
  display: none;
}
.account.customer-account-edit
  form.form-edit-account
  .actions-toolbar
  .secondary
  .action.back {
  float: left;
  text-align: left;
  line-height: 32px;
  color: #1e398d;
}
.header.links li {
  display: none;
}
.header.links li.customer-welcome {
  display: block;
}
.header.links li.customer-welcome .customer-menu li {
  display: block;
}
.header.links li.customer-welcome .customer-menu li.compare {
  display: none;
}
.header.links .block.block-new-customer {
  display: none;
}
.header.links .block.block-customer-login {
  margin: 16px 16px 0;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  padding: 16px;
}
.header.links .block.block-customer-login .block-title {
  width: 100%;
}
.header.links .block.block-customer-login .block-title h1 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #1e398d;
  height: 24px;
  line-height: 24px;
}
.header.links .block.block-customer-login .block-content .fieldset {
  margin-bottom: 0;
}
.header.links .block.block-customer-login .block-content .fieldset .field {
  margin-bottom: 16px;
}
.header.links
  .block.block-customer-login
  .block-content
  .fieldset
  .field.password {
  position: static;
}
.header.links .block.block-customer-login .block-content .fieldset .control {
  width: 100%;
}
.header.links
  .block.block-customer-login
  .block-content
  .fieldset
  .field.required
  > .label {
  font-weight: 600;
}
.header.links
  .block.block-customer-login
  .block-content
  .fieldset
  .field.required
  > .label.password {
  width: 40%;
  float: left;
}
.header.links
  .block.block-customer-login
  .block-content
  .fieldset
  .secondary
  .action.remind {
  width: 60%;
  float: right;
  margin: 0;
  padding: 0;
  color: #1e398d;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: right;
}
.header.links
  .block.block-customer-login
  .block-content
  .fieldset
  .secondary
  .action.remind:hover {
  color: #8291be;
}
.header.links
  .block.block-customer-login
  .block-content
  .fieldset
  .actions-toolbar.login-account {
  margin-top: 2px;
}
.header.links .actions-toolbar.create-account {
  padding: 16px 16px 0;
  display: inline-block;
  width: calc(100% - 2 * 16px);
}
.header.links .actions-toolbar.create-account .secondary {
  width: 65%;
  float: left;
  text-align: left;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
.header.links .actions-toolbar.create-account .secondary span {
  color: #1e398d;
  font-size: 14px;
}
.header.links .actions-toolbar.create-account .primary {
  width: 35%;
  float: right;
}
.header.links .actions-toolbar.create-account .primary .action.create.primary {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  color: #1e398d;
  font-size: 14px;
  border: none;
  font-weight: 600;
  width: 112px;
  padding: 8px;
  transition: box-shadow 0.3s ease-in-out;
}
.header.links .cmb-banner {
  padding: 12px 16px 8px;
}
.nav-sections.header-slideout.hs__init.active {
  padding: 0;
}
.account .section-items.nav-sections-items .customer-welcome .welcome-customer {
  display: none;
}
.section-items.nav-sections-items .nav-sections-item-content {
  height: inherit;
}
.section-items.nav-sections-items .nav-sections-item-content .customer-welcome {
  height: inherit;
}
.sections.nav-sections .nav-sections-item-content .header.links {
  border: none;
  height: inherit;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu {
  height: inherit;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .welcome-customer {
  display: block;
  position: absolute;
  top: 58px;
  height: 56px;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .welcome-customer
  span {
  position: absolute;
  width: 100%;
  top: 50%;
  color: #1e398d;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links {
  border: none;
  padding-top: 40px;
  position: relative;
  height: inherit;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  .welcome-customer {
  top: 0;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  margin: 16px;
  transition: box-shadow 0.3s ease-in-out;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a,
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  strong {
  border: none;
  color: #777;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 0 0 40px;
  position: relative;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a:hover,
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  strong:hover {
  box-shadow: none;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a
  .counter.qty,
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  strong
  .counter.qty {
  display: none;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  a::before,
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li
  strong::before {
  font-family: hirschs-icons;
  content: "\f103";
  font-size: 18px;
  color: #1e398d;
  position: absolute;
  left: 0;
  line-height: 48px;
  margin-left: 8px;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.current {
  background-color: #fff;
  border: 1px solid #1e398d;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.current
  strong {
  margin: 0;
  color: #1e398d;
  font-weight: 400;
  border: none;
  padding-left: 40px;
  cursor: pointer;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-orders
  a::before,
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-orders
  strong::before {
  content: "\f111";
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-wishlist
  a::before,
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-wishlist
  strong::before {
  content: "\f107";
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-edit
  a::before,
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-edit
  strong::before {
  content: "\f112";
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-address
  a::before,
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-address
  strong::before {
  content: "\f114";
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-newsletter
  a::before,
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-newsletter
  strong::before {
  content: "\f115";
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-stores
  a::before,
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.acc-nav-stores
  strong::before {
  content: "\f104";
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link {
  position: -webkit-sticky;
  position: sticky;
  width: calc(100% - (2 * 16px));
  bottom: 0;
  color: #1e398d;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 16px;
  background-color: #fff;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link
  a {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  color: #1e398d;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 0;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.authorization-link
  a::before {
  content: none;
  margin: 0;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li.wishlist {
  display: none;
}
.sections.nav-sections
  .nav-sections-item-content
  .header.links
  .customer-welcome
  .customer-menu
  .header.links
  li:first-child {
  display: none;
}
.customer-account-logoutsuccess .page-title-wrapper {
  margin-top: 8px;
}
.customer-account-logoutsuccess .page-title-wrapper h1 {
  margin-bottom: 8px;
  font-size: 32px;
}
.customer-address-index .page-main .column.main .block-addresses-list {
  margin: 0 16px;
}
.customer-address-index .page-main .column.main .block-addresses-default {
  margin: 0 16px;
}
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .action-toolbar {
  margin: 16px 0;
}
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .block-title {
  font-size: 16px;
  margin: 8px 0;
}
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-billing,
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-shipping {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px 1px rgba(60, 57, 57, 0.2);
  padding: 16px;
}
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-billing
  .box-title,
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-shipping
  .box-title {
  margin: 0;
}
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-billing
  .box-title
  > span,
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-shipping
  .box-title
  > span {
  font-size: 16px;
  font-weight: 700;
  color: #3c3939;
  height: 16px;
  line-height: 16px;
}
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-billing
  .box-content,
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-shipping
  .box-content {
  font-weight: 400;
  font-size: 14px;
}
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-billing
  .box-actions,
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-shipping
  .box-actions {
  margin: 0;
}
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-billing
  .box-actions
  .edit,
.customer-address-index
  .page-main
  .column.main
  .block-addresses-default
  .box-address-shipping
  .box-actions
  .edit {
  font-weight: 700;
  color: #1e398d;
}
.customer-address-index .page-main .column.main .block-title {
  font-size: 16px;
  margin: 8px 0;
}
.customer-address-index .page-main .column.main .block-content {
  font-weight: 700;
  font-size: 12px;
  color: #777;
}
.customer-address-index .page-main .column.main .block-content a {
  color: #777;
  font-weight: 700;
  font-size: 12px;
}
.customer-address-index
  .page-main
  .column.main
  .block-content
  .additional-addresses {
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  padding: 16px;
  width: auto;
}
.customer-address-index
  .page-main
  .column.main
  .block-content
  .additional-addresses
  .col {
  font-weight: 400;
  font-size: 14px;
}
.customer-address-index
  .page-main
  .column.main
  .block-content
  .additional-addresses
  .col
  .action {
  color: #1e398d;
  margin-right: 0;
}
.customer-address-index
  .page-main
  .column.main
  .block-content
  .customer-addresses-toolbar {
  display: none;
}
.customer-address-index .page-main .column.main .actions-toolbar {
  margin: 8px 16px;
}
.customer-address-index .page-main .column.main .actions-toolbar .secondary {
  float: left;
}
.customer-address-index
  .page-main
  .column.main
  .actions-toolbar
  .secondary
  .back {
  color: #1e398d;
}
.customer-address-form .page-main .main .form-address-edit {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(60, 57, 57, 0.2);
  padding: 16px;
  margin: 16px;
}
.customer-address-form .page-main .main .fieldset .legend span {
  color: #1e398d;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.customer-address-form .page-main .main .fieldset .field {
  margin: 0 0 16px;
}
.customer-address-form .page-main .main .fieldset .field label {
  font-weight: 400;
}
.customer-address-form .page-main .main .fieldset .field .nested {
  display: none;
}
.customer-address-form .page-main .main .fieldset .field.country {
  display: none !important;
}
.customer-address-form .page-main .main .fieldset .message.info {
  display: none;
}
.customer-address-form .page-main .main .actions-toolbar .primary .submit {
  font-weight: 400;
  font-size: 14px;
  padding: 0;
}
.customer-address-form .page-main .main .actions-toolbar .secondary .back {
  float: left;
  text-align: left;
  line-height: 32px;
  color: #1e398d;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  .page-title-wrapper {
  text-align: center;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  .page-title-wrapper
  .page-title {
  display: contents;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 16px;
  margin: 16px;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .block-wishlist-management {
  margin-top: 0;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .block-wishlist-management
  .wishlist-select
  .wishlist-name::after {
  top: auto;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .block-wishlist-management
  .wishlist-title {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #c2c2d0;
  padding-bottom: 8px;
  color: #1e398d;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .block-wishlist-management
  .wishlist-title
  a {
  background-color: #1e398d;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  float: right;
  color: #fff;
  padding: 4px 16px;
  text-decoration: none;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .block-wishlist-management
  .wishlist-title
  a:hover {
  box-shadow: none;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .toolbar.wishlist-toolbar
  .pager {
  height: 32px;
  line-height: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .toolbar.wishlist-toolbar
  .pager
  .toolbar-amount {
  float: left;
  margin: 0;
  padding: 0;
  width: 30%;
  text-align: left;
  line-height: 32px;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .toolbar.wishlist-toolbar
  .pager
  .limiter {
  float: right;
  margin: 0;
  padding: 0;
  width: 70%;
  text-align: right;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .toolbar.wishlist-toolbar
  .pager
  .limiter
  .limiter-options {
  padding: 0 8px;
  height: 24px;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item {
  border: 1px solid #c2c2d0;
  padding: 16px;
  margin-bottom: 8px;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .btn-remove.action.delete::after {
  font-family: hirschs-icons;
  position: absolute;
  top: 0;
  right: 0;
  content: "\f100";
  padding: 8px;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .product-item-photo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .product-item-name {
  margin: 0;
  width: 100%;
  color: #1e398d;
  text-align: center;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .price-box.price-configured_price {
  width: 100%;
  margin: 0;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .product-item-comment {
  height: 108px;
  margin-top: 0;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .box-tocart {
  margin-right: 0;
  width: 49%;
  height: 40px;
  line-height: 40px;
  margin-top: -1px;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .box-tocart
  .fieldset
  .product-item-actions {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .box-tocart
  .fieldset
  .product-item-actions
  .actions-primary {
  width: 100%;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .box-tocart
  .fieldset
  .product-item-actions
  .actions-primary
  .action.tocart {
  width: 100%;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .product-item-actions {
  float: right;
  width: 49%;
  height: 40px;
  line-height: 40px;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .product-item-actions
  a {
  border-radius: 4px;
  background-color: #1e398d;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .product-items
  .product-item
  .product-item-actions
  a:hover {
  box-shadow: none;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .item.wishlist-add {
  background-color: #1e398d;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 0;
  margin: 0 16px;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .item.wishlist-add
  a {
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  text-decoration: none;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .item.wishlist-add:hover {
  box-shadow: none;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .actions-toolbar
  .primary
  .action {
  background-color: #1e398d;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border: none;
  border-color: transparent;
  text-decoration: none;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .actions-toolbar
  .primary
  .action:hover {
  box-shadow: none;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .actions-toolbar
  .secondary {
  text-align: left;
}
.account.page-multiple-wishlist
  .page-main
  .columns
  .column.main
  form.form-wishlist-items
  .actions-toolbar
  .secondary
  span {
  color: #1e398d;
}
.account.page-multiple-wishlist .modal-popup .modal-content {
  padding: 0 16px;
}
.account.page-multiple-wishlist .modal-popup .modal-footer {
  display: block;
}
.account.page-multiple-wishlist .modal-popup .modal-footer button,
.account.page-multiple-wishlist
  .modal-popup
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.account.page-multiple-wishlist .modal-popup .modal-footer .action-gift {
  background-color: #1e398d;
  border-radius: 4px;
  color: #fff;
  padding: 8px 16px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  margin: 4px;
  text-decoration: none;
  border: none;
}
.account.page-multiple-wishlist .modal-popup .modal-footer button:hover,
.account.page-multiple-wishlist
  .modal-popup
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action:hover,
.account.page-multiple-wishlist .modal-popup .modal-footer .action-gift:hover {
  box-shadow: none;
}
.account.page-multiple-wishlist .modal-popup .modal-footer button:first-child,
.account.page-multiple-wishlist
  .modal-popup
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action:first-child,
.account.page-multiple-wishlist
  .modal-popup
  .modal-footer
  .action-gift:first-child {
  float: right;
}
.newsletter-manage-index .page-main .column.main form {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  margin: 8px 16px;
  padding: 16px;
}
.newsletter-manage-index .page-main .column.main form .fieldset {
  margin-bottom: 0;
}
.newsletter-manage-index .page-main .column.main form .fieldset legend span {
  color: #1e398d;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.newsletter-manage-index
  .page-main
  .column.main
  form
  .actions-toolbar
  .secondary {
  margin-bottom: 0;
}
.newsletter-manage-index
  .page-main
  .column.main
  form
  .actions-toolbar
  .secondary
  .action.back {
  float: left;
  text-align: left;
  color: #1e398d;
  line-height: 32px;
}
.sales-order-history .page-main .message.info {
  margin: 16px;
  width: calc(100% - (2 * 16px));
}
.sales-order-history .page-main .table-wrapper {
  overflow: visible;
  width: calc(100% - (2 * 16px));
  margin: 0 16px;
}
.sales-order-history
  .page-main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  tbody
  > tr {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0 0 2px 1px rgba(60, 57, 57, 0.2);
  margin: 16px 0;
}
.sales-order-history
  .page-main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  tbody
  > tr
  > td {
  padding: 0;
}
.sales-order-history
  .page-main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  tbody
  > tr
  > td:first-child {
  padding-top: 0;
}
.sales-order-history
  .page-main
  .table-wrapper
  .table:not(.cart):not(.totals):not(.table-comparison)
  tbody
  > tr
  > td:last-child {
  padding-bottom: 0;
}
.sales-order-history .page-main .table-wrapper .action {
  color: #1e398d;
}
.sales-order-history .page-main .order-products-toolbar {
  float: right;
  margin-right: 16px;
}
.sales-order-history .page-main .order-products-toolbar .toolbar-amount {
  display: none;
}
.sales-order-history .page-main .order-products-toolbar .limiter {
  font-size: 12px;
  float: right;
  position: relative;
  padding: 40px 0 16px;
}
.sales-order-history
  .page-main
  .order-products-toolbar
  .limiter
  .limiter-options {
  width: 32px;
  height: 24px;
  padding: 0 6px;
  background-color: #fff;
}
.sales-order-history .page-main .order-products-toolbar .pages {
  position: absolute;
  right: 0;
}
.sales-order-history .page-main .actions-toolbar .secondary {
  float: left;
  margin-left: 16px;
}
.sales-order-history .page-main .actions-toolbar .secondary .action.back {
  color: #1e398d;
}
.sales-order-history .page-main .message {
  margin: 16px 0;
}
.sales-order-view .page-main {
  padding-top: 16px;
}
.sales-order-view .page-main .main .order-status {
  float: right;
  line-height: 58px;
  padding-right: 8px;
  margin-bottom: 0;
}
.sales-order-view .page-main .main .actions-toolbar .actions {
  height: 40px;
  line-height: 40px;
  margin: 16px 0;
}
.sales-order-view .page-main .main .actions-toolbar .actions .action {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 8px;
}
.sales-order-view .page-main .main .actions-toolbar .actions .action:hover {
  box-shadow: none;
  text-decoration: none;
}
.sales-order-view .page-main .main .actions-toolbar .actions .action.order {
  float: left;
}
.sales-order-view .page-main .main .actions-toolbar .actions .action.print {
  float: right;
}
.sales-order-view .page-main .main .block-order-details-comments {
  margin: 0 16px;
}
.sales-order-view .page-main .main .block-order-details-comments .block-title {
  border: none;
  margin: 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1e398d;
}
.sales-order-view
  .page-main
  .main
  .block-order-details-comments
  .block-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 8px 16px;
  margin: 8px 0;
}
.sales-order-view .page-main .main .order-links {
  border: none;
  margin: 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1e398d;
  padding-left: 16px;
}
.sales-order-view .page-main .main .order-date {
  border-top: 1px solid #3c3939;
  border-bottom: 1px solid #3c3939;
  padding: 8px;
  margin-top: 8px;
}
.sales-order-view .page-main .main .order-details-items {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 8px 16px;
  margin: 0 16px;
}
.sales-order-view .page-main .main .order-details-items .order-title {
  display: none;
}
.sales-order-view .page-main .main .actions-toolbar {
  padding: 0 16px;
  margin-bottom: 16px;
}
.sales-order-view .page-main .main .actions-toolbar .secondary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sales-order-view .page-main .main .actions-toolbar .secondary .back {
  background-color: #1e398d;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 8px;
  width: 100%;
  display: block;
  margin-top: 8px;
}
.sales-order-view .page-main .main .actions-toolbar .secondary .back:hover {
  box-shadow: none;
  text-decoration: none;
}
.sales-order-view .page-main .main .block-order-details-view {
  margin: 0 16px;
}
.sales-order-view .page-main .main .block-order-details-view .block-title {
  margin: 16px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1e398d;
}
.sales-order-view .page-main .main .block-order-details-view .box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 8px 16px;
}
.sales-order-view .page-main .main .block-order-details-view .box .box-title {
  margin: 0;
}
.sales-order-view
  .page-main
  .main
  .block-order-details-view
  .box
  .box-title
  span {
  font-size: 20px;
  font-weight: 400;
}
.page-footer {
  margin-top: 48px;
  background: #fff;
}
.page-footer .block.newsletter {
  display: none;
}
.footer.content {
  margin-top: 0;
  border-color: #e0e0e0;
  padding: 0;
}
.footer.content .newsletter {
  display: none;
}
.footer-payment-methods {
  padding: 24px;
  border-color: #e0e0e0;
  box-sizing: border-box;
  background: #f6f6f8;
  border-bottom: 1px solid #e0e0e0;
}
.footer-payment-methods ul {
  text-align: center;
}
.footer-payment-methods li {
  display: inline-block;
}
.footer-payment-methods img {
  height: 22px;
  margin: 0 24px 10px 0;
}
.footer-accordion > div {
  border-bottom: 1px solid #e0e0e0;
}
.footer-accordion > div:last-of-type {
  border-bottom: none;
}
.footer-accordion .shop-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 20px 16px;
  position: relative;
  box-sizing: border-box;
}
.footer-accordion .shop-title::after {
  font-family: hirschs-icons;
  content: "\f12c";
  position: absolute;
  right: 16px;
  font-size: 22px;
  color: #8291be;
}
.footer-accordion .collapsible-title[aria-expanded="true"] .shop-title::after {
  content: "\f12d";
}
.footer-accordion .collapsible-list ul {
  list-style: none;
  padding: 0 16px;
}
.footer-accordion .collapsible-list ul li a {
  color: #777;
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 4px 0;
}
.footer-header {
  font-weight: 600;
  display: block;
  color: #1e398d;
}
.contact-us-footer {
  padding: 0 16px;
}
.footer-address {
  margin-bottom: 16px;
  display: block;
}
.footer-contact {
  color: #777;
}
.contact-us-footer a {
  color: #3c3939;
}
.footer-line {
  position: relative;
}
.footer-contact-section {
  margin-bottom: 16px;
}
.footer-contact-section .footer-phone,
.footer-contact-section a.footer-email {
  position: absolute;
  left: 145px;
}
.footer-contact-section a.footer-email {
  left: 130px;
}
.open-newsletter {
  color: #1e398d;
  padding: 0 16px;
}
.open-newsletter .primary {
  margin: 16px 0 24px;
  width: 112px;
}
.open-newsletter ul {
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
}
.open-newsletter ul i {
  font-size: 26px;
}
.open-newsletter ul span {
  margin-left: 16px;
  line-height: 26px;
  vertical-align: text-bottom;
}
.open-newsletter ul a {
  font-weight: 700;
}
.open-newsletter ul a:visited {
  color: #1e398d;
}
.newsletter-box-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
  display: block;
}
.newsletter-box-info {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.footer-copyright {
  background: #1e398d;
  text-align: center;
  padding: 16px 16px 24px;
  margin: 0;
  border: none;
  margin-top: 16px;
}
.footer-copyright ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-copyright ul li {
  display: inline-block;
  margin: 0;
}
.footer-copyright ul a {
  color: #fff;
  font-size: 18px;
  padding: 8px 11px;
}
.footer-copyright ul a:hover {
  color: #a5b0d0;
}
.footer-logo {
  display: block;
  height: 40px;
  margin: 0 auto;
}
.footer-copyright-text {
  margin: 8px 0 16px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.block-compare.listing-compare-wrapper {
  margin: 0;
}
.block-compare.listing-compare-wrapper .loader {
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  z-index: 10;
  height: 124px;
  position: fixed;
  text-align: center;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
}
.block-compare.listing-compare-wrapper .loader img {
  padding: 50px;
}
.block-compare.listing-compare-wrapper
  .compare-wrapper
  .block-content:not(.no-display) {
  left: 0;
  margin: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  box-sizing: border-box;
  background: rgba(146, 145, 145, 0.9);
}
.block-compare.listing-compare-wrapper
  .compare-wrapper
  .block-content:not(.no-display).open-state {
  height: auto;
}
.block-compare.listing-compare-wrapper
  .compare-wrapper
  .block-content:not(.no-display).open-state
  .block-content-inner-wrapper
  .block-title::before {
  content: "\f12c";
}
.block-compare .block-content-inner-wrapper .block-title {
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 24px;
  position: absolute;
  text-align: center;
}
.block-compare .block-content-inner-wrapper .block-title::before {
  width: 40px;
  text-align: center;
  color: #fff;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-family: hirschs-icons;
  font-size: 22px;
  font-weight: 300;
  content: "\f12d";
}
.block-compare .block-content-inner-wrapper .block-title.open-state::before {
  content: "\e622";
}
.block-compare .block-content-inner-wrapper .block-title .counter,
.block-compare .block-content-inner-wrapper .block-title strong {
  color: #000;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 700;
  font-size: 12px;
}
.block-compare .block-content-inner-wrapper .block-title .counter.qty::before,
.block-compare .block-content-inner-wrapper .block-title .counter.qty::after {
  content: "";
  display: none;
}
.block-compare .block-content-inner-wrapper .actions-toolbar .primary {
  margin: 0;
  width: 100%;
}
.block-compare
  .block-content-inner-wrapper
  .actions-toolbar
  .primary
  .compare.primary {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  line-height: 42px;
  background-color: #1e398d;
  font-weight: 600;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  text-decoration: none;
}
.block-compare
  .block-content-inner-wrapper
  .actions-toolbar
  .primary
  .compare.primary:hover {
  box-shadow: none;
}
.block-compare
  .block-content-inner-wrapper
  .actions-toolbar
  .primary
  .compare.primary.disabled {
  opacity: 1;
  color: #fff;
  background-color: #e0e0e0;
}
.block-compare .block-content-inner-wrapper .actions-toolbar .secondary {
  width: 100%;
  margin-top: 8px;
}
.block-compare .block-content-inner-wrapper .actions-toolbar .secondary .clear {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #1e398d;
  font-size: 14px;
  border-radius: 4px;
  line-height: 42px;
  background-color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.block-compare
  .block-content-inner-wrapper
  .actions-toolbar
  .secondary
  .clear:hover {
  box-shadow: none;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .img-wrapper {
  float: left;
  text-align: center;
  display: inline-block;
  margin: 9px;
  width: 72px;
  height: 72px;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .img-wrapper
  img {
  max-height: 100%;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .product-item-name {
  padding: 0;
  width: auto;
  display: block;
  box-shadow: none;
  line-height: 16px;
  margin: 8px 8px 4px;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .product-item-name
  a {
  overflow: hidden;
  text-align: left;
  color: #3c3939;
  letter-spacing: 0;
  display: -webkit-box;
  height: 48px;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  font-size: 12px;
  padding-right: 32px;
  -webkit-box-orient: vertical;
  line-height: 16px;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .price-container {
  display: inline-block;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .price-container
  .compare-item-price
  .price {
  color: #1e398d;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove {
  top: 0;
  left: 0;
  margin: 0;
  bottom: 0;
  z-index: 200;
  position: absolute;
  padding: 8px;
  color: #1e398d;
  font-size: 12px;
  border-radius: 4px;
  line-height: 16px;
  background-color: #fff;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  > span {
  display: inline-block;
  margin-bottom: 8px;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .actions {
  word-spacing: -4px;
  position: absolute;
  bottom: 9px;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .action {
  background-image: none;
  background: #1e398d;
  border: solid 1px transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji,
    segoe ui symbol;
  font-weight: 700;
  margin: 0;
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 3.2rem;
  box-sizing: border-box;
  vertical-align: middle;
  height: 32px;
  word-spacing: normal;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .action:focus,
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .action:active {
  background: #1e398d;
  border: solid 1px transparent;
  color: #fff;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .action:hover {
  background: #1e398d;
  border: solid 1px transparent;
  color: #fff;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .action.disabled,
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .action[disabled],
fieldset[disabled]
  .block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .action {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .action.proceed {
  box-shadow: none;
  color: #1e398d;
  border-color: transparent;
  background-color: #fff;
  margin: 0 0 0 15px;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .action.proceed:focus,
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .action.proceed:hover,
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  .confirm-remove
  .action.proceed:active {
  color: #8291be;
  border-color: transparent;
  background-color: transparent;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  a.action.delete {
  top: auto;
  left: auto;
  width: 32px;
  right: 8px;
  height: 32px;
  bottom: 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item
  a.action.delete::before {
  width: 32px;
  height: 32px;
  text-align: center;
  color: #1e398d;
  line-height: 32px;
  font-size: 18px;
  content: "\f10a";
  font-family: hirschs-icons;
  font-weight: 400;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .product-item.state__updating::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  content: "";
  position: absolute;
  visibility: visible;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.8) url(../images/loader-2.gif) 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .empty-state {
  text-align: center;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .empty-state::before {
  color: #3c3939;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  font-family: hirschs-icons;
  content: "\f11d";
  margin: 12px auto 0;
}
.block-compare
  .block-content-inner-wrapper
  .product-items.product-items-names
  .empty-state
  > span {
  width: 100%;
  color: #3c3939;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}
.catalog-category-view .modal-popup.confirm,
.catalogsearch-result-index .modal-popup.confirm {
  border-radius: 4px;
}
.catalog-category-view .modal-popup.confirm .modal-inner-wrap,
.catalogsearch-result-index .modal-popup.confirm .modal-inner-wrap {
  max-width: 360px;
  background: #f6f6f8;
}
.catalog-category-view .modal-popup.confirm .modal-inner-wrap .action-close,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .action-close {
  background: 0 0;
}
.catalog-category-view .modal-popup.confirm .modal-inner-wrap .modal-header,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-header {
  padding: 8px;
}
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-header
  .action-close::after,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-header
  .action-close::after {
  font-weight: 400;
}
.catalog-category-view .modal-popup.confirm .modal-inner-wrap .modal-content,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-content {
  margin-bottom: 0;
  color: #1e398d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 48px 8px 16px;
}
.catalog-category-view .modal-popup.confirm .modal-inner-wrap .modal-footer,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer {
  display: block;
  padding: 0 16px 16px;
}
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button,
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift {
  width: 50%;
}
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss,
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss,
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss {
  border: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-top: 16px;
  border-radius: 4px;
  background: #1e398d;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 8px 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss:hover,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss:hover,
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss:hover,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss:hover,
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss:hover,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss:hover {
  box-shadow: none;
}
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-accept,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-accept,
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept,
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept {
  border: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #1e398d;
  margin-top: 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 8px 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-accept:hover,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-accept:hover,
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept:hover,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept:hover,
.catalog-category-view
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept:hover,
.catalogsearch-result-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept:hover {
  box-shadow: none;
}
.catalog-product_compare-index .page-title-wrapper {
  overflow: hidden;
}
.catalog-product_compare-index .page-title-wrapper .page-title {
  z-index: 1;
  width: 100%;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  color: #1e398d;
  font-size: 40px;
  line-height: 56px;
  margin: 32px 0 24px;
  font-weight: 400;
}
.catalog-product_compare-index
  .page-title-wrapper
  .page-title
  .product-compare-count {
  clear: both;
  display: inherit;
  text-align: center;
  color: #1e398d;
  margin-top: 8px;
  line-height: 24px;
  font-size: 20px;
}
.catalog-product_compare-index .page-title-wrapper .continue-shopping-wrapper {
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  max-width: 1280px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.catalog-product_compare-index
  .page-title-wrapper
  .continue-shopping-wrapper
  > div {
  margin-left: auto;
  max-width: 1280px;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.catalog-product_compare-index
  .page-title-wrapper
  .continue-shopping-wrapper
  a {
  color: #3c3939;
  letter-spacing: 0;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 48px;
  font-weight: 600;
}
.catalog-product_compare-index
  .page-title-wrapper
  .continue-shopping-wrapper
  a::before {
  top: 1px;
  width: 24px;
  position: relative;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  margin-right: 8px;
  content: "\f12a";
  font-family: hirschs-icons;
}
.catalog-product_compare-index
  .page-title-wrapper
  .continue-shopping-wrapper
  a.action.print.hidden-print {
  float: right;
  color: #1e398d;
}
.catalog-product_compare-index
  .page-title-wrapper
  .continue-shopping-wrapper
  a.action.print.hidden-print::before {
  display: none;
}
.catalog-product_compare-index .page-main .columns {
  margin-right: -8px;
}
.catalog-product_compare-index .data.table.table-comparison {
  margin-top: 16px;
}
.catalog-product_compare-index .data.table.table-comparison tbody th {
  border: 0;
  box-shadow: inset 0 1px 0 0 #e0e0e0;
  border-right: solid 32px #f6f6f8;
}
.catalog-product_compare-index .data.table.table-comparison tbody th span {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-weight: 600;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  th.placeholder-margin {
  box-shadow: none;
}
.catalog-product_compare-index .data.table.table-comparison tbody td {
  border-radius: 4px;
  background-color: #fff;
  border-right: solid 16px #f6f6f8;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info {
  position: relative;
  border-bottom-color: #e0e0e0;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .action.delete {
  top: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 32px;
  text-decoration: none;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .action.delete::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #a5b0d0;
  font-size: 18px;
  content: "\f10a";
  font-family: hirschs-icons;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .action.delete:hover::before {
  color: #1e398d;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .action.delete
  span {
  display: none;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .product-item-photo
  .product-image-photo {
  width: auto;
  margin: auto;
  height: 200px;
  position: relative;
  display: inline-block;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .product-item-name {
  margin: 0;
  padding: 0;
  width: 100%;
  box-shadow: none;
  margin-bottom: 0;
  display: inline-block;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .product-item-name
  a {
  color: #3c3939;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  min-height: 72px;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .price-box {
  margin: 0 -16px;
  padding: 16px;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .price-box
  .price {
  color: #1e398d;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .price-box
  .old-price
  .price-label {
  display: none;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .price-box
  .old-price
  .price {
  letter-spacing: 0;
  font-size: 12px;
  padding-left: 8px;
  line-height: 16px;
  color: #777;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .product-item-actions {
  margin-bottom: 0;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .actions-primary {
  width: 100%;
  display: inline-block;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .action.tocart.primary {
  width: 100%;
  border: 0;
  height: 40px;
  border-radius: 4px;
  background-color: #18a828;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .action.tocart.primary:hover {
  box-shadow: none !important;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .action.tocart.primary
  span {
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .availability
  .stock {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .availability
  .stock.available {
  color: #4caf50;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.info
  .availability
  .stock.unavailable {
  color: #f44336;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.attribute {
  border-bottom: solid 1px #e0e0e0;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.attribute
  .attribute.value {
  display: flex;
  flex-flow: column;
  color: #777;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.attribute
  .attribute.value
  img {
  clear: both;
  width: auto;
  display: inline-flex;
  margin: 16px auto 0;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.attribute
  .attribute.value
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.attribute
  .attribute.value
  ul
  li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 24px;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody
  td.cell.product.attribute
  .attribute.value
  ul
  li::before {
  top: 50%;
  left: 0;
  content: "";
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  font-size: 12px;
  transform: translateY(-50%);
  background: #212121;
}
.catalog-product_compare-index .data.table.table-comparison tbody.last-cart th {
  box-shadow: inset 0 -1px 0 0 #e0e0e0;
}
.catalog-product_compare-index
  .data.table.table-comparison
  tbody.last-cart
  tr
  td {
  border: 0;
  border-right: solid 16px #f6f6f8;
}
.catalog-product_compare-index .modal-popup.confirm {
  border-radius: 4px;
}
.catalog-product_compare-index .modal-popup.confirm .modal-inner-wrap {
  max-width: 360px;
  background: #f6f6f8;
}
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .action-close {
  background: 0 0;
}
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-header {
  padding: 8px;
}
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-header
  .action-close::after {
  font-weight: 400;
}
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-content {
  margin-bottom: 0;
  color: #1e398d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 48px 8px 16px;
}
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer {
  display: block;
  padding: 0 16px 16px;
}
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button,
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action,
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift {
  width: 50%;
}
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss,
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss,
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss {
  border: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-top: 16px;
  border-radius: 4px;
  background: #1e398d;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 8px 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-dismiss:hover,
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-dismiss:hover,
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-dismiss:hover {
  box-shadow: none;
}
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-accept,
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept,
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept {
  border: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #1e398d;
  margin-top: 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  padding: 8px 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  button.action-accept:hover,
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .cart.table-wrapper
  .actions-toolbar
  > .action.action-accept:hover,
.catalog-product_compare-index
  .modal-popup.confirm
  .modal-inner-wrap
  .modal-footer
  .action-gift.action-accept:hover {
  box-shadow: none;
}
.homepage-slider {
  min-height: 160px;
}
.homepage-slider .pagebuilder-slide-wrapper {
  background-size: 100% 100% !important;
  min-height: 160px;
}
.homepage-slider .pagebuilder-slide-wrapper .pagebuilder-overlay {
  min-height: 160px;
}
.special-item {
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 78px;
  position: relative;
}
.special-item img {
  width: 100%;
  height: 100%;
}
.special-item .special-item-overlay {
  background-color: #2f4f4f;
  opacity: 0;
  height: inherit;
  width: inherit;
  border-radius: 8px;
  transition: all 0.3s;
  position: absolute;
}
.special-item .special-item-overlay:hover {
  opacity: 0.1;
}
.special-item-2 {
  width: 100%;
  height: 32px;
  border-radius: 8px;
  display: block;
  margin-top: 20px;
  overflow: hidden;
}
.special-item-2 img {
  width: 100%;
  height: 100%;
}
.social-img-label a h1 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 32px;
}
.banners {
  text-align: center;
  padding: 16px 0;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.std {
  text-align: center;
  padding: 16px;
}
.std .social-blocks .item {
  margin-bottom: 8px;
  position: relative;
}
.std .social-blocks .item h1 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 8px;
}
.std .social-blocks .item .image-link-overlay {
  width: 100%;
  height: 115%;
  position: absolute;
  background-color: #2f4f4f;
  opacity: 0;
  transition: all 0.3s;
}
.std .social-blocks .item .image-link-overlay:hover {
  opacity: 0.1;
}
.multiple-wishlist-popup .modal-inner-wrap {
  background: #f6f6f8;
}
.multiple-wishlist-popup .modal-inner-wrap .action-close {
  background: 0 0;
}
.multiple-wishlist-popup .wishlist .item {
  margin-bottom: 8px;
}
.multiple-wishlist-popup .wishlist .item input:checked + label::before {
  content: "\f133";
}
.multiple-wishlist-popup .wishlist .apply-wishlist {
  display: block;
  cursor: pointer;
  text-align: center;
  background: #1e398d;
  padding: 8px 16px;
  border-radius: 4px;
  margin-top: 16px;
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  font-weight: 600;
}
.multiple-wishlist-popup .wishlist .or {
  display: block;
  text-align: center;
  margin: 8px 0;
  color: #777;
}
.multiple-wishlist-popup .wishlist .new {
  font-weight: 600;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  color: #1e398d;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  transition: all 0.3s;
}
.multiple-wishlist-popup .wishlist .apply-wishlist:hover,
.multiple-wishlist-popup .wishlist .new:hover {
  box-shadow: none;
}
.multiple-wishlist-popup .wishlist label {
  width: 100%;
  margin: 0;
}
.multiple-wishlist-popup .wishlist label span {
  background: #fff;
  line-height: 24px;
  padding: 8px 16px;
  width: calc(100% - 48px);
  box-sizing: border-box;
  color: #777;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  transition: all 0.3s;
}
.multiple-wishlist-popup .wishlist label::before {
  float: right;
  background: #fff;
  margin-right: 0;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 11px;
  color: #8291be;
  transition: all 0.3s;
  content: "\f134";
}
.multiple-wishlist-popup .wishlist label:hover::before {
  box-shadow: none;
}
.header-slideout {
  height: calc(100vh + 56px);
  height: calc(var(--vh, 1vh) * 100 + 56px);
  left: calc(-1 * (100% - 54px));
  overflow: auto;
  position: fixed;
  top: 0;
  padding-bottom: 56px;
  display: none;
  box-sizing: border-box;
}
.header-slideout.hs__init {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  left: inherit;
  right: 0;
  z-index: 10000000900;
  box-shadow: none;
  background-color: #f6f6f8;
  width: 100%;
  max-width: 336px;
  display: block;
}
.header-slideout.hs__init::before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -5;
  position: absolute;
  height: 80px;
  background: #1e398d;
}
.header-slideout.hs__init.hs__init--transition {
  -webkit-transition: transform 0.36s cubic-bezier(0.8, 0, 0.2, 1),
    box-shadow 0.3s;
  -moz-transition: transform 0.36s cubic-bezier(0.8, 0, 0.2, 1), box-shadow 0.3s;
  -ms-transition: transform 0.36s cubic-bezier(0.8, 0, 0.2, 1), box-shadow 0.3s;
  transition: transform 0.36s cubic-bezier(0.8, 0, 0.2, 1), box-shadow 0.3s;
}
.header-slideout.hs__init.left-slideout {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  right: auto;
  left: 0;
}
.header-slideout.hs__init.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header-slideout.hs__init.active.hs__has-box-shadow {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.header-slideout.hs__init.active
  .block.widget.block-products-list.visible-lg-menu {
  display: none;
}
.header-slideout.hs__init .close-slideout:not(.close-slideout__default-style) {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 8px;
  text-align: center;
  padding: 0;
}
.header-slideout.hs__init
  .close-slideout:not(.close-slideout__default-style)::before {
  display: none;
}
.header-slideout.hs__init
  .close-slideout:not(.close-slideout__default-style)
  .icons8-delete {
  text-decoration: none;
}
.header-slideout.hs__init
  .close-slideout:not(.close-slideout__default-style)
  .icons8-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  content: "\f100";
  font-family: icons-blank-theme;
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.header-slideout.hs__init
  .close-slideout:not(.close-slideout__default-style)
  .icons8-delete::before {
  font-family: hirschs-icons;
}
.header-slideout.hs__init
  .close-slideout:not(.close-slideout__default-style):hover
  .icons8-delete::before {
  opacity: 0.5;
}
.slideout-overlay {
  z-index: 110;
}
.slideout-overlay,
.page-wrapper::after {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  will-change: opacity;
  opacity: 0;
  visibility: hidden;
}
.page-wrapper::after {
  content: "";
  display: block;
  z-index: 800;
}
.slideout-overlay.active,
.page-wrapper.menu-overlay::after {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.widget-product-carousel .slick-prev {
  left: 0;
}
.widget-product-carousel .slick-next {
  right: 0;
}
.widget-product-carousel .slick-list {
  height: auto !important;
  padding: 4px 0 64px;
}
.widget-product-carousel .slick-list .slick-slide {
  margin: 4px;
}
.widget-product-carousel .slick-list .slick-slide .product-item-info {
  padding: 8px;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-photo {
  margin: 0;
  max-width: 100%;
  max-height: 300px;
  padding: 0 20%;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-photo
  .product-image-container {
  min-width: 100%;
  display: block;
  overflow: hidden;
  position: inherit !important;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-details {
  width: 100%;
  height: 120px;
  position: relative;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-details
  .product-item-name {
  overflow: hidden;
  padding: 8px;
  margin: 0 -8px;
  width: calc(100% + 16px);
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-details
  .swatch-attribute {
  position: absolute;
  bottom: 0;
  margin-bottom: -4px;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-details
  .swatch-attribute
  .swatch-option {
  margin: 0 4px 0 0;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .price-box {
  padding: 0;
  height: inherit;
  line-height: inherit;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .price-box
  .special-price {
  float: left;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .price-box
  .old-price {
  float: right;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-inner {
  position: absolute;
  bottom: -56px;
  left: 0;
  width: calc(100% + 16px);
  margin-left: -8px;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-inner
  .actions-primary {
  width: 50%;
  float: right;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-inner
  .actions-primary
  .stock.unavailable {
  background-color: #fff;
  border-radius: 4px;
  color: #1e398d;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  cursor: default;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-inner
  .action.tocart.primary {
  padding: 0;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-inner
  .actions-secondary {
  width: calc(80px + 16px);
  float: left;
  display: inline-block;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-inner
  .towishlist {
  max-width: 40px;
  float: right;
  position: relative;
  margin-right: 8px;
}
.widget-product-carousel
  .slick-list
  .slick-slide
  .product-item-info
  .product-item-inner
  .tocompare {
  max-width: 40px;
  float: left;
  position: relative;
  margin-right: 8px;
}
.sections.nav-sections {
  margin-bottom: 0;
}
.cms-page-view .breadcrumbs {
  margin: 8px auto;
  padding: 0;
}
.account.wishlist-index-share
  .page-main
  .columns
  .column.main
  form.wishlist.share {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  margin: 16px;
  padding: 16px;
}
.account.wishlist-index-share
  .page-main
  .columns
  .column.main
  form.wishlist.share
  .fieldset
  legend.legend
  > span {
  color: #1e398d;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.account.wishlist-index-share
  .page-main
  .columns
  .column.main
  form.wishlist.share
  .actions-toolbar
  .secondary {
  text-align: left;
  margin-bottom: 8px;
}
.account.wishlist-index-share
  .page-main
  .columns
  .column.main
  form.wishlist.share
  .actions-toolbar
  .secondary
  a {
  color: #1e398d;
  text-decoration: none;
}
.sales-order-history .page-main .columns .main .generic-orders-history {
  display: inline-block;
  margin: 0;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .block-title {
  height: 64px;
  line-height: 64px;
  box-shadow: inset 0 1px 0 0 #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 16px;
  width: 100%;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .block-title
  strong {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  color: #3c3939;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .message.info.empty {
  width: 100%;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .table:not(.cart):not(.totals):not(.table-comparison) {
  background-color: #fff;
  border-radius: 4px;
  padding: 0;
  box-shadow: 0 2px 2px 0 rgba(60, 57, 57, 0.14),
    0 3px 1px -2px rgba(60, 57, 57, 0.12), 0 1px 5px 0 rgba(60, 57, 57, 0.2);
  margin: 16px;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .table:not(.cart):not(.totals):not(.table-comparison)
  tbody
  > tr {
  margin: 0;
  padding: 16px;
  box-shadow: none;
  border-bottom: 1px solid #e0e0e0;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .table:not(.cart):not(.totals):not(.table-comparison)
  tbody
  > tr.items-top {
  display: none;
  font-weight: 600;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .table:not(.cart):not(.totals):not(.table-comparison)
  thead
  > tr {
  border-bottom: 1px solid #e0e0e0;
  display: table-row;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .table:not(.cart):not(.totals):not(.table-comparison)
  thead
  > tr
  > td {
  border: none;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .table:not(.cart):not(.totals):not(.table-comparison)
  thead
  > tr
  > td.col.id,
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .table:not(.cart):not(.totals):not(.table-comparison)
  thead
  > tr
  > td.col.total,
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .table:not(.cart):not(.totals):not(.table-comparison)
  thead
  > tr
  > td.col.shipping {
  width: 20%;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .table:not(.cart):not(.totals):not(.table-comparison)
  thead
  > tr
  > td.col.name {
  width: 40%;
  padding: 8px 0;
  text-align: center;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .table:not(.cart):not(.totals):not(.table-comparison)
  thead
  > tr
  > th {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  text-align: center;
}
.sales-order-history
  .page-main
  .columns
  .main
  .generic-orders-history
  .table:not(.cart):not(.totals):not(.table-comparison)
  thead
  > tr
  > th.col.id {
  padding-left: 3px;
}
.page-products .breadcrumbs {
  padding: 8px;
  height: 24px;
  line-height: 24px;
  margin-bottom: -48px;
  z-index: 2;
  position: relative;
}
.page-products .page-main {
  z-index: 0;
}
.page-products .page-main .page-title-wrapper {
  height: 152px;
  margin-left: -16px;
  margin-right: -16px;
}
.page-products .page-main .page-title-wrapper h1 {
  width: 100%;
  margin-bottom: 0;
  letter-spacing: 0;
  text-align: center;
  color: #1e398d;
  font-size: 24px;
  font-weight: 400;
  line-height: 160px;
}
.page-wrapper > .category-view {
  z-index: 0;
  margin-top: -128px;
}
.page-wrapper > .category-view .page-main {
  padding: 0;
  height: 120px;
}
.page-wrapper > .category-view .page-main .category-image {
  height: inherit;
}
.page-wrapper > .category-view .page-main .category-image .image {
  height: inherit;
  background-size: cover;
  background-position: top;
}
.page-wrapper > .category-view .category-description {
  margin-bottom: 0;
}
.category-stores .page-main .page-title-wrapper {
  width: 100%;
  margin: 0;
}
.category-stores .page-main .category-view {
  margin: 8px -16px 0;
  height: 152px;
  z-index: 0;
}
.category-stores .page-main .category-view .category-image {
  height: inherit;
}
.category-stores .page-main .category-view .category-image .image {
  height: inherit;
  background-size: cover;
  background-position: top;
}
.category-stores .page-main .columns {
  padding-top: 16px;
}
.sms-store .breadcrumbs {
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  margin-bottom: -32px;
  z-index: 2;
}
.sms-store .page-main .sdp-banner {
  margin: 0 -16px 16px !important;
  height: 152px;
}
.sms-store .page-main .sdp-banner .row-full-width-inner {
  height: inherit;
}
.sms-store .page-main .sdp-banner .row-full-width-inner .image {
  height: 152px !important;
  background-size: cover;
  background-position: top;
}
.sms-store .page-main .page-title-wrapper.product {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
}
.sms-store .page-main .page-title-wrapper.product h1 {
  line-height: 160px;
  text-align: center;
  color: #1e398d;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  width: 100%;
}
