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: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #006bb4;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #006bb4;
  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: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #cccccc;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 11px 10px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type*="date"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #575757;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #575757;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #575757;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #575757;
}
textarea::-webkit-input-placeholder {
  color: #575757;
}
textarea:-ms-input-placeholder {
  color: #575757;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error {
  color: #e02b27;
  font-size: 1.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: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #00699d;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.h-explainer {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  cursor: help;
}
.h-explainer:before {
  display: inline-block;
  font-family: 'luma-icons';
  content: '\e907';
  text-align: center;
  color: #2e7ced;
  line-height: 18px;
  border-radius: 100%;
  font-size: 20px;
  background: none;
  vertical-align: -4px;
}
.h-explainer-content {
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  bottom: 28px;
  left: 10px;
  padding: 10px 16px;
  width: 178px;
  background-color: #2e7ced;
  font-weight: normal;
  line-height: 17px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.h-explainer-content:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #2e7ded;
  position: absolute;
  bottom: -6px;
  left: 0px;
  content: " ";
  display: block;
}
.h-explainer:hover .h-explainer-content {
  opacity: 1;
  pointer-events: all;
}
/* Primary colors */
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.cart-discount .action.check,
.abs-add-fields .action.remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-add-invitations .action.remove,
.form-add-invitations .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form-create-return .action.remove,
.form-create-return .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove,
.form.send.friend .action.remove,
.form.send.friend .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.cart-discount .action.check:visited,
.abs-add-fields .action.remove:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form-create-return .action.remove:visited,
.form-create-return .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited,
.form.send.friend .action.remove:visited,
.form.send.friend .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.cart-discount .action.check:hover,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.cart-discount .action.check:active,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form-create-return .action.remove:active,
.form-create-return .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:active,
.form.send.friend .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,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .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-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .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.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .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-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .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.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .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-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .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.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.cancel {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-revert-to-action-secondary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.login-container .block .block-title strong {
  font-weight: 500;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.product.name a {
  font-weight: 400;
}
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.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,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.opc-block-summary,
.abs-field-date .control,
.abs-field-tooltip,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-cart-block > .title,
.abs-discount-block .block > .title,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.cart-summary .block > .title,
.abs-discount-block .block > .title,
.abs-discount-block .block > .title,
.paypal-review-discount .block > .title,
.paypal-review-discount .block > .title,
.paypal-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title,
.cart-discount .block > .title,
.cart-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.cart-summary .block > .title:after,
.abs-discount-block .block > .title:after,
.abs-discount-block .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.cart-summary .block > .title > span,
.abs-discount-block .block > .title > span,
.abs-discount-block .block > .title > span,
.paypal-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span,
.cart-discount .block > .title > span,
.cart-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.cart-summary .block > .title:after,
.abs-discount-block .block > .title:after,
.abs-discount-block .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.abs-discount-block .block,
.paypal-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.abs-discount-block .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.abs-discount-block .block .content,
.paypal-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.abs-discount-block .block.active .content,
.paypal-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.abs-account-blocks .block-title,
.paypal-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .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,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  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,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.abs-sidebar-totals .table-caption,
.cart-totals .table-caption,
.cart-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.abs-field-date input,
.form.search.advanced .fields.range .field.date input,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before {
  border-bottom-color: #666666;
}
.abs-checkout-tooltip-content-position-top:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span {
  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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-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 {
  content: '\e621';
}
.cart-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
@font-face {
  font-family: 'Roboto';
  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: auto;
}
@font-face {
  font-family: 'Roboto';
  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: auto;
}
@font-face {
  font-family: 'Roboto';
  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: auto;
}
@font-face {
  font-family: 'Roboto';
  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: auto;
}
@font-face {
  font-family: 'Cera';
  src: url('../fonts/CeraPro-Bold.eot');
  src: url('../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CeraPro-Bold.woff2') format('woff2'), url('../fonts/CeraPro-Bold.woff') format('woff'), url('../fonts/CeraPro-Bold.ttf') format('truetype'), url('../fonts/CeraPro-Bold.svg#CeraPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
h1,
h2,
h3,
.category-item__name,
.btn--primary,
.page-block-title,
.tag-item,
.category-item__link,
.deliver-info__message,
.deliver-info__link,
.footer-column h4,
.product-add-form .action.primary,
.fit-calculator__description h4,
.fit-calculator__fit-size,
.table.grouped .price-box .price,
.price-including-tax .price,
.price-excluding-tax .price,
.related-products .product-item-label,
.dynamic-shipping__header,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount,
.product .product-item-label,
.block-minicart .amount .price-wrapper:first-child .price {
  font-family: 'Cera';
}
body {
  overflow-x: hidden;
}
body a,
body .alink {
  color: #2e7ced;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body a:hover,
body .alink:hover {
  color: #194e83;
}
h1 {
  font-size: 60px;
  line-height: 1em;
}
h2 {
  font-size: 36px;
  line-height: 1em;
}
h3 {
  font-size: 30px;
  line-height: 1em;
}
h1,
h2,
h3 {
  color: #2e7ced;
}
.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: 40px;
  -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: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  background: #f5f5f5;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #006bb4;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #006bb4;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #006bb4;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #006bb4;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #006bb4;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  font-family: 'luma-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #2e7ced;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.switcher-language .view-lt span,
.switcher-language .view-lt_ru span,
.switcher-language .view-lt_en span,
.switcher-language .view-lv span,
.switcher-language .view-lv_en span,
.switcher-language .view-lv_ru span,
.switcher-language .view-ee span,
.switcher-language .view-ee_ru span,
.switcher-language .view-ee_en span {
  display: none;
}
.switcher.language.switcher-language .actions.dropdown.options.switcher-options .action.toggle.switcher-trigger {
  margin-top: 5px;
}
.dropdown.switcher-dropdown {
  background: #f7f5f2;
}
.navigation .navigation-container .last.parent.level1 .level1 {
  border-bottom: none;
}
.nav-toggle {
  display: none;
}
.nav-sections {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-bottom: 25px;
}
.nav-sections .navigation {
  background: none;
}
.nav-sections-item-title {
  display: none;
}
.nav-sections-item-content {
  display: block !important;
}
.nav-sections-item-content > * {
  display: none;
}
.nav-sections-item-content > .navigation {
  display: block;
}
.navigation {
  background: #f0f0f0;
  font-weight: 700;
  height: inherit;
  left: auto;
  overflow: inherit;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
}
.navigation:empty {
  display: none;
}
.navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.navigation li.level0 {
  border-top: none;
}
.navigation li.level1 {
  position: relative;
}
.navigation .level0 {
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative;
}
.navigation .level0:last-child {
  margin-right: 0;
  padding-right: 0;
}
.navigation .level0:hover:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: calc(100% + 3px);
  z-index: 1;
}
.navigation .level0 > .level-top {
  color: #575757;
  line-height: 47px;
  padding: 0 12px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.navigation .level0 > .level-top:hover,
.navigation .level0 > .level-top.ui-state-focus {
  color: #333333;
  text-decoration: none;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 3px;
  color: #333333;
  text-decoration: none;
  display: inline-block;
}
.navigation .level0.parent:hover > .submenu {
  overflow: visible !important;
}
.navigation .level0.parent > .level-top {
  padding-right: 20px;
}
.navigation .level0.parent > .level-top > .ui-menu-icon {
  position: absolute;
  right: 0;
  display: inline-block;
  text-decoration: none;
}
.navigation .level0.parent > .level-top > .ui-menu-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 20px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.navigation .level0 .submenu {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
  font-weight: 400;
  min-width: 230px;
  padding: 0;
  display: none;
  left: 0;
  margin: 0 !important;
  position: absolute;
  z-index: 1;
  margin-top: 11px;
}
.navigation .level0 .submenu > ul {
  margin-top: 11px;
}
.navigation .level0 .submenu > ul:before,
.navigation .level0 .submenu > ul:after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
}
.navigation .level0 .submenu > ul:before {
  color: #ffffff;
  left: 20px;
  top: -20px;
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-bottom-color: #ffffff;
  z-index: 4;
}
.navigation .level0 .submenu > ul:after {
  border: 11px solid transparent;
  height: 0;
  width: 0;
  border-bottom-color: #cccccc;
  color: #cccccc;
  left: 19px;
  top: -22px;
  z-index: 3;
}
.navigation .level0 .submenu:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: -4px;
  z-index: 1;
}
.navigation .level0 .submenu a {
  display: block;
  line-height: inherit;
  color: #575757;
  padding: 8px 20px;
}
.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
  background: #e8e8e8;
  color: #333333;
  text-decoration: none;
}
.navigation .level0 .submenu .active > a {
  border-color: #ff5501;
  border-style: solid;
  border-width: 0 0 0 3px;
  color: #333333;
}
.navigation .level0 .submenu .submenu {
  top: -1px !important;
  left: 100% !important;
}
.navigation .level0 .submenu .submenu-reverse {
  left: auto !important;
  right: 100%;
}
.navigation .level0 .submenu li {
  margin: 0;
  position: relative;
}
.navigation .level0 .submenu li.parent > a > .ui-menu-icon {
  position: absolute;
  right: 3px;
  display: inline-block;
  text-decoration: none;
}
.navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 20px;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.navigation .level0.more {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.navigation .level0.more:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: inherit;
  color: inherit;
  content: '\e607';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.navigation .level0.more:before {
  display: none;
}
.navigation .level0.more:after {
  cursor: pointer;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
}
.navigation .level0.more:hover > .submenu {
  overflow: visible !important;
}
.navigation .level0.more li {
  display: block;
}
.panel.header .links,
.panel.header .switcher {
  display: inline-block;
}
.navigation {
  padding-left: 38px;
  padding-right: 38px;
}
.navigation .level0 > .level-top {
  color: #fff !important;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  white-space: nowrap;
}
.navigation .level0:hover > .level-top,
.navigation .level0 > .level-top:hover,
.navigation .level0 > .level-top.ui-state-active {
  text-decoration: underline;
}
.navigation .level0 .submenu {
  background: #2e7ced;
  border: none;
  box-shadow: none;
  top: 40px;
  left: 0;
  padding: 0;
}
.navigation .level0:last-child .submenu {
  background: #2e7ced;
  border: none;
  box-shadow: none;
  top: 40px;
  left: auto;
  right: 0;
}
.navigation .level0:last-child .submenu:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #2e7ced transparent;
  left: auto;
  right: 0;
}
.navigation .level0:last-child .submenu:after {
  right: -10px;
  left: auto;
}
.navigation .level0 .submenu a {
  color: #fff !important;
  padding: 10px 22px;
  position: relative;
  border-bottom: 1px solid #6ba4f6;
}
.navigation .level0 > .submenu > li:last-of-type > a {
  border-bottom: 0;
}
.navigation .level0 .submenu a:hover {
  text-decoration: underline;
}
.navigation .level0 .submenu .submenu {
  display: block;
  position: static;
  margin: 0 !important;
  left: 0 !important;
  background: none;
  width: auto;
  min-width: unset;
}
.navigation .level0 .submenu .submenu:before {
  display: none;
}
.navigation .level0 > .parent > a:before {
  display: inline-block;
  content: '\e622';
  font-family: 'luma-icons';
  position: absolute;
  right: 13px;
  font-size: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navigation .level0 .submenu .active > a {
  border-bottom: 1px solid #6ba4f6;
  border-left: 0;
}
.navigation .level0.parent > .submenu {
  display: block;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0.3s ease;
  -moz-transition: visibility 0.3s ease;
  -ms-transition: visibility 0.3s ease;
  transition: visibility 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navigation .level1.parent > .submenu {
  display: none;
}
.navigation .level0.parent.hover > .submenu,
.navigation .level0.parent:hover > .submenu {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.navigation li.level1.parent {
  position: relative;
}
.navigation .submenu .parent > a {
  padding-right: 35px;
}
.navigation li.level1.parent .toggle-parent {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 33px;
  right: 0px;
  top: 0px;
  z-index: 5;
  background: none;
  border: none;
  cursor: pointer;
}
.header .logo {
  width: 220px;
  text-align: left;
  margin-bottom: 21px;
}
.header .logo img {
  width: 186px;
  display: inline-block;
}
.page-header .header.links {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header.links .greet.welcome {
  display: none;
}
.header.links .social-login,
.header.links .customer-welcome .customer-name {
  display: inline-block;
  width: 22px;
  height: 30px;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  color: #2e7ced;
}
.header.links .social-login:hover,
.header.links .customer-welcome .customer-name:hover {
  color: #194e83;
}
.header.links li {
  margin-bottom: 0;
}
.header.links .social-login:before,
.header.links .customer-welcome .customer-name:before {
  text-indent: 0;
  font-family: 'luma-icons';
  display: inline-block;
  content: '\e627';
  position: absolute;
  right: 0px;
  font-size: 21px;
}
.header.links li:nth-child(3) {
  display: none;
}
.nav-sections {
  margin-bottom: 0;
}
.navigation .level0 > .level-top {
  padding: 0 5px;
}
.navigation .level0.parent > .level-top {
  padding-right: 5px;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-bottom: 0;
}
/* Table like layout for header navigation */
.navigation-container {
  display: table;
  width: 100%;
}
.navigation-container > ul {
  display: flex;
  justify-content: space-between;
}
.navigation-container > ul > li {
  text-align: center;
  margin: 0;
}
.navigation-container > ul > li > ul {
  text-align: left;
}
/* Close mobile menu */
.close-mobile-menu {
  display: none;
}
.user-logout-link {
  display: none;
}
.block-collapsible-nav .item .user-logout-link {
  display: inline-block;
}
.minicart-wrapper:before {
  display: none;
}
.header.links .customer-welcome .customer-menu > ul.header.links {
  padding-left: 0px;
  background: #fff;
  border: none;
}
.header.links .customer-welcome .customer-menu > ul.header.links:before {
  display: none;
}
.header.links .customer-welcome .customer-menu > ul.header.links:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent #ffffff transparent;
  right: 0px;
  top: -32px;
}
.header.links .customer-welcome .customer-menu > ul.header.links {
  width: 220px;
  right: 9px;
  top: 50px;
  padding: 8px;
}
.header.links .customer-welcome .customer-name {
  color: #5dc667 !important;
}
.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
  background: none;
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  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;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.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 {
  font-weight: 500;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #575757;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.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;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field.street {
  padding: 0 15px;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-size: 30px 60px;
  border: 1px solid #cccccc;
  height: 32px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
.field-select-billing {
  margin-bottom: 20px;
}
.field-select-billing .label {
  display: block;
  margin-bottom: 3px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
.ui-autocomplete {
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  max-height: 200px;
  overflow-y: auto;
  margin: 0 0 9px;
  padding: 9px 0 0;
  z-index: 1000;
}
.ui-autocomplete li {
  margin-bottom: 0;
}
.ui-menu-item a {
  padding: 0 11px;
  margin: 0 9px;
  line-height: 30px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  letter-spacing: 0.3px;
  font-weight: 400;
  color: #979797;
}
.ui-menu-item a.ui-state-focus {
  background-color: #f5f5f5;
  text-decoration: none;
  color: #000000;
}
.ui-helper-hidden-accessible {
  display: none;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary {
  border-radius: 3px;
}
button:not(.primary) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
button:not(.primary):active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.btn--primary {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #2e7ced;
  padding: 12px;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 294px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn--primary:hover {
  color: #fff;
  text-decoration: none;
  background-color: #194e83;
}
.btn--show-more {
  position: relative;
  text-align: left;
  width: 100%;
  padding-left: 25px;
  padding-right: 40px;
}
.btn--show-more:after {
  display: inline-block;
  position: absolute;
  content: '\e608';
  font-family: 'luma-icons';
  right: 28px;
  top: 15px;
  font-size: 13px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal-footer .action-primary.action-accept {
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  text-align: center;
  color: #fff;
  background: #2e7ced;
  padding: 12px;
  text-transform: uppercase;
  font-size: 16px;
  width: 68px;
  height: 46px;
  font-family: "Cera";
  font-weight: 700;
  min-width: 156px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.action-primary.action-accept:hover {
  color: #fff;
  text-decoration: none;
  background-color: #194e83;
}
.action-secondary.action-dismiss {
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #424547;
  text-align: center;
  color: #424547;
  background: transparent;
  padding: 12px;
  text-transform: uppercase;
  font-size: 16px;
  width: 68px;
  height: 46px;
  font-family: "Cera";
  font-weight: 700;
  min-width: 156px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.action-secondary.action-dismiss:hover {
  color: #000;
  border-color: #000;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 10px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\e621';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 400;
}
.pages .item {
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 30px;
  margin: 0 8px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #006bb4;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #006bb4;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  background: #e5e5e5;
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 30px;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 5px;
}
.pages .action {
  background: #f0f0f0;
  border: 1px solid #cccccc;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  background: #dedede;
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  padding: 0 8px;
}
.pages .action.previous {
  margin-right: 8px;
}
.pages .action.next {
  margin-left: 8px;
}
.site-block {
  max-width: 1366px;
  margin: 0 auto;
}
.cms-home .page-title-wrapper {
  display: none;
}
.homepage-banner-wrapper {
  background: #e5d4c7;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.homepage-banner-wrapper p {
  margin: 0;
}
.homepage-banner-wrapper .site-block {
  position: relative;
  height: auto;
  text-align: center;
}
.homepage-banner-wrapper .site-block img {
  vertical-align: top;
}
.homepage-banner__content {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 450px;
  z-index: 10;
}
.homepage-banner__content h1 {
  color: #707375;
  line-height: 65px;
  margin-bottom: 28px;
  letter-spacing: 2px;
}
.homepage-banner__content p {
  font-size: 16px;
  line-height: 24px;
  color: #707375;
  margin-bottom: 23px;
}
.homepage-banner__media {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 5;
}
.homepage-banner__media p {
  margin: 0;
}
.homepage-banner__media img {
  width: 100%;
  height: auto;
}
.category-list {
  list-style: none;
  margin: 72px 0;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.category-list:after {
  display: block;
  content: '';
  clear: both;
}
.category-list > li {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  margin: 0;
  margin-bottom: 30px;
}
.category-list > li:nth-child(3n+1) {
  clear: left;
}
.category-item {
  background: #fff;
  padding: 30px;
  padding-bottom: 42px;
  min-height: 565px;
}
.category-item__image {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
.category-item__name {
  color: #2e7ced;
  margin-bottom: 21px;
  font-size: 36px;
  line-height: 38px;
}
ul.subcategory-list {
  padding-top: 22px;
  padding-bottom: 11px;
  border-top: 2px solid #f7f5f2;
  border-bottom: 2px solid #f7f5f2;
  margin-bottom: 23px;
  min-height: 181px;
}
.subcategory-list li:empty {
  display: none;
}
.subcategory-list li {
  margin-bottom: 15px;
  font-size: 15px;
  display: none;
}
.subcategory-list p {
  margin-bottom: 15px;
}
.subcategory-list li:nth-child(1),
.subcategory-list li:nth-child(2),
.subcategory-list li:nth-child(3),
.subcategory-list li:nth-child(4) {
  display: block;
}
.subcategory-list li a {
  color: #707375;
}
.subcategory-list li a:hover {
  color: #194e83;
}
.category-item__link {
  display: block;
  color: #707375;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
.category-item__link:after {
  display: inline-block;
  position: absolute;
  content: '\e608';
  font-family: 'luma-icons';
  right: -1px;
  top: 1px;
  font-size: 13px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Cookie notice */
.cookie-notice-wrapper {
  position: relative;
  background: #2e7ced;
  color: #fff;
  z-index: 15;
  display: none;
}
.cookie-notice-wrapper .site-block {
  position: relative;
  padding-left: 185px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 60px;
  padding-right: 170px;
}
.cookie-notice__intro {
  position: absolute;
  left: 48px;
  font-size: 24px;
  top: 12px;
  font-weight: 500;
}
.cookie-notice__content {
  padding-top: 8px;
}
.cookie-notice__content p {
  margin: 0;
  font-size: 15px;
  line-height: 16px;
}
.cookie-notice__content p a,
.cookie-notice__content > a {
  color: #fff;
  text-decoration: underline;
}
.cookie-notice__content p a:hover,
.cookie-notice__content > a:hover {
  color: #194e83;
}
.cookie-notice__close {
  display: inline-block;
  border: 2px solid #fff;
  padding: 6px 13px;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  right: 48px;
  top: 11px;
  min-width: unset;
  max-width: 180px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
.cookie-notice__close:hover {
  background: #fff;
  color: #2e7ced;
}
.simple-section .page-block-title,
.page-block-title {
  position: relative;
  overflow: hidden;
  color: #707375;
  font-size: 36px;
  margin-bottom: 55px;
}
.page-block-title span {
  display: inline-block;
  position: relative;
}
.page-block-title span:before {
  display: inline-block;
  content: '';
  height: 2px;
  background: #d1d1d1;
  width: 2000px;
  left: 100%;
  margin-left: 43px;
  top: 19px;
  position: absolute;
}
.h-row.shop-list {
  margin-bottom: 25px;
  margin-left: -15px;
  margin-right: -15px;
}
.h-row.shop-list > .col-1-of-2,
.h-row.shop-list > .col-1-of-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.shop-list + .team-list {
  margin-top: 72px;
}
.shop-item {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
.shop-item__image {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.shop-item__image.mobile {
  display: none;
}
.shop-item__image.desktop {
  display: block;
}
.shop-item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.shop-item__details {
  background: #fff;
  padding: 30px;
  padding-top: 20px;
  position: relative;
  padding-bottom: 18px;
}
.shop-item__details hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.shop-item__details table {
  width: auto;
}
.shop-item__details h3.shop-item__location {
  margin-top: 0px;
}
.shop-item__details p {
  font-size: 15px;
  line-height: 24px;
}
.shop-item__details td,
.shop-item__details th {
  padding-left: 0px;
  padding-top: 0;
  padding-bottom: 5px;
  padding-right: 33px;
}
.shop-item__location {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 29px;
}
.shop-item__location:before {
  content: '\e60a';
  display: inline-block;
  margin-right: 16px;
  font-size: 20px;
  font-family: 'luma-icons';
  vertical-align: 1px;
}
.col-1-of-1 .shop-item {
  padding-left: 50%;
}
.col-1-of-1 .shop-item__image {
  width: 50%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
/* Shop item has tag */
.has-tag .shop-item__details {
  padding-top: 142px;
  padding-bottom: 72px;
}
.has-tag .shop-item__details hr {
  margin-top: 35px;
  margin-bottom: 35px;
}
.tag-list {
  position: absolute;
  left: 0;
  top: 64px;
}
.tag-item {
  display: inline-block;
  color: #fff;
  text-align: right;
  font-size: 24px;
  line-height: 28px;
  padding: 0 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  min-width: 110px;
  margin-bottom: 5px;
}
.tag-item--green {
  background: #5dc667;
}
.deliver-info-block {
  background: #fff;
  margin-bottom: 120px;
  margin-top: 80px;
  padding: 30px 30px 30px 250px;
  display: inline-block;
  position: relative;
}
.deliver-info-block .deliver-info__message {
  float: left;
  width: 310px;
  margin: 0px;
  padding: 70px 60px 70px 0px;
  color: #2e7ced;
  line-height: 36px;
  font-size: 36px;
}
.deliver-info-block .deliver-info__message:before {
  font-family: 'luma-icons';
  content: "";
  background: url(../images/deliver-info.svg);
  width: 160px;
  height: 120px;
  display: inline-block;
  position: absolute;
  left: 53px;
  top: 74px;
}
.deliver-info-block .details-info__details {
  float: right;
  width: calc(-430%);
}
.deliver-info-block .deliver-info__details h4 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #707375;
  font-weight: 400;
  line-height: 24px;
}
.deliver-info-block .deliver-info__details p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.deliver-info-block .deliver-info__link {
  position: absolute;
  bottom: 28px;
  right: 30px;
  color: #2e7ced;
  font-size: 14px;
  padding-right: 14px;
}
.deliver-info-block .deliver-info__link:after {
  font-family: 'luma-icons';
  content: '\e608';
  display: inline-block;
  position: absolute;
  right: -2px;
  top: -1px;
}
/* ----------------------------------
    ------  About us page
    -------------------------------------*/
body.cms-apie-mus {
  background: #fff;
}
.cms-page-view .page-main {
  padding-left: 0;
  padding-right: 0px;
}
.cms-page-view .page-main {
  max-width: unset;
}
/* Simple section */
.simple-section {
  margin-bottom: 42px;
  background: #fff;
}
.bg-light-grey {
  background: #f7f5f2;
}
.bg-sand {
  background: #f2dcce;
}
.h-color-grey {
  color: #838484;
}
.h-color-sand {
  color: #f2dcce;
}
.h-color-white {
  color: #ffffff;
}
.h-color-blue {
  color: #2e7ced !important;
}
.h-no-margin-bottom {
  margin-bottom: 0;
}
.simple-section .site-block {
  padding-top: 82px;
  padding-bottom: 82px;
  padding-left: 50px;
  padding-right: 50px;
}
.simple-section:last-child {
  margin-bottom: 0;
}
.simple-section:last-child .site-block {
  padding-bottom: 10px;
  padding-bottom: 60px;
}
.simple-section p {
  font-size: 15px;
  line-height: 28px;
  color: #838484;
}
.simple-section h1 {
  font-size: 60px;
  margin-bottom: 59px;
  line-height: 65px;
}
.simple-section h2 {
  font-size: 60px;
}
.h-same-height .simple-section h2 {
  margin-top: 0;
}
.simple-section h3 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  margin-top: 28px;
  margin-bottom: 19px;
}
/* Video box */
.h-video-box {
  position: relative;
  display: block;
}
.h-video-box:before {
  display: inline-block;
  position: absolute;
  color: #2e7ced;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -45%;
  width: 88px;
  height: 88px;
  text-align: center;
  border-radius: 100%;
  line-height: 88px;
  font-size: 90px;
  margin-left: -45px;
  content: '\e909';
  font-family: 'luma-icons';
  margin-top: -25px;
}
.h-video-box:after {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  top: 50%;
  margin-top: 91px;
  text-align: center;
  color: #2e7ced;
  font-weight: bold;
  content: 'Žiūrėti video';
}
/* Image box */
.h-img-box {
  position: relative;
}
.h-img-box img {
  position: relative;
  z-index: 2;
}
.h-img-box:before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2dcce;
  margin-left: 30px;
  margin-top: 30px;
  z-index: 1;
}
.col-1-of-2:last-child .h-img-box:before {
  margin-left: -30px;
  margin-top: -30px;
  background: #2e7ced;
}
/* Features list */
.features-list {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  margin-top: 98px;
}
.feature-item {
  max-width: 400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.feature-item h3 {
  margin-bottom: 25px;
}
/* Team list */
.team-list .col-1-of-3:nth-child(3n+1) {
  clear: left;
}
.team-item {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 82px;
}
.team-item img {
  border-radius: 100%;
}
.team-item h3 {
  text-transform: none;
  margin-bottom: 0;
  margin-top: 31px;
}
.team-item h3 + p {
  margin-top: 3px;
}
.team-item p + p {
  line-height: 24px;
}
.team-item p + p {
  margin-top: 16px;
}
/* ----------------------------------
    ------  Contacts page
    -------------------------------------*/
.contacts-info-blocks {
  position: relative;
  margin-bottom: 33px;
}
.contacts-info-blocks h1 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 21px;
}
.contacts-info-blocks h1 + p {
  font-size: 20px;
  line-height: 38px;
}
.contacts-info-blocks p {
  line-height: 25px;
  margin-bottom: 21px;
}
.contacts-info-blocks p:last-child {
  margin-bottom: 0;
}
.contacts-info-blocks h2 {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 28px;
}
.contacts-info-blocks .h-row > .col-1-of-3:before {
  display: inline-block;
  content: '';
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background: #e2e1de;
}
.contacts-info-blocks .h-row > .col-1-of-3:first-child:before {
  left: 33.3333%;
  margin-left: -17px;
}
.contacts-info-blocks .h-row > .col-1-of-3:nth-child(2n):before {
  left: 66.6666%;
  margin-left: 17px;
}
.contacts-info-blocks .h-row > .col-1-of-3:last-child:before {
  display: none;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  margin-bottom: 10px;
  text-align: center;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #707070;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #006bb4;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.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: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.catalog-category-view #mana_ajax_wrapper_breadcrumbs .breadcrumbs {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup .actions-toolbar .action.cancel {
  font-weight: 400;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 20px 0 0;
}
.location-details .location-name {
  font-size: 18px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 18px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #006bb4;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.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 {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1366px;
}
[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: 1366px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #cccccc;
  height: 40px;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.4rem;
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #333333;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 10px 10px 30px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.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%, #ffffff);
}
.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%;
  }
}
.clgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
}
.clgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.clgdprcookie-cookie-container.-modal .clgdprcookie-header,
.clgdprcookie-cookie-container.-modal .clgdprcookie-text {
  padding-left: 25px;
}
.clgdprcookie-cookie-container.-modal {
  margin-right: 30px;
  box-shadow: none;
  direction: ltr;
}
.clgdprcookie-cookie-container .clgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.clgdprcookie-cookie-container .clgdprcookie-caption {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
}
.clgdprcookie-cookie-container .clgdprcookie-text {
  margin-bottom: 10px;
  color: #363636;
  font-size: 12px;
}
.clgdprcookie-cookie-container .clgdprcookie-options {
  font-size: 12px;
  color: #5384ec;
  cursor: pointer;
}
.clgdprcookie-toggle-cookie {
  position: relative;
  padding-left: 50px;
}
.clgdprcookie-toggle-cookie .clgdprcookie-input {
  width: 0;
  height: 0;
  opacity: 0;
}
.clgdprcookie-toggle-cookie .clgdprcookie-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.clgdprcookie-toggle-cookie .clgdprcookie-label:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  background: #fff;
  content: '';
  transition: all .4s ease;
}
.clgdprcookie-toggle-cookie .clgdprcookie-input:active + .clgdprcookie-label,
.clgdprcookie-toggle-cookie .clgdprcookie-input:focus + .clgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.clgdprcookie-toggle-cookie .clgdprcookie-input:checked:disabled + .clgdprcookie-label {
  background: #e8e8e8;
}
.clgdprcookie-toggle-cookie .clgdprcookie-input:checked:disabled + .clgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.clgdprcookie-toggle-cookie .clgdprcookie-input:checked:not([disabled]) + .clgdprcookie-label {
  background: #1979c3;
}
.clgdprcookie-toggle-cookie .clgdprcookie-input:checked:not([disabled]) + .clgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.clgdprcookie-toggle-cookie .clgdprcookie-input:not([checked]) + .clgdprcookie-label {
  background: #a5a5a5;
}
.clgdprcookie-toggle-cookie .clgdprcookie-input:disabled + .clgdprcookie-label {
  background: #e8e8e8;
}
.clgdprcookie-toggle-cookie .clgdprcookie-input:disabled + .clgdprcookie-label:after {
  left: 2px;
}
.clgdprcookie-toggle-cookie .clgdprcookie-input:focus + .clgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.clgdprcookie-main-wrapper {
  color: #363636;
}
.clgdprcookie-main-wrapper .clgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.clgdprcookie-main-wrapper .clgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.clgdprcookie-main-wrapper .clgdprcookie-btn-wrapper {
  display: flex;
}
.clgdprcookie-main-wrapper .clgdprcookie-btn {
  padding: 7px 27px;
  border: 0;
  border-radius: 6px;
  background: #ef7c4a;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.clgdprcookie-main-wrapper .clgdprcookie-btn:first-child {
  margin: 0 15px;
}
.clgdprcookie-main-wrapper .clgdprcookie-btn:hover {
  background: #eb5a1b;
}
.clgdprcookie-main-wrapper .clgdprcookie-btn:focus,
.clgdprcookie-main-wrapper .clgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.clgdprcookie-cookie-container .clgdprcookie-link {
  float: right;
  color: #389dfe;
  text-transform: capitalize;
  letter-spacing: .3px;
  font-size: 12px;
  cursor: pointer;
}
.clgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.clgdprjs-bar-template .clgdprcookie-buttons-block .clgdprcookie-button {
  margin-right: 5px;
}
.clgdprjs-bar-template.-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  transform: translate(-50%, -50%);
}
.clgdprjs-bar-template.-popup:before {
  width: 100%;
  height: 100%;
  background-color: #0a6c9f;
  content: '';
}
.clgdprjs-bar-template.-popup .clgdprcookie-bar-container {
  padding: 50px;
}
.clgdprjs-bar-template.-popup .clgdprcookie-bar-block {
  width: 100%;
}
.clgdprjs-bar-template.-popup .clgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.clgdprcookie-groups-modal {
  z-index: 10000000031 !important;
  background-color: rgba(51, 51, 51, 0.55);
}
.clgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.clgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.clgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.clgdprcookie-groups-modal .action-close {
  display: none;
}
.clgdprcookie-groups-modal .clgdprcookie-form {
  padding: 0 10px;
}
.clgdprcookie-groups-modal .clgdprcookie-done {
  background-color: #5384ec;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.clgdprcookie-groups-modal .clgdprcookie-done:hover {
  background-color: #1357e6;
}
.clgdprcookie-groups-modal .clgdprcookie-done:focus {
  background-color: #1357e6;
  outline: none;
  box-shadow: none;
}
.clgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.clgdprcookie-groups-modal + .modals-overlay {
  z-index: 900 !important;
}
.clgdprcookie-groups-modal .clgdprcookie-form-container,
.clgdprcookie-groups-modal .clgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.clgdprcookie-groups-modal .clgdprcookie-form-container::-webkit-scrollbar,
.clgdprcookie-groups-modal .clgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.clgdprcookie-groups-modal .clgdprcookie-form-container::-webkit-scrollbar-track,
.clgdprcookie-groups-modal .clgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.clgdprcookie-groups-modal .clgdprcookie-form-container::-webkit-scrollbar-thumb,
.clgdprcookie-groups-modal .clgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.clgdprcookie-bar-container {
  background: #fff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.clgdprcookie-bar-container .clgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.clgdprcookie-bar-container .clgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.clgdprcookie-bar-container .clgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.clgdprcookie-bar-container .clgdprcookie-buttons-block .clgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.clgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.clgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.clgdprcookie-buttons-block .clgdprcookie-button {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #5384ec;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.clgdprcookie-buttons-block .clgdprcookie-button:hover {
  opacity: .9;
}
.clgdprcookie-buttons-block .clgdprcookie-button:active,
.clgdprcookie-buttons-block .clgdprcookie-button:focus {
  opacity: .9;
  box-shadow: 0 0 3px 1px #00699d;
}
.clgdprcookie-buttons-block .clgdprcookie-button.-allow,
.clgdprcookie-buttons-block .clgdprcookie-button.-save {
  background: #5384ec;
  color: #fff;
  flex-basis: 33%;
}
.clgdprcookie-modal-template {
  background: #fff;
  overflow-y: auto;
  margin-left: 5px;
}
.clgdprcookie-modal-template .clgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #5384ec;
  margin-bottom: 0;
}
.clgdprjs-bar-template.basic-bar {
  z-index: 10000000000;
}
.clgdprjs-bar-template.basic-bar .clgdprcookie-policy-main-container {
  padding: 24px;
}
.clgdprjs-bar-template.basic-bar .clgdprcookie-policy-main-container .clgdprcookie-text-container {
  max-width: 60%;
  margin-left: auto;
}
.clgdprcookie-modal-container .modal-content {
  padding: 0;
}
.clgdprjs-bar-template.basic-bar .clgdprcookie-cookie-container .clgdprcookie-toggle-cookie {
  padding-left: 50px;
}
.clgdprjs-bar-template.basic-bar .clgdprcookie-policy-container {
  width: 30%;
}
.clgdprjs-bar-template.basic-bar .clgdprcookie-groups-container {
  box-shadow: none;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  overflow-y: hidden;
  margin-bottom: 20px;
}
.clgdprjs-bar-template.basic-bar .clgdprcookie-settings-form {
  display: flex;
}
.clgdprjs-bar-template.basic-bar .clgdprcookie-cookie-container {
  margin-bottom: 0;
}
.clgdprjs-bar-template.basic-bar .clgdprcookie-cookie-container.-modal:first-child {
  padding-top: 0;
}
.clgdprjs-bar-template.basic-bar .clgdprcookie-cookie-container {
  margin-bottom: 0;
  padding: 0;
}
.clgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: 58vh;
  min-height: 170px;
  overflow-y: scroll;
}
.clgdprcookie-policy-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
}
.clgdprcookie-text-container .clgdprcookie-policy {
  display: inline;
}
.clgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
  right: 46px;
}
.clgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.clgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.clgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.clgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.clgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.clgdprcookie-modal-container .modal-inner-wrap .clgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.clgdprcookie-modal-container .modal-inner-wrap .clgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.clgdprcookie-modal-container .modal-inner-wrap .clgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.clgdprcookie-modal-container .modal-inner-wrap .clgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.clgdprcookie-settings-form .clgdprcookie-toggle-cookie .clgdprcookie-input.disabled + .clgdprcookie-label {
  background: #e8e8e8;
}
.clgdprcookie-groups-modal .clgdprcookie-table .clgdprcookie-row,
.clgdprcookie-groups-modal .clgdprcookie-table thead tr,
.clgdprcookie-groups-modal .clgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.clgdprcookie-groups-modal .clgdprcookie-cell.-name {
  word-wrap: break-word;
}
.clgdprcookie-modal-container .clgdprcookie-modal-template {
  width: 20%;
  min-width: 400px;
  margin-left: 0;
  height: 100%;
  pointer-events: auto;
  z-index: 900;
  position: relative;
}
.clmodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
.clgdprcookie-row .clgdprcookie-cell span:first-child {
  display: none;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
.filter-content input[type="text"]:focus,
.filter-content input[type="checkbox"]:focus,
.filter-content input[type="radio"]:focus,
.filter-content select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.filter-content .filter-options-item li a:hover {
  background: none !important;
  color: #006bb4;
}
.filter-content .filter-options-item li a:hover span {
  color: #006bb4;
}
.filter-content .filter-options-item .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
  background: #01007F;
  left: -2px;
  bottom: -3px;
}
.filter-content #ln_slider_price {
  margin-bottom: 5px;
}
.mp-show-navigation {
  display: none;
}
.mst-search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.mst-search__result-tabs:before,
.mst-search__result-tabs:after {
  content: '';
  display: table;
}
.mst-search__result-tabs:after {
  clear: both;
}
.mst-search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.mst-search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.mst-search__result-tabs li a.active,
.mst-search__result-tabs li a:hover,
.mst-search__result-tabs li a:focus {
  color: #333333;
  background: #ffffff;
}
.mst-search__result-tabs li a.active {
  border-bottom: 1px solid #ffffff;
}
.mst-search__result-index {
  padding: 1rem 0 1rem 0;
}
.mst-search__result-index .mst-search__result-index-title {
  background: #f6f6f6;
  padding: 1rem;
  border-radius: 1px;
  color: #7d7d7d;
}
.mst-search__result-index:last-child {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #f6f6f6;
}
.mst-search-in__wrapper .mst-search-in__title {
  font-size: 1.4rem;
}
.mst-search-in__wrapper ul[role=list] {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.mst-search-in__wrapper ul[role=list] li[role=listitem] {
  margin: 0;
}
.mst-search__index ul.mst-search__list {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.mst-search__index ul.mst-search__list li {
  margin: 2rem 0;
}
.mst-search__index ul.mst-search__list li:before,
.mst-search__index ul.mst-search__list li:after {
  content: '';
  display: table;
}
.mst-search__index ul.mst-search__list li:after {
  clear: both;
}
.mst-search__index ul.mst-search__list li:last-child {
  margin-bottom: 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title {
  font-size: 1.5rem;
  font-weight: 600;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > a {
  color: #333333;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title > span {
  color: #aaaaaa;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='h-auto pos-relative mh-4 css-10v800z'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: -2px 5px;
}
.mst-search__index ul.mst-search__list li .mst-search__index-title._crumbs a:last-child:after {
  display: none;
}
.mst-search__index ul.mst-search__list li .mst-search__index-content {
  color: #666666;
  margin: .5rem 0 0 0;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image {
  margin-right: 2rem;
  float: left;
}
.mst-search__index ul.mst-search__list li .mst-search__index-image > img {
  max-width: 5rem;
  max-height: 5rem;
}
.mst-search__highlight {
  background: #ffff00;
}
.mst-search__misc-recommendations {
  display: flex;
  flex-wrap: wrap;
}
.mst-search__misc-recommendations dt {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd {
  margin-right: 20px;
}
.mst-search__misc-recommendations dd .count {
  color: #7d7d7d;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch .hidden {
  display: none;
}
.mst_categorySearch_searchIcon,
.mst_categorySearch_searchIcon:hover {
  position: absolute;
  font-size: 21px;
  left: 0;
  background-color: transparent;
  border: none;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
input#form-category-search_input {
  margin: 0 0 15px 0;
  padding: 0 0 0 48px;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border-top: 2px solid #1ba1fc;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 7px;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results {
  height: 100%;
  overflow-y: auto;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__results.__all {
  margin-bottom: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.mst-searchautocomplete__autocomplete._loading .mst-searchautocomplete__spinner {
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  border-top: 1px solid #efefef;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
  font-weight: 600;
  padding: 10px 0;
  color: #777777;
  font-size: 1.2rem;
  display: block;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  border-bottom: 1px solid #efefef;
  padding: 10px 0 9px 0px;
  margin: 0 10px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #777777;
  text-transform: uppercase;
  font-weight: 700;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
  display: none;
}
.mst-searchautocomplete__autocomplete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mst-searchautocomplete__autocomplete ul li {
  margin: 0;
  padding: 7px 10px;
  cursor: pointer;
}
.mst-searchautocomplete__autocomplete ul li:before,
.mst-searchautocomplete__autocomplete ul li:after {
  content: '';
  display: table;
}
.mst-searchautocomplete__autocomplete ul li:after {
  clear: both;
}
.mst-searchautocomplete__autocomplete ul li a.title {
  font-weight: 500;
  margin-bottom: 0;
  color: #333333;
  text-decoration: none;
}
.mst-searchautocomplete__autocomplete ul li._active {
  background: #f8f8f8;
}
.mst-searchautocomplete__autocomplete ul li._active a.title {
  text-decoration: underline;
}
.mst-searchautocomplete__index.popular .index-title {
  background: none;
  text-align: left;
  color: #999999;
}
.mst-searchautocomplete__index.popular ul li {
  float: left;
  padding: 10px 10px 10px 10px;
  margin: 0;
}
.mst-searchautocomplete__index.popular ul li a {
  font-size: 1.3rem;
  color: #575757;
  font-weight: 600;
}
.mst-searchautocomplete__index.popular ul li:hover {
  background: none;
  cursor: pointer;
}
.mst-searchautocomplete__index.popular ul li:hover a {
  text-decoration: underline;
}
.mst-searchautocomplete__index.magento_catalog_product {
  border-left: 1px solid transparent;
}
.mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  border-bottom: 1px solid #f6f6f6;
  align-items: center;
  padding: 10px;
}
.mst-searchautocomplete__item.magento_catalog_product:last-child {
  border-bottom: none;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
  height: 8rem;
  width: 8rem;
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
  height: 8rem;
  max-width: 8rem;
  display: block;
  margin: auto;
  object-fit: contain;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: block;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
  color: #333333;
}
.mst-searchautocomplete__item.magento_catalog_product .title .sku {
  color: #777777;
}
.mst-searchautocomplete__item.magento_catalog_product .meta {
  flex-grow: 1;
  overflow: hidden;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
  font-size: 1.2rem;
  color: #777777;
  height: 3rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .store > .price {
  display: block;
  font-weight: 600;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.3rem;
}
.mst-searchautocomplete__item.magento_catalog_product .store > .price .price-label {
  margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary {
  margin: 0;
}
.mst-searchautocomplete__item.magento_catalog_product .product-reviews-summary .reviews-actions {
  display: none;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mst-searchautocomplete__item.magento_catalog_product .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mst-searchautocomplete__item.magento_catalog_product .to-cart {
  float: right;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.mst-searchautocomplete__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mst-searchautocomplete__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mst-searchautocomplete__item.magento_catalog_product._active {
  background: #f8f8f8 !important;
}
.mst-searchautocomplete__item.magento_catalog_product._active .title a {
  text-decoration: underline;
}
.mst-searchautocomplete__item.magento_search_query a {
  float: left;
}
.mst-searchautocomplete__item.magento_search_query .num_results {
  float: right;
  color: #777777;
}
.mst-searchautocomplete__item a.title {
  word-break: break-word;
}
.mst-searchautocomplete__item a.title i {
  color: #777777;
  display: inline-block;
  margin: 0 .5rem;
  font-style: normal;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #1ba1fc;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
}
.mst-searchautocomplete__spinner .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 480px;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 223px;
    width: 223px;
    padding-bottom: 2rem;
    box-sizing: border-box;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index .mst-searchautocomplete__index-title {
    margin-right: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px;
    max-width: 480px;
    clear: right;
    float: right;
    border-left: 1px solid #f6f6f6;
    border-right: unset;
    padding-bottom: 0;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
}
@media (max-width: 768px) {
  .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: block;
    position: absolute;
    right: 6px;
    top: 0;
    font-weight: bold;
    color: #999999;
    font-size: 1.6rem;
    padding: 10px;
    line-height: 1rem;
    cursor: pointer;
  }
}
.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
html.mstInPage,
html.mstInPage body {
  position: absolute;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mstInPage__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: none;
  overflow-y: scroll;
}
.mstInPage__container._visible {
  display: block;
}
.mstInPage__container .hidden {
  display: none;
}
.mstInPage__backdrop {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(240, 243, 246, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.mstInPage__wrapper {
  position: relative;
  z-index: 1000001;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.mstInPage__close:hover {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.mstInPage__header {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #ffffff;
}
.mstInPage__header form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mstInPage__header form:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg enable-background='new 0 0 32 32' height='32px' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='play'/%3E%3Cg id='stop'/%3E%3Cg id='pause'/%3E%3Cg id='replay'/%3E%3Cg id='next'/%3E%3Cg id='Layer_8'/%3E%3Cg id='search'%3E%3Cg%3E%3Ccircle cx='14.5' cy='14.5' fill='none' r='11.5' stroke='%23CCCCCC' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline fill='none' stroke='%23CCCCCC' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' x1='29' x2='23' y1='29' y2='23'/%3E%3C/g%3E%3C/g%3E%3Cg id='list'/%3E%3Cg id='love'/%3E%3Cg id='menu'/%3E%3Cg id='add'/%3E%3Cg id='headset'/%3E%3Cg id='random'/%3E%3Cg id='music'/%3E%3Cg id='setting'/%3E%3Cg id='Layer_17'/%3E%3Cg id='Layer_18'/%3E%3Cg id='Layer_19'/%3E%3Cg id='Layer_20'/%3E%3Cg id='Layer_21'/%3E%3Cg id='Layer_22'/%3E%3Cg id='Layer_23'/%3E%3Cg id='Layer_24'/%3E%3Cg id='Layer_25'/%3E%3Cg id='Layer_26'/%3E%3C/svg%3E");
}
.mstInPage__header form button[type="submit"] {
  border: none;
  background: transparent;
  width: 30%;
  color: #1ba1fc;
}
.mstInPage__header form button[type="submit"]:hover {
  text-decoration: underline;
}
.mstInPage__header .mstInPage__close {
  height: 32px;
  width: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__header._loading form:before {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.542 1.487A21.507 21.507 0 00.5 22c0 11.874 9.626 21.5 21.5 21.5 9.847 0 18.364-6.675 20.809-16.072a1.5 1.5 0 00-2.904-.756C37.803 34.755 30.473 40.5 22 40.5 11.783 40.5 3.5 32.217 3.5 22c0-8.137 5.3-15.247 12.942-17.65a1.5 1.5 0 10-.9-2.863z' fill='%23CCCCCC' %3E%3C/path%3E%3C/svg%3E");
  animation: mstInPage--loading 0.5s linear infinite;
}
.mstInPage__header input[type=search] {
  border: none;
  font-size: 2.3rem;
  color: #575757;
  height: 60px;
  background: #ffffff;
  margin-right: 30px;
  padding-left: 30px;
  width: 100%;
}
.mstInPage__header input[type=search]::placeholder {
  color: #cccccc;
}
.mstInPage__header input[type=search]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.mstInPage__viewAll {
  white-space: nowrap;
  margin-right: 50px;
  color: #1ba1fc;
  text-decoration: none;
}
.mstInPage__viewAll:hover {
  color: #1ba1fc;
  text-decoration: underline;
}
.mstInPage__indexList {
  display: flex;
  align-items: center;
}
.mstInPage__indexList .mstInPage__indexListList {
  display: flex;
}
.mstInPage__indexList .mstInPage__index {
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  margin-right: 10px;
}
.mstInPage__indexList .mstInPage__index span,
.mstInPage__indexList .mstInPage__index i {
  display: block;
}
.mstInPage__indexList .mstInPage__index span {
  font-weight: 600;
  line-height: 2rem;
  font-size: 1.4rem;
}
.mstInPage__indexList .mstInPage__index i {
  font-style: normal;
  font-size: 1.2rem;
  color: #999999;
  margin-left: 1rem;
  line-height: 2rem;
}
.mstInPage__indexList .mstInPage__index:hover {
  border-color: #1ba1fc;
}
.mstInPage__indexList .mstInPage__index._active {
  background: #1ba1fc;
  border-color: #1ba1fc;
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._active i {
  color: #ffffff;
}
.mstInPage__indexList .mstInPage__index._empty {
  display: none;
  opacity: 0.3;
  border-color: transparent !important;
}
.mstInPage__itemList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.mstInPage__itemList._empty {
  background: #fdf0d5;
  color: #6f4400;
  padding: 15px;
  font-size: 90%;
}
.mstInPage__highlight {
  color: #1ba1fc;
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product {
  display: flex;
}
.mstInPage__item.magento_catalog_product .mst__product-image {
  width: 130px;
  flex-shrink: 0;
  margin-right: 20px;
  background: #ffffff;
}
.mstInPage__item.magento_catalog_product .mst__product-image img {
  border: 1px solid #ececec;
  padding: 5px;
  max-width: 120px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__title {
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__sku {
  color: #999999;
  margin-bottom: 5px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .mst__description {
  font-size: 1.2rem;
  color: #999999;
  height: 4.5rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-bottom: 8px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .reviews-actions {
  font-size: 12px;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message.error {
  color: #e02b27;
  background: #fae5e5;
}
.mstInPage__item.magento_catalog_product .mst__product-meta .to_cart_message.success {
  color: #006400;
  background: #e5efe5;
}
.mstInPage__item.magento_catalog_product .mst__product-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .to-cart {
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-container {
  display: flex;
  align-items: center;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price-label {
  font-size: 1.2rem;
  color: #999999;
  font-weight: 500;
  display: block;
  margin-right: 10px;
}
.mstInPage__item.magento_catalog_product .mst__product-cart .price {
  font-weight: 600;
}
.mstInPage__item.magento_catalog_product .inStock {
  color: #76bd76;
}
.mstInPage__item.magento_catalog_product .outOfStock {
  color: #a96565;
}
.mstInPage__item.mst__item-border {
  padding: 10px;
  border: 1px solid #ececec;
}
.mstInPage__item.mst__item-border .title i {
  font-style: normal;
  color: #999999;
  margin: 0 10px;
}
.mstInPage__content {
  display: flex;
  background: #ffffff;
  border-top: 1px solid #ececec;
  overflow: hidden;
  flex-wrap: nowrap;
}
.mstInPage__content.disable {
  flex-direction: column;
}
.mstInPage__content.disable .mstInPage__sidebar {
  display: none;
}
.mstInPage__content .mstInPage__sidebar {
  width: 350px;
  flex-shrink: 0;
  overflow: scroll;
}
.mstInPage__content .mstInPage__main {
  padding: 30px;
  flex-grow: 1;
  overflow: auto;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation {
  display: flex;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation .page-products .mstInPage__sorter .sorter {
  position: relative;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation .mstInPage__sorter {
  width: 100%;
}
.mstInPage__content .mstInPage__main .mstInPage__navigation .mstInPage__sorter .sorter {
  position: relative;
  z-index: 1;
}
.mstInPage__content._empty {
  display: none;
}
.mstInPage__bucketList.disable {
  dispalay: none;
}
.mstInPage__bucketList.listApplied {
  padding: 0 0 20px 0;
}
.mstInPage__bucketList.filters_top {
  overflow-x: scroll;
}
.mstInPage__bucketList .mstInPage__bucket {
  border-bottom: 1px solid #ececec;
  user-select: none;
}
.mstInPage__bucketList .mstInPage__bucket:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding: 20px 30px;
  letter-spacing: .5px;
  cursor: pointer;
}
.mstInPage__bucketList .mstInPage__bucket strong {
  padding: 20px 0 20px 30px;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket.listApplied strong {
  padding: 0px 0 0px 30px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  padding: 0 28px 10px 28px;
  flex-wrap: wrap;
  display: none;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem {
  margin: 11px 3px;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  font-size: 14px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem:first-child {
  margin-top: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem span {
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem i {
  display: block;
  font-style: normal;
  margin-left: 16px;
  background: rgba(65, 66, 71, 0.08);
  color: #999999;
  font-weight: 600;
  font-size: 10px;
  border-radius: 1px;
  padding: 0 4px;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(65, 66, 71, 0.08);
  border: none;
  border-radius: 2px;
  height: 16px;
  margin: -4px 16px 0 0;
  position: relative;
  width: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem input[type=checkbox]:after {
  background-color: #ffffff;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-2px) translateY(-2px);
  width: 4px;
  opacity: .1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox] {
  background-color: #1ba1fc;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active input[type=checkbox]:after {
  opacity: 1;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__bucketItem._active span {
  font-weight: 600;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketItemList {
  display: block;
}
.mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketExpand {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M33.17 17.17l-9.17 9.17-9.17-9.17-2.83 2.83 12 12 12-12z'/%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3C/svg%3E");
  background-size: cover;
}
.mstInPage__bucketList .mstInPage__bucket._expanded .mstInPage__bucketExpand {
  transform: rotate(180deg);
}
.mstInPage__bucketState {
  display: none;
  flex-wrap: wrap;
  padding: 10px 28px;
}
.mstInPage__bucketState .mstInPage__bucketItemList strong {
  display: none;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem {
  cursor: pointer;
  border: 1px solid #ececec;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  margin: 3px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem .mstInPage__close {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.mstInPage__bucketState .mstInPage__bucketItemList .mstInPage__bucketItem:hover {
  border-color: #1ba1fc;
}
.mstInPage__content.filters_top {
  flex-direction: column;
}
.mstInPage__content.filters_top .mstInPage__sidebar {
  width: 100%;
  overflow: auto;
  margin-bottom: 30px;
}
.mstInPage__content.filters_top .mstInPage__bucketList > div:first-of-type {
  display: flex;
}
.mstInPage__content.filters_top .mstInPage__main {
  padding-top: 0;
}
.mstInPage__content.filters_top .mstInPage__bucketList {
  border-bottom: 1px solid #ececec;
  padding: 0px 20px;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketLabel {
  padding: 10px;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  position: absolute !important;
  z-index: 10000;
  max-height: 36vh;
  overflow-y: auto;
  min-width: 12rem;
  max-width: 28rem;
  padding: 10px 10px 0 10px;
  margin-top: -1rem;
}
.mstInPage__content.filters_top .mstInPage__bucketList .mstInPage__bucket .mstInPage__bucketItemList .mstInPage__slider {
  width: 20rem;
}
.mstInPage__stat {
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all 100ms;
}
.mstInPage__stat._loading {
  opacity: 0.3;
}
.mstInPage__pagination {
  display: flex;
}
.mstInPage__pagination .mstInPage__page {
  padding: 5px 11px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-right: 5px;
}
.mstInPage__pagination .mstInPage__page.current {
  background: #1ba1fc;
  color: #ffffff;
}
.mstInPage__pagination .mstInPage__page:hover {
  border-color: #1ba1fc;
}
.mstInPage__pagination .mstInPage__pagination_prev {
  content: "<";
}
.mstInPage__pagination .mstInPage__pagination_next {
  content: ">";
}
.mstInPage__slider {
  margin: 10px 42px 20px 35px;
  height: 5px;
  background: #d9d9d9;
}
.mstInPage__slider .ui-slider-range {
  height: 5px;
  position: absolute;
  background: #1ba1fc;
}
.mstInPage__slider .ui-slider-handle {
  height: 24px;
  border-radius: 2px;
  width: 16px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  margin-top: -10px;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
  cursor: pointer;
}
.mstInPage__sliderFromTo {
  display: flex;
  margin: 0 30px 20px 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
@keyframes mstInPage--loading {
  to {
    transform: rotate(1turn);
  }
}
@media (min-width: 768px) {
  .mstInPage__wrapper {
    margin: 15px auto;
    max-width: 1420px;
    max-height: calc(100vh - 30px);
  }
}
@media (max-width: 768px) {
  .mstInPage__wrapper {
    margin: 0;
    max-width: 100%;
  }
  .mstInPage__wrapper .mstInPage__header {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__header .mstInPage__indexList {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__main {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__itemList {
    grid-template-columns: 1fr;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__stat {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .mstInPage__wrapper {
    margin: 0;
    max-width: 100%;
  }
  .mstInPage__wrapper .mstInPage__header {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__header .mstInPage__indexList {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__main {
    padding: 10px;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__itemList {
    grid-template-columns: 1fr;
  }
  .mstInPage__wrapper .mstInPage__main .mstInPage__stat {
    display: none;
  }
  .mstInPage__wrapper .mstInPage__sidebar {
    display: none;
  }
}
@media (max-width: 540px) {
  .mstInPage__wrapper .mstInPage__main .mstInPage__navigation {
    display: flow-root;
  }
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.products.products-grid .banner-image img,
.custom-slider .banner-image img {
  height: auto;
}
.products.products-grid.remove-padding .owl-stage-outer,
.custom-slider.remove-padding .owl-stage-outer {
  padding: 0;
}
.products-grid .owl-item .product-item .product-item-details .price-box .old-price {
  margin-left: 0;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev.owl-prev-bottom.owl-label-show {
  width: auto !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next.owl-next-bottom.owl-label-show {
  width: auto !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom {
  position: relative;
  left: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show {
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 25px;
  padding-right: 10px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom.owl-label-show:before {
  left: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom {
  position: relative;
  right: 0px !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show {
  position: relative !important;
  position: relative;
  display: inline-block;
  text-indent: unset;
  width: auto;
  line-height: 40px;
  color: #555555;
  padding-left: 10px;
  padding-right: 25px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom.owl-label-show:before {
  left: auto;
  right: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next-bottom:hover {
  color: #000;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: #555555;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom {
  right: -40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-next.owl-next-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom {
  right: 40px !important;
}
.owl-theme.owl-rtl .owl-controls .owl-nav .owl-prev.owl-prev-bottom.owl-label-show {
  right: 0px !important;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .imageloader-loader {
  width: 100%;
  height: 100%;
}
#pre-div .imageloader-loader td {
  vertical-align: middle;
  text-align: center;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.table-wrapper.billing-agreements {
  margin-bottom: 40px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 10px auto 5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 25px;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 10px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 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: .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%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  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: 10px 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: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #00699d;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
  padding-top: 10px;
}
.block-cart-failed {
  margin: 40px 0;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 10px;
}
.catalogsearch-advanced-result .message.error {
  margin-top: -60px;
}
.bundle-actions {
  margin: 0 0 30px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  display: block;
  margin-left: 24px;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 25px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\e61e';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 20px;
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 500;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.bundle-options-container .product-options-bottom {
  border-top: 1px solid #cccccc;
  clear: left;
  margin: 0 0 40px;
  padding-top: 20px;
}
.products {
  margin: 10px 0;
}
.products-grid .category-no-products,
.products-grid .category-seo-text {
  width: 66.66%;
  margin-bottom: 26px;
  padding: 0 13px;
  float: left;
}
.products-grid .category-no-products {
  float: right;
}
.products-grid .category-seo-text__inner {
  background-color: #fff;
  padding: 15px 22px 21px 22px;
  border: 2px solid #f2dcce;
}
.products-grid .category-seo-text__image {
  float: left;
  margin-right: 40px;
  max-width: 178px;
}
.products-grid .category-seo-text-content-wrapper {
  padding-left: 219px;
  position: relative;
}
.products-grid .category-seo-text-content-wrapper.no-image {
  padding-left: 0;
}
.products-grid .category-seo-text-content--left {
  float: left;
  width: calc(100% - 182px);
}
.products-grid .category-seo-text-content--right {
  float: right;
  width: 182px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.products-grid .category-seo-text h1 {
  margin: 0px;
}
.products-grid .category-seo-text h1 .base {
  color: #707375;
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
  display: block;
  margin-bottom: 5px;
  padding-right: 95px;
  font-family: 'Roboto';
}
.products-grid .category-seo-text__paragraph {
  color: #707375;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0px;
  height: 63px;
  overflow: hidden;
}
.products-grid .category-seo-text__more {
  color: #2e7ced;
  font-family: Cera;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-right: 15px;
  position: relative;
}
.products-grid .category-seo-text__more:hover {
  text-decoration: none;
}
.products-grid .category-seo-text__more:after {
  position: absolute;
  font-family: 'luma-icons';
  content: "\e906";
  display: inline-block;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  color: #2e7ced;
}
.product-item-extra-info-list .product-item-extra-info-list__item p {
  margin-bottom: 0;
}
.product-slider .product-item-extra-info-list__item,
.product-items .product-item-extra-info-list__item {
  max-height: 48px;
  overflow: hidden;
}
.page-products .products-grid .product-item-wrapper,
.page-layout-1column .products-grid .product-item-wrapper,
.page-layout-3columns .products-grid .product-item-wrapper,
.page-products.page-layout-1column .products-grid .product-item-wrapper,
.page-products.page-layout-3columns .products-grid .product-item-wrapper {
  width: 33.33333333%;
}
.page-products .products-grid .product-item-wrapper {
  width: 33.33333333%;
}
.page-products.page-layout-1column .products-grid .product-item-wrapper {
  width: 25%;
}
.page-products.page-layout-3columns .products-grid .product-item-wrapper {
  width: 50%;
}
div.filter-content .filter-subtitle {
  background-color: #2e7ced;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 16px 30px;
  line-height: 28px;
  border: none;
}
div.filter-content .filter-options {
  padding: 19px 28px 7px 28px;
  background-color: #fff;
}
div.filter-content .filter-options-content {
  margin: 0;
  padding: 0;
  padding-left: 27px;
  padding-top: 20px;
}
div.filter-content .filter-options-title {
  padding: 0px;
  color: #707375;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
}
div.filter-content .filter-options-title:after {
  display: none;
}
div.filter-content .filter-options-item {
  margin-bottom: 33px;
  border-bottom: 2px solid #e8e8e8;
}
div.filter-content .filter-options-item:last-child {
  border: none;
}
div.filter-content .filter-options__all-filters {
  text-transform: uppercase;
  font-family: Cera;
  color: #2e7ced;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 22px;
}
div.filter-content .filter-options__all-filters:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'luma-icons';
  content: "\e622";
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #2e7ced;
}
div.filter-content .filter-options ol.mana-filter-checkboxes a {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  background: none;
  color: #707375;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
}
div.filter-content .filter-options ol.mana-filter-checkboxes a:before {
  content: ' ';
  width: 18px;
  height: 18px;
  border: 2px solid #707375;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.filter-content .filter-options ol.mana-filter-checkboxes a .count {
  color: #707375;
  font-weight: 400;
}
div.filter-content .filter-options ol.mana-filter-checkboxes a.checked {
  color: #2e7ced;
  font-weight: 700;
}
div.filter-content .filter-options ol.mana-filter-checkboxes a.checked:before {
  border-color: #2e7ced;
}
div.filter-content .filter-options ol.mana-filter-checkboxes a.checked:after {
  content: '\e610';
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #2e7ced;
  font-family: 'luma-icons';
  left: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
div.filter-content .filter-options ol.mana-filter-checkboxes a.checked .count {
  color: #2e7ced;
  font-weight: 700;
}
div.filter-content .filter-categories {
  list-style: none;
  padding: 0px;
}
div.filter-content .filter-categories ul {
  list-style: none;
  padding: 0px;
  padding-left: 20px;
  padding-top: 6px;
}
div.filter-content .filter-categories__item {
  margin: 0px;
}
div.filter-content .filter-categories__item > a,
div.filter-content .filter-categories__item > span {
  display: block;
  color: #707375;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 2px solid #e8e8e8;
  padding: 14px 0px;
  line-height: 25px;
  position: relative;
}
div.filter-content .filter-categories__item > h2 {
  display: block;
  color: #707375;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 2px solid #e8e8e8;
  padding: 14px 0px;
  line-height: 25px;
  position: relative;
  margin: 0;
  font-family: 'Roboto';
}
div.filter-content .filter-categories__item > h2 a {
  color: #707375;
}
div.filter-content .filter-categories__item:last-child > a,
div.filter-content .filter-categories__item:last-child > span,
div.filter-content .filter-categories__item:last-child > h2 {
  border: none;
}
div.filter-content .filter-categories__item--collapsible > a:after,
div.filter-content .filter-categories__item--collapsible > span:after,
div.filter-content .filter-categories__item--collapsible > h2:after {
  position: absolute;
  font-family: 'luma-icons';
  content: "\e622";
  display: inline-block;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  color: #707375;
}
div.filter-content .filter-categories__item--collapsible > a:hover,
div.filter-content .filter-categories__item--collapsible > span:hover,
div.filter-content .filter-categories__item--collapsible > h2:hover {
  cursor: pointer;
}
div.filter-content .filter-categories__item--collapsible > ul {
  display: none;
}
div.filter-content .filter-categories__item--open > a:after,
div.filter-content .filter-categories__item--open > span:after,
div.filter-content .filter-categories__item--open > h2:after {
  content: "\e621";
}
div.filter-content .filter-categories__item--open > ul {
  display: block;
}
div.filter-content .filter-categories__sub-item {
  margin: 0px;
  font-family: 'Roboto';
}
div.filter-content .filter-categories__sub-item > a {
  display: block;
  color: #707375;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  padding: 9px 0;
}
.page-products .toolbar {
  margin-bottom: -15px;
  margin-top: 39px;
}
.page-products .toolbar .price-display-select-wrapper {
  float: right;
  margin-bottom: 0px;
  margin-top: 3px;
}
.page-products .toolbar .price-display-select-wrapper a {
  color: #707375;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 23px;
  margin-left: 13px;
}
.page-products .toolbar .price-display-select-wrapper a:last-child {
  margin-right: 0px;
}
.page-products .toolbar .price-display-select-wrapper a:hover {
  text-decoration: none;
}
.page-products .toolbar .price-display-select-wrapper a:before {
  width: 18px;
  height: 18px;
  border: 2px solid #2e7ced;
  border-radius: 50%;
  content: " ";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-products .toolbar .price-display-select-wrapper a.checked:after {
  width: 10px;
  height: 10px;
  background-color: #2e7ced;
  border-radius: 50%;
  content: " ";
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-items {
  margin-left: -15px;
  margin-right: -15px;
}
.product-slider .product-item-wrapper,
.product-items .product-item-wrapper {
  display: inline-block;
  width: 33.33%;
  float: left;
  margin-bottom: 26px;
}
.product-slider .product-item,
.product-items .product-item {
  padding: 0 15px;
}
.product-slider .product-item__inner,
.product-items .product-item__inner {
  background-color: #fff;
  padding: 30px;
  position: relative;
}
.product-slider .product-item__photo-link,
.product-items .product-item__photo-link {
  display: block;
  text-align: center;
}
.product-slider .product-item__photo,
.product-items .product-item__photo {
  margin: 0 auto;
  width: auto !important;
}
.product-slider .product-item-labels,
.product-items .product-item-labels {
  position: absolute;
  top: 30px;
  left: 0px;
  min-width: 50px;
}
.product-slider .product-item-label,
.product-items .product-item-label {
  margin-bottom: 5px;
  padding: 0px 6px 0px 47px;
  color: #fff;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Cera;
  font-size: 18px;
}
.product-slider .product-item-label span,
.product-items .product-item-label span {
  line-height: normal;
  position: relative;
  top: 1px;
}
.product-slider .product-item-label--new,
.product-items .product-item-label--new {
  background-color: #5dc667;
}
.product-slider .product-item-label--ecological,
.product-items .product-item-label--ecological {
  background-color: #5dc667;
}
.product-slider .product-item-label--made-in-lithuania,
.product-items .product-item-label--made-in-lithuania {
  background-color: #5dc667;
}
.product-slider .product-item-label--discount,
.product-items .product-item-label--discount {
  background-color: #5dc667;
}
.product-slider .product-item-details,
.product-items .product-item-details {
  margin-top: 38px;
  display: block;
}
.product-slider .product-item-details__category,
.product-items .product-item-details__category {
  color: #d7d8d9;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  min-height: 17px;
  text-overflow: ellipsis;
}
.product-slider .product-item-details__name,
.product-items .product-item-details__name {
  color: #707375;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-slider .product-item-details__name:hover,
.product-items .product-item-details__name:hover,
.product-slider .product-item-details__name:focus,
.product-items .product-item-details__name:focus {
  text-decoration: none;
  outline: 0px;
}
.product-slider .product-item-details__size,
.product-items .product-item-details__size {
  color: #707375;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 1px;
  padding-right: 28px;
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-slider .product-item-details__size .h-explainer,
.product-items .product-item-details__size .h-explainer {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-slider .product-item__bottom,
.product-items .product-item__bottom {
  margin-top: 19px;
  position: relative;
}
.product-slider .product-item__bottom div,
.product-items .product-item__bottom div {
  float: left;
  width: auto;
}
.product-slider .product-item__bottom .btn,
.product-items .product-item__bottom .btn {
  min-width: 0px;
  padding: 11px 43px;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-slider .product-item__price-box,
.product-items .product-item__price-box {
  min-height: 70px;
}
.product-slider .product-list-item__price-type,
.product-items .product-list-item__price-type {
  color: #707375;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  display: block;
  white-space: unset;
}
.product-slider .price-box,
.product-items .price-box {
  float: left;
  width: 100%;
}
.product-slider .price-box .price-container .price-wrapper .price,
.product-items .price-box .price-container .price-wrapper .price {
  color: #2e7ced;
  font-family: Cera;
  font-size: 30px;
  line-height: 20px;
  font-weight: 700;
}
.product-slider .price-box .minimal-price,
.product-items .price-box .minimal-price {
  margin: 0px;
}
.product-slider .price-box .price-label,
.product-items .price-box .price-label {
  text-transform: lowercase;
  color: #707375;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
}
.product-slider .product-item-extra-info-list,
.product-items .product-item-extra-info-list {
  list-style: none;
  margin: 14px 0px 0px 0px;
  padding: 7px 0px 10px 0px;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  min-height: 70px;
}
.product-slider .product-item-extra-info-list__item,
.product-items .product-item-extra-info-list__item {
  color: #707375;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-slider .product-item {
  padding: 0;
}
body .product-items {
  margin-left: -13px;
  margin-right: -13px;
  margin-top: 10px;
}
.products.list .category-filters {
  width: 33.33%;
  margin-bottom: 26px;
  padding: 0 13px;
  float: left;
}
.product-item-wrapper div.mana-filter-block.mana-mobile {
  display: none;
}
.page-with-filter.mana-mobile-layered-navigation-enabled .mana-filter-block.mana-mobile {
  display: none;
}
.mana-mobile-layered-navigation-enabled .category-filters__attributes .mana-filter-block {
  display: block;
}
.filter-subtitle--toggle {
  cursor: default;
}
.products-grid + .toolbar .toolbar-sorter {
  display: none;
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.toolbar-sorter {
  float: right;
  position: relative;
}
.toolbar-sorter__inner {
  border: 2px solid #2e7ced;
  position: absolute;
  right: 0px;
  z-index: 100;
}
.toolbar-sorter__options {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: left;
  background-color: #fff;
}
.toolbar-sorter__option {
  color: #2e7ced;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px;
  background-color: #f7f5f2;
}
.toolbar-sorter__option span,
.toolbar-sorter__option a {
  padding: 6px 28px 6px 10px;
  display: block;
}
.toolbar-sorter__option:hover {
  cursor: pointer;
  background-color: #2e7ced;
  color: #fff;
}
.toolbar-sorter__option:hover a {
  color: #fff;
}
.toolbar-sorter__current {
  position: relative;
  cursor: pointer;
  text-align: left;
  color: #2e7ced;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  padding: 6px 48px 6px 10px;
  min-width: 160px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toolbar-sorter__current:hover {
  cursor: pointer;
}
.toolbar-sorter__current:after {
  position: absolute;
  font-family: 'luma-icons';
  content: "\e622";
  display: inline-block;
  right: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 12px;
  color: #2e7ced;
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter .control {
  display: inline-block;
}
.page-products .columns {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  float: left;
  position: static;
}
.products.wrapper ~ .toolbar .pages {
  float: none;
  margin-bottom: 0;
}
.toolbar .filter-current {
  display: inline-block;
  float: left;
  width: 48%;
}
.toolbar .filter-current .block-subtitle {
  float: left;
  color: #707375;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  margin-right: 14px;
}
.toolbar .filter-current .items {
  float: left;
  padding: 0px;
}
.toolbar .filter-current .items .item {
  float: left;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #2e7ced;
  padding: 4px 27px 3px 12px;
  position: relative;
}
.toolbar .filter-current .items .item:hover {
  cursor: default;
}
.toolbar .filter-current .items .item .filter-label {
  display: none;
}
.toolbar .filter-current .items .item .filter-value {
  color: #2e7ced;
  font-size: 15px;
  font-weight: 400;
}
.toolbar .filter-current .items .item .action.remove {
  right: 5px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.toolbar .filter-current .items .item .action.remove:before {
  content: '\e61f';
  position: absolute;
  right: -1px;
  top: 50%;
  font-size: 14px;
  color: #2e7ced;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.toolbar-products__right {
  float: right;
  width: 48%;
}
.toolbar-products .toolbar-products__right {
  float: none;
  width: 100%;
}
.toolbar-products:last-of-type {
  margin-bottom: 86px;
}
.toolbar-products .pages {
  width: 100%;
}
.toolbar-products .pages .item {
  margin-right: 27px;
}
.toolbar-products .pages .item a > span:last-child {
  color: #707375;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  vertical-align: middle;
}
.toolbar-products .pages .item.current strong.page {
  background-color: #2e7ced;
  min-width: 34px;
}
.toolbar-products .pages .item.current strong.page > span:last-child {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  vertical-align: middle;
}
.toolbar-products .pages .item.pages-item-previous .action,
.toolbar-products .pages .item.pages-item-next .action {
  box-shadow: none;
  padding: 0px;
  border-radius: 0px;
  background: none;
  border: none;
}
.toolbar-products .pages .item.pages-item-previous a:before,
.toolbar-products .pages .item.pages-item-next a:before {
  content: '\e621';
  color: #6f7375;
}
.toolbar-products .pages .item.pages-item-previous a:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.toolbar-products .pages .item.pages-item-next a:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modes {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.products.wrapper ~ .toolbar .modes {
  display: none;
}
.modes-mode {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  color: #5e5e5e;
  border: 1px solid #cccccc;
  border-right: 0;
  float: left;
  font-weight: 400;
  line-height: 1;
  padding: 7px 10px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.modes-label + .modes-mode {
  border-radius: 3px 0 0 3px;
}
.modes-mode:hover {
  color: #5e5e5e;
  background: #ebebeb;
}
.modes-mode:last-child {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #cccccc;
}
.modes-mode.active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  background: #dedede;
  color: #9e9e9e;
}
.modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e60d';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:hover:before {
  color: #7d7d7d;
}
.page-products .sorter {
  position: static;
}
.mode-list:before {
  content: '\e60b';
}
.limiter {
  float: right;
}
.products.wrapper ~ .toolbar .limiter {
  display: block;
}
.price-display-select-mobile-wrapper {
  display: none;
}
.page-products .products ~ .toolbar {
  margin-bottom: 45px;
}
.old-price,
.old.price {
  color: #666666;
}
.old-price {
  display: block;
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  font-weight: 700;
  font-size: 18px;
}
thead .old-price {
  display: none;
}
span.red-color,
span.special-price {
  color: #E54A39;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ':';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ':';
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.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 {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ': ';
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  padding-left: 10%;
  text-align: right;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  margin: 0 0 8px;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  display: block;
  white-space: nowrap;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #006bb4;
  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: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  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: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
.product.attribute.overview ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.product.attribute.overview ul li {
  padding-left: 28px;
  position: relative;
}
.product.attribute.overview ul li:before {
  display: inline-block;
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #2e7ced;
  left: 13px;
  top: 8px;
}
.product-info-main .product.attribute.overview {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.product-info-main .product.attribute.overview *:last-child {
  margin-bottom: 5px;
}
.invisible-price-product table {
  width: auto !important;
  margin-bottom: 14px;
}
.fotorama__thumb-border {
  display: none;
}
.fotorama__nav .fotorama__thumb {
  background-color: #fff;
}
.fotorama .fotorama__arr {
  background: rgba(0, 0, 0, 0);
}
.fotorama .fotorama__arr:hover {
  background: rgba(0, 0, 0, 0.1);
}
.fotorama .fotorama__arr {
  width: 70px;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
  width: 22px;
  height: 31px;
}
.fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  display: inline-block;
  text-decoration: none;
}
.fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #cccccc;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  display: inline-block;
  text-decoration: none;
}
.fotorama__arr.fotorama__arr--next .fotorama__arr__arr:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #cccccc;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fotorama__arr:hover.fotorama__arr--next .fotorama__arr__arr:before,
.fotorama__arr:hover.fotorama__arr--prev .fotorama__arr__arr:before {
  color: #fff;
}
.fotorama__thumb__arr {
  display: none !important;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
  background-image: none;
}
.fotorama .fotorama__arr .fotorama__arr__arr:before {
  transition: color 0.3s ease-in-out;
}
.fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 1;
}
.fotorama .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.fotorama .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.fotorama__caption {
  display: none;
}
body div.price-display-select-wrapper,
body div.price-display-select-mobile-wrapper {
  display: none;
}
#super-product-table td:not(.col) .price-wrapper.price-including-tax,
#super-product-table td:not(.col) .price-wrapper.price-excluding-tax,
.products.list .product-item__price-box .price-container {
  display: none;
}
.catalog-category-view div.widget.new.grid {
  margin-bottom: 50px;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell {
  padding: 15px;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  height: auto;
  max-width: 100%;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 0;
  text-align: right;
}
.table-comparison .cell.remove .action.delete {
  margin-right: .6rem;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  background: #ffffff;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.product-item__price-box .popular.price-label {
  font-size: 12px;
  color: #707375;
  font-weight: 400;
  text-transform: lowercase;
}
.product-faq-block {
  margin-bottom: 80px;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  left: 0;
  position: absolute;
  top: 2px;
}
.product-slider .product-item__bottom .btn,
.product-items .product-item__bottom .btn {
  color: #ffffff;
}
.catalogsearch-result-index .toolbar-products__right {
  width: 100%;
  margin-bottom: 25px;
}
.catalogsearch-result-index .products.list .category-filters {
  display: none;
}
.catalogsearch-result-index .products-grid .category-seo-text {
  display: none;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #cccccc;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[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: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.search.found {
  margin-bottom: 10px;
}
.block-search .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.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: 18px;
  line-height: 32px;
  color: #2e7ced;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: #333333;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:focus,
.block-search .action.search:active {
  background: none;
  border: none;
}
.block-search .action.search:hover {
  background: none;
  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: #333333;
}
.block-search .action.search {
  display: inline-block;
  width: 43px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
}
p.message.notice {
  display: none;
}
#search {
  background: #fff;
}
.page-products .search.results .toolbar {
  margin-bottom: 30px;
}
.block-search .field.search .control input#search.input-text::-webkit-input-placeholder {
  color: #a5a7aa;
  font-size: 15px;
  font-weight: 400;
}
.block-search .field.search .control input#search.input-text:-moz-placeholder,
.block-search .field.search .control input#search.input-text::-moz-placeholder {
  color: #a5a7aa;
  opacity: 1;
  font-size: 15px;
  font-weight: 400;
}
.block-search .field.search .control input#search.input-text::-ms-input-placeholder,
.block-search .field.search .control input#search.input-text:-ms-input-placeholder {
  color: #a5a7aa;
  font-size: 15px;
  font-weight: 400;
}
.block-search .field.search .control .input-text {
  color: #707375;
}
.cart .col.qty > .input-dec,
.cart .field.qty > .input-dec {
  display: none;
}
.cart.table-wrapper .product-item-details .stock-column {
  display: none;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 0 25px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 25px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 20px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-summary .action.multicheckout {
  color: #006bb4;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 0 11px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 10px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #757575;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  left: inherit;
  margin: 25px 0 15px;
  padding: 0;
  position: relative;
  text-align: center;
  top: inherit;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #cccccc;
}
.cart-discount {
  clear: left;
}
.cart-sidebox .cart-discount .block.discount {
  width: 100%;
}
.cart-sidebox .cart-discount .block.discount .title:after {
  content: none;
}
.cart-sidebox .cart-discount .block.discount .content .fieldset.coupon .control .input-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #707375;
}
.cart-sidebox .cart-discount .block.discount .content .fieldset.coupon .control .input-text::-webkit-input-placeholder {
  color: #a5a7aa;
  font-size: 18px;
  font-weight: 400;
}
.cart-sidebox .cart-discount .block.discount .content .fieldset.coupon .control .input-text:-moz-placeholder,
.cart-sidebox .cart-discount .block.discount .content .fieldset.coupon .control .input-text::-moz-placeholder {
  color: #a5a7aa;
  font-size: 18px;
  font-weight: 400;
  opacity: 1;
}
.cart-sidebox .cart-discount .block.discount .content .fieldset.coupon .control .input-text::-ms-input-placeholder,
.cart-sidebox .cart-discount .block.discount .content .fieldset.coupon .control .input-text:-ms-input-placeholder {
  color: #a5a7aa;
  font-size: 18px;
  font-weight: 400;
}
.cart-sidebox .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .cancel,
.cart-sidebox .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .apply {
  background: #2e7ced;
  font-family: 'Cera';
  font-size: 16px;
  padding: 15px;
  font-weight: 700;
  color: #f7f5f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 216px;
  text-transform: uppercase;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.ddc-weight,
.ddc-volume {
  font-family: Roboto;
  font-weight: 700;
  font-size: 32px;
  color: #2e7ced;
  text-align: left;
  line-height: normal;
}
.ddc-volume {
  padding-left: 25px;
}
.dynamic-shipping__content .ddc-shipping-cost {
  line-height: 18px;
}
.block.crosssell {
  padding-left: 50px;
  padding-right: 50px;
}
.page-main .column.main .block.crosssell {
  margin-bottom: 80px;
}
.block.crosssell {
  padding: 1px 50px 0;
  clear: both;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #757575;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #757575;
  content: '\e611';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #757575;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: 24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 7px #000000;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #006bb4;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product .active > .toggle:after {
  content: '\e621';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #757575;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.product .product-item-details .details-qty.qty .label:after {
  content: none;
}
.details-qty.qty .label {
  text-transform: lowercase;
}
.product-item-details .details-qty.qty .item-qty {
  margin-right: 0px;
}
.minicart-wrapper .ui-dialog .block-minicart {
  width: 562px;
}
#minicart-content-wrapper .block-content .minicart-items-wrapper {
  max-height: 400px;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  background: #194e83;
  line-height: 15px;
  border-radius: 8px;
  padding: 0 4px;
  font-size: 10px;
  margin: 0;
  height: auto;
  right: -8px;
  top: -3px;
}
.mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 30px;
}
.mCSB_container {
  height: auto !important;
}
.mCSB_scrollTools.mCS-dark.mCSB_scrollTools_vertical {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  margin-top: 25px;
}
.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  margin-right: 8px;
  width: 6px;
}
.minicart-wrapper.active .block-minicart {
  border: none;
}
.minicart-wrapper .block-minicart:before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent #ffffff transparent;
  right: 0px;
  top: -32px;
}
.minicart-wrapper .block-minicart:after {
  display: none;
}
.block.block-minicart.empty.ui-dialog-content.ui-widget-content {
  margin-right: 19px;
  margin-top: 22px;
  padding-top: 0px;
  padding-right: 0px;
}
.block-minicart .subtitle.empty {
  font-weight: normal;
}
.minicart-items-wrapper {
  border: none;
  margin: 0;
}
.block-minicart #minicart-content-wrapper .block-content .subtotal {
  margin-top: 15px;
  margin-bottom: 24px;
  margin-right: 30px;
}
.block-minicart .subtotal .label {
  font-size: 18px;
}
.block-minicart .block-content > .actions > .primary {
  margin-left: 0px;
  margin-right: 0px;
}
.block-minicart .block-content > .actions + a {
  display: block;
  text-align: right;
  text-decoration: underline;
}
.block-minicart .amount .price-wrapper:first-child .price {
  color: #2e7ced;
  font-size: 30px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  border-radius: 0;
  background: #2e7ced;
  font-size: 16px;
  text-transform: uppercase;
}
.minicart-wrapper .minicart-widgets {
  margin: 0;
}
.minicart-wrapper .product-image-container {
  border: 2px solid #e8e8e8;
}
.minicart-items .action.delete:before {
  content: '\e908';
  overflow: visible;
}
.minicart-items-wrapper {
  padding: 0;
}
.item.product.product-item table tbody .minicart-items .minicart-item-edit {
  width: 32px;
}
.minicart-items .product-item:first-child {
  padding-top: 5px;
}
.minicart-items .product-item {
  padding: 5px 0;
  padding-bottom: 1px;
}
.minicart-items .product-item:not(:first-child) {
  border-top: none;
}
.minicart-items .product-item {
  border-bottom: 2px solid #e8e8e8;
  border-top: none;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0 !important;
  background: #2e7ced !important;
}
.minicart-items-wrapper {
  position: relative;
}
.minicart-items-wrapper:before,
.minicart-items-wrapper:after {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  right: 30px;
  height: 30px;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
.minicart-items-wrapper:before {
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.07+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.07000000000000001) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.07000000000000001) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07000000000000001) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.top-shadow.minicart-items-wrapper:before {
  opacity: 1;
}
.minicart-items-wrapper:after {
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.07+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07000000000000001) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07000000000000001) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07000000000000001) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#12000000', GradientType=0);
  /* IE6-9 */
}
.bottom-shadow.minicart-items-wrapper:after {
  opacity: 1;
}
.minicart-wrapper .block-minicart {
  padding: 5px 20px 25px 26px;
}
.mCS_no_scrollbar.minicart-items-wrapper:after {
  display: none;
}
.amount.price-container {
  display: inline-block;
  height: 30px;
}
.item.product.product-item table tbody .minicart-items {
  display: flex;
}
.item.product.product-item table tbody .minicart-items .minicart-item-edit {
  display: flex;
  width: 5%;
  padding: 4px;
  align-items: center;
}
.item.product.product-item table tbody .minicart-items .minicart-item-edit .product.actions {
  margin: 0;
}
.item.product.product-item table tbody .minicart-items .minicart-item-item {
  display: flex;
  width: 100%;
  min-height: 100px;
  align-items: center;
}
.item.product.product-item table tbody .minicart-items .minicart-item-item .product {
  position: relative;
}
.item.product.product-item table tbody .minicart-items .minicart-item-item .product .product-item-photo {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.item.product.product-item table tbody .minicart-items .minicart-item-item .product .product-item-photo .product-image-container .product-image-wrapper {
  border: none;
}
.item.product.product-item table tbody .minicart-items .minicart-item-item .details-qty.qty {
  color: #2e7ced;
  font-size: 15px;
  font-weight: 700;
}
.item.product.product-item table tbody .minicart-items .minicart-item-item .minicart-parent-product-name {
  color: #707375;
  font-size: 18px;
  font-weight: 400;
}
.item.product.product-item table tbody .minicart-items .minicart-item-item .minicart-child-product-name {
  color: #707375;
  font-size: 15px;
  font-weight: 700;
}
.item.product.product-item table tbody .minicart-items .minicart-item-price {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: flex-end;
  text-align: right;
}
.item.product.product-item table tbody .minicart-items .minicart-item-price .product-item-pricing .price {
  font-size: 3rem;
}
.block-minicart .items-total {
  margin-top: 20px;
  margin-left: 4px;
  color: #707375;
  font-size: 18px;
  font-weight: 400;
}
.block-minicart .items-total .count {
  font-weight: 500;
}
.minicart-with-vat {
  font-size: 12px;
  font-weight: 400;
}
#minicart-content-wrapper .block-content .secondary {
  margin-right: 30px;
  margin-left: 4px;
}
#minicart-content-wrapper .block-content .secondary .action.viewcart.btn--primary {
  width: 100%;
}
.shipping-link {
  margin-right: 30px;
  margin-top: 15px;
}
.field.company-field {
  display: none;
  clear: none;
}
.field.company-field.visible {
  display: block;
}
body.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100%;
  padding-top: 20px;
}
body.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-bottom: 0;
  margin-top: 0;
  color: #2e7ced;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  background-color: #5dc667;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.checkout-container {
  margin: 0 0 20px;
}
.checkout-container input[type="text"],
.checkout-container input[type="password"],
.checkout-container input[type="url"],
.checkout-container input[type="tel"],
.checkout-container input[type="search"],
.checkout-container input[type="number"],
.checkout-container input[type="datetime"],
.checkout-container input[type="email"],
.checkout-container select,
.checkout-container textarea {
  border: 2px solid #bdbfc2;
  padding: 12px 18px;
  height: auto;
  font-size: 15px;
  line-height: 18px;
}
.checkout-container textarea {
  height: 126px;
}
.checkout-container select:disabled {
  opacity: 1;
  border: 2px solid rgba(189, 191, 194, 0.17);
  background: none;
}
.checkout-container .field .control._with-tooltip input {
  width: 100%;
  margin-right: 0;
  padding-right: 40px;
}
.checkout-container .input-text::placeholder {
  font-size: 13px;
  opacity: 40%;
}
.checkout-container .h-row {
  margin: 0 -50px;
}
.checkout-container .col-1-of-2 {
  padding: 0 50px;
}
.checkout-container input[type="radio"] + * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 34px;
  cursor: pointer;
}
.checkout-container input[type="radio"] + *:before {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #737678;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}
.checkout-container input[type="radio"] + *:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 4px;
  top: 4px;
  background: #2e7ced;
  display: none;
  border-radius: 100%;
}
.checkout-container input[type="radio"]:checked + *:before {
  border-color: #2e7ced;
}
.checkout-container input[type="radio"]:checked + *:after {
  display: inline-block;
}
.checkout-container input[type="checkbox"] {
  padding: 0;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  width: 1px;
  overflow: hidden;
}
.checkout-container input[type="checkbox"] + * {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  color: #707375;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}
.checkout-container input[type="checkbox"] + *:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #707375;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-container input[type="checkbox"] + *:after {
  content: '\e610';
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #2e7ced;
  font-family: 'luma-icons';
  left: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.checkout-container input[type="checkbox"]:checked + *:before {
  border-color: #2e7ced;
}
.checkout-container input[type="checkbox"]:checked + *:after {
  opacity: 1;
}
.checkout-container .billing-address-same-as-shipping-block input[type="checkbox"] + * {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  color: #707375;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}
.checkout-container .billing-address-same-as-shipping-block input[type="checkbox"] + *:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #707375;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-container .billing-address-same-as-shipping-block input[type="checkbox"] + *:after {
  content: '\e610';
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #2e7ced;
  font-family: 'luma-icons';
  left: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.checkout-container .billing-address-same-as-shipping-block input[type="checkbox"]:checked + *:before {
  border-color: #2e7ced;
}
.checkout-container .billing-address-same-as-shipping-block input[type="checkbox"]:checked + *:after {
  opacity: 0;
}
.opc-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 60px;
  padding: 0;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.checkout-agreements .checkout-agreement button.action.action-show {
  text-align: left;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 21px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.modal-popup.confirm._show .modal-inner-wrap {
  max-width: 900px;
  width: auto;
  top: 30%;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap {
  max-width: 836px;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-header {
  margin-top: 80px;
  padding: 0 108px;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-header .modal-title {
  border-bottom: none;
  background-color: #2e7ced;
  padding: 11px 20px 12px 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-header .action-close:before {
  display: inline-block;
  position: absolute;
  content: '\e908';
  font-size: 20px;
  width: 20px;
  height: 25px;
  padding-top: 5px;
  top: 15px;
  right: 15px;
  color: #707375;
  text-indent: 0;
  font-family: 'luma-icons';
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content {
  padding-bottom: 0;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address {
  padding: 25px 78px 0 78px;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field._disabled .control._with-tooltip select.select {
  background: #fff;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field.col-mp.mp-12 .control._with-tooltip .input-text {
  width: 100%;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field.col-mp.mp-6.mp-clear {
  float: left;
  width: 48%;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field.col-mp.mp-6.mp-clear .control .field-error {
  position: relative;
  margin-top: 0px;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field.col-mp.mp-6.mp-clear .control._with-tooltip .input-text {
  width: 100%;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field.col-mp.mp-6 {
  float: right;
  width: 48%;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field {
  padding: 0px;
  color: #c6c6c6;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field .label {
  color: #a5a7aa;
  font-weight: 400;
  margin-bottom: 0;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field .input-text,
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field select {
  color: #707375;
  border: 2px solid #bdbfc2;
  height: 46px;
  font-size: 1.6rem;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field .input-text:focus,
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #2e7ced;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field:focus-within .label {
  color: #2e7ced;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field:focus-within .input-text {
  color: #2e7ced;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-footer {
  border-top: none;
  padding-top: 0;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-footer .action.primary.action-save-address {
  margin-top: 20px;
  padding: 11px 20px 12px 20px;
  background-color: #5dc667;
  text-transform: uppercase;
  font-family: 'Cera';
  width: 190px;
  height: 50px;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-footer .action.secondary.action-hide-popup {
  margin-top: 20px;
  padding: 11px 20px 12px 20px;
  background-color: transparent;
  text-transform: uppercase;
  font-family: 'Cera';
  width: 190px;
  height: 50px;
  color: #424547;
  border: 2px solid #424547;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-footer .action.secondary.action-hide-popup:hover {
  color: #000;
  border-color: #000;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.field.street.col-mp.mp-12.admin__control-fields.required .control .field._required .label {
  display: none;
}
.opc-wrapper .choice.field {
  clear: both;
  padding: 0 15px;
}
.opc-wrapper .shipping-address-item {
  cursor: pointer;
}
.opc-wrapper .action-show-popup {
  background-color: #5dc667;
  border: 0;
  border-radius: 0;
  color: #fff;
  box-shadow: none;
}
.opc-wrapper .label-info {
  padding: 7px 7px 7px 37px;
  line-height: normal;
  background-color: #f7c250;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-top: 25px;
  position: relative;
  margin-right: 50px;
}
.opc-wrapper .label-info:before {
  content: '!';
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  color: #f7c250;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.opc-wrapper .label-info--field {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
.opc-wrapper .label-info:empty {
  display: none;
}
.opc-wrapper .field.choice label {
  vertical-align: middle;
}
.opc-wrapper .checkout-agreements-block {
  margin-top: 18px;
}
.opc-wrapper .checkout-agreements-block .action-show {
  vertical-align: middle;
  color: inherit;
  font-size: 15px;
  line-height: 18px;
}
.opc-wrapper .field.company-check,
.opc-wrapper .field.create-account-checkbox,
.opc-wrapper .field.billing-address-same-as-shipping-block {
  margin-left: 0;
  background-color: #2e7ced;
  padding-left: 19px;
  height: auto;
  margin-top: 35px;
}
.opc-wrapper .field.company-check > .label,
.opc-wrapper .field.create-account-checkbox > .label,
.opc-wrapper .field.billing-address-same-as-shipping-block > .label {
  display: none;
}
.opc-wrapper .field.company-check .choice,
.opc-wrapper .field.create-account-checkbox .choice,
.opc-wrapper .field.billing-address-same-as-shipping-block .choice {
  height: auto;
  padding-left: 19px;
}
.opc-wrapper .field.company-check input[type="checkbox"] + *,
.opc-wrapper .field.create-account-checkbox input[type="checkbox"] + *,
.opc-wrapper .field.billing-address-same-as-shipping-block input[type="checkbox"] + * {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 45px;
  width: 100%;
}
.opc-wrapper .field.company-check input[type="checkbox"] + *:before,
.opc-wrapper .field.create-account-checkbox input[type="checkbox"] + *:before,
.opc-wrapper .field.billing-address-same-as-shipping-block input[type="checkbox"] + *:before {
  border-color: #fff;
}
.opc-wrapper .field.company-check input[type="checkbox"] + *:after,
.opc-wrapper .field.create-account-checkbox input[type="checkbox"] + *:after,
.opc-wrapper .field.billing-address-same-as-shipping-block input[type="checkbox"] + *:after {
  color: #fff;
}
.opc-wrapper .message.warning {
  padding-left: 55px;
}
.opc-wrapper .message.warning > *:first-child:before {
  display: none;
}
.opc-wrapper form .fieldset .field.company-check .label {
  font-weight: 500;
}
.opc-wrapper .field.company-check {
  background-color: transparent;
  padding-left: 15px;
}
.opc-wrapper .field.company-check .control {
  background-color: #2e7ced;
}
.opc-wrapper .field.billing-address-same-as-shipping-block {
  margin-bottom: 20px;
}
.opc-wrapper .checkout-billing-address .step-title {
  display: none;
}
.opc-wrapper .billing-address-same-as-shipping-block,
.opc-wrapper .billing-address-form,
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-left: -15px;
  margin-right: -15px;
}
.opc-wrapper .billing-address-same-as-shipping-block .fieldset .field .label,
.opc-wrapper .billing-address-form .fieldset .field .label,
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .billing-address-same-as-shipping-block .fieldset .note,
.opc-wrapper .billing-address-form .fieldset .note,
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .create-account-block .fieldset {
  margin-left: -15px;
  margin-right: -15px;
}
.opc-wrapper .create-account-block .create-account-checkbox,
.opc-wrapper .create-account-block .fieldset {
  margin-bottom: 20px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'luma-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method input[type="radio"] {
  padding: 0;
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  width: 1px;
  overflow: hidden;
}
.table-checkout-shipping-method .col-method {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: top;
}
.table-checkout-shipping-method .col-carrier {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #707375;
  margin-left: 7px;
  position: relative;
  top: -2px;
}
.table-checkout-shipping-method .col-carrier__address {
  font-weight: 500;
  color: #2e7ced;
}
.table-checkout-shipping-method .col-price {
  float: right;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2e7ced;
  font-family: 'Cera';
  line-height: 24px;
}
.table-checkout-shipping-method .row {
  clear: both;
  border-bottom: 2px solid #bdbfc2;
  padding-top: 35px;
  padding-bottom: 35px;
}
.table-checkout-shipping-method .row._active .method-text {
  display: block;
}
.table-checkout-shipping-method .row:last-of-type {
  border-bottom: 0;
}
.table-checkout-shipping-method .method-text {
  display: none;
  padding-left: 30px;
}
.table-checkout-shipping-method .label-info + .method-options {
  margin-top: 25px;
}
.table-checkout-shipping-method .method-options__title {
  font-size: 16px;
  color: #a5a7aa;
  margin-bottom: 20px;
}
.table-checkout-shipping-method .method-options__title span {
  color: #2e7ced;
}
.table-checkout-shipping-method .method-options__items {
  padding: 0;
  list-style-type: none;
  margin: 0 0 30px;
}
.table-checkout-shipping-method .method-options__items:last-of-type {
  margin-bottom: 0;
}
.table-checkout-shipping-method .method-options__items li {
  display: inline-block;
  padding-right: 25px;
  margin-bottom: 10px;
}
.table-checkout-shipping-method .method-options__items li:last-of-type {
  padding-right: 0;
}
.table-checkout-shipping-method .method-options__items input[type="radio"] + * {
  font-size: 15px;
  padding-left: 26px;
}
.checkout-comment-block {
  margin-top: 20px;
}
.onestepcheckout-index-index #opc-new-shipping-address .field.company-check {
  margin-left: 0;
  background-color: #2e7ced;
}
.onestepcheckout-index-index #opc-new-shipping-address .field.company-check > .label {
  display: none;
}
.onestepcheckout-index-index #opc-new-shipping-address .field.company-check .choice.field {
  height: auto;
  padding-left: 19px;
}
.onestepcheckout-index-index #opc-new-shipping-address .field.company-check .choice.field input[type="checkbox"] + * {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 45px;
  width: 100%;
}
.onestepcheckout-index-index #opc-new-shipping-address .field.company-check .choice.field input[type="checkbox"] + *:before {
  content: ' ';
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.onestepcheckout-index-index #opc-new-shipping-address .field.company-check .choice.field input[type="checkbox"] + *:after {
  content: '\e610';
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #2e7ced;
  font-family: 'luma-icons';
  left: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.onestepcheckout-index-index #opc-new-shipping-address .field.company-check .choice.field input[type="checkbox"]:checked + *:after {
  color: #fff;
  opacity: 1;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #006bb4;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #757575;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.order-summary {
  margin-top: 55px;
}
.opc-block-place-order-area,
.opc-block-summary .table-totals {
  width: 220px;
  float: right;
  clear: both;
}
.opc-block-place-order-area .actions-toolbar {
  margin-top: 10px;
}
.opc-block-place-order-area .action.primary {
  background-color: #5dc667;
  border: 0;
  line-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
}
.opc-wrapper .osc-addition-content-wrapper {
  display: inline-block;
  width: 100%;
}
.opc-wrapper .osc-addition-content-wrapper .col-mp {
  padding: 0;
}
.page-main .opc-block-summary .block.items-in-cart {
  margin-bottom: 25px;
}
.opc-block-summary {
  margin: 0 0 20px;
  padding: 22px 30px;
  margin-top: 45px;
}
.opc-block-summary .shipping .mark .value {
  display: none;
}
.opc-block-summary .table-totals > tbody > tr > th,
.opc-block-summary .table-totals > tbody > tr > td {
  border-top: 0;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
}
.opc-block-summary .table-totals > tbody > tr > th {
  padding-right: 0;
  padding-left: 25px;
}
.opc-block-summary .table-totals > tbody > tr > th strong,
.opc-block-summary .table-totals > tbody > tr > th {
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  vertical-align: middle;
}
.opc-block-summary .table-totals > tbody > tr.totals-tax {
  border-bottom: 2px solid #e8e8e8;
}
.opc-block-summary .table-totals > tbody > tr.totals-tax td,
.opc-block-summary .table-totals > tbody > tr.totals-tax th {
  padding-bottom: 25px;
}
.opc-block-summary .table-totals > tbody > tr.totals-tax + * td,
.opc-block-summary .table-totals > tbody > tr.totals-tax + * th {
  padding-top: 25px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #666666;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .minicart-items .details-qty span {
  line-height: 22px;
}
.opc-block-summary .minicart-items .details-qty strong {
  font-size: 30px;
  font-family: 'Cera';
}
.opc-block-summary .minicart-items .details-unit-price {
  text-align: left;
}
.opc-block-summary .minicart-items .details-unit-price span {
  line-height: 22px;
}
.opc-block-summary .minicart-items .details-unit-price strong {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Cera';
}
.opc-block-summary .minicart-items .subtotal span.mobile-label {
  line-height: 22px;
}
.opc-block-summary .items-in-cart {
  margin-top: 45px;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\e621';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  border: 0;
}
.opc-block-summary .minicart-items-wrapper table > thead > tr > th,
.opc-block-summary .minicart-items-wrapper table > tbody > tr > th,
.opc-block-summary .minicart-items-wrapper table > tfoot > tr > th,
.opc-block-summary .minicart-items-wrapper table > thead > tr > td,
.opc-block-summary .minicart-items-wrapper table > tbody > tr > td,
.opc-block-summary .minicart-items-wrapper table > tfoot > tr > td {
  padding: 0;
  vertical-align: middle;
}
.opc-block-summary .minicart-items-wrapper table > thead > tr > th {
  white-space: nowrap;
  padding-bottom: 17px;
  border-bottom: 2px solid #e8e8e8;
  font-size: 15px;
  font-weight: 500;
}
.opc-block-summary .minicart-items-wrapper .checkout-subtotal {
  text-align: right;
}
.opc-block-summary .minicart-items-wrapper .details-qty {
  text-align: left;
  width: 17%;
}
.opc-block-summary .minicart-items-wrapper .details-stock {
  width: 15%;
  text-align: left;
}
.opc-block-summary .minicart-items-wrapper td.details-qty {
  font-size: 20px;
}
.opc-block-summary .minicart-items-wrapper td.details-qty strong {
  margin-left: 15px;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .minicart-items .product-item {
  border-bottom: 2px solid #e8e8e8;
}
.opc-block-summary .minicart-items .product-item > td,
.opc-block-summary .minicart-items .product-item > th {
  padding-top: 35px;
  padding-bottom: 35px;
}
.opc-block-summary .minicart-items .product-item .product-image-container {
  float: none;
  vertical-align: middle;
  display: inline-block;
}
.opc-block-summary .minicart-items .product-item .product-item-detail {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #707375;
  width: calc(100% - 94px);
}
.opc-block-summary .minicart-items .product-item .subtotal {
  display: table-cell;
  text-align: right;
  width: 18%;
  font-size: 30px;
  font-family: 'Cera';
}
.opc-block-summary .minicart-items .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #cccccc;
  display: block;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.onestepcheckout-index-index .grand.totals.incl .mark strong {
  text-transform: uppercase;
}
.checkout-total-incl-tax,
.checkout-shipping-excl-tax,
.checkout-subtotal-excl-tax {
  color: #707375;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  display: block;
  line-height: 0px;
  font-family: 'Roboto';
}
.opc-block-summary .data.table.table-totals .totals .mark,
.opc-block-summary .data.table.table-totals .totals-tax .mark {
  text-align: right;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 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: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-shipping-address .step-content {
  margin-bottom: 0;
  margin-top: 46px;
}
.checkout-billing-address .step-content {
  margin-bottom: 0;
}
.checkout-billing-address .company-check {
  display: none;
}
.checkout-payment-method .step-content {
  padding-top: 20px;
}
.checkout-shipping-method .step-content {
  padding-top: 30px;
}
.opc-wrapper .checkout-billing-address .step-title {
  padding-left: 47px;
  position: relative;
}
.opc-wrapper .checkout-billing-address .step-title:before {
  content: ' ';
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  display: inline-block;
  position: absolute;
  left: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opc-wrapper .checkout-billing-address .step-title:after {
  content: '\e610';
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  font-family: 'luma-icons';
  left: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 2px solid #bdbfc2;
}
.checkout-payment-method .payment-method-content > .actions-toolbar {
  display: none;
}
.checkout-payment-method .field.payment-method-title {
  height: auto;
  line-height: 70px;
}
.checkout-payment-method .field.payment-method-title .payment-icon {
  display: none;
}
.checkout-payment-method .field.payment-method-title label {
  vertical-align: middle;
  font-size: 18px;
}
.checkout-payment-method .field.payment-method-title label:after,
.checkout-payment-method .field.payment-method-title label:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-payment-method .field.payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group .step-title {
  display: none;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e621';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #006bb4;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #757575;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 20px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.checkout-agreement.field.choice.required {
  padding: 0;
}
.checkout-agreement.field.choice.required .label:after {
  content: '\e610';
  color: #2e7ced;
  margin: 0;
}
.checkout-agreement.field.choice.required .action.action-show {
  max-width: 185px;
}
.checkout-onepage-success .page-main .page-title-wrapper .page-title {
  text-align: center;
  display: block;
  margin-top: 88px;
}
.checkout-onepage-success .page-main .page-title-wrapper .page-title:before {
  content: "";
  background: url('../Magento_Checkout/images/checkout-success-logo.svg');
  -webkit-background-size: 295px 161px;
  background-size: 295px 161px;
  width: 295px;
  height: 161px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -147px;
  margin-bottom: 70px;
}
.cms-block-text {
  max-width: 700px;
  margin: auto;
}
.secondary .btn--secondary {
  color: #2e7ced;
  border: 2px solid #2e7ced;
  font-size: 1.6rem;
  background: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 16px 6px 16px;
  font-family: 'Cera';
  min-width: 228px;
  margin-top: 0px;
}
.download .btn--download {
  color: #ffffff;
  border: 2px solid #2e7ced;
  font-size: 1.6rem;
  background: #2e7ced;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 16px 6px 16px;
  font-family: 'Cera';
  min-width: 228px;
}
.actions-toolbar .download {
  display: inline-block;
  float: right;
}
.checkout-onepage-success .checkout-success .actions-toolbar {
  margin-top: 55px;
  margin-bottom: 55px;
}
.checkout-success-label {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Cera';
  color: #2e7ced;
  max-width: 150px;
  display: block;
  margin-bottom: 30px;
}
.order-info-success {
  display: inline-block;
  float: left;
  width: 25%;
  display: block;
}
.shipping-information.bar {
  background: #2e7ced;
  display: block;
  padding: 12px 21px;
  margin-bottom: 40px;
}
.shipping-information.bar .order-information {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.checkout-success.items.data {
  margin-top: 70px;
}
.checkout-onepage-success .product-item-details {
  display: inline-block;
  vertical-align: middle;
}
.checkout-onepage-success .product-item-photo-success {
  max-width: 80px;
  max-height: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 27px;
  margin-bottom: 21px;
  margin-right: 20px;
  border: 2px solid #e8e8e8;
}
.checkout-onepage-success .col.item:not(:first-child) {
  display: inline-block;
  width: 100%;
}
.checkout-onepage-success tr.item-info:last-child td.col {
  border-bottom: 1px solid #ccc;
}
.checkout-onepage-success .parent-name {
  color: #707375;
  font-size: 18px;
  font-weight: 400;
}
.checkout-onepage-success .parent-name:hover {
  color: #707375;
}
.checkout-onepage-success .child-name {
  color: #707375;
  font-size: 15px;
  font-weight: 700;
}
.checkout-onepage-success .child-name:hover {
  color: #707375;
}
.checkout-onepage-success .col.qty,
.checkout-onepage-success .col.price {
  text-align: center;
}
.checkout-onepage-success .col.qty .field,
.checkout-onepage-success .col.price .field {
  font-weight: 700;
  font-family: 'Cera';
}
.checkout-onepage-success .col.qty .field.qty,
.checkout-onepage-success .col.price .field.qty {
  font-size: 20px;
}
.checkout-onepage-success .col.qty .field.price,
.checkout-onepage-success .col.price .field.price {
  font-size: 30px;
}
.checkout-onepage-success .col.row_total {
  text-align: right;
}
.checkout-onepage-success .col.row_total .field.row_total {
  font-weight: 700;
  font-family: 'Cera';
  font-size: 30px;
}
.checkout-onepage-success td.col.qty,
.checkout-onepage-success td.col.price,
.checkout-onepage-success td.col.row_total {
  vertical-align: middle;
}
.checkout-onepage-success .summary.totals.table-wrapper {
  margin-top: 70px;
  margin-bottom: 170px;
}
.checkout-onepage-success .summary.totals.table-wrapper table.totals-table {
  display: inline-block;
}
.checkout-onepage-success .summary.totals.table-wrapper table.totals-table .totals-tbody {
  float: right;
}
.checkout-onepage-success .summary.totals.table-wrapper table.totals-table .actions-toolbar {
  float: left;
  margin-top: -50px;
}
.checkout-onepage-success .summary.totals.table-wrapper th.checkout-success-labels {
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 20px;
  text-align: right;
}
.checkout-onepage-success .summary.totals.table-wrapper td.checkout-success-prices {
  padding: 0px;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Cera';
  text-align: left;
}
.checkout-onepage-success .summary.totals.table-wrapper td.checkout-success-prices .checkout-onepage-success-vat {
  font-weight: 400;
  font-size: 12px;
}
.checkout-onepage-success .summary.totals.table-wrapper tr.totals.tax {
  border-bottom: 2px solid #e8e8e8;
}
.checkout-onepage-success .summary.totals.table-wrapper tr.totals.tax th.checkout-success-labels {
  padding-bottom: 20px;
}
.checkout-onepage-success .summary.totals.table-wrapper tr.totals.tax td.checkout-success-prices {
  padding-bottom: 20px;
}
.checkout-onepage-success .summary.totals.table-wrapper tr.totals.total th.checkout-success-labels {
  padding-top: 30px;
  line-height: 20px;
}
.checkout-onepage-success .summary.totals.table-wrapper tr.totals.total td.checkout-success-prices {
  padding-top: 30px;
  color: #2e7ced;
  line-height: 20px;
}
.checkout-onepage-success .summary.totals.table-wrapper tr.totals.with-vat .checkout-onepage-success-vat {
  float: right;
}
body.checkout-index-index > .loading-mask:not(.valid) {
  display: none !important;
}
.checkout-cart-index .data.table.totals .totals.shipping .value {
  display: none;
}
.product.options.list .cart-options-container {
  display: none;
}
.form-cart .cart.table-wrapper .item .col.item {
  padding-bottom: 0;
  padding-top: 0;
}
.cart.item .cart-cell-allign {
  display: flex;
  align-items: center;
}
.cart.item .cart-cell-allign .product-item-details {
  padding-top: 30px;
}
.checkout-option-align {
  display: flex;
  font-size: 1.4rem;
}
.checkout-option-align dt.label:after {
  content: ':';
}
.checkout-option-align dd.values {
  margin-left: 10px;
  margin-bottom: 5px;
}
#checkout-review-table dl.item-options {
  margin-top: 20px;
}
#checkout-review-table .product-image-wrapper {
  width: 75px;
  height: 75px;
}
#checkout-review-table .product-image-container {
  width: 75px !important;
  height: 75px !important;
}
.minicart-items .product-item-name {
  font-size: 18px;
}
.minicart-items .product-item-photo {
  width: 75px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0px;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 5px;
}
.form-address-edit #region_id {
  display: block;
}
.form-edit-account .fieldset.password {
  display: block;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.field.street i {
  display: none;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.order-products-toolbar {
  position: relative;
}
.order-products-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.customer-account-logoutsuccess .page-main .page-title-wrapper {
  padding-top: 40px;
}
.page-wrapper .page-main .columns .column.main {
  float: none;
  margin: auto;
  width: 92%;
}
.table-wrapper.orders-history {
  border-bottom: 2px solid #e4e4e4;
}
.table-wrapper.orders-history .table-order-items.history > thead > tr .col {
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 500;
}
.table-wrapper.orders-history .table-order-items.history > thead > tr .col.actions {
  text-align: right;
}
.table-wrapper.orders-history .table-order-items.history > thead > tr .col.total,
.table-wrapper.orders-history .table-order-items.history > thead > tr .col.status {
  text-align: center;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr > .col {
  vertical-align: middle;
  padding: 27px 5px 27px 5px;
  border-top: 2px solid #e4e4e4;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr .col.total,
.table-wrapper.orders-history .table-order-items.history > tbody > tr .col.status {
  text-align: center;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.actions {
  text-align: right;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.actions > .action.view {
  margin-bottom: 10px;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.actions > .action.view,
.table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.actions > .action.order {
  width: 216px;
  height: 46px;
  border: 2px solid #2e7ced;
  display: inline-block;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.actions > .action.view span,
.table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.actions > .action.order span {
  display: block;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 10px 0px 10px 0px;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.actions .action.view:after {
  display: none;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.actions > .view {
  color: #ffffff;
  background-color: #2e7ced;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.actions > .order {
  color: #2e7ced;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr .id {
  font-size: 1.8rem;
  line-height: 30px;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr .status,
.table-wrapper.orders-history .table-order-items.history > tbody > tr .total {
  font-size: 3rem;
}
.table-wrapper.orders-history .table-order-items.history > tbody > tr .status,
.table-wrapper.orders-history .table-order-items.history > tbody > tr .total,
.table-wrapper.orders-history .table-order-items.history > tbody > tr .actions {
  font-family: 'Cera';
}
.block-addresses-list.address-block .items.addresses .item:last-child {
  margin-bottom: 0px;
}
.form-address > .actions-toolbar > .primary > .address-button {
  margin-top: 14px;
}
div.loading-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(100, 100, 100, 0.15);
}
div.loading-screen .lds-spinner {
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  display: inline-block;
  position: fixed;
  width: 64px;
  height: 64px;
}
div.loading-screen .lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
div.loading-screen .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 22px;
  left: 100px;
  width: 100px;
  height: 14px;
  border-radius: 20%;
  background: #707375;
}
div.loading-screen .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
div.loading-screen .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
div.loading-screen .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
div.loading-screen .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
div.loading-screen .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
div.loading-screen .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
div.loading-screen .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
div.loading-screen .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
div.loading-screen .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
div.loading-screen .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
div.loading-screen .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
div.loading-screen .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap {
  max-width: 836px;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-header .action-close:before {
  display: inline-block;
  position: absolute;
  content: '\e908';
  font-size: 20px;
  width: 20px;
  height: 25px;
  padding-top: 5px;
  top: 15px;
  right: 15px;
  color: #707375;
  text-indent: 0;
  font-family: 'luma-icons';
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset {
  width: 100%;
  padding: 38px 78px 28px 78px;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .mage-error[generated] {
  position: absolute;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .legend.blue-bar {
  padding: 11px 20px 12px 20px;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .legend.blue-bar span {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  background-color: #2e7ced;
  color: white;
  margin-bottom: 20px;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .legend.blue-bar span > a {
  color: white;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.field-name-firstname,
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.country,
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.city {
  float: left;
  width: 48%;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.field-name-lastname,
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.region,
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.zip {
  float: right;
  width: 48%;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.company-name,
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.company-code,
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.taxvat-number {
  display: none;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .actions-toolbar .primary {
  float: right;
  font-family: 'Cera';
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .actions-toolbar .primary .action.save.primary {
  width: 190px;
  height: 50px;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .secondary {
  display: none;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.choice {
  text-align: right;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field {
  padding: 0px;
  color: #c6c6c6;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field .label {
  color: #a5a7aa;
  font-weight: 400;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field .input-text,
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field select {
  color: #707375;
  border: 2px solid #bdbfc2;
  height: 46px;
  font-size: 1.6rem;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field .input-text:focus,
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #2e7ced;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field:focus-within .label {
  color: #2e7ced;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field:focus-within .input-text {
  color: #2e7ced;
}
.modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field .input-text[type=password] {
  color: #2e7ced;
}
.account.customer-account-edit._has-modal .modals-wrapper .modals-overlay {
  background-color: transparent;
}
.account.customer-account-edit._has-modal .modals-wrapper .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field .label {
  margin: 0px;
}
.account.customer-account-edit._has-modal .modals-wrapper .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.telephone {
  margin-bottom: 58px;
}
.field.choice {
  height: 20px;
}
.field.choice input {
  position: absolute;
  top: auto;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.checkmark {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid #989a9a;
  text-align: center;
}
.field.choice label {
  vertical-align: super;
}
.field.choice:hover input ~ .checkmark {
  background-color: #e9e9e9;
}
.checkmark:after {
  content: "";
  display: none;
}
.field.choice .checkmark:after {
  width: 7px;
  height: 8px;
  border: 2px solid #989a9a;
  border: solid #2E7CED;
  margin-left: 4px;
  margin-top: 3px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}
.field.choice input:checked ~ label .checkmark:after {
  display: block;
}
.field.choice input:checked + label .checkmark {
  border: 2px solid #2E7CED;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field.choice .label .checkmark {
  margin-right: 5px;
}
.onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content .form.form-shipping-address .fieldset.address .field.choice .label {
  display: flex;
  align-items: center;
}
#block-collapsible-nav .nav {
  font-size: 0px;
}
.block-balance .price {
  margin-top: -10px;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 32px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.samples-item {
  margin: 0 0 10px;
}
.field.downloads {
  margin-bottom: 10px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.field.downloads .field.choice input {
  left: 0;
  position: absolute;
  top: 2px;
}
.field.downloads .field.downloads-all {
  border-bottom: 0;
  padding-left: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #006bb4;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #006bb4;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #ff5501;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  border-top: 1px #c1c1c1 solid;
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span {
  display: block;
  margin-bottom: 5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-main .alert {
  clear: left;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  border: 0;
  clear: none;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-bottom: 20px;
  margin-top: 20px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  border: 0;
  display: block;
  float: right;
  white-space: nowrap;
  width: auto;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options {
  margin: 20px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary {
  position: relative;
  margin-top: 10px;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 20px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #333333;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #757575;
}
.gift-summary .action-delete:before {
  content: '\e604';
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: #333333;
}
.action-gift:active:after {
  color: #757575;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  padding: 20px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e621';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  margin: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  display: block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #858585;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #333333;
}
.gift-item-block .content {
  padding: 10px 0 20px;
  position: relative;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.gift-messages-order {
  margin-bottom: 25px;
}
.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%;
}
.giftregisty-dropdown .action.toggle {
  color: #006bb4;
}
.table-giftregistry-items .product-image {
  margin-right: 10px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 8px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin: -5px 0 0 5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #333333;
}
.gift-wrapping-title .action-remove:active:before {
  color: #757575;
}
.gift-options-content .fieldset .field {
  margin: 10px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 20px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.price-display-select-wrapper {
  clear: both;
  text-align: right;
  margin-bottom: 13px;
}
body .price-display-select-wrapper a {
  display: inline-block;
  padding-left: 24px;
  margin-left: 16px;
  font-size: 15px;
  color: #707375;
  position: relative;
}
body .price-display-select-wrapper a:hover {
  text-decoration: none;
}
.price-display-select-wrapper a:before,
.price-display-select-wrapper a:after {
  display: inline-block;
  content: '';
  position: absolute;
}
.price-display-select-wrapper a:before {
  width: 18px;
  height: 18px;
  border: 2px solid #2e7ced;
  border-radius: 100%;
  left: 0;
  top: 1px;
}
.price-display-select-wrapper a:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 4px;
  top: 5px;
  background: #2e7ced;
  opacity: 0;
}
.price-display-select-wrapper a.checked:after {
  opacity: 1;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
}
.table.grouped .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}
.table.grouped h2.product-item-name {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0;
  line-height: 20px;
  color: #707375;
  font-family: 'Roboto';
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.page-product-grouped .product-info-main .alert {
  clear: left;
}
.table.grouped .product-item-name {
  font-weight: bold;
}
thead .price-excluding-tax .price,
thead .price-including-tax .price {
  display: none;
}
tbody .tier-qty-cont {
  display: none;
}
.table.grouped .product-item-name {
  margin-bottom: 0;
}
.price-including-tax + .price-excluding-tax .price,
.price-including-tax,
.price-excluding-tax {
  font-size: 18px;
}
.price-including-tax + .price-excluding-tax:before {
  display: none;
}
.col-stock__mobile {
  display: none;
}
.product-faq-block .product-faq ul {
  margin-bottom: 1rem;
}
.product-faq-block .product-faq ul li {
  margin-bottom: 0px;
}
h3.faq {
  font-size: 36px;
  line-height: 1em;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.box-tocart .action.instant-purchase {
  vertical-align: top;
}
.box-tocart .action.instant-purchase:not(:last-child) {
  margin-bottom: 15px;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 20px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  background-color: #f0f0f0;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
.filter-title strong[data-count]:after {
  color: #ffffff;
  background: #ff5501;
  border-radius: 2px;
  content: attr(data-count);
  display: inline-block;
  font-size: .8em;
  line-height: 1;
  margin: 0 5px;
  min-width: 1em;
  padding: 2px;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  padding: 5px 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter .filter-current-subtitle {
  border: none;
  display: block;
  padding-bottom: 10px;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
}
.filter-actions {
  margin-bottom: 25px;
  padding: 0 10px;
}
.filter-label {
  font-weight: 700;
}
.filter-label:after {
  content: ': ';
}
.filter-value {
  color: #757575;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 13px;
  top: 12px;
}
.filter-options-title:hover {
  color: #000000;
}
.active > .filter-options-title:after {
  content: '\e621';
}
.filter-options-content {
  margin: 0;
  padding: 10px;
}
.filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .action.primary {
  margin-right: 10px;
}
.map-popup .map-msrp {
  margin-bottom: 10px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
  display: inline-block;
  min-width: 10rem;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #006bb4;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #ff5501;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #666666;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  padding: 6px 0;
  text-align: left;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\e600';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
  width: 18px;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #333333;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #666666;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #006bb4;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #006bb4;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #a3a3a3;
  content: '\e629';
  font-family: 'luma-icons';
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown {
  right: 0;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
  left: auto;
  right: 11px;
}
.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
  left: auto;
  right: 10px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #006bb4;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  content: '\e61d';
  font-family: 'luma-icons';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
}
.form.form-newsletter-manage {
  width: 70%;
  margin: auto;
}
.newsletter-image {
  float: left;
  height: 166px;
}
.newsletter-fieldset {
  padding-left: 50px;
}
.newsletter-fieldset .field.choice {
  margin-top: 40px;
}
.newsletter-text {
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 22px;
}
.newsletter-fieldset > .legend {
  border-bottom: none;
  padding-bottom: 25px;
  margin-bottom: 0px;
  margin-top: 13px;
}
.newsletter-fieldset > .legend .newsleter-title {
  font-family: 'Cera';
  color: #2e7ced;
  font-size: 3rem;
  line-height: 22px;
  font-weight: 700;
}
#newsletter-form {
  margin-top: 110px;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'luma-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.review-control-vote:before {
  content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.products-reviews-toolbar {
  position: relative;
}
.products-reviews-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  height: 32px;
  letter-spacing: 10px;
  line-height: 32px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  margin-bottom: 5px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 30px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 20px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 10px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.page-wrapper .page-main .columns .column.main.customer {
  float: none;
  margin: auto;
  width: 92%;
}
.page-wrapper .page-main .columns .column.main.customer .address-block {
  margin-bottom: 0px;
}
.box-actions.blue-bar,
.blue-bar {
  background-color: #2e7ced;
  color: white;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: none !important;
}
.box-actions.blue-bar > a,
.blue-bar > a {
  color: white;
}
.block-addresses-default > .blue-bar,
.info > .blue-bar,
.password > .blue-bar,
.company > .blue-bar,
.form-address > .blue-bar {
  padding: 11px 20px 12px 20px;
  border-bottom: none;
}
.block-addresses-default > .blue-bar > span,
.info > .blue-bar > span,
.password > .blue-bar > span,
.company > .blue-bar > span,
.form-address > .blue-bar > span {
  letter-spacing: 0.2px;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.4;
}
.block-addresses-default > .legend,
.info > .legend,
.password > .legend,
.company > .legend,
.form-address > .legend {
  margin-bottom: 35px;
}
.item.actions.grey-bar,
address.grey-bar {
  background-color: #e4e4e4;
  color: #494949;
  border-bottom: none;
}
.item.actions.grey-bar > a,
address.grey-bar > a,
.item.actions.grey-bar a:visited,
address.grey-bar a:visited,
.item.actions.grey-bar a:link,
address.grey-bar a:link,
.item.actions.grey-bar a:hover,
address.grey-bar a:hover,
.item.actions.grey-bar a:active,
address.grey-bar a:active {
  color: #494949;
}
.billing-address {
  display: flex;
  float: none;
}
.billing-address > :first-child {
  padding: 20px 38px 22px 38px;
}
.billing-address > :nth-child(2) {
  padding: 18px 27px 12px 27px;
  line-height: 2;
}
.billing-address .box-actions {
  margin-top: 0px;
  margin-left: 2px;
}
.billing-address .box-actions .action {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 15px;
}
.billing-address .box-actions .action:after {
  content: none;
}
.items.addresses.customer-addresses {
  display: inline-block;
  width: 48%;
}
.items.addresses.customer-addresses .item.one-line {
  display: flex;
  float: none;
}
.items.addresses.customer-addresses .item.one-line > :first-child {
  padding: 20px 38px 22px 38px;
}
.items.addresses.customer-addresses .item.one-line > :nth-child(2) {
  padding: 18px 27px 12px 27px;
  line-height: 2;
}
.items.addresses.customer-addresses .item.one-line .actions {
  margin: 0px 0px 0px 2px;
}
.items.addresses.customer-addresses .item.one-line .actions .action {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 15px;
}
.items.addresses.customer-addresses .item.one-line .actions .action:after {
  content: none;
}
.customer-account-createpassword .page-title-wrapper .page-title {
  margin-top: 40px;
}
.customer-account-createpassword .page-title-wrapper .page-title .base {
  margin-bottom: 10px;
  font-family: 'Cera';
  border-bottom: none;
  color: #2e7ced;
}
.address-title {
  color: #c6c6c6;
  font-weight: normal;
  font-size: 15px;
}
.address-right {
  font-size: 16px;
  width: 50%;
  float: right;
  font-weight: 400;
  margin-bottom: 0px;
  letter-spacing: -0.2px;
}
.address-left {
  font-size: 16px;
  width: 50%;
  float: left;
  font-weight: 500;
  margin-bottom: 0px;
  letter-spacing: -0.2px;
}
.address-left > a,
.address-left a:hover {
  font-weight: 400;
  color: #fff;
}
.form.form-edit-account > .fieldset {
  color: #a5a7aa;
}
.form.form-edit-account > .fieldset .field .label span {
  font-weight: 400;
}
.form.form-edit-account > .fieldset > .field-name-firstname,
.form.form-edit-account > .fieldset .email,
.form.form-edit-account > .fieldset .company-code {
  width: 48%;
  float: left;
}
.form.form-edit-account > .fieldset.password > .legend.blue-bar {
  margin-bottom: 15px;
}
.form.form-edit-account > .fieldset.password > .field.choice {
  margin-bottom: 0px;
  text-align: right;
}
.form.form-edit-account > .fieldset.info > .field.choice {
  margin-bottom: 0px;
  text-align: right;
  float: right;
  clear: both;
}
.form.form-edit-account > .fieldset.company {
  float: left;
  clear: left;
}
.form.form-edit-account > .form-address {
  width: 48%;
  float: right;
}
.form.form-edit-account > .form-address > .address-block > .block-content > .box-address-billing,
.form.form-edit-account > .form-address > .address-block > .block-content > .customer-addresses {
  width: 100%;
}
.form.form-edit-account > .form-address > .address-block > .block-content .box-title.address-title {
  margin-bottom: 8px;
}
.form.form-edit-account > .form-address > .address-block > .block-title {
  margin-bottom: 35px;
}
.form-edit-account > .fieldset > .field-name-lastname,
.form-edit-account > .fieldset .phone,
.form-edit-account > .fieldset .taxvat {
  width: 48%;
  float: right;
}
.form.password.reset .fieldset .field .input-text,
.form-edit-account .fieldset .field .input-text {
  color: #707375;
  border: 2px solid #bdbfc2;
  height: 46px;
  font-size: 1.6rem;
}
.form.password.reset .fieldset .field .input-text:focus,
.form-edit-account .fieldset .field .input-text:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #2e7ced;
  color: #2e7ced;
}
.form.password.reset .fieldset .field:focus-within .label,
.form-edit-account .fieldset .field:focus-within .label {
  color: #2e7ced;
}
.form.password.reset .fieldset .field .input-text[type=password],
.form-edit-account .fieldset .field .input-text[type=password] {
  color: #2e7ced;
}
.form.password.reset > .actions-toolbar,
.form.form-edit-account > .actions-toolbar {
  float: right;
  width: 100%;
}
.form.password.reset > .actions-toolbar > div.primary,
.form.form-edit-account > .actions-toolbar > div.primary {
  width: 48%;
  float: right;
}
.actions-toolbar > .primary > .action.save.primary,
.actions-toolbar > .primary > .action.submit.primary {
  margin-bottom: 10px;
  padding: 11px 20px 12px 20px;
  background-color: #5dc667;
  border: none;
  margin-right: 0px;
  width: 100%;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: 'Cera';
}
.form-address > .actions-toolbar {
  margin-top: 0px;
}
.form-address > .actions-toolbar > .primary > .address-button {
  background: none;
  color: #707375;
  border: none;
  padding: 0;
  outline: inherit;
  font-family: 'Cera';
}
.form-address > .actions-toolbar > .primary > .address-button:hover {
  background: none;
  color: inherit;
  border: none;
  outline: inherit;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 20px;
}
.customer-review .review-details .review-date {
  color: #a6a6a6;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.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-guest-create .order-links .item a {
  line-height: 1.42857143;
  margin: 0 30px 0 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.magento-rma-guest-create .order-links .item a:visited {
  color: #006bb4;
  text-decoration: none;
}
.magento-rma-guest-create .order-links .item a:hover {
  color: #006bb4;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:active {
  color: #ff5501;
  text-decoration: underline;
}
.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
  background: none;
  border: 0;
}
.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.order-links .item {
  line-height: 40px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #6d6d6d;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 40px;
  padding: 10px;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar {
  display: none;
}
.order-details-items .table-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-bottom: 15px;
  padding-top: 0;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\e621';
}
.order-details-items .product-item-name {
  font-size: 1.8rem;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .pages-items .item:first-child,
.order-details-items .pages-items .item:last-child {
  margin-right: 0;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field:last-child {
  margin-bottom: 20px;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.order-status {
  border: none;
}
.product-social-links .action.mailto.friend:before {
  content: '\e61d';
}
.block-collapsible-nav {
  margin-top: 50px;
  border-collapse: collapse;
}
.block-collapsible-nav .content {
  text-align: center;
  background: transparent;
  list-style-type: none;
}
.block-collapsible-nav .nav {
  display: inline-block;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item strong {
  width: 25%;
  float: left;
  min-width: 278px;
  color: #2e7ced;
  border: 2px solid #2e7ced;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  padding: 16px 0px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.block-collapsible-nav .item.current strong,
.block-collapsible-nav .item a:hover {
  background: #2e7ced;
  color: #ffffff;
}
.block-collapsible-nav .item:last-child a:after {
  content: '\e903';
  font-family: 'luma-icons';
  display: inline-block;
  vertical-align: top;
}
.block-collapsible-nav .item:not(:last-child) a,
.block-collapsible-nav strong {
  border-right: none;
}
.cms-home .page-main h1.page-title {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}
body {
  color: #707375;
  background: #f7f5f2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.page-header {
  background: #f7f5f2;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.page-header .panel.wrapper {
  background-color: #f2dcce;
  color: #2e7ced;
}
.page-header .panel.wrapper a {
  color: #2e7ced;
}
.page-header .panel.wrapper a:hover {
  color: #194e83;
}
.header.panel {
  padding-top: 9px;
  padding-bottom: 9px;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 20px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 14px;
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #006bb4;
}
.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: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #006bb4;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: 25px;
}
.footer.content {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}
.footer.content .links > li {
  background: #f4f4f4;
  font-size: 1.6rem;
  border-top: 1px solid #cecece;
  margin: 0 -15px;
  padding: 0 15px;
}
.footer.content .links a,
.footer.content .links strong {
  display: block;
  padding: 10px 0;
}
.footer.content .links strong {
  color: #a6a6a6;
  font-weight: normal;
}
.footer.content .links a {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:visited {
  color: #575757;
  text-decoration: none;
}
.footer.content .links a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer.content .links a:active {
  color: #333333;
  text-decoration: underline;
}
.copyright {
  background-color: #6e716e;
  color: #ffffff;
  display: block;
  padding: 10px;
  text-align: center;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .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 .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .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 .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .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 .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 8px;
  color: transparent !important;
}
.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
  color: #333333;
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.page-header .links .widget.block,
.page-footer .links .widget.block {
  margin: 0;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
.cms-no-route.cms-noroute-index .page-wrapper .page-main .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
  background: url(../images/404-image.png) no-repeat center top;
}
.cms-no-route.cms-noroute-index .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 3.1rem;
  text-transform: uppercase;
  padding-top: 50px;
  margin-top: 250px;
  margin-bottom: 10px;
}
.cms-no-route.cms-noroute-index .page-wrapper .page-main .columns .column.main div {
  text-align: center;
}
.cms-no-route.cms-noroute-index .page-wrapper .page-main .columns .column.main p {
  font-size: 1.5rem;
}
.cms-no-route.cms-noroute-index .page-wrapper .page-main .columns .column.main p:last-child {
  margin-top: 30px;
}
.cms-no-route.cms-noroute-index .page-wrapper .page-main .columns .column.main p a {
  margin: 10px;
}
.header-cms-links {
  position: absolute;
  right: 190px;
  top: 32px;
}
.header-cms-links a {
  color: #2e7ced;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}
.header-cms-links a:hover {
  color: #194e83;
}
html,
body {
  height: 100%;
}
.ie9 body {
  background-color: #6e716e;
}
.nav-sections {
  z-index: 5;
  position: relative;
}
.navigation:not(.loaded) {
  visibility: hidden;
}
.navigation ul {
  padding: 0 8px;
}
.page-header {
  border: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.page-header .panel.wrapper {
  background-color: #f2dcce;
  color: #2e7ced;
}
.page-header .panel.wrapper a {
  color: #2e7ced;
}
.page-header .header.panel {
  padding-bottom: 10px;
  padding-top: 10px;
}
.page-header .header.panel:before,
.page-header .header.panel:after {
  content: '';
  display: table;
}
.page-header .header.panel:after {
  clear: both;
}
.page-header .header-top-mobile {
  display: none;
}
.page-header .header-top-left {
  float: left;
  font-size: 15px;
}
.page-header .header-top-right {
  float: right;
  font-size: 15px;
}
.page-header .link-shipping:after {
  font-family: 'luma-icons';
  display: inline-block;
  content: '\e608';
  vertical-align: -2px;
  margin-left: 2px;
  font-size: 14px;
}
.page-main > .page-title-wrapper .page-title {
  display: inline-block;
}
.page-main > .page-title-wrapper .page-title + .action {
  float: right;
  margin-top: 20px;
}
.customer-welcome {
  display: inline-block;
  position: relative;
}
.customer-welcome:before,
.customer-welcome:after {
  content: '';
  display: table;
}
.customer-welcome:after {
  clear: both;
}
.customer-welcome .action.switch {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.customer-welcome .action.switch > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.customer-welcome .action.switch:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-welcome .action.switch:hover:after {
  color: inherit;
}
.customer-welcome .action.switch:active:after {
  color: inherit;
}
.customer-welcome .action.switch.active {
  display: inline-block;
  text-decoration: none;
}
.customer-welcome .action.switch.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.customer-welcome .action.switch.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.customer-welcome .action.switch.active:hover:after {
  color: inherit;
}
.customer-welcome .action.switch.active:active:after {
  color: inherit;
}
.customer-welcome ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.customer-welcome ul li {
  margin: 0;
  padding: 0;
}
.customer-welcome ul li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.customer-welcome ul:before,
.customer-welcome ul:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.customer-welcome ul:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.customer-welcome ul:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.customer-welcome ul:before {
  right: 10px;
  top: -12px;
}
.customer-welcome ul:after {
  right: 9px;
  top: -14px;
}
.customer-welcome.active {
  overflow: visible;
}
.customer-welcome.active ul {
  display: block;
}
.customer-welcome li a {
  color: #333333;
  text-decoration: none;
  display: block;
  line-height: 1.4;
  padding: 8px;
}
.customer-welcome li a:visited {
  color: #333333;
  text-decoration: none;
}
.customer-welcome li a:hover {
  color: #333333;
  text-decoration: none;
}
.customer-welcome li a:active {
  color: #333333;
  text-decoration: none;
}
.customer-welcome .customer-name {
  cursor: pointer;
}
.customer-welcome .customer-menu {
  display: none;
}
.customer-welcome .action.switch {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #ffffff;
}
.customer-welcome .action.switch:focus,
.customer-welcome .action.switch:active {
  background: none;
  border: none;
}
.customer-welcome .action.switch:hover {
  background: none;
  border: none;
}
.customer-welcome .action.switch.disabled,
.customer-welcome .action.switch[disabled],
fieldset[disabled] .customer-welcome .action.switch {
  pointer-events: none;
  opacity: 0.5;
}
.customer-welcome .header.links {
  min-width: 175px;
}
.customer-welcome.active .action.switch:after {
  content: '\e621';
}
.customer-welcome.active .customer-menu {
  display: block;
}
.customer-welcome .greet {
  display: none;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  margin-left: auto;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  margin: 0 0 0 15px;
}
.header.panel > .header.links > li.welcome,
.header.panel > .header.links > li > a {
  display: inline-block;
  line-height: 1.4;
}
.header.panel > .header.links > li.welcome a {
  color: #ffffff;
  padding-left: 5px;
}
.header.panel > .header.links > .authorization-link:after {
  content: attr(data-label);
  display: inline-block;
  margin: 0 -5px 0 5px;
}
.header.panel > .header.links > .authorization-link:last-child:after {
  display: none;
}
.header.panel > .header.links > .customer-welcome + .authorization-link {
  display: none;
}
.header.content {
  padding: 30px 20px 0;
}
.logo {
  margin: -8px auto 25px 0;
}
.logo img {
  max-height: inherit;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  min-height: 100%;
  position: relative;
  transition: margin 0.3s ease-out 0s;
}
.page-wrapper > .breadcrumbs,
.page-wrapper > .top-container,
.page-wrapper > .widget {
  box-sizing: border-box;
  width: 100%;
}
.page-footer {
  background: #f4f4f4;
  margin-top: auto;
  padding-bottom: 25px;
}
.page-footer .switcher .options ul.dropdown {
  bottom: -10px;
  left: 100%;
  margin: 0 0 0 20px;
  top: auto;
}
.page-footer .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:after {
  bottom: 13px;
  left: auto;
  right: 100%;
  top: auto;
}
.page-footer .switcher .options ul.dropdown:before {
  border-color: transparent #ffffff transparent transparent;
}
.page-footer .switcher .options ul.dropdown:after {
  border-color: transparent #bbbbbb transparent transparent;
  margin: 0 0 -1px -1px;
}
/* Breadcrumbs */
.breadcrumbs {
  padding-top: 21px;
  padding-bottom: 23px;
  margin-bottom: 0;
}
.breadcrumbs .items > li {
  font-size: 17px;
}
.breadcrumbs li a,
.breadcrumbs li a {
  color: #707375;
}
.breadcrumbs .item:not(:last-child):after {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: -4px;
  font-size: 18px;
}
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.order-details-items .items-qty > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-revert-to-action-secondary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.cart-discount .action.check,
.abs-add-fields .action.remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-add-invitations .action.remove,
.form-add-invitations .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form-create-return .action.remove,
.form-create-return .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove,
.form.send.friend .action.remove,
.form.send.friend .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.action-gift:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.cart-discount .action.check:visited,
.abs-add-fields .action.remove:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form-create-return .action.remove:visited,
.form-create-return .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited,
.form.send.friend .action.remove:visited,
.form.send.friend .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.cart-discount .action.check:hover,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.action-gift:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.cart-discount .action.check:active,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form-create-return .action.remove:active,
.form-create-return .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:active,
.form.send.friend .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,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .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-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .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.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .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-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .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.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.action-gift:active,
.action-gift:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .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-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .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.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.cancel {
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-revert-to-action-secondary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-size,
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.form-address-edit .actions-toolbar .action.primary,
.box-tocart .action.instant-purchase,
.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.box-tocart .action.instant-purchase {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.abs-product-link,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link {
  color: #006bb4;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #006bb4;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname > .label,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.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,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.opc-block-summary,
.abs-field-date .control,
.abs-field-tooltip,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e621';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #666666;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  color: #333333;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  width: 18px;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 30px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-cart-block > .title,
.abs-discount-block .block > .title,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.cart-summary .block > .title,
.abs-discount-block .block > .title,
.abs-discount-block .block > .title,
.paypal-review-discount .block > .title,
.paypal-review-discount .block > .title,
.paypal-review-discount .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title,
.cart-discount .block > .title,
.cart-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.cart-summary .block > .title:after,
.abs-discount-block .block > .title:after,
.abs-discount-block .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.cart-summary .block > .title > span,
.abs-discount-block .block > .title > span,
.abs-discount-block .block > .title > span,
.paypal-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span,
.cart-discount .block > .title > span,
.cart-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.cart-summary .block > .title:after,
.abs-discount-block .block > .title:after,
.abs-discount-block .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.abs-discount-block .block,
.paypal-review-discount .block,
.paypal-review-discount .block,
.cart-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.abs-discount-block .block > .title:after,
.paypal-review-discount .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.abs-discount-block .block .content,
.paypal-review-discount .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\e621';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.abs-discount-block .block.active .content,
.paypal-review-discount .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 700;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-title,
.abs-account-blocks .block-title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.customer-review .review-details .title,
.abs-account-blocks .block-title,
.paypal-review .block .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.multicheckout .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .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,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
  font-weight: 400;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-account-summary td,
.order-details-items tfoot td {
  background: #f5f5f5;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #666666;
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 700;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  font-size: 1.4rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  font-size: 1.1rem;
  display: inline-block;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  padding-right: 10px;
  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,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 20px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  border-left: 1px solid #a6a6a6;
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 10px;
}
.abs-account-blocks .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.no-display,
.abs-sidebar-totals .table-caption,
.cart-totals .table-caption,
.cart-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  margin-right: 25px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 16px;
  margin-bottom: 10px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #6d6d6d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-block-items-counter:before,
.block-compare .counter:before,
.block-wishlist .counter:before {
  content: '(';
}
.abs-block-items-counter:after,
.block-compare .counter:after,
.block-wishlist .counter:after {
  content: ')';
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 20px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 18px;
  font-weight: 300;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 20px;
}
.abs-shopping-cart-items .actions.main .continue,
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.abs-field-date input,
.form.search.advanced .fields.range .field.date input,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 10px;
  width: calc(100% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 36px);
}
.abs-checkout-tooltip-content-position-top {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before {
  border-bottom-color: #666666;
}
.abs-checkout-tooltip-content-position-top:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals,
.cart-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span {
  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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-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 {
  content: '\e621';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}
/* Transofrm prefix */
/* Helpers */
.h-row:before,
.h-row:after,
.h-clearfix:before,
.h-clearfix:after,
.form-row:before,
.form-row:after {
  content: "";
  display: table;
}
.h-row:after,
.h-clearfix:after,
.form-row:after {
  clear: both;
}
.h-row,
.h-clearfix,
.form-row {
  zoom: 1;
}
.h-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.h-fl {
  float: left;
}
.h-fr {
  float: right;
}
.h-tar {
  text-align: right;
}
.h-tac {
  text-align: center;
}
.h-tal {
  text-align: left;
}
.h-row {
  margin: 0 -50px;
}
.col-1-of-1,
.col-1-of-2,
.col-1-of-3,
.col-2-of-3,
.col-1-of-4,
.col-3-of-4,
.col-1-of-5,
.col-2-of-5,
.col-3-of-5,
.col-1-of-6,
.col-1-of-12 {
  float: left;
}
.h-row > .col-1-of-1,
.h-row > .col-1-of-2,
.h-row > .col-1-of-3,
.h-row > .col-2-of-3,
.h-row > .col-1-of-4,
.h-row > .col-3-of-4,
.h-row > .col-1-of-5,
.h-row > .col-2-of-5,
.h-row > .col-3-of-5,
.h-row > .col-1-of-6,
.h-row > .col-1-of-12 {
  padding: 0 50px;
}
.h-row > .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.h-row > .no-padding-right {
  padding-right: 0px;
}
.h-row > .no-padding-left {
  padding-left: 0px;
}
.col-1-of-1.fr,
.col-1-of-2.fr,
.col-1-of-3.fr,
.col-2-of-3.fr,
.col-1-of-4.fr,
.col-3-of-4.fr,
.col-1-of-5.fr,
.col-2-of-5.fr,
.col-3-of-5.fr,
.col-1-of-6.fr,
.col-1-of-6.fr {
  float: right;
}
.col-1-of-1 {
  width: 100%;
}
.col-1-of-2 {
  width: 50%;
}
.col-1-of-3 {
  width: 33.33333%;
}
.col-2-of-3 {
  width: 66.6666%;
}
.col-1-of-4 {
  width: 25%;
}
.col-3-of-4 {
  width: 75%;
}
.col-1-of-5 {
  width: 20%;
}
.col-2-of-5 {
  width: 40%;
}
.col-3-of-5 {
  width: 60%;
}
.col-1-of-6 {
  width: 16.66666%;
}
.col-1-of-12 {
  width: 8.33333%;
}
body .mfp-wrap {
  z-index: 10001;
}
.minicart-items-wrapper.overflowed {
  margin-right: 30px;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #006bb4;
  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: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #006bb4;
  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: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #006bb4;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e600';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
select.parcel-terminal-list {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  left: 10000px;
}
.social-login-title span {
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1em;
  font-family: 'Cera', sans-serif;
  display: block;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%) / 2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  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: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: #999999;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.control.qty div.mage-error[generated] {
  position: absolute;
  width: max-content;
}
.h-color-blue {
  color: #2e7ced;
}
.h-custom-checkbox {
  position: relative;
  padding-left: 28px;
  color: #2e7ced;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 11px;
}
.h-custom-checkbox:before,
.h-custom-checkbox:after {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
}
.h-custom-checkbox:before {
  width: 18px;
  height: 18px;
  border: 2px solid #2e7ced;
}
.h-custom-checkbox:after {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #2e7ced;
  content: '\e610';
  font-family: 'luma-icons';
  opacity: 0;
}
.h-custom-checkbox__input {
  position: absolute;
  opacity: 0;
}
.h-custom-checkbox__input:checked + .h-custom-checkbox:after {
  opacity: 1;
}
.breadcrumbs a:visited {
  color: #707375;
}
/* Center content */
.h-center-content:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.h-center-content > img,
.h-center-content > div,
.h-center-content > h1,
.h-center-content > h2,
.h-center-content > h3,
.h-center-content > h4 {
  display: inline-block;
  vertical-align: middle !important;
}
/* Responsive helpers */
.h-mobile-only {
  display: none;
}
.minicart-wrapper .block-minicart li table {
  table-layout: fixed;
}
.minicart-wrapper .block-minicart li table th.minicart-item-price {
  width: 40%;
}
.loading-mask:after {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.video-overlay-text {
  color: #2e7ced;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  padding-top: 108px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -35%);
}
.video-player-wrapper {
  position: relative;
}
.video-player {
  margin-left: auto;
  margin-right: auto;
  margin-top: 82px;
  margin-bottom: 5%;
  display: block;
  width: 100%;
  max-width: 1266px;
  max-height: 712px;
  position: relative;
}
.video-player:before {
  background-color: #f7f5f2;
  display: block;
  position: absolute;
  width: 200%;
  height: 200%;
  content: ' ';
  z-index: -1;
  transform: translate(-20%, -30%);
}
.loading-mask .loader,
#mana-please-wait p {
  animation: changeLoaderFrame 0.5s infinite;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.75) !important;
  background-repeat: no-repeat !important;
  background-position: 28px 28px !important;
}
#mana-please-wait p {
  margin: auto;
  font-size: 0;
  left: 55% !important;
  padding: 0 !important;
  border: 0 hidden !important;
}
.loading-mask .loader {
  margin: auto;
  margin-top: 20% !important;
}
@keyframes changeLoaderFrame {
  0%,
  100% {
    background-image: url("../images/loader-frame-1.svg");
  }
  33% {
    background-image: url("../images/loader-frame-2.svg");
  }
  66% {
    background-image: url("../images/loader-frame-3.svg");
  }
}
.loading-mask .loader img,
#mana-please-wait img {
  display: none;
}
.video-overlay-text {
  color: #2e7ced;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  padding-top: 108px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, -35%);
}
.video-player {
  margin: 82px auto 106px;
  display: block;
  width: 100%;
  max-width: 1266px;
  max-height: 712px;
}
.video-player:before {
  background-color: #f7f5f2;
  display: block;
  position: absolute;
  width: 200%;
  height: 200%;
  content: ' ';
  z-index: -1;
  transform: translate(-25%, -30%);
}
.video-overlay-image {
  width: 100%;
  height: auto;
}
.video-play-button {
  transform: translate(0, 0);
}
.video-play-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-20%, -60%);
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent white;
  z-index: 10;
}
.video-play-button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  background-color: #2e7ced;
  border-radius: 100px;
  transform: translate(-50%, -55%);
  z-index: 9;
}
.video-play-button:hover {
  cursor: pointer;
}
.yt-iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 1267px;
  max-height: 712px;
}
.yt-iframe-player {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.floating-message {
  position: relative;
  background: #ed2e44;
  color: #fff;
  z-index: 15;
}
.floating-message .site-block {
  position: relative;
  min-height: 60px;
  padding: 12px 50px 12px 185px;
}
.floating-message__intro {
  position: absolute;
  left: 48px;
  font-size: 24px;
  top: 12px;
  font-weight: 500;
}
.floating-message__content {
  padding-top: 8px;
}
.floating-message__content p {
  margin: 0;
  font-size: 15px;
  line-height: 16px;
}
.floating-message .btn--primary {
  margin-left: 12px;
  position: absolute;
  right: 48px;
  top: 12px;
  border: 2px solid #fff;
  background: none;
  padding: 6px 13px;
  min-width: unset;
  max-width: 180px;
}
.floating-message .btn--primary:hover {
  color: #e54a39;
  background: #fff;
}
floating-message-wrapper {
  display: flex;
  align-items: baseline;
}
.cookie-notice-wrapper .cookie-notice__close,
.floating-message .btn--primary {
  font-family: Cera;
}
/* Layout */
body .columns .column.main {
  padding-bottom: 0;
}
.page-wrapper .page-main .columns .column.main {
  width: 100%;
}
/* Button */
.btn--secondary {
  color: #2e7ced;
  border: 2px solid #2e7ced;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 0px 6px 0px;
  font-family: 'Cera';
  min-width: 228px;
}
.cart-empty .btn--secondary.has-arrow-left {
  padding: 6px 16px 6px 16px;
}
div.message,
span.message {
  padding: 12px;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 65px;
  background: #2e7ced;
  margin-bottom: 10px;
}
div.message.alert,
span.message.alert {
  background: #f7c250;
}
div.message.success {
  background: #5dc667;
  color: #fff;
  padding-left: 65px;
  margin-top: 25px;
  margin-bottom: 0px;
}
div.message.error,
span.message.error {
  background: #f7c250;
  color: #fff;
  padding-left: 65px;
  margin-top: 25px;
  margin-bottom: 0px;
}
div.message.notice,
div.message.info {
  background: #2e7ced;
  color: #fff;
  padding-left: 65px;
  margin-top: 25px;
  margin-bottom: 0px;
}
.form.form-cart .low-stock {
  background: #2e7ced;
  color: #fff;
  padding-left: 65px;
  margin-bottom: 25px;
}
.form.form-cart .low-stock,
div.message.info {
  background: #2e7ced;
  color: #fff;
}
div.message:before,
span.message:before {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 24px;
  color: #fff;
  margin-top: -17px;
  content: '\e908';
  font-family: 'luma-icons';
}
div.message.success:before {
  content: '\e904';
}
.form.form-cart .low-stock:before,
div.message.notice:before,
div.message.info:before {
  content: '\e907';
}
.message.notice > *:first-child:before,
.message.success > *:first-child:before,
.message.info > *:first-child:before,
.message.error > *:first-child:before {
  display: none;
}
.white-popup {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
#remember-me-box label {
  cursor: pointer;
}
#social-login-popup .checkmark {
  margin-right: 5px;
  vertical-align: 2px;
  height: 18px;
  width: 18px;
}
#social-login-popup #remember-me-box {
  margin-bottom: 57px;
}
body .social-btn .btn-social {
  font-size: 17px;
  line-height: 26px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body #social-login-popup .block-container .block {
  padding: 67px 87px;
  margin: 0;
  padding-right: 69px;
}
body #social-login-popup .block-container .social-login-customer-authentication {
  padding-left: 70px;
  padding-right: 86px;
}
.social-login-customer-authentication .actions-toolbar {
  margin-top: 22px;
}
#social-login-popup .actions-toolbar.facebook-login {
  margin-top: 33px;
}
#social-login-popup .actions-toolbar.google-login {
  margin-top: 21px;
}
#social-login-popup .mfp-close {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #707375;
}
#social-login-popup .mfp-close:hover {
  color: #333;
}
#social-login-popup .mfp-close:before {
  display: inline-block;
  position: absolute;
  content: '\e908';
  font-size: 20px;
  color: #707375;
  text-indent: 0;
  right: 17px;
  top: 3px;
  font-family: 'luma-icons';
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#social-login-popup .mfp-close:hover:before {
  color: #333;
}
#social-login-popup .block-container .block .block-title {
  font-size: 28px;
}
#social-login-popup .fa-facebook:before {
  content: '\f230';
}
#social-form-login .field.password > .secondary .remind {
  display: inline-block;
  margin-top: 12px;
}
body #social-form-login .fieldset.login .actions-toolbar .primary #bnt-social-login-authentication.action.login.primary {
  line-height: 30px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
#social-form-login .fieldset.login .actions-toolbar .primary #bnt-social-login-authentication.action.login.primary:hover {
  background: #194e83;
  border-color: #194e83;
}
#social-form-login .actions-toolbar .primary .action.create {
  background: #fff;
  border-color: #2e7ced;
  color: #2e7ced;
  line-height: 30px;
  font-size: 16px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
#social-form-login .actions-toolbar .primary .action.create:hover {
  background: #2e7ced;
  color: #fff;
}
.header.links .customer-welcome .customer-menu > ul.header.links {
  position: absolute;
}
.header.links .customer-welcome .customer-menu > ul.header.links .nav.item.current strong {
  display: block;
  line-height: 1.4;
  padding: 8px;
}
/* Header */
.header.content {
  padding-left: 38px;
  padding-right: 58px;
}
/* Header link separation */
.page-header .header.links,
.page-header .minicart-wrapper {
  position: relative;
  padding-left: 13px;
  margin-left: 14px;
}
.page-header .header.links:before,
.minicart-wrapper:before {
  display: inline-block;
  content: '';
  width: 2px;
  height: 31px;
  background: #e5d4c7;
  position: absolute;
  left: 0px;
  top: -2px;
}
.page-header .minicart-wrapper:after {
  display: inline-block;
  content: '';
  width: 2px;
  height: 31px;
  background: #e5d4c7;
  position: absolute;
  left: 50px;
  top: -2px;
}
.page-header .minicart-wrapper {
  margin-left: 15px;
  padding-left: 15px;
}
.page-header .header.links {
  padding-left: 18px;
  margin-left: 9px;
  min-width: 38px;
}
/* Mini cart */
.minicart-wrapper .action.showcart {
  color: #2e7ced;
}
.minicart-wrapper .action.showcart:before {
  color: #2e7ced;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #194e83;
}
/* Language switch */
.page-header .switcher .options .action.toggle:after {
  display: none !important;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  right: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: auto;
  right: 10px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: auto;
  right: 9px;
}
.page-header .switcher .options ul.dropdown:before {
  display: none;
}
.page-header .switcher .options ul.dropdown:after {
  display: none;
}
.page-header .switcher .options ul.dropdown li {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}
.page-header .switcher .options ul.dropdown li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* Language switch */
.search-autocomplete {
  z-index: 50;
}
.search-autocomplete ul:not(:empty),
.search-autocomplete ul {
  border: none;
  border-top: 1px solid #dedfe0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.search-autocomplete ul li {
  padding-left: 24px;
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: normal;
}
.search-autocomplete ul li span {
  font-weight: normal;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #f7f5f2;
}
.search-autocomplete ul li .amount {
  width: 32px;
  text-align: center;
  right: 5px;
  top: 7px;
}
.catalog-product-view .page-main {
  padding-bottom: 40px;
}
.page-title-wrapper.custom-simple-product h1,
.product-info-main .page-title-wrapper h1 {
  font-size: 36px;
}
body.page-layout-1column .product.media {
  width: 50%;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
body.page-layout-1column .product-info-main {
  width: 50%;
  padding-left: 15px;
  margin-bottom: 25px;
}
.product-add-form {
  clear: both;
  margin-top: 25px;
  margin-bottom: 58px;
}
.fotorama__stage {
  background: #fff;
}
.product-main-attribute {
  margin-bottom: 15px;
}
.product .product-item-labels {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 10;
  pointer-events: none;
}
.product .product-item-label {
  display: inline-block;
  padding: 1px 7px 1px 47px;
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 5px;
  background: #5dc667;
  float: left;
  clear: left;
  line-height: normal;
}
.product .product-item-label--discount {
  background: #2e7ced;
}
.product .product-item-label--discount_amount {
  background: #E54A39;
}
.additional-attributes-wrapper {
  border-top: 2px solid #e8e8e8;
  padding-top: 20px;
  padding-bottom: 10px;
}
.additional-attributes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.additional-attributes li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 18px;
}
.additional-attributes li:before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  background: #2e7ced;
  left: 0px;
  top: 7px;
  border-radius: 100%;
}
.product-more-details a {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  font-size: 15px;
  margin-right: 15px;
}
body .product-more-details a {
  color: #707375;
}
.product-more-details a:last-child {
  margin-right: 0;
}
.product-more-details .attached-document {
  color: #2e7ced;
  position: relative;
  padding-left: 18px;
}
.product-more-details .attached-document:before {
  display: inline-block;
  position: absolute;
  content: '\e905';
  font-family: 'luma-icons';
  left: 0px;
  top: 1px;
}
.product-labels {
  margin-top: 35px;
  padding-bottom: 27px;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 27px;
}
.product-label {
  display: inline-block;
  padding: 6px 12px;
  background: #f2dcce;
  color: #2e7ced;
  font-weight: bold;
  font-size: 15px;
}
.stock-column .stock-label .stock {
  display: inline-block;
  padding: 6px 12px;
  padding-left: 36px;
  background: #fff;
  margin: 0px;
  position: relative;
  text-transform: none;
}
.stock {
  display: inline-block;
  padding: 6px 12px;
  padding-left: 36px;
  background: #fff;
  margin-right: 15px;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
}
.stock.available {
  background-color: #5dc667;
  color: #fff;
  text-transform: none;
  font-weight: normal;
}
.stock.available:before {
  content: '\e904';
  color: #fff;
  display: inline-block;
  font-family: 'luma-icons';
  position: absolute;
  font-size: 18px;
  left: 5px;
  top: 4px;
}
.stock-column .stock-label .stock.limited {
  background-color: #2e7ced;
  color: #fff;
  text-transform: none;
  font-weight: normal;
  max-width: 160px;
}
.stock-column .stock-label .stock.limited:before {
  content: '\e907';
  color: #fff;
  display: inline-block;
  font-family: 'luma-icons';
  position: absolute;
  font-size: 18px;
  left: 7px;
  top: 50%;
  margin-top: -13px;
}
.stock-column .stock-label .stock.unavailable,
.stock.unavailable {
  background-color: #f7c250;
  color: #fff;
  text-transform: none;
  font-weight: normal;
}
.stock-column .stock-label .stock.unavailable:before,
.stock.unavailable:before {
  content: '\e908';
  color: #fff;
  display: inline-block;
  font-family: 'luma-icons';
  position: absolute;
  font-size: 18px;
  left: 7px;
  top: 4px;
}
.out-of-stock__delivery-info {
  display: inline-block;
}
.out-of-stock__delivery-info a {
  font-weight: bold;
  text-decoration: underline;
}
.product-add-form table {
  table-layout: fixed;
}
.product-add-form table,
.product-add-form td,
.product-add-form th {
  bordeR: 2px solid #e8e8e8;
}
.product-add-form td,
.product-add-form th {
  padding: 20px 12px;
  text-align: center;
  vertical-align: middle;
}
.product-add-form thead td,
.product-add-form thead th {
  padding-top: 5px;
  padding-bottom: 5px;
}
.product-add-form .product-item-name {
  font-weight: bold;
}
.table.grouped .col.qty {
  width: 258px;
  text-align: left;
}
.table.grouped th.col.qty {
  text-align: center;
}
.table.grouped .col.item {
  width: auto;
}
.table.grouped .col.item:first-child {
  width: 216px;
}
.table.grouped .col:nth-child(2),
.table.grouped .col.item:nth-child(2) {
  width: 78px;
}
.table.grouped th.col:nth-child(2) {
  text-align: left;
}
.product-add-form td .input-text {
  height: 46px;
  width: 100px;
  padding-left: 18px;
  text-align: left;
  padding-right: 25px;
  border: 2px solid #5dc667;
  font-family: 'Cera';
  font-size: 20px;
  font-weight: 700;
  color: #5dc667;
}
.table.grouped .col.qty .control.qty .qty {
  width: 100px;
  text-align: left;
}
.product-add-form .action.primary {
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #5dc667;
  border: none;
  height: 46px;
  vertical-align: top;
  font-size: 16px;
}
.product-add-form .action.primary:hover {
  background: #52a45a;
}
.product-add-form .control {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.product-add-form .saving-amount {
  display: block;
  color: #707375;
  font-size: 11px;
  text-align: left;
  padding-top: 1px;
  position: absolute;
}
.product-add-form tbody:nth-child(2n) td {
  background: #fff;
}
.product-add-form table .no-stock {
  display: inline-block;
  padding: 6px 12px;
  padding-left: 36px;
  background: #f7c250;
  color: #fff;
  position: relative;
  text-transform: none;
  text-align: left;
  margin-top: 5px;
}
.no-stock-popup {
  color: #fff;
  font-size: 15px;
  position: absolute;
  bottom: 40px;
  left: 100%;
  width: 307px;
  padding: 13px 20px 13px 14px;
  background-color: #f7c250;
  font-weight: normal;
  line-height: 17px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-stock-popup:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #f7c250;
  position: absolute;
  bottom: -6px;
  left: 0px;
  content: '';
  display: block;
}
.no-stock:hover .no-stock-popup {
  opacity: 1;
  pointer-events: all;
}
.product-add-form table .no-stock:hover + .no-stock-popup {
  display: inline-block;
  position: relative;
  cursor: help;
}
.product-add-form table .low-stock {
  display: inline-block;
  padding: 6px 12px;
  padding-left: 36px;
  background: #2e7ced;
  color: #fff;
  position: relative;
  text-transform: none;
  text-align: left;
  margin-top: 5px;
}
.product-add-form table .low-stock:before {
  content: '\e907';
  color: #fff;
  display: inline-block;
  font-family: 'luma-icons';
  position: absolute;
  font-size: 18px;
  left: 7px;
}
.product-add-form table .no-stock:before {
  content: '\e908';
  color: #fff;
  display: inline-block;
  font-family: 'luma-icons';
  position: absolute;
  font-size: 18px;
  left: 7px;
}
.product-add-form .orange td .input-text {
  border-color: #f7c250;
  color: #f7c250;
}
.product-add-form .orange .action.primary {
  background: #f7c250;
}
tr.item-info.orange .col.qty .qty.input-text {
  border-color: #f7c250;
}
tr.item-info.orange .input-inc:before,
tr.item-info.orange .input-dec:before {
  color: #f7c250;
}
.product-add-form .blue td .input-text {
  border-color: #2e7ced;
  color: #2e7ced;
}
.product-add-form .blue .action.primary {
  background: #2e7ced;
}
.product-add-form .blue .action.primary,
.product-add-form .blue .col-stock__mobile .stock.available {
  background: #2e7ced;
}
.product-add-form .blue .col-stock__mobile .stock.available:before {
  content: '\e907';
  color: #fff;
  display: inline-block;
  font-family: 'luma-icons';
  position: absolute;
  font-size: 18px;
  left: 5px;
  top: 5px;
}
tr.item-info.blue .col.qty .qty.input-text {
  border-color: #2e7ced;
}
tr.item-info.blue .input-inc:before,
tr.item-info.blue .input-dec:before {
  color: #2e7ced;
}
.product-gallery {
  margin-bottom: 30px;
}
.product-gallery__slide {
  position: relative;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-gallery__slide:after {
  display: block;
  content: '';
  padding-top: 80%;
}
.product-gallery .owl-nav {
  margin: 0;
}
.product-gallery .owl-nav button.owl-next,
.product-gallery .owl-nav button.owl-prev {
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 70px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.product-gallery .owl-nav button.owl-next:hover,
.product-gallery .owl-nav button.owl-prev:hover {
  background: rgba(0, 0, 0, 0.1);
}
.product-gallery .owl-nav button.owl-prev {
  left: 0;
}
.product-gallery .owl-nav button.owl-next {
  right: 0;
}
.product-gallery .owl-nav button.owl-prev:before,
.product-gallery .owl-nav button.owl-next:before {
  font-family: 'luma-icons';
  font-size: 22px;
  color: #ccc;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product-gallery .owl-nav button.owl-prev:before {
  left: 23px;
  content: '\e617';
}
.product-gallery .owl-nav button.owl-next:before {
  right: 23px;
  content: '\e608';
}
.product-gallery .owl-nav button.owl-prev:hover:before,
.product-gallery .owl-nav button.owl-next:hover:before {
  color: #fff;
}
.product-gallery__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
}
.product-gallery__video iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.product-gallery__video-link {
  display: inline-block;
  position: absolute;
  color: #2e7ced;
  font-weight: bold;
  text-align: center;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -80px;
}
.product-gallery__video-link:before {
  font-family: 'luma-icons';
  background: #fff;
  display: block;
  content: '\e909';
  font-size: 90px;
  line-height: 88px;
  border-radius: 100%;
  margin: 0 auto;
  width: 88px;
  margin-bottom: 25px;
}
.show-video .product-gallery__video-link {
  opacity: 0;
  pointer-events: none;
}
.product-gallery-thumbs-wrap {
  position: relative;
  padding-right: 96px;
}
.product-gallery-thumbs__slide {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
.product-gallery-thumbs__slide .icon-video:before {
  background: none;
  content: '\e909';
  font-family: 'luma-icons';
  font-size: 32px;
  color: #2e7ced;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.product-gallery-thumbs__slide:after {
  display: block;
  content: '';
  padding-top: 100%;
}
.product-gallery-thumbs .owl-item {
  cursor: pointer;
}
.product-gallery-thumbs .owl-nav button.owl-prev {
  display: none;
}
body .product-gallery-thumbs .owl-nav button.owl-next {
  position: absolute;
  width: 66px;
  height: 100%;
  border: 4px solid #cfcfcf;
  right: -96px;
  margin: 0;
  top: 0;
  border-radius: 0;
  background: none !important;
}
.product-gallery-thumbs .owl-nav button.owl-next:before {
  font-family: 'luma-icons';
  color: #cfcfcf;
  content: '\e608';
  font-size: 22px;
  position: absolute;
  display: inline-block;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product-gallery-thumbs .owl-nav button.owl-next:hover:before {
  color: #2e7ced;
}
.fit-calculator-wrapper {
  margin-top: 58px;
  padding-top: 29px;
  border-top: 2px solid #e8e8e8;
  margin-bottom: 51px;
}
.fit-calculator {
  background: #fff;
  padding: 39px 28px;
  padding-left: 200px;
  position: relative;
}
.fit-calculator__description {
  float: left;
  width: calc(100% - 486px);
  padding-right: 30px;
}
.fit-calculator__description:before {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 36px;
  width: 102px;
  height: 102px;
  background-image: url(../images/calculator-image.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 158px 118px;
  background-size: 158px 118px;
  content: "";
}
.fit-calculator__description h4 {
  font-size: 36px;
  margin-top: 0;
  color: #2e7ced;
  margin-bottom: 12px;
}
.fit-calculator__description p {
  font-size: 15px;
  line-height: 24px;
  color: #707375;
  margin-top: 12px;
  margin-bottom: 0;
}
.fit-calculator__form {
  width: 486px;
  float: right;
  padding-top: 14px;
  position: relative;
}
.fit-calculator__fields {
  margin-left: -14px;
  margin-right: -14px;
}
.fit-calculator__field {
  width: 25%;
  float: left;
  padding: 0 14px;
}
.fit-calculator__field-name {
  font-size: 11px;
  color: #a9abac;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.fit-calculator__input-wrap {
  position: relative;
  padding-right: 42px;
  border: 2px solid #2e7ced;
}
input[type="text"].fit-calculator__input {
  width: 100%;
  padding: 8px 8px;
  height: 42px;
  border: none;
}
input:not([disabled]):focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fit-calculator__measurement {
  position: absolute;
  font-size: 15px;
  text-align: right;
  color: #707375;
  right: 9px;
  top: 11px;
}
.fit-calculator__submit {
  margin-top: 20px;
}
.fit-calculator__button,
.fit-calculator__button:hover,
.fit-calculator__button:focus {
  background: #2e7ced;
  color: #fff;
  border: none;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0;
  height: 46px;
  text-transform: uppercase;
  font-size: 15px;
}
.fit-calculator__result {
  padding-top: 15px;
}
.fit-calculator__result {
  position: absolute;
  top: 15px;
  left: -10px;
  right: 0;
  height: 100px;
  padding: 10px;
  background: #fff;
  padding-right: 120px;
}
.fit-calculator__response {
  display: block;
}
.fit-calculator__result .fit-calculator__button.repeat {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 134px;
  text-align: center;
  font-family: 'Cera';
}
.fit-calculator__result .fit-calculator__button.repeat {
  background: #2e7ced;
  border: none;
}
.fit-calculator__fit-size {
  font-size: 30px;
  line-height: 30px;
  color: #2e7ced;
}
.product-faq {
  border-bottom: 2px solid #e8e8e8;
  margin-top: 46px;
}
.product-faq h3 {
  font-size: 18px;
  line-height: 20px;
  padding: 17px 0px;
  position: relative;
  border-top: 2px solid #e8e8e8;
  font-family: 'Roboto';
  font-weight: normal;
  color: #707375;
  margin: 0;
  cursor: pointer;
}
.product-faq div:first-child h3 {
  border-top: none;
}
.product-faq h3:after {
  position: absolute;
  right: 0px;
  top: 18px;
  font-size: 14px;
  font-family: 'luma-icons';
  content: '\e608';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-faq div[aria-expanded="true"] h3:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product-faq div[data-role="content"] {
  padding-top: 30px;
  padding-bottom: 44px;
  padding-left: 125px;
  padding-right: 110px;
  font-size: 14px;
  line-height: 30px;
}
#product-details-modal {
  display: none;
}
.modal--product-details + .modal-popup + .modals-overlay {
  background: none;
}
.modal--product-details .modal-inner-wrap {
  box-shadow: none;
  width: 95%;
  max-width: 834px;
}
.modal--product-details .modal-header {
  padding: 54px 100px;
  padding-bottom: 10px;
}
.modal--product-details .modal-title {
  font-size: 24px;
  color: #707375;
  font-weight: normal;
  border-bottom: none;
  font-family: "Roboto";
}
.modal--product-details .modal-content {
  padding: 54px 100px;
  padding-top: 10px;
}
.new-address-modal .modal-footer,
.modal--product-details .modal-footer {
  display: none;
}
.modal--product-details .action-close {
  padding: 15px;
}
.modal--product-details .action-close:before {
  content: '\e908';
  line-height: 22px;
  font-size: 20px;
}
.block.related {
  margin-top: 50px;
}
.product-slider {
  position: relative;
}
.product-slider .owl-nav {
  position: absolute;
  right: 0px;
  top: -58px;
}
.product-slider .owl-prev,
.product-slider .owl-next {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.product-slider .owl-prev:hover,
.product-slider .owl-next:hover {
  background: none !important;
}
.product-slider .owl-prev:before,
.product-slider .owl-next:before {
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 26px;
  color: #2e7ced;
}
.product-slider .owl-prev:before {
  content: '\e617';
}
.product-slider .owl-next:before {
  content: '\e608';
}
.owl-carousel.product-slider .product-item {
  padding-left: 0;
}
.owl-item a:visited,
.owl-item .alink:visited {
  color: #ffffff;
}
/* Product responsive */
@media only screen and (max-width: 1124px) {
  .product .product-item-label {
    font-size: 20px;
  }
}
.cart.main.actions {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e908';
  overflow: visible;
}
body .abs-shopping-cart-items-desktop,
body .block-cart-failed,
body .cart-container .form-cart,
body .cart-container .cart-gift-item {
  float: none;
  width: auto;
  padding-right: 0;
}
body .cart-container .form-cart {
  background: #fff;
  padding: 45px 50px;
  margin-bottom: 0;
}
body .cart-summary {
  width: 420px;
  top: auto !important;
  background: #fff;
  padding: 20px 50px;
  padding-top: 0;
  text-align: right;
}
body .cart-discount {
  width: auto;
  float: none;
}
body .cart-sidebox {
  float: left;
  width: calc(100% - 450px);
  margin-top: 30px;
}
table.cart > tbody > tr > td {
  vertical-align: middle;
}
.cart-price {
  font-size: 30px;
}
.cart .actions-toolbar {
  margin-top: 0;
}
.cart.table-wrapper .product-item-photo {
  width: 76px;
  margin-right: 18px;
  border: 2px solid #e8e8e8;
  vertical-align: middle;
  padding-right: 0;
  display: inline-block;
}
.cart.table-wrapper .product-item-photo img {
  vertical-align: top;
}
.cart.table-wrapper .product-item-details {
  width: calc(100% - 98px);
  vertical-align: middle;
  padding: 0;
  display: inline-block;
  float: right;
}
.cart.table-wrapper .product-item-name {
  margin: 0;
}
.cart.table-wrapper .product-item-name {
  font-size: 18px;
  font-weight: normal;
}
.cart.table-wrapper .product-item-name a {
  color: #707375;
}
.cart.table-wrapper tbody td {
  padding-top: 11px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 11px;
}
.cart.table-wrapper .control.qty {
  display: inline-block;
  position: relative;
}
.cart.table-wrapper .control.qty .qty {
  height: 46px;
  padding-left: 18px;
  padding-right: 35px;
  border: 2px solid #707375;
  width: 100px;
  text-align: left;
  margin: 0;
}
.cart.table-wrapper .input-inc,
.cart.table-wrapper .input-dec {
  display: inline-block;
  position: absolute;
  right: 2px;
  width: 32px;
  height: 21px;
  text-align: center;
}
.cart.table-wrapper .input-inc {
  top: 5px;
}
.cart.table-wrapper .input-dec {
  top: 21px;
}
.cart.table-wrapper .input-inc:before,
.cart.table-wrapper .input-dec:before {
  display: inline-block;
  line-height: 21px;
  font-family: 'luma-icons';
  color: #707375;
  font-size: 12px;
}
.cart.table-wrapper .input-inc:before {
  content: '\e621';
}
.cart.table-wrapper .input-dec:before {
  content: '\e622';
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  background: #5dc667;
  border-radius: 0;
  border: none;
  max-width: 216px;
  float: right;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: right;
  vertical-align: middle;
  font-size: 15px;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  text-align: left;
  font-size: 30px;
  white-space: nowrap;
}
.cart-totals .grand strong {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}
.cart-totals .grand .amount strong {
  font-size: 30px;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: none;
  padding-top: 0;
}
.cart-summary .block .content {
  padding: 0;
}
.cart-totals .grand .mark {
  padding-right: 0;
}
.cart-totals .grand .amount {
  padding-left: 14px;
}
.shipping-block-mobile {
  display: none;
}
.block-content .shipping-information {
  position: relative;
  padding-top: 15px;
  margin-bottom: -5px;
  float: right;
  color: #2e7ced;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
}
.shipping-dynamic-cost {
  content: '';
}
.header-top-right .shipping-information {
  padding-top: 0 !important;
  left: 20px;
}
.shipping-information .h-explainer-content {
  transform: scale(1.4);
  left: 45px;
  margin-bottom: 35px;
}
.block-minicart .shipping-information .h-explainer-content {
  transform: scale(1.4);
  left: -201px;
  margin-bottom: 35px;
}
.block-minicart .shipping-information .h-explainer-content:after {
  transform: rotate(180deg);
  left: 94%;
}
.header-top-right .shipping-information .h-explainer {
  z-index: 10;
  margin-right: 15px;
  margin-left: 0px;
  transform: scale(0.6);
}
.header-top-right .shipping-information .h-explainer-content {
  height: 200px;
  width: 140px;
  top: 100px;
  left: 50px;
  transform: scale(1.6);
}
.header-top-right .shipping-information .h-explainer-content:after {
  top: -5px;
}
.header-top-right a.shipping-link:after {
  display: inline-block;
  content: '\e906';
  font-family: 'luma-icons';
  position: absolute;
  right: 15px;
}
.shipping-link span {
  padding-right: 15px;
}
.shipping-link span:after {
  display: inline-block;
  content: '\e906';
  font-family: 'luma-icons';
  position: absolute;
  right: 30px;
}
.shipping-information .h-explainer {
  margin-right: 20px;
  transform: scale(0.7);
}
.shipping-more:before {
  display: inline-block;
  content: '';
  width: 2px;
  height: 24px;
  background: #e5d4c7;
  position: absolute;
  left: -12px;
  top: -2px;
}
span.shipping-more {
  display: inline-block;
  position: relative;
}
.shipping-dynamic-block-background {
  content: '';
  width: 48px;
  max-width: 48px;
  height: 12px;
  background-color: #f7f5f2;
  display: inline-block;
  margin-left: 8px;
}
.shipping-block {
  display: inline-block;
  position: relative;
  height: 12px;
  top: 1px;
}
.shipping-dynamic-block {
  content: '';
  max-width: 48px;
  width: 4.8px;
  height: 12px;
  background-color: #2e7ced;
  position: absolute;
  left: 8px;
  top: 0.3rem;
}
.ddc-shipping-text {
  font-family: Roboto;
}
.dynamic-shipping__icon {
  position: absolute;
  font-size: 62px;
  color: #2e7ced;
  left: 65px;
  top: 50%;
  margin-top: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dynamic-shipping-image {
  height: 126px;
}
.dynamic-shipping__label {
  font-size: 16px;
  color: #707375;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.dynamic-shipping__content hr {
  margin: 13px 0;
  border: 0;
  width: 100%;
  color: #ccc;
  background-color: #e8e8e8;
  height: 2px;
}
.dynamic-shipping__content .dynamic-shipping-weight-max,
.dynamic-shipping__content .dynamic-shipping-volume-max {
  font-size: 14px;
  color: #2e7ced;
}
.dynamic-shipping__content .dynamic-shipping-weight-max {
  margin-left: 1%;
}
.dynamic-shipping__content .dynamic-shipping-volume-max {
  margin-left: 10%;
}
.continue-shopping {
  margin-top: 15px;
  margin-bottom: 35px;
  margin-left: 50px;
}
.continue-shopping__link {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  text-transform: uppercase;
  color: #707375;
  font-weight: 700;
}
.continue-shopping__link:before {
  display: inline-block;
  content: '\e906';
  font-family: 'luma-icons';
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cart-discount .block.discount {
  padding-left: 50px;
}
body .cart-discount .block > .title,
body .cart-discount .title {
  margin-bottom: 2px;
  padding-bottom: 0;
  color: #a5a7aa;
  font-size: 16px;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #a5a7aa;
}
.cart-discount .block:nth-child(1) {
  float: none;
  clear: none;
  width: auto;
}
.cart-discount .content {
  display: block !important;
}
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: block;
}
.paypal-review-discount .field,
.cart-discount .field {
  display: inline-block;
}
.cart-discount input {
  background: none;
  padding: 9px 17px;
  border: 2px solid #bdbfc2;
  height: auto;
}
.cart-discount .field {
  width: 50%;
}
.cart-discount .actions-toolbar {
  display: inline-block;
  width: 25%;
  margin-top: 0;
  margin-left: 30px;
}
.actions-toolbar > .primary .action {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #2e7ced;
  padding: 12px;
  text-transform: uppercase;
  font-size: 16px;
}
.recycled-packaging .h-custom-checkbox {
  color: #707375;
  text-align: left;
  font-weight: normal;
  margin-top: 45px;
  margin-bottom: 25px;
  cursor: inherit;
  padding-left: 0;
}
.recycled-packaging .h-custom-checkbox:after,
.recycled-packaging .h-custom-checkbox:before {
  display: none;
}
.recycled-packaging .h-custom-checkbox:before,
.recycled-packaging .h-custom-checkbox:after {
  color: #707375;
  border-color: #707375;
  top: 11px;
}
.recycled-decoration {
  padding-left: 61px;
  position: relative;
}
.recycled-decoration:before {
  display: inline-block;
  width: 37px;
  height: 37px;
  content: '';
  position: absolute;
  top: 4px;
  left: 13px;
  background: url(../images/recycle-icon.png) no-repeat center center;
  background-size: contain;
}
.cart-empty {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 60px;
  margin-bottom: 60px;
}
.cart-empty h1 {
  font-size: 60px;
  margin-bottom: 14px;
  line-height: 1.2em;
}
.cart-empty p {
  margin-bottom: 55px;
  font-size: 15px;
}
.cart-empty .btn--secondary {
  font-size: 17px;
}
.btn--secondary .button-back-to-store:before {
  display: inline-block;
  content: '\e617';
  font-family: 'luma-icons';
  margin-right: 5px;
  vertical-align: -2px;
}
.btn--secondary .button-back-to-store {
  margin-right: 21px;
  display: block;
}
.opc-estimated-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.osc-login-toggle {
  font-weight: bold;
  display: inline-block;
  font-size: 15px;
  padding-left: 29px;
  position: relative;
  color: #2e7ced;
  padding-bottom: 22px;
  cursor: pointer;
  margin-top: 10px;
  padding-bottom: 35px;
}
.osc-login-toggle:before {
  display: inline-block;
  position: absolute;
  content: '\e627';
  left: 0px;
  top: -5px;
  font-size: 20px;
  font-family: 'luma-icons';
}
.checkout-container {
  padding: 25px 50px;
  background: #fff;
  margin: 0 -50px;
  margin-bottom: 70px;
  padding-bottom: 40px;
}
.checkout-index-index .nav-sections {
  display: block;
}
.opc-wrapper .step-title {
  border: none;
  background: #2e7ced;
  text-transform: none;
  padding: 0 21px;
  line-height: 45px;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
}
body .step-title .fa {
  display: none !important;
}
.field-tooltip .field-tooltip-action {
  position: absolute;
  display: inline-block;
  right: 8px;
  top: 8px;
}
.field-tooltip .field-tooltip-action:before {
  color: #2e7ced;
  content: "\e907";
  width: 25px;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #2e7ced;
}
.field-tooltip._active .field-tooltip-content {
  display: none;
}
.field-tooltip .field-tooltip-action:hover + .field-tooltip-content {
  display: block;
}
.field-tooltip .field-tooltip-content {
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  padding: 10px 16px;
  width: 178px;
  background-color: #2e7ced;
  font-weight: normal;
  line-height: 17px;
  pointer-events: none;
  top: auto;
  border: none;
}
.field-tooltip .field-tooltip-content:before {
  display: none;
}
body .field-tooltip .field-tooltip-content:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #2e7ced;
  position: absolute;
  bottom: -6px;
  left: 0px;
  content: " ";
  display: block;
}
.opc-wrapper .fieldset > .field > .label {
  margin-bottom: 3px !important;
}
#checkout-step-shipping_method {
  float: none;
}
.opc-block-summary .items-in-cart > .title {
  display: none;
}
#checkout-review-table {
  bordeR: none;
}
.minicart-items .product-image-wrapper {
  border: 2px solid #e8e8e8;
}
.minicart-items .product-image-wrapper img {
  vertical-align: middle;
}
body .opc-block-summary .minicart-items .product-item .product-item-detail {
  width: calc(100% - 96px);
  margin-left: 12px;
}
/* Checkout review */
html:lang(lt) .excl th.mark::after {
  content: "be PVM";
  display: block;
  font-size: 10px;
}
html:lang(lv) .excl th.mark::after {
  content: "bez PVN";
  display: block;
  font-size: 10px;
}
html:lang(ru) .excl th.mark::after {
  content: "без НДС";
  display: block;
  font-size: 10px;
}
html:lang(et) .excl th.mark::after {
  content: "KM-ta";
  display: block;
  font-size: 10px;
}
html:lang(en) .excl th.mark::after {
  content: "excl VAT";
  display: block;
  font-size: 10px;
}
html:lang(lt) .incl th.mark::after {
  content: "su PVM";
  display: block;
  font-size: 10px;
}
html:lang(lv) .incl th.mark::after {
  content: "ar PVN";
  display: block;
  font-size: 10px;
}
html:lang(ru) .incl th.mark::after {
  content: "с НДС";
  display: block;
  font-size: 10px;
}
html:lang(et) .incl th.mark::after {
  content: "KM-ga";
  display: block;
  font-size: 10px;
}
html:lang(en) .incl th.mark::after {
  content: "incl VAT";
  display: block;
  font-size: 10px;
}
.page-layout-simple_cms_page .page-main,
.page-layout-cms-no-links .page-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 45px;
}
.cms-page-view.page-layout-1column .page-main .page-title-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  padding-left: 50px;
  padding-right: 50px;
  width: auto;
  padding-bottom: 45px;
}
.cms-page-content p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 22px;
}
.cms-page-content table {
  border-collapse: collapse;
}
.cms-page-content table,
.cms-page-content table td,
.cms-page-content table th {
  border: 1px solid #ccc;
}
.cms-page-menu {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 1100px;
}
.cms-page-menu a {
  width: 20%;
  float: left;
  padding: 0 20px;
  min-width: 220px;
  color: #2e7ced;
  border: 2px solid #2e7ced;
  font-size: 15px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cms-page-menu a:hover,
.cms-page-menu a.is-active {
  background: #2e7ced;
  color: #fff;
}
.cms-page-menu a:not(:last-child) {
  border-right: none;
}
/* Footer links to other languages */
.footer__links {
  background: #2e7ced;
  margin-bottom: 110px;
}
.footer__links .site-block {
  padding-top: 25px;
  padding-bottom: 25px;
}
.language-site-links li {
  display: inline-block;
  position: relative;
  margin-right: 60px;
  padding-right: 60px;
}
.footer__links ul.h-menu.language-site-links > li:not(:last-child) {
  margin-right: 60px;
}
.language-site-links li:before {
  display: inline-block;
  content: '';
  height: 41px;
  width: 2px;
  background: #6da4f2;
  right: 0px;
  position: absolute;
  top: 0px;
}
.language-site-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.language-site-links li:last-child:before {
  display: none;
}
.footer__links ul.h-menu.language-site-links > li a {
  display: inline-block;
  padding-left: 150px;
  background: url(../images/logo-white.svg) no-repeat left center;
  background-size: 134px auto;
  color: #fff;
  font-size: 20px;
  padding-top: 8px;
  font-weight: 100;
}
/* Footer */
.footer.content {
  border-top: none;
}
.footer.content .block {
  float: right;
}
.footer.content ul {
  padding-right: 50px;
}
.footer.content .switcher.store {
  display: block;
  margin: 0;
}
.footer.content .links {
  display: inline-block;
  padding-right: 50px;
  vertical-align: top;
}
.footer.content .links li {
  background: transparent;
  border: none;
  font-size: 14px;
  margin: 0 0 8px;
  padding: 0;
}
.footer.content .links a,
.footer.content .links strong {
  display: inline;
}
.footer-column {
  float: left;
  padding: 0 15px;
}
.footer-column:first-child:nth-last-child(4),
.footer-column:first-child:nth-last-child(4) ~ .footer-column {
  width: 25%;
}
.footer-column:first-child:nth-last-child(5),
.footer-column:first-child:nth-last-child(5) ~ .footer-column {
  width: 20%;
}
.footer-column h4 {
  color: #2e7ced;
  margin: 0;
  margin-bottom: 35px;
  font-size: 30px;
}
.footer.content ul {
  margin-right: 0;
}
.footer.content ul,
.footer-links {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.footer-links li,
.footer.content ul > li {
  margin-bottom: 11px;
}
.footer.content ul > li a,
.footer-links a {
  font-size: 15px;
  color: #707375;
}
.footer-links .icon-blog:before {
  display: inline-block;
  color: #2e7ced;
  margin-right: 8px;
  content: '\e900';
  font-size: 18px;
  font-family: 'luma-icons';
  vertical-align: -2px;
}
.footer.content ul > li a:hover,
.footer-links a:hover {
  color: #194e83;
}
.footer__logo {
  margin-top: 79px;
  margin-bottom: 57px;
}
.footer__copyrights,
.footer__seo-block {
  margin: 15px 0;
}
.footer__copyrights p,
.footer__seo-block p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #707375;
}
/* Popup styles */
.products.wrapper ~ .toolbar .pages {
  padding-bottom: 10px;
}
.show-more-button {
  text-align: center;
  margin-top: 10px !important;
  margin-bottom: 100px !important;
}
.shipping-show-more {
  color: #2e7ced;
  font-family: "Cera";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.shipping-show-more:after {
  display: inline-block;
  content: '\e622';
  font-family: 'luma-icons';
  font-size: 14px;
  position: absolute;
  margin-left: 5px;
  margin-top: 1px;
}
.shop-item table,
.shop-item table tbody td {
  border: 0 !important;
}
.venipak-table td {
  border-left: 0 !important;
  border-right: 0 !important;
  vertical-align: middle;
}
.venipak-table-active-row {
  height: 22px;
  background-color: #2e7ced !important;
  color: #ffffff;
}
.venipak-table {
  margin-bottom: 90px;
}
.dynamic-shipping-cms-wrapper.loaded .loader {
  display: none;
}
.dynamic-shipping-cms-wrapper.loaded .dynamic-shipping-cms {
  height: auto;
  overflow: initial;
}
.dynamic-shipping-cms-wrapper .loader {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 427.633px;
}
.dynamic-shipping-cms-wrapper .loader p {
  animation: changeLoaderFrame 0.5s infinite;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.75);
  background-repeat: no-repeat;
  background-position: 28px 28px;
}
.dynamic-shipping-cms-wrapper .loader p img {
  display: none;
}
.dynamic-shipping-cms-wrapper .dynamic-shipping-cms {
  height: 0;
  overflow: hidden;
}
.dynamic-shipping-center .dynamic-shipping-header-cms {
  width: 50%;
  position: absolute;
}
.dynamic-shipping-left .ddc-shipping-text-cms,
.dynamic-shipping-right .ddc-shipping-text-cms {
  color: #aea9a1;
  margin-left: -5px;
}
.dynamic-shipping-center .ddc-shipping-text-cms,
.dynamic-shipping-left .ddc-shipping-text-cms,
.dynamic-shipping-right .ddc-shipping-text-cms {
  font-family: 'Roboto';
  font-weight: 700;
}
.dynamic-shipping-center .ddc-shipping-cost-cms {
  font-family: "Cera";
  width: 100%;
  margin-left: 20%;
}
.dynamic-shipping-left .ddc-shipping-cost-cms,
.dynamic-shipping-right .ddc-shipping-cost-cms {
  font-family: "Cera";
  display: inline-block;
  position: relative;
  width: 100%;
  margin-left: 25%;
  margin-top: -15px;
}
.dynamic-shipping-center .dynamic-shipping-header-cms:before {
  line-height: normal;
  position: absolute;
  display: inline-block;
  content: '';
  width: 2px;
  height: 230px;
  background: #f7f5f2;
}
.dynamic-shipping-center .dynamic-shipping-size {
  font-family: "Roboto";
}
.dynamic-shipping-center .dynamic-shipping-currency,
.dynamic-shipping-center .dynamic-shipping-cost,
.dynamic-shipping-center .dynamic-shipping-weight,
.dynamic-shipping-center .dynamic-shipping-volume,
.dynamic-shipping-center .dynamic-shipping-size,
.dynamic-shipping-center .dynamic-shipping-size-label {
  color: #ffffff !important;
}
.dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-currency,
.dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-cost {
  color: #ffffff !important;
  font-family: "Cera";
}
.dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-currency,
.dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-smaller-cost,
.dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-currency,
.dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-bigger-cost {
  font-size: 90px;
  color: #aea9a1 !important;
  font-family: "Cera";
}
.dynamic-shipping-center .dynamic-shipping-weight,
.dynamic-shipping-center .dynamic-shipping-volume {
  margin: 0 5%;
}
.dynamic-shipping-center .dynamic-shipping-weight-max,
.dynamic-shipping-center .dynamic-shipping-volume-max {
  font-size: 14px;
  display: inline-block;
  margin: 0 5%;
}
.dynamic-shipping-center .dynamic-shipping-weight-max {
  position: relative;
}
.dynamic-shipping-center .ddc-shipping-text-cms .dynamic-shipping-text {
  padding-top: 75px;
  position: relative;
  display: inline-block;
}
.dynamic-shipping-left .ddc-shipping-text-cms .dynamic-shipping-text,
.dynamic-shipping-right .ddc-shipping-text-cms .dynamic-shipping-text {
  display: block;
  position: relative;
  margin-top: 95px;
}
.dynamic-shipping-blue-block {
  background-color: #2e7ced;
  color: #ffffff;
}
.dynamic-shipping-center .dynamic-shipping-content-cms {
  width: 50%;
  height: 100%;
  position: absolute;
  display: block;
  margin-left: 47%;
  margin-top: 0px;
}
.dynamic-shipping-left .dynamic-shipping-content-cms,
.dynamic-shipping-right .dynamic-shipping-content-cms {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -25px;
  margin-left: 5px;
  color: #aea9a1;
}
.dynamic-shipping-center .dynamic-shipping-size-label {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 90%;
  margin-left: 5%;
}
.dynamic-shipping-center .dynamic-shipping-size {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-left: 0%;
}
.dynamic-shipping-center .dynamic-shipping-size-max {
  text-align: center;
}
.dynamic-shipping-cms .dynamic-shipping-note {
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #707375;
  display: block;
  position: relative;
  margin-bottom: 100px;
  left: 5px;
}
.dynamic-shipping-center .dynamic-box-image {
  padding-top: 100px;
  max-width: 150px;
  min-width: 60px;
}
.dynamic-shipping-center .dynamic-box-filler-cms {
  display: block;
  position: relative;
}
.dynamic-shipping-smaller-weight-max,
.dynamic-shipping-smaller-volume-max {
  font-size: 14px;
}
.action.viewcart.btn--primary {
  color: #fff;
}
.banner-image {
  max-width: 1366px;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
}
.owl-stage .owl-item {
  width: 100%;
}
.owl-carousel .owl-item img {
  opacity: 1;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline;
}
.owl-carousel .owl-stage-outer {
  padding: 0px;
}
.custom-slider {
  padding: 0px;
}
.homepage-banner-wrapper {
  background: #f2dcce;
  max-height: 390px;
}
.form.form-edit-account .fieldset.company,
.form.form-edit-account .field.company-name,
.form.form-edit-account .field.company-code,
.form.form-edit-account .field.taxvat {
  visibility: hidden;
}
.h-menu.language-site-links a {
  text-decoration: none;
}
.owl-item a:visited,
.owl-item .alink:visited {
  color: #707375;
}
.filter-options-content .counts {
  color: #757575;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
}
.homepage-banner .owl-carousel .banner-item .content_slider {
  top: 0;
  height: 100%;
}
.owl-carousel .banner-item .content_slider .buttons {
  height: 100%;
}
.owl-carousel .banner-item .content_slider .buttons a {
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  border: none;
  opacity: 0.0;
}
.homepage-banner .owl-theme .owl-nav {
  margin-top: 0px;
}
.user-logout-link {
  display: none;
}
.customer-welcome li a {
  display: block;
}
.row:has(#label_carrier_null_omnivalt) {
  border-bottom: none;
  padding-bottom: 10px;
}
.row.row-error {
  padding-top: 0px;
  padding-bottom: 25px;
}
.row.row-error .message.error {
  margin-top: 0px;
}
.toolbar-sorter {
  display: none;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
     * Owl Carousel v2.3.4
     * Copyright 2013-2018 David Deutsch
     * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
     */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.account.vault-cards-listaction .page-title-wrapper {
  display: none;
}
.account.vault-cards-listaction .address-select-modal__form-container {
  margin-bottom: 20px;
}
.account.vault-cards-listaction .address-select-modal__form-container > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .address-select-modal__form-container > div > div {
  margin-top: 10px;
}
.account.vault-cards-listaction .field.company,
.account.vault-cards-listaction .field.choice.set.billing,
.account.vault-cards-listaction .field.choice.set.shipping,
.account.vault-cards-listaction .primary[data-action='save-address'] {
  display: none !important;
}
.account.vault-cards-listaction #form-validate {
  display: none;
}
.account.vault-cards-listaction [for='repeat_order_cc_number'] + .control {
  position: relative;
}
.account.vault-cards-listaction .account-section__title-view-all-link {
  display: block;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .braintree-credit-card-types {
  display: flex;
  flex-wrap: wrap;
}
.account.vault-cards-listaction .braintree-credit-card-types .item {
  margin-right: 5px;
  margin-top: 5px;
}
.account.vault-cards-listaction .braintree-credit-card-types .item:last-child {
  margin-right: 0;
}
.account.vault-cards-listaction .braintree-credit-card-types img {
  height: 24px;
}
.account.vault-cards-listaction .separator {
  margin: 10px 10px 0;
}
.account.vault-cards-listaction .address-select-container {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 25px;
}
.account.vault-cards-listaction #braintree_submit {
  font-size: 1.6rem;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  height: 40px;
  margin: 10px 0;
  padding: 0 20px;
}
.account.vault-cards-listaction .subs-modal-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
}
.account.vault-cards-listaction #paypal_container {
  margin: auto;
  max-width: 360px;
}
.account.vault-cards-listaction .add-methods {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account.vault-cards-listaction .add-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  width: 50%;
}
.account.vault-cards-listaction .add-method:hover {
  border-color: #797777;
}
.account.vault-cards-listaction .add-method:first-child {
  margin-right: 35px;
}
.account.vault-cards-listaction .add-method > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.account.vault-cards-listaction .add-method > div p {
  font-weight: 700;
  padding-top: 15px;
}
.account.vault-cards-listaction .add-method .icon-container {
  background: #f0f0f0;
  border-radius: 0 0 1px 1px;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  max-width: 160px;
  padding: 0;
  width: 100%;
}
.account.vault-cards-listaction .add-method .icon-container ul li {
  margin: 0;
  width: 25%;
}
.account.vault-cards-listaction .add-method .icon-container ul li img {
  height: 24px;
}
.account.vault-cards-listaction .subs-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.account.vault-cards-listaction .subs-modal__box {
  -moz-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.25);
  margin: 20px;
  max-width: 610px;
  overflow-y: auto;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.account.vault-cards-listaction .subs-modal__close-button {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none !important;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.account.vault-cards-listaction .subs-modal__close-button:focus,
.account.vault-cards-listaction .subs-modal__close-button:active {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button:hover {
  background: none;
  border: none;
}
.account.vault-cards-listaction .subs-modal__close-button.disabled,
.account.vault-cards-listaction .subs-modal__close-button[disabled],
fieldset[disabled] .account.vault-cards-listaction .subs-modal__close-button {
  pointer-events: none;
  opacity: 0.5;
}
.account.vault-cards-listaction .subs-modal__screen-reader-label {
  display: none;
}
.account.vault-cards-listaction .subs-modal__title {
  text-align: center;
}
.account.vault-cards-listaction .add-card-modal .subs-modal__box {
  padding: 20px;
}
.account.vault-cards-listaction .add-card-modal form {
  margin: 0;
}
.account.vault-cards-listaction .add-card-modal legend {
  border-bottom: none !important;
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.account.vault-cards-listaction .add-paypal-modal span,
.account.vault-cards-listaction .add-paypal-modal p {
  font-weight: 500;
  margin: 30px 0;
}
.account.vault-cards-listaction #co-transparent-form-braintree .fieldset {
  max-width: 400px;
}
.braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100vw;
  z-index: #000000;
}
.braintree-three-d-modal .bt-modal-frame {
  background-color: #ffffff;
  border-radius: 6px;
  height: 420px;
  margin: auto;
  width: 440px;
  z-index: 2;
}
.braintree-three-d-modal .bt-modal-body {
  background-color: #ffffff;
  border: 1px solid lightgray;
  height: 380px;
  margin: 20px;
}
.braintree-three-d-modal .bt-mask {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.braintree-apple-pay-button {
  -apple-pay-button-type: plain;
  -webkit-appearance: -apple-pay-button;
  background-color: #000000;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% calc(60% + 2px);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  min-height: 40px;
  padding: 2px;
  transition: background-color 0.15s;
  width: 200px;
}
.braintree-applepay-minicart.minicart .braintree-apple-pay-button,
.braintree-applepay-minicart.cart .braintree-apple-pay-button {
  width: 100%;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, braintree_color-ppcredit-dark);
  color: #ffffff;
  margin: 10px 0;
  padding: 15px;
  text-align: center;
}
.ppcreditcalc-container {
  background: #ffffff;
  border: 1px solid #dedede;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eeeeee;
  border-top: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 15px;
}
.ppcreditcalc-instalments {
  background-color: #eeeeee;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  color: #000000;
  display: block;
  padding: 10px 15px;
}
.ppcreditcalc-instalments-term:hover {
  background: braintree_color-ppcredit-light;
  color: #ffffff;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: braintree_color-ppcredit-dark;
  color: #ffffff;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black {
  background-color: #000000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo.minicart .braintree-googlepay-button.long,
.googlepay-minicart-logo.cart .braintree-googlepay-button.long {
  width: 100%;
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  -webkit-filter: none;
  -webkit-transition: none;
  width: 30px;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  left: 10px;
  position: absolute;
  z-index: 10;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='text']::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type='number']::placeholder {
  color: lightgrey;
}
#payment-method-braintree-lpm .primary {
  width: 100%;
}
#payment-method-braintree-lpm .primary .action {
  margin-bottom: 12px;
  width: 100%;
}
#payment-method-braintree-lpm .primary .action img {
  height: 40px;
}
#payment-method-braintree-applepay #braintree_applepay_enable_vault {
  padding-top: 20px;
}
#payment-method-braintree-cc-vault .field.required .label,
#payment-method-braintree-applepay-vault .field.required .label {
  font-weight: 600;
}
#payment-method-braintree-cc-vault .field.required .label:after,
#payment-method-braintree-applepay-vault .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment-method-braintree-cc-vault .field .hosted-control,
#payment-method-braintree-applepay-vault .field .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  height: 32px;
  padding: 0 9px;
  position: relative;
  vertical-align: baseline;
  width: 5rem;
}
#payment-method-braintree-cc-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
#payment-method-braintree-cc-vault .field .hosted-error,
#payment-method-braintree-applepay-vault .field .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-fieldset {
  display: none;
}
.braintree-paypal-buttons,
.braintree-paypal-vault {
  margin-top: 20px;
}
.payment-method-braintree .hosted-control {
  border: 1px solid #c2c2c2;
  height: 32px;
  max-width: 300px;
  padding: 8px 15px;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.payment-method-braintree .cvv {
  max-width: 200px;
  position: relative;
}
.payment-method-braintree .cvv .field-tooltip {
  right: 30px;
  top: 10px;
}
#braintree_cc_number {
  padding-left: 68px;
}
.braintree-express-payments {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments > div {
  display: flex;
  flex-wrap: wrap;
}
.braintree-express-payments span {
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.braintree-express-payments span.express-payment-title {
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.braintree-express-payments span.express-payment-subtitle > span {
  background: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 0 5px;
}
.braintree-express-payments span.express-payment-subtitle:before {
  background: #cccccc;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.braintree-express-payments > div > div {
  margin-top: 5px;
  padding-right: 5px;
  width: 240px;
}
.braintree-express-payments .braintree-googlepay-button,
.braintree-express-payments .braintree-apple-pay-button {
  margin: 0;
  min-height: 30px;
}
.braintree-express-payments .braintree-googlepay-button {
  height: 35px;
}
.braintree-express-payments .braintree-apple-pay-button {
  height: 29px;
  width: 234px;
}
.owl-carousel .owl-item .product-item .product-reviews-summary .reviews-actions a.action.view {
  margin-right: 0;
}
.owl-carousel .owl-item .product-item .product-reviews-summary .reviews-actions .action.add {
  display: none;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
@media only screen and (max-width: 1200px) {
  /* Delivery info box */
  .deliver-info__message {
    padding-left: 120px;
    font-size: 26px;
    line-height: 30px;
    margin-top: -30px;
  }
  .deliver-info__message:before {
    left: 15px;
    font-size: 90px;
  }
  .products-grid .product-items .product-item__bottom .btn {
    position: unset;
    display: block;
    clear: left;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  body .continue-shopping {
    margin-left: 0;
  }
  body .cart-discount .block.discount {
    padding-left: 0;
  }
  body .dynamic-shipping__header {
    font-size: 30px;
    line-height: 21px;
    max-height: 220px;
  }
  body .cart-empty h1 {
    font-size: 36px;
  }
  .dynamic-shipping__content p {
    line-height: 23px;
    width: 133%;
  }
  .dynamic-shipping__header {
    font-weight: bold;
    color: #2e7ced;
    height: 100%;
    padding-top: 50px;
  }
  .cart-sidebox img.dynamic-box-image {
    position: relative;
    top: 5%;
    margin-left: 10px;
  }
  .dynamic-box-filler {
    width: 22%;
    height: 145px;
    background-repeat: no-repeat;
    position: absolute;
    top: 25%;
    left: 45%;
    max-width: 130px;
  }
  .dynamic-shipping__content {
    float: right;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #707375;
    width: 36%;
    height: 5%;
    top: 70px;
    left: -12%;
  }
  .dynamic-shipping-left-block {
    width: 40%;
    display: inline-block;
    top: 20px;
  }
  .dynamic-shipping-right-block {
    width: 59%;
    float: right;
    display: inline-block;
    height: 200px;
  }
  .dynamic-shipping {
    position: relative;
    width: 100%;
    height: 285px;
    background-color: white;
    margin-bottom: 15px;
  }
  .ddc-shipping-text {
    font-weight: 700;
    font-size: 16px;
    color: #707375 !important;
    display: block;
    position: relative;
    width: 140%;
    max-width: 185px;
    margin-left: auto;
    margin-right: auto;
    left: 22px;
  }
  .ddc-cost,
  .ddc-currency {
    font-size: 9vw;
  }
  .ddc-shipping-cost {
    display: block;
    position: relative;
    line-height: 95px;
    text-align: center;
  }
  .ddc-weight,
  .ddc-volume {
    font-size: 2vw;
  }
  .dynamic-shipping__content .ddc-volume {
    padding-left: 0px !important;
  }
  .dynamic-shipping__content .ddc-weight {
    margin-right: 0px;
  }
  .ddc-weight:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 2px;
    height: 30px;
    background: #f7f5f2;
    margin-left: 10px;
    margin-right: 7px;
    top: 10px;
    margin-top: -15px;
  }
  .dynamic-shipping-left-block:after {
    position: relative;
    display: block;
    content: '';
    width: 2px;
    height: 230px;
    background: #f7f5f2;
    margin-left: 106%;
    margin-top: -210px;
  }
  .about-shipping__link {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    float: right;
    color: #2e7ced;
    top: -50px;
    left: -5%;
    padding-left: 17px;
  }
  .about-shipping__link:after {
    font-family: 'luma-icons';
    position: absolute;
    display: inline-block;
    content: '\e906';
    right: -15px;
    top: 1px;
  }
  .dynamic-shipping__label {
    width: 120%;
  }
  body .cms-page-menu {
    padding-top: 1px;
    padding-bottom: 30px;
  }
  body .cms-page-menu a {
    min-width: unset;
    padding: 10px;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 12px;
    border: 2px solid #2e7ced !important;
    float: left;
  }
  body .cms-page-menu a:nth-child(3n) {
    margin-right: 0;
  }
  body .cms-page-menu a:nth-child(3n+1) {
    clear: left;
  }
  .cms-page-view .page-title {
    font-size: 36px;
  }
  .venipak-table td {
    padding-left: 35px;
  }
  .delivery-image.desktop.venipak,
  .delivery-image.desktop.omniva,
  .delivery-image.desktop.citybee {
    display: block;
  }
  .delivery-image.mobile.venipak,
  .delivery-image.mobile.omniva,
  .delivery-image.mobile.citybee {
    display: none;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header {
    margin-bottom: 25px;
  }
  .dynamic-shipping-cms .dynamic-shipping-smaller,
  .dynamic-shipping-cms .dynamic-shipping-bigger {
    font-family: "Cera";
    font-size: 24px;
    font-weight: 700;
    color: #98948e;
  }
  .dynamic-shipping-cms .dynamic-shipping-current {
    font-family: "Cera";
    font-size: 24px;
    font-weight: 700;
    color: #98948e;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-smaller {
    float: left;
    display: block;
    width: 26%;
    margin-right: 3px;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-current {
    float: unset;
    display: block;
    margin-top: 30px;
    margin-left: 26%;
    width: 50%;
    left: 0%;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-bigger {
    float: right;
    display: inline-block;
    width: 25%;
    margin-right: -10px;
    margin-top: -34px;
  }
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-cost {
    font-size: 9vw;
    margin: 5px;
  }
  .dynamic-shipping-cms .dynamic-shipping-note {
    margin-top: 10px;
    margin-left: 26%;
    font-size: 16px;
  }
  .dynamic-shipping-center .ddc-shipping-cost-cms,
  .dynamic-shipping-left .ddc-shipping-cost-cms,
  .dynamic-shipping-right .ddc-shipping-cost-cms {
    width: auto;
    margin-left: 2% !important;
    text-align: center;
    letter-spacing: normal;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms,
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    font-size: 16px;
    text-align: center;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms {
    height: 100%;
  }
  .dynamic-shipping-left,
  .dynamic-shipping-right {
    width: 24%;
    height: 330px;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    text-align: center;
  }
  .dynamic-shipping-left {
    float: left;
  }
  .dynamic-shipping-right {
    float: right;
  }
  .dynamic-shipping-center {
    width: 48%;
    height: 330px;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    margin-left: 22px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  }
  .dynamic-shipping-center .dynamic-shipping-header-cms {
    width: auto !important;
    min-width: 45%;
    position: absolute;
    text-align: center;
  }
  .dynamic-shipping-center .dynamic-shipping-header-cms:before {
    margin-bottom: 0px;
    margin-left: 51%;
    margin-top: 45px;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms .dynamic-shipping-text {
    position: relative;
    display: inline-block;
  }
  .dynamic-shipping-center .dynamic-box-filler-cms {
    float: right;
    top: -10px;
    width: 52%;
    text-align: center;
  }
  .dynamic-shipping-center .dynamic-box-image {
    padding-top: 100px;
    width: 100%;
    max-width: 150px;
  }
  .dynamic-shipping-center .dynamic-shipping-size-label {
    margin-top: 50px;
  }
  .dynamic-shipping-center .dynamic-shipping-size {
    padding-top: 160px;
    font-size: 20px;
    font-family: "Roboto";
  }
  .dynamic-shipping-blue-block {
    width: 98%;
    height: 96%;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 1024px) {
  body h2 {
    font-size: 32px;
    line-height: 1.2em;
  }
  body h3 {
    font-size: 26px;
    line-height: 1.2em;
  }
  .switcher-language .view-lt,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lt.switcher-option:hover {
    background: url(../images/lt.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 28px !important;
    height: 20px !important;
    margin-left: 35px !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    display: inline-block;
  }
  .switcher-language .view-lv,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lv.switcher-option:hover {
    background: url(../images/lv.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 28px !important;
    height: 20px !important;
    margin-left: 35px !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    display: inline-block;
  }
  .switcher-language .view-ee,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-ee.switcher-option:hover {
    background: url(../images/ee.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 28px !important;
    height: 20px !important;
    margin-left: 35px !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    display: inline-block;
  }
  .switcher-language .view-lt_ru,
  .switcher-language .view-lv_ru,
  .switcher-language .view-ee_ru,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lt_ru.switcher-option:hover,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lv_ru.switcher-option:hover,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-ee_ru.switcher-option:hover {
    background: url(../images/ru.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 28px !important;
    height: 20px !important;
    margin-left: 35px !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    display: inline-block;
  }
  .switcher-language .view-lt_en,
  .switcher-language .view-lv_en,
  .switcher-language .view-ee_en,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lt_en.switcher-option:hover,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lv_en.switcher-option:hover,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-ee_en.switcher-option:hover {
    background: url(../images/gb.svg) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 28px !important;
    height: 20px !important;
    margin-left: 35px !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    display: inline-block;
  }
  .switcher-language .view-lt,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lt.switcher-option:after,
  .switcher-language .view-lv,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lv.switcher-option:after,
  .switcher-language .view-ee,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-ee.switcher-option:after {
    border: 2px solid white;
    border-radius: 2px 2px;
  }
  .switcher-language .view-lt_ru,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lt_ru.switcher-option:after,
  .switcher-language .view-lv_ru,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lv_ru.switcher-option:after,
  .switcher-language .view-ee_ru,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-ee_ru.switcher-option:after {
    border: 2px solid white;
    border-radius: 2px 2px;
  }
  .switcher-language .view-lt_en,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lt_en.switcher-option:after,
  .switcher-language .view-lv_en,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-lv_en.switcher-option:after,
  .switcher-language .view-ee_en,
  .actions.dropdown.options.switcher-options ul.switcher-dropdown.dropdown li.view-ee_en.switcher-option:after {
    border: 2px solid white;
    border-radius: 2px 2px;
  }
  body .navigation .submenu:not(:first-child) .active > a {
    border-color: transparent;
  }
  .navigation .level0 .submenu .submenu {
    padding: 0;
  }
  .navigation .level0 .submenu a {
    border-bottom: 0;
  }
  .page-header .header-cms-links .close-mobile-menu {
    margin-right: 0;
    top: 17px;
  }
  .page-header .switcher-language .close-mobile-menu {
    margin-right: 0;
    top: 17px;
  }
  .close-mobile-menu {
    display: inline-block;
    position: absolute;
    right: 27px;
    top: 13px;
    color: #fff;
    font-size: 22px;
  }
  .close-mobile-menu:before {
    font-family: 'luma-icons';
    content: '\e908';
    font-size: 18px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .header .logo {
    margin-left: 35px;
  }
  .nav-toggle {
    display: block;
    left: 30px;
    top: 22px;
  }
  .nav-toggle:before {
    color: #2e7ced;
  }
  body .nav-sections {
    position: fixed;
    z-index: 901;
    bottom: 0;
    overflow: auto;
    background: #2e7ced;
    width: 100%;
    max-width: 462px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  body.mobile-menu-visible .nav-sections {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .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: auto;
    left: -80%;
    left: 0;
    overflow: auto;
    top: 62px;
    width: 80%;
    width: auto;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .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 20px;
  }
  .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 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .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: 80%;
    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.7);
    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: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 0px;
    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;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  body .navigation ul {
    padding: 20px 0 0;
  }
  .navigation li.level0 {
    border-bottom: 2px solid #6ba4f6;
  }
  body .navigation .level0 > .level-top {
    padding-left: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 52px;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 5px;
    font-size: 20px;
    font-weight: 500;
  }
  .navigation .level0.parent > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .navigation li.level0 {
    margin-right: 0;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top,
  .navigation .level0 a {
    display: block;
  }
  .navigation .parent .level-top {
    position: relative;
  }
  .navigation .parent .level-top:after {
    font-size: 12px;
    top: 8px;
    right: 0;
  }
  .navigation .parent.is-active > a:before,
  .navigation .parent.is-active > a:after {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .nav-sections .navigation,
  .nav-sections-item-content > .navigation {
    padding: 0;
  }
  .navigation-container,
  .navigation-container > ul,
  .navigation-container > ul > li {
    display: block;
  }
  .navigation-container > ul > li {
    display: block !important;
    text-align: left;
  }
  .navigation .level0.parent > .submenu {
    display: none;
  }
  .toggle-parent {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: -10px;
    top: 15px;
  }
  .navigation .level0 .submenu,
  .navigation .level0.parent > .submenu {
    position: relative;
    left: auto;
    right: auto;
    width: auto;
  }
  .navigation .level0.parent > .submenu {
    pointer-events: all;
  }
  .navigation .level0 > .level-top {
    line-height: 20px;
    text-transform: none;
    font-weight: 500;
  }
  .navigation .level0 > .level-top,
  .navigation .level0 > .parent > a,
  .navigation .level0 .submenu a {
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    line-height: 52px !important;
  }
  .navigation .level0 .submenu a {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 33px;
    font-weight: 500;
  }
  .navigation .level0 .submenu {
    padding-left: 5px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .navigation .level0 > .parent > a {
    border-bottom: none;
  }
  .navigation .level0 > .parent > a {
    border: none;
  }
  .navigation li.level0:last-child {
    border: none;
  }
  .navigation .level0 > .parent > a:before {
    line-height: 53px;
    right: 0;
    font-size: 12px;
    top: 2px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    padding-left: 15px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 52px;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: transparent;
  }
  .page-header .header-cms-links {
    text-align: left !important;
    padding-left: 30px;
  }
  .homepage-banner__content {
    left: 30px;
  }
  .category-list {
    margin-top: 30px;
  }
  .category-list > li {
    width: 50%;
  }
  .category-list > li:nth-child(3n+1) {
    clear: none;
  }
  .category-list > li:nth-child(2n+1) {
    clear: left;
  }
  /* Delivery info box */
  .deliver-info-block {
    padding-left: 50px;
    margin-top: 30px;
  }
  .deliver-info__message {
    padding-left: 85px;
  }
  body .deliver-info-block .deliver-info__message {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .deliver-info__details {
    float: right;
    width: calc(100% - 320px);
    padding-bottom: 32px;
  }
  .deliver-info-block .deliver-info__details h4 {
    margin-top: 12px;
  }
  body .deliver-info-block .deliver-info__message:before {
    font-size: 60px;
    left: 0px;
    top: 1px;
    display: block;
    position: static;
  }
  .deliver-info__message {
    position: relative;
    width: auto;
    left: auto;
    margin-bottom: 45px;
  }
  .deliver-info__message br {
    display: none;
  }
  /* About page */
  .simple-section {
    margin-left: -30px;
    margin-right: -30px;
  }
  .simple-section .site-block {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .simple-section h1 {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 36px;
  }
  /* Image item */
  .h-img-box {
    margin-right: 25px;
    margin-top: 35px;
  }
  .col-1-of-2:last-child .h-img-box {
    margin-left: 25px;
  }
  .category-item {
    min-height: 0;
  }
  .category-filters {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
  }
  body .product-items {
    margin-top: 0;
  }
  body .products.list .category-filters {
    width: 100%;
    margin-bottom: 0px;
  }
  .page-products .products-grid .product-item-wrapper,
  .page-layout-1column .products-grid .product-item-wrapper,
  .page-layout-3columns .products-grid .product-item-wrapper,
  .page-products.page-layout-1column .products-grid .product-item-wrapper,
  .page-products.page-layout-3columns .products-grid .product-item-wrapper {
    width: 50%;
  }
  .page-products .products-grid .product-item-wrapper:nth-child(2n+5),
  .page-layout-1column .products-grid .product-item-wrapper:nth-child(2n+5),
  .page-layout-3columns .products-grid .product-item-wrapper:nth-child(2n+5),
  .page-products.page-layout-1column .products-grid .product-item-wrapper:nth-child(2n+5),
  .page-products.page-layout-3columns .products-grid .product-item-wrapper:nth-child(2n+5) {
    clear: left;
  }
  .page-products .breadcrumbs {
    display: none;
  }
  .page-products .toolbar {
    margin-top: 0;
    margin-bottom: 0;
  }
  .products-grid .category-seo-text {
    display: none;
  }
  .filter-content .filter-subtitle--toggle {
    display: inline-block;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }
  .filter-content .filter-subtitle--toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #ffffff;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter-content .filter-subtitle--toggle:before {
    position: absolute;
    right: 28px;
  }
  .filter-content .filter-subtitle--toggle.active:before {
    content: '\e621';
  }
  .filter-content .filter-subtitle--toggle + *:not(.active) {
    height: 0;
    opacity: 0;
    margin-top: -30px;
    pointer-events: none;
  }
  div.filter-content .filter-subtitle--alt {
    background: #fff;
    color: #2e7ced;
    border: 2px solid #2e7ced;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  div.filter-content .filter-subtitle--alt:before {
    color: #2e7ced;
  }
  .category-filters__categories {
    margin-bottom: 17px;
  }
  .toolbar-products__right {
    margin: 20px -15px 29px -15px;
    width: auto;
    float: none;
  }
  .toolbar-products .toolbar-products__right {
    width: auto;
  }
  .toolbar .filter-current {
    margin-top: 20px;
    margin-bottom: -11px;
    display: inline-block;
    float: none;
    width: 100%;
  }
  .toolbar-sorter {
    width: calc(50% - 30px);
    height: 46px;
    margin: 0 15px;
  }
  .toolbar-sorter__option span,
  .toolbar-sorter__option a,
  .toolbar-sorter__current {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .toolbar-sorter__inner {
    width: 100%;
  }
  .price-display-select-mobile-wrapper .toolbar-sorter__inner {
    z-index: 200;
  }
  .products ~ .toolbar .toolbar-products__right {
    margin-top: 0;
  }
  .page-products .products ~ .toolbar {
    margin-bottom: 0;
  }
  .toolbar-sorter__option a {
    transition: none;
    -webkit-tap-highlight-color: unset;
  }
  .toolbar-sorter__option a:hover {
    color: #ffffff;
  }
  .block.crosssell {
    padding-left: 0;
    padding-right: 0;
  }
  .page-main .column.main .block.crosssell {
    margin-bottom: 30px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-onepage-success .page-main .page-title-wrapper .page-title {
    margin-top: 30px;
    font-size: 36px;
  }
  .checkout-onepage-success .page-main .page-title-wrapper .page-title:before {
    width: 200px;
    height: 90px;
    background-size: 200px 90px;
    margin-left: -100px;
    margin-bottom: 30px;
  }
  .price-including-tax + .price-excluding-tax .price,
  .price-including-tax,
  .price-excluding-tax {
    font-size: 15px;
  }
  #newsletter-form {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .page-wrapper .page-main .columns .column.main.customer {
    width: auto;
    margin-bottom: 30px;
  }
  body .page-main .block-collapsible-nav,
  .block-collapsible-nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .account-nav {
    display: none;
  }
  .block-collapsible-nav ul.nav {
    margin-left: -10px;
    margin-right: -10px;
  }
  .block-collapsible-nav li.nav {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .block-collapsible-nav .item a,
  .block-collapsible-nav .item strong {
    width: auto;
    display: block;
    float: none;
  }
  body .block-collapsible-nav .item .user-logout-link {
    display: block;
  }
  body .block-collapsible-nav .item:not(:last-child) a,
  body .block-collapsible-nav strong {
    border: 2px solid #2e7ced;
  }
  body .form.form-edit-account > .form-address,
  body .form-edit-account .fieldset {
    width: 100%;
  }
  body .form.password.reset > .actions-toolbar > div.primary,
  body .form.form-edit-account > .actions-toolbar > div.primary {
    width: 100%;
  }
  .page-header .switcher {
    float: right;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body .breadcrumbs {
    padding-top: 1px;
  }
  .cms-page-view .breadcrumbs {
    padding-top: 15px;
  }
  .h-row {
    margin: 0 -20px;
  }
  .h-row > .col-1-of-1,
  .h-row > .col-1-of-2,
  .h-row > .col-1-of-3,
  .h-row > .col-2-of-3,
  .h-row > .col-1-of-4,
  .h-row > .col-3-of-4,
  .h-row > .col-1-of-5,
  .h-row > .col-2-of-5,
  .h-row > .col-3-of-5,
  .h-row > .col-1-of-6,
  .h-row > .col-1-of-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-wrapper {
    overflow: hidden;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  body div#social-login-popup .block-container .block,
  body div#social-login-popup .block-container .social-login-customer-authentication {
    padding: 40px;
  }
  .options ul.dropdown li a {
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    width: 60px !important;
    height: 18px;
    vertical-align: top;
    margin-left: -35px;
    margin-top: -20px;
  }
  .page-header .switcher:before {
    display: none;
  }
  .page-header .switcher-language {
    position: fixed;
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 902;
    text-align: center;
    min-height: 62px;
    left: 20%;
    top: -14px;
    -webkit-transform: translateX(-500%);
    -moz-transform: translateX(-500%);
    -ms-transform: translateX(-500%);
    transform: translateX(-500%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .options ul.dropdown li.view-lt_en.switcher-option:before,
  .options ul.dropdown li.view-lv_en.switcher-option:before,
  .options ul.dropdown li.view-ee_en.switcher-option:before {
    content: 'ENG';
    margin-left: -280% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lt_ru.switcher-option:before,
  .options ul.dropdown li.view-lv_ru.switcher-option:before,
  .options ul.dropdown li.view-ee_ru.switcher-option:before {
    content: 'RU';
    margin-left: -240% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lt.switcher-option:before {
    content: 'LT';
    margin-left: -240% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lv.switcher-option:before {
    content: 'LV';
    margin-left: -240% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-ee.switcher-option:before {
    content: 'EE';
    margin-left: -240% !important;
    color: #2e7ced;
  }
  .switcher .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -16px;
    right: 5px;
    content: '';
    display: block;
  }
  .switcher-language .view-lt:before {
    content: 'LT';
    font-weight: bold;
    margin-left: -230% !important;
    color: #ffffff;
  }
  .switcher-language .view-lv:before {
    content: 'LV';
    font-weight: bold;
    margin-left: -230% !important;
    color: #ffffff;
  }
  .switcher-language .view-ee:before {
    content: 'EE';
    font-weight: bold;
    margin-left: -230% !important;
    color: #ffffff;
  }
  .switcher-language .view-lt_en:before,
  .switcher-language .view-lv_en:before,
  .switcher-language .view-ee_en:before {
    content: 'ENG';
    font-weight: bold;
    margin-left: -280% !important;
    color: #ffffff;
  }
  .switcher-language .view-lt_ru:before,
  .switcher-language .view-lv_ru:before,
  .switcher-language .view-ee_ru:before {
    content: 'RU';
    font-weight: bold;
    margin-left: -230% !important;
    color: #ffffff;
  }
  body .page-header .switcher-language a {
    color: #fff;
    font-size: 17px;
  }
  .page-header .switcher .options ul.dropdown {
    border: 1px solid #ffffff;
    padding: 2px;
    width: 80px;
    height: 100px;
    right: 3px !important;
    top: 58px;
    min-width: unset;
  }
  .mobile-menu-visible .page-header .switcher-language {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  /* Header */
  .header.content {
    min-height: 88px;
    padding-right: 36px;
  }
  .header .logo {
    margin-top: 0px;
  }
  .header .logo img {
    width: 110px;
  }
  body .block-search {
    width: calc(100% - 425px);
    left: 205px;
  }
  .page-header .header-cms-links {
    position: fixed;
    left: 0px;
    width: 100%;
    background: #165ec5;
    top: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 32px;
    z-index: 901;
    text-align: left;
    max-width: 462px;
    min-height: 62px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .mobile-menu-visible .page-header .header-cms-links {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  body .page-header .header-cms-links a {
    color: #fff;
    font-size: 17px;
  }
  .catalogsearch-result-index h1.page-title {
    font-size: 36px;
  }
  .catalogsearch-result-index .category-filters,
  .catalogsearch-result-index .category-seo-text {
    display: none;
  }
  body .block.related {
    margin-top: 0;
  }
  body .simple-section .page-block-title,
  body .page-block-title {
    font-size: 32px;
    line-height: 38px;
  }
  body .product-info-main .page-title-wrapper h1 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 15px;
  }
  body .product .product-item-labels {
    top: 20px;
  }
  body .product .product-item-label {
    padding-left: 20px;
    font-size: 16px;
  }
  body .product-gallery__video-link:before {
    font-size: 60px;
    line-height: 58px;
    width: 58px;
    margin-bottom: 10px;
  }
  body .product-gallery__video-link {
    margin-top: -45px;
  }
  body .table.grouped .col.item:first-child {
    width: 120px;
  }
  body .table.grouped .col.qty {
    width: 130px;
  }
  body .table.grouped .col.qty .control.qty .qty {
    width: 100%;
  }
  body .product-add-form .control {
    margin-right: 0;
  }
  .product-add-form .action.primary {
    margin-top: 8px;
    text-align: left;
    display: block;
    width: 100%;
  }
  /* Fit calculator */
  body .fit-calculator-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  body .fit-calculator__description {
    width: 100%;
    padding-right: 0;
  }
  body .fit-calculator__form {
    width: 100%;
    margin-top: 15px;
  }
  body .fit-calculator__submit {
    margin-top: 38px;
  }
  /* Product faq */
  body .product-faq-block {
    margin-bottom: 0;
  }
  body .product-faq {
    margin-top: 0px;
  }
  body .product-faq div[data-role="content"] {
    padding-top: 5px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 0px;
  }
  body .product-faq h3 {
    font-size: 16px;
    line-height: 22px;
    padding-right: 30px;
  }
  body div.cart-container .form-cart {
    padding: 0 30px;
    padding-bottom: 20px;
    margin: 0 -30px;
  }
  body div.cart-summary {
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  body div.cart-sidebox {
    width: calc(100% - 390px);
    margin-top: 30px;
    margin-left: -30px;
  }
  body div.continue-shopping {
    padding-left: 30px;
  }
  body div.cart-discount {
    padding-left: 30px;
  }
  body .cart-discount .field {
    width: 100%;
  }
  body .cart-discount .actions-toolbar {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  body .cart-sidebox .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .apply {
    width: 100%;
  }
  body .checkout-container {
    margin: 0 -30px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .checkout-col-3 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .one-step-checkout-container .checkout-col-1,
  .one-step-checkout-container .checkout-col-2 {
    width: 100%;
  }
  .osc-authentication-wrapper {
    margin-left: -30px;
  }
  body .opc-block-place-order-area,
  body .opc-block-summary .table-totals {
    width: 280px;
  }
  body .order-summary {
    margin-top: 0;
  }
  .page-layout-checkout .header .logo {
    margin-left: 0;
  }
  body .col-mp.mp-6 {
    width: 50%;
  }
  body .dynamic-shipping__header {
    font-size: 30px;
    line-height: 21px;
    margin-left: 5px;
    max-height: 220px;
  }
  body .cart-empty h1 {
    font-size: 36px;
  }
  .dynamic-shipping__content p {
    line-height: 23px;
    width: 126%;
  }
  .dynamic-shipping__header {
    font-weight: bold;
    color: #2e7ced;
    height: 100%;
    padding-top: 50px;
  }
  .cart-sidebox img.dynamic-box-image {
    position: relative;
    top: 5%;
    margin-left: 20%;
  }
  .dynamic-box-filler {
    width: 22%;
    height: 145px;
    background-repeat: no-repeat;
    position: absolute;
    top: 25%;
    left: 45%;
    max-width: 130px;
  }
  .dynamic-shipping__content {
    float: right;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #707375;
    width: 35%;
    height: 5%;
    top: 65px;
    left: -9%;
  }
  .dynamic-shipping__content .max-limits {
    display: flex;
  }
  .dynamic-shipping-left-block {
    width: 40%;
    display: inline-block;
    top: 20px;
  }
  .dynamic-shipping-right-block {
    width: 59%;
    float: right;
    display: inline-block;
    height: 200px;
  }
  .dynamic-shipping {
    position: relative;
    width: 100%;
    height: 285px;
    background-color: white;
    margin-bottom: 15px;
  }
  .ddc-shipping-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #707375 !important;
    display: block;
    position: relative;
    width: 105%;
    max-width: 135px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
  }
  .ddc-cost,
  .ddc-currency {
    font-size: 7.3vw;
  }
  .ddc-shipping-cost {
    display: block;
    position: relative;
    line-height: 95px;
    text-align: center;
  }
  .ddc-weight,
  .ddc-volume {
    font-size: 2vw;
  }
  .ddc-volume {
    padding-left: 0px;
  }
  .dynamic-shipping__content .ddc-weight {
    margin-right: -5px;
  }
  .ddc-weight:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 2px;
    height: 30px;
    background: #f7f5f2;
    margin-left: 7px;
    top: 15px;
    margin-bottom: 5px;
  }
  .dynamic-shipping-left-block:after {
    position: relative;
    display: block;
    content: '';
    width: 2px;
    height: 230px;
    background: #f7f5f2;
    margin-left: 115%;
    margin-top: -199px;
  }
  .about-shipping__link {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    float: right;
    color: #2e7ced;
    top: -50px;
    left: -5%;
    padding-left: 17px;
  }
  .about-shipping__link:after {
    font-family: 'luma-icons';
    position: absolute;
    display: inline-block;
    content: '\e906';
    right: -15px;
    top: 1px;
  }
  .dynamic-shipping__label {
    width: 110%;
  }
  .dynamic-shipping-cms .dynamic-shipping-left .dynamic-shipping-smaller-cost.bigger-cost-responsive,
  .dynamic-shipping-cms .dynamic-shipping-right .dynamic-shipping-bigger-cost.bigger-cost-responsive {
    font-size: 60px !important;
  }
  body div.cart-container .form-cart {
    padding: 0 30px;
    padding-bottom: 20px;
    margin: 0 -30px;
  }
  body div.cart-summary {
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  body div.cart-sidebox {
    width: calc(100% - 390px);
    margin-top: 30px;
    margin-left: -30px;
  }
  body div.continue-shopping {
    padding-left: 30px;
  }
  body div.cart-discount {
    padding-left: 30px;
  }
  body .cart-discount .field {
    width: 100%;
  }
  body .cart-discount .actions-toolbar {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  body .cart-sidebox .cart-discount .block.discount .content .fieldset.coupon .actions-toolbar .apply {
    width: 100%;
  }
  body .checkout-container {
    margin: 0 -30px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .checkout-col-3 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .one-step-checkout-container .checkout-col-1,
  .one-step-checkout-container .checkout-col-2 {
    width: 100%;
  }
  .osc-authentication-wrapper {
    margin-left: -30px;
  }
  body .opc-block-place-order-area,
  body .opc-block-summary .table-totals {
    width: 280px;
  }
  body .order-summary {
    margin-top: 0;
  }
  .page-layout-checkout .header .logo {
    margin-left: 0;
  }
  body .col-mp.mp-6 {
    width: 50%;
  }
  body .footer__links {
    margin-bottom: 30px;
  }
  body .footer__links ul.h-menu.language-site-links > li a {
    padding-left: 82px;
    background-size: 76px 30px;
    padding-top: 0;
    font-size: 12px;
    line-height: 40px;
    background-position: 0 4px;
  }
  body .language-site-links li {
    margin-bottom: 0;
  }
  body .language-site-links li:before {
    display: none;
  }
  body .footer__links ul.h-menu.language-site-links > li:not(:last-child) {
    margin-right: 15px;
    padding-right: 17px;
  }
  body .footer__links .site-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  body .footer-column:first-child:nth-last-child(4),
  body .footer-column:first-child:nth-last-child(4) ~ .footer-column,
  body .footer-column:first-child:nth-last-child(5),
  body .footer-column:first-child:nth-last-child(5) ~ .footer-column {
    width: 50%;
  }
  body .footer-column {
    width: 50%;
    margin-bottom: 60px;
  }
  .footer-column:nth-child(2n+1) {
    clear: left;
  }
  .footer-column:nth-child(5) {
    width: 100% !important;
  }
  body .footer__logo {
    margin-top: 20px;
  }
  .footer-column-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .venipak-table td {
    padding-left: 35px;
  }
  .delivery-image.desktop.venipak,
  .delivery-image.desktop.omniva,
  .delivery-image.desktop.citybee {
    display: none;
  }
  .delivery-image.mobile.venipak,
  .delivery-image.mobile.omniva,
  .delivery-image.mobile.citybee {
    display: block;
  }
  .dynamic-shipping-cms .dynamic-shipping-smaller,
  .dynamic-shipping-cms .dynamic-shipping-bigger {
    font-family: "Cera";
    font-size: 16px;
    font-weight: 700;
    color: #98948e;
  }
  .dynamic-shipping-cms .dynamic-shipping-current {
    font-family: "Cera";
    font-size: 3vw;
    font-weight: 700;
    color: #2e7ced;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header {
    margin-bottom: 0;
    text-align: center;
    position: relative;
    display: block;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-smaller {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    position: absolute;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-current {
    float: none;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-bigger {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    right: -10px;
    margin-top: 10px;
    position: absolute;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-left,
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-right {
    width: 15%;
    display: inline-block;
    position: relative;
    margin-top: 20px;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-center {
    width: 67%;
    display: inline-block;
    position: relative;
  }
  .dynamic-shipping-center .dynamic-box-filler-cms {
    margin-right: 0;
  }
  .dynamic-shipping-center .dynamic-shipping-size-label {
    margin-top: 20px;
  }
  .dynamic-shipping-center .dynamic-box-image {
    width: 140px;
    margin-left: -15px;
    margin-top: -10px;
  }
  .dynamic-shipping-cms .dynamic-shipping-note {
    margin-top: 10px;
    margin-left: 18%;
    width: 64%;
    font-size: 12px;
  }
  .dynamic-shipping-center .dynamic-box-filler-cms {
    float: right;
    top: -35px;
    left: -13%;
    width: 25%;
    text-align: right;
  }
  .dynamic-shipping-center .dynamic-shipping-size-label {
    font-size: 16px !important;
  }
  .dynamic-shipping-center .dynamic-shipping-weight,
  .dynamic-shipping-center .dynamic-shipping-volume,
  .dynamic-shipping-center .dynamic-shipping-size,
  .dynamic-shipping-center .dynamic-shipping-size-label {
    font-size: 18px;
  }
  .dynamic-shipping-center .dynamic-shipping-size {
    margin-top: -25px !important;
  }
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-cost {
    font-size: 10vw;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms,
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    font-size: 14px;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms {
    font-size: 16px;
  }
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    margin-top: -40px;
  }
  .dynamic-shipping-left {
    margin-top: 35px;
    margin-left: -30px;
    z-index: -2;
  }
  .dynamic-shipping-right {
    margin-top: 35px;
    margin-left: -10px;
    z-index: -2;
  }
  .dynamic-shipping-left,
  .dynamic-shipping-right {
    width: 22%;
    height: 200px;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
  }
  .dynamic-shipping-left,
  .dynamic-shipping-right {
    float: right;
  }
  .dynamic-shipping-right .dynamic-shipping-content-cms,
  .dynamic-shipping-left .dynamic-shipping-content-cms {
    display: none !important;
  }
  .dynamic-shipping-center {
    width: 65%;
    height: 270px;
    margin-left: 18% !important;
  }
  .dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-smaller-cost,
  .dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-bigger-cost {
    font-size: 80px !important;
  }
  .dynamic-shipping-left .ddc-shipping-cost-cms,
  .dynamic-shipping-right .ddc-shipping-cost-cms {
    margin-left: -2% !important;
  }
  .ddc-shipping-cost-cms {
    margin-top: -15px;
  }
  .dynamic-shipping-center .dynamic-shipping-header-cms:before {
    margin-bottom: 0px;
    margin-left: 51%;
    margin-top: 15px;
  }
  .dynamic-shipping-center .dynamic-shipping-size {
    padding-top: 170px;
  }
  .dynamic-shipping-blue-block {
    width: 98%;
    height: 96%;
    margin: 6px auto 7px;
  }
  .dynamic-shipping-center .dynamic-shipping-weight-max,
  .dynamic-shipping-center .dynamic-shipping-volume-max {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .abs-checkout-order-review tbody > tr:after,
  .multicheckout.order-review .data.table tbody > tr:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 10px;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .category-list > li {
    width: 100%;
  }
  .h-row.shop-list > .col-1-of-2,
  .h-row.shop-list > .col-1-of-1 {
    width: 100%;
  }
  .col-1-of-1 .shop-item__image {
    width: 100%;
    height: 240px;
    position: relative;
  }
  .col-1-of-1 .shop-item__image.mobile {
    display: block;
  }
  .col-1-of-1 .shop-item__image.desktop {
    display: none;
  }
  .col-1-of-1 .shop-item {
    padding-left: 0;
  }
  .deliver-info__message {
    font-size: 30px;
    padding-left: 125px;
  }
  .deliver-info__message:before {
    top: 15px;
    font-size: 109px;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .page-products .products-grid .product-item-wrapper,
  .page-layout-1column .products-grid .product-item-wrapper,
  .page-layout-3columns .products-grid .product-item-wrapper,
  .page-products.page-layout-1column .products-grid .product-item-wrapper,
  .page-products.page-layout-3columns .products-grid .product-item-wrapper {
    width: 100%;
  }
  .products-grid .product-items .product-item__bottom .btn {
    position: absolute;
  }
  .pages-item-next,
  .pages-item-previous {
    position: static;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 10px;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .block.block-minicart.empty.ui-dialog-content.ui-widget-content {
    margin-right: -23px !important;
  }
  body .minicart-wrapper .block-minicart:before {
    right: 130px !important;
    top: -21px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .checkout-shipping-address .step-content {
    margin-bottom: 0;
  }
  .opc-wrapper .form.methods-shipping {
    margin-top: 0;
    padding-top: 0;
  }
  .opc-wrapper .form.form-shipping-address {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0;
  }
  .opc-wrapper .form.form-login {
    margin: 0 !important;
    padding: 20px 0 0 0;
  }
  #customer-email-fieldset div {
    padding: 0;
    margin: 0;
  }
  .opc-wrapper .one-step-checkout-container .field.company-check,
  .opc-wrapper .one-step-checkout-container .field.create-account-checkbox,
  .opc-wrapper .one-step-checkout-container .field.billing-address-same-as-shipping-block {
    margin-top: 0;
  }
  .opc-wrapper .one-step-checkout-container .field.company-check label,
  .opc-wrapper .one-step-checkout-container .field.create-account-checkbox label,
  .opc-wrapper .one-step-checkout-container .field.billing-address-same-as-shipping-block label {
    line-height: 21px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .table-checkout-shipping-method .col-carrier {
    width: calc(60% - 18px);
  }
  .table-checkout-shipping-method .col-price {
    width: calc(40% - 18px);
    text-align: right;
  }
  .checkout-payment-method .field.payment-method-title {
    line-height: 18px;
    vertical-align: middle;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .opc-block-summary .minicart-items .product-item > .details-qty,
  .opc-block-summary .minicart-items .product-item > .details-unit-price {
    line-height: 22px;
    font-family: 'Roboto';
  }
  .opc-block-summary .minicart-items .product-item > .details-qty strong,
  .opc-block-summary .minicart-items .product-item > .details-unit-price strong {
    display: block;
    font-family: 'Cera';
  }
  .opc-block-summary .minicart-items .product-item .product-item-detail strong.parent-name {
    font-weight: 500;
    font-size: 18px;
  }
  .opc-block-summary .minicart-items .product-item .product-item-detail .child-name {
    display: block;
    font-size: 16px;
    margin-top: 7px;
  }
  .opc-block-summary .minicart-items .subtotal span.mobile-label,
  .opc-block-summary .minicart-items .details-qty span,
  .opc-block-summary .minicart-items .details-unit-price span {
    line-height: 30px;
  }
  .opc-block-summary .minicart-items .product-item .cart-price,
  .opc-block-summary .minicart-items .product-item strong {
    font-size: 30px;
    line-height: 30px;
  }
  .opc-block-summary .minicart-items .minicart-items-wrapper .product-item > .details-stock {
    padding-left: 0;
  }
  body div.cart-container .form.form-cart {
    padding: 20px;
  }
  .cart.table-wrapper .item .item-info .col.item {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    position: static;
    pointer-events: none;
    float: left;
    margin-bottom: 7px;
  }
  .cart.table-wrapper .col.item .product-item-details {
    display: inline;
    float: none;
  }
  .cart.table-wrapper .product-item-details .product-item-name .parent-name {
    font-size: 18px;
    font-weight: 500;
  }
  .cart.table-wrapper .product-item-details .product-item-name .child-name {
    font-size: 16px;
    margin-top: 7px;
  }
  .product-item-details .stock-column {
    clear: left;
  }
  .details-stock .stock-column .stock-label .stock.limited,
  .details-stock .stock-column .stock-label .stock.unavailable,
  .product-item-details .stock-column .stock-label .stock.limited,
  .product-item-details .stock-column .stock-label .stock.unavailable {
    display: block;
    max-width: none;
  }
  .cart.table-wrapper .control.qty .input-text.qty {
    width: 78px;
    height: 42px;
    padding-left: 10px;
    padding-right: 25px;
  }
  .item-info .cart-price {
    font-size: 30px;
  }
  .item-info .col.actions {
    position: absolute;
    right: 0;
    left: -7px;
    top: 21px;
  }
  .item-info .col.actions .actions-toolbar {
    position: static;
  }
  .item-info .col.actions .actions-toolbar .action.action-delete {
    position: absolute;
    left: 0;
    right: auto;
  }
  .cart.table-wrapper .item-info .col.qty:before,
  .cart.table-wrapper .item-info .col.price:before,
  .cart.table-wrapper .item-info .col.subtotal:before,
  .cart.table-wrapper .item-info .col.msrp:before {
    font-weight: 500;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px -15px 15px;
    padding: 20px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #333333;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #757575;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .opc-block-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 25px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px solid #c1c1c1;
    content: '';
    display: block;
    height: 0;
    margin: 25px -10px;
    overflow: hidden;
    width: auto;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 10px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  body .table.grouped.table tbody {
    width: 100%;
  }
  body .product-add-form td input.input-text {
    font-size: 20px;
    padding-left: 9px;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .form-add-invitations .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr {
    display: block;
  }
  .order-pager-wrapper {
    display: block;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 10px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .page-header .header-top-desktop {
    display: none;
  }
  .page-header .header-top-mobile {
    display: inline;
  }
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .abs-checkout-order-review tbody > tr:after,
  .multicheckout.order-review .data.table tbody > tr:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty:before,
  .abs-checkout-order-review tbody > tr > td.col.price:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 10px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 10px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -20px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -10px 0 10px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .page-header .switcher-language {
    position: fixed;
    top: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 902;
    text-align: center;
    min-height: 62px;
    left: 40%;
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .options ul.dropdown li.view-lt_en.switcher-option:before,
  .options ul.dropdown li.view-lv_en.switcher-option:before,
  .options ul.dropdown li.view-ee_en.switcher-option:before {
    content: 'ENG';
    margin-left: -90% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lt_ru.switcher-option:before,
  .options ul.dropdown li.view-lv_ru.switcher-option:before,
  .options ul.dropdown li.view-ee_ru.switcher-option:before {
    content: 'RU';
    margin-left: -90% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lt.switcher-option:before {
    content: 'LT';
    margin-left: -90% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lt.switcher-option:before {
    content: 'LV';
    margin-left: -90% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lt.switcher-option:before {
    content: 'EE';
    margin-left: -90% !important;
    color: #2e7ced;
  }
  .switcher-language .view-lt:before {
    content: 'LT';
    font-weight: bold;
    margin-left: -240% !important;
    color: #ffffff;
  }
  .switcher-language .view-lv:before {
    content: 'LV';
    font-weight: bold;
    margin-left: -240% !important;
    color: #ffffff;
  }
  .switcher-language .view-ee:before {
    content: 'EE';
    font-weight: bold;
    margin-left: -240% !important;
    color: #ffffff;
  }
  .switcher-language .view-lt_en:before,
  .switcher-language .view-lv_en:before,
  .switcher-language .view-ee_en:before {
    content: 'ENG';
    font-weight: bold;
    margin-left: -260% !important;
    color: #ffffff;
  }
  .switcher-language .view-lt_ru:before,
  .switcher-language .view-lv_ru:before,
  .switcher-language .view-ee_ru:before {
    content: 'RU';
    font-weight: bold;
    margin-left: -240% !important;
    color: #ffffff;
  }
  .options ul.dropdown {
    border: 1px solid #ffffff;
    padding: 2px;
    width: 80px;
    right: 3px !important;
    top: 58px;
    min-width: unset;
  }
  .options ul.dropdown li a {
    display: inline-block;
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    width: 60px;
    height: 18px;
    vertical-align: top;
    right: 5px;
  }
  .switcher .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -16px;
    right: -1px;
    content: '';
    display: block;
  }
  body .product-slider .owl-nav {
    top: auto;
    left: 0;
    margin-top: 0;
    bottom: -25px;
  }
  body .product-add-form td .input-text {
    padding-left: 9px;
    font-size: 15px;
  }
  body .table.grouped .action.primary {
    padding-left: 6px;
  }
  body .product-slider {
    padding-bottom: 50px;
  }
  body .fit-calculator__field {
    width: 33.3333%;
  }
  body .fit-calculator__field:last-child {
    width: 100%;
  }
  body .fit-calculator__result {
    padding: 0;
    margin: 10px;
  }
  body .fit-calculator__result .calculator-submit .fit-calculator__button.repeat {
    top: 104px;
    max-width: 98%;
    right: 0px;
    box-shadow: none;
  }
  .shipping-block-mobile {
    display: block !important;
    height: 35px;
    width: 70px;
    float: right;
    margin-left: 25px;
    margin-top: -5px;
  }
  .dynamic-shipping-blue,
  .dynamic-shipping-cost-blue {
    font-family: Roboto;
    color: #2e7ced;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
  }
  .dynamic-shipping-cost-blue {
    font-size: 20px;
    font-weight: bold;
  }
  .dynamic-shipping-blue {
    font-size: 12px;
    position: relative;
    top: -6px;
  }
  .dynamic-shipping-block {
    width: 80px;
  }
  .dynamic-shipping-block .h-explainer {
    z-index: 10;
    left: -11px;
    transform: scale(0.6);
    margin-left: 6px !important;
  }
  .dynamic-shipping-block .h-explainer-content {
    top: 80px;
    left: -220px;
    height: 150px;
    transform: scale(1.6);
  }
  .dynamic-shipping-block .h-explainer-content:after {
    top: -6px;
    left: 167px;
    transform: scale(-1);
  }
  .header-top-right .link-shipping {
    font-weight: 700;
  }
  .header-top-right .link-shipping:after {
    font-weight: normal;
    content: '\e906';
  }
  .cart-container .cart.table-wrapper .input-inc,
  .cart.table-wrapper .input-dec {
    right: unset;
    left: 45px !important;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: none !important;
  }
  body .opc-wrapper .form-login,
  body .opc-wrapper .form-shipping-address {
    margin: 20px -30px 15px !important;
  }
  .venipak-table td {
    padding-left: 35px;
  }
  .dynamic-shipping-cms .dynamic-shipping-smaller,
  .dynamic-shipping-cms .dynamic-shipping-bigger {
    font-family: "Cera";
    font-size: 24px;
    font-weight: 700;
    color: #98948e;
  }
  .dynamic-shipping-cms .dynamic-shipping-current {
    font-family: "Cera";
    font-size: 3vw !important;
    font-weight: 700;
    color: #2e7ced;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header {
    margin-bottom: 0;
    text-align: center;
    position: relative;
    display: block;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-smaller {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    position: absolute;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-current {
    float: none;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-bigger {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    right: -10px;
    margin-top: 10px;
    position: absolute;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-center {
    width: 67%;
    display: inline-block;
    position: relative;
  }
  .dynamic-shipping-center .dynamic-box-filler-cms {
    margin-right: 0;
  }
  .dynamic-shipping-center .dynamic-box-filler-cms {
    float: right;
    top: -35px;
    left: -13%;
    width: 25%;
    text-align: right;
  }
  .dynamic-shipping-center .dynamic-shipping-size-label {
    font-size: 2vw !important;
  }
  .dynamic-shipping-center .dynamic-shipping-weight,
  .dynamic-shipping-center .dynamic-shipping-volume,
  .dynamic-shipping-center .dynamic-shipping-size,
  .dynamic-shipping-center .dynamic-shipping-size-label {
    font-size: 18px;
  }
  .dynamic-shipping-center .dynamic-shipping-size {
    margin-top: -10px !important;
    top: -5%;
  }
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-cost {
    font-size: 10vw;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms,
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    font-size: 14px;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms {
    font-size: 12px !important;
  }
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    margin-top: -40px;
  }
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    margin-left: 0 !important;
  }
  .dynamic-shipping-left {
    width: 22%;
    height: 200px;
    background-color: #ffffff !important;
    display: inline-block;
    position: absolute;
    margin-top: 35px;
    margin-left: -30px;
    z-index: -2;
  }
  .dynamic-shipping-right {
    width: 22%;
    height: 200px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    margin-top: 35px;
    margin-left: -10px;
    z-index: -2;
  }
  .dynamic-shipping-left {
    float: right;
  }
  .dynamic-shipping-right {
    float: right;
  }
  .dynamic-shipping-right .dynamic-shipping-content-cms,
  .dynamic-shipping-left .dynamic-shipping-content-cms {
    display: none !important;
  }
  .dynamic-shipping-center {
    height: 270px;
  }
  .dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-smaller-cost,
  .dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-bigger-cost {
    font-size: 9vw !important;
  }
  .dynamic-shipping-left .ddc-shipping-cost-cms,
  .dynamic-shipping-right .ddc-shipping-cost-cms {
    margin-left: -2% !important;
  }
  .dynamic-shipping-center .dynamic-shipping-header-cms:before {
    margin-bottom: 0px;
    margin-left: 51%;
    margin-top: 15px;
  }
  .dynamic-shipping-center .dynamic-shipping-size-max {
    text-align: center;
    margin-top: -25%;
  }
  .dynamic-shipping-center .dynamic-shipping-size {
    padding-top: 70%;
  }
  .product-add-form .input-inc:before,
  .product-add-form .input-dec:before {
    width: 30px;
  }
  .product-add-form .input-dec {
    right: 30px;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  body .navigation .parent .level-top:after {
    font-size: 12px;
    top: 8px;
    right: 0;
  }
  .page-header .header-cms-links {
    text-align: left;
    padding-left: 30px;
  }
  /* Category list */
  .category-list li:nth-child(n+7) {
    display: none;
  }
  .bestseller.grid {
    display: none;
  }
  /* Delivery info box */
  .deliver-info-block {
    padding-left: 30px;
    margin-bottom: 72px;
  }
  .deliver-info-block .deliver-info__message {
    padding-left: 90px;
  }
  body .deliver-info-block .deliver-info__message:before {
    position: absolute;
    top: 20px;
    width: 70px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .homepage-banner-wrapper .site-block {
    height: auto;
  }
  .homepage-banner-wrapper .site-block img {
    vertical-align: top;
  }
  .homepage-banner__content p {
    max-width: 300px;
  }
  .homepage-banner-wrapper .btn--primary {
    min-width: 186px;
  }
  .homepage-banner__content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .homepage-banner__content p {
    font-size: 15px;
  }
  .category-list {
    margin-bottom: 0;
  }
  /* Delivery info box */
  body .deliver-info-block .deliver-info__details,
  body .deliver-info-block .deliver-info__message {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
  }
  /**/
  .contacts-info-blocks .h-row > .col-1-of-3:before {
    display: none;
  }
  /* About page */
  .simple-section .col-1-of-2,
  .simple-section .col-1-of-3 {
    width: 100%;
  }
  .simple-section .col-1-of-2 + .col-1-of-2 {
    margin-top: 20px;
  }
  .simple-section .col-1-of-3 + .col-1-of-3 {
    margin-top: 40px;
  }
  body .simple-section h2 {
    font-size: 30px;
  }
  body .simple-section h3 {
    font-size: 23px;
    line-height: 28px;
  }
  body .features-list {
    margin-top: 40px;
  }
  .h-img-box {
    margin-bottom: 35px;
  }
  body .simple-section .page-block-title,
  body .page-block-title {
    margin-bottom: 25px;
    margin-top: 60px;
  }
  body .team-item {
    margin-bottom: 30px;
  }
  body .simple-section .shop-item__location {
    margin-top: 0;
  }
  body .shop-item__details {
    padding: 20px 25px;
    padding-top: 31px;
  }
  body .has-tag .shop-item__details {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .shop-item__details .tag-list {
    top: -62px;
  }
  .breadcrumbs {
    display: none;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .clgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .clgdprcookie-groups-modal .clgdprcookie-table {
    font-size: 1rem;
  }
  .clgdprcookie-row .clgdprcookie-cell span:first-child {
    display: block;
    font-weight: 700;
    font-size: 1rem;
  }
  table.clgdprcookie-table .clgdprcookie-title {
    display: none;
  }
  table.clgdprcookie-table td,
  table.clgdprcookie-table tr {
    display: block;
    font-size: 12px;
  }
  table.clgdprcookie-table tr {
    margin-bottom: 15px;
    background-color: #F7F7FF;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .clgdprjs-bar-template.basic-bar .clgdprcookie-settings-form {
    display: block;
  }
  .clgdprjs-bar-template.basic-bar .clgdprcookie-policy-container {
    width: 100%;
  }
  .clgdprjs-bar-template.basic-bar .clgdprcookie-groups-container {
    flex-direction: column;
  }
  .clgdprjs-bar-template.basic-bar .clgdprcookie-groups-container .clgdprcookie-cookie-container {
    margin-bottom: 10px;
  }
  .clgdprjs-bar-template.basic-bar .clgdprcookie-policy-main-container .clgdprcookie-text-container {
    max-width: 100%;
  }
  .block-margin.row {
    margin-right: -15px !important;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .block-cart-failed .block-title {
    margin: 0 20px 20px;
  }
  .filter-subtitle,
  .filter-options {
    display: block;
  }
  .product-slider .product-item__bottom .btn,
  .product-items .product-item__bottom .btn {
    bottom: 13px;
  }
  body .products.list .category-filters {
    margin-bottom: 25px;
  }
  .filter.block {
    margin-bottom: 5px;
  }
  .filter-title strong {
    display: none;
  }
  .fotorama {
    margin-top: 14px;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .page-title-wrapper.custom-simple-product {
    padding-top: 20px;
  }
  .invisible-price-product table {
    margin-left: 0 !important;
    overflow-x: scroll;
    display: block;
    border-width: 0px !important;
    width: 100% !important;
  }
  .compare.wrapper,
  [class*='block-compare'] {
    display: none;
  }
  .tier-prices-cont,
  body .table.grouped .price-box.price-final_price {
    display: flex;
    gap: 10px;
  }
  .block-search input {
    position: static;
    margin: 0;
    height: 38px;
    padding-left: 24px;
    font-size: 15px;
  }
  body .block-search {
    display: block;
    width: auto;
    margin: 0 -30px;
    clear: both;
    padding: 11px 30px;
    background-color: #2e7ced;
  }
  .block-search form {
    position: relative;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .label {
    display: none;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-summary .checkout-methods-items {
    padding: 0 30px;
    margin: 0;
  }
  body .cart.table-wrapper {
    margin-top: 5px;
  }
  body .cart.table-wrapper {
    border-top-color: #e8e8e8;
  }
  body .cart.table-wrapper .cart > .item:last-of-type {
    border-bottom-color: #e8e8e8;
  }
  body .cart-summary .checkout-methods-items .action.primary.checkout {
    float: none;
    max-width: unset;
  }
  .page-main .column.main .block.crosssell {
    margin-bottom: 60px;
  }
  .cart.table-wrapper {
    border-top-width: 2px;
    margin-top: 30px;
  }
  .cart.table-wrapper thead {
    display: none;
  }
  .cart.table-wrapper table,
  .cart.table-wrapper .item,
  .cart.table-wrapper .item-info {
    display: block;
  }
  .cart.table-wrapper tbody td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-name {
    font-size: 16px;
  }
  .cart.table-wrapper .item {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cart.table-wrapper .col.actions {
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .cart.table-wrapper .product-item-photo {
    left: 0;
    top: 0;
    max-width: 80px;
  }
  .cart.table-wrapper .item .col.item {
    padding-left: 100px;
    width: 100%;
    padding-right: 40px;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .cart.table-wrapper .product-item-name a {
    display: block;
  }
  .cart.table-wrapper .product-item-details .stock-column {
    margin-top: 10px;
    display: block;
  }
  .cart.table-wrapper .product-item-name .child-name {
    font-size: 15px;
    font-weight: 700;
  }
  .cart.table-wrapper .item-info {
    display: inline-block;
    width: 100%;
  }
  .cart.table-wrapper .col.price {
    width: 33.3333%;
    text-align: left;
    padding-left: 0;
  }
  .cart.table-wrapper .col.subtotal {
    width: 33.3333%;
    text-align: left;
  }
  .cart.table-wrapper .col.qty {
    width: 33.3333%;
    padding: 0;
    text-align: left;
  }
  .cart.table-wrapper td.stock-column {
    display: none;
  }
  .cart.table-wrapper .cart > .item:last-of-type {
    border-bottom-width: 2px;
  }
  .cart.table-wrapper td.col.price,
  .cart.table-wrapper td.col.subtotal {
    padding: 0;
    width: auto;
  }
  .cart.table-wrapper td.col.price .price,
  .cart.table-wrapper td.col.subtotal .price {
    line-height: 46px;
  }
  .cart.table-wrapper td.col.price {
    padding-left: 30px;
  }
  .cart.table-wrapper .col.subtotal {
    float: right;
  }
  .block.block-minicart.empty.ui-dialog-content.ui-widget-content {
    margin-right: 72px;
  }
  body .minicart-wrapper .ui-dialog .block-minicart {
    width: 100vw;
  }
  body .minicart-wrapper .block-minicart {
    right: -102px;
    top: 21px;
  }
  body .minicart-wrapper .block-minicart:before {
    right: 40px;
    top: -21px;
  }
  .opc-block-summary .minicart-items .product-item .product-item-detail strong.parent-name {
    font-weight: 500;
    font-size: 18px;
  }
  .opc-block-summary .minicart-items .product-item .product-item-detail .child-name {
    display: block;
    font-size: 16px;
    margin-top: 7px;
  }
  .cart.table-wrapper .product-item-photo {
    position: static;
    pointer-events: none;
    float: left;
    margin-bottom: 7px;
  }
  .cart.table-wrapper .col.item .product-item-details {
    display: inline;
    float: none;
  }
  .cart.table-wrapper .product-item-details .parent-name {
    font-size: 18px;
    font-weight: 500;
  }
  .cart.table-wrapper .product-item-details .child-name {
    font-size: 16px;
    margin-top: 7px;
  }
  .product-item-details .stock-column {
    clear: left;
  }
  .cart.table-wrapper .item .item-info .col.item {
    padding: 0;
  }
  .item-info .col.actions {
    position: absolute;
    right: 0;
    left: -7px;
    top: 21px;
  }
  .item-info .col.actions .actions-toolbar {
    position: static;
  }
  .item-info .col.actions .actions-toolbar .action.action-delete {
    position: absolute;
    left: 0;
    right: auto;
  }
  .product-item-details .stock-column {
    clear: left;
  }
  .details-stock .stock-column .stock-label .stock.limited,
  .details-stock .stock-column .stock-label .stock.unavailable,
  .product-item-details .stock-column .stock-label .stock.limited,
  .product-item-details .stock-column .stock-label .stock.unavailable {
    display: block;
    max-width: none;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .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 20px;
  }
  .actions-toolbar .download {
    float: none;
    display: block;
    text-align: center;
  }
  .order-info-success {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 19px;
  }
  .order-info-success:nth-child(2n) {
    clear: left;
  }
  .checkout-messages {
    display: block;
    clear: both;
  }
  .checkout-onepage-success .page-wrapper .page-main .columns .column.main {
    padding-bottom: 20px;
  }
  #checkout-success-table thead {
    display: none;
  }
  #checkout-success-table,
  #checkout-success-table tbody,
  #checkout-success-table tr,
  #checkout-success-table td {
    display: block;
  }
  .checkout-onepage-success td.col.item {
    padding-left: 94px;
    position: relative;
    float: left;
    min-height: 80px;
    width: 100%;
  }
  body.checkout-onepage-success tr.item-info:last-child td.col {
    border-bottom: none;
  }
  .checkout-onepage-success .product-item-photo-success {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
  }
  #checkout-success-table .col.qty {
    display: none !important;
  }
  .checkout-onepage-success td.col.price {
    width: 65%;
    padding-left: 94px;
    float: left;
    text-align: left;
  }
  .checkout-onepage-success td.col.row_total {
    width: 35%;
    float: left;
  }
  .checkout-onepage-success .summary.totals.table-wrapper table.totals-table .actions-toolbar {
    margin: 0;
  }
  body.checkout-onepage-success .col.row_total {
    text-align: left;
  }
  body.checkout-onepage-success .product-item-details .child-name {
    display: block;
  }
  #checkout-success-table .item-info:after {
    display: block;
    content: '';
    clear: both;
  }
  #checkout-success-table .item-info + .item-info {
    border-top: 1px solid #ccc;
    padding-top: 22px;
    margin-top: 20px;
  }
  .checkout-success.items.data {
    margin-top: 5px;
    padding-top: 22px;
    border-top: 1px solid #ccc;
  }
  body.checkout-onepage-success tr.item-info:last-child td.col {
    border: none;
  }
  body.checkout-onepage-success .summary.totals.table-wrapper {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  body.checkout-onepage-success .summary.totals.table-wrapper table.totals-table {
    padding-top: 16px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .modal-popup.new-address-modal.modal-slide {
    left: 0;
  }
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap {
    height: auto;
    background-color: #fff;
  }
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content {
    padding-bottom: 46px;
  }
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset {
    width: 100%;
    padding: 0;
  }
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .legend.blue-bar {
    padding: 0;
    background-color: transparent;
    margin-bottom: 48px;
  }
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .legend.blue-bar span {
    font-size: 26px;
    line-height: 24px;
    color: #2e7ced;
    background-color: transparent;
  }
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .actions-toolbar .primary,
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .actions-toolbar .secondary {
    width: 50%;
    margin-bottom: 50px;
    margin-top: 20px;
    float: left;
    display: block;
  }
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .actions-toolbar .primary .primary.save.action,
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .actions-toolbar .secondary .primary.save.action {
    width: 96%;
    margin: 0;
  }
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .actions-toolbar .primary .action.close.secondary,
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .actions-toolbar .secondary .action.close.secondary {
    margin: 0;
    color: #2e7ced;
    border: 2px solid #2e7ced;
    font-size: 1.6rem;
    background: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 20px 12px 20px;
    font-family: 'Cera';
    width: 96%;
    height: 50px;
    float: right;
  }
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.choice.set.billing {
    float: right;
  }
  .onestepcheckout-index-index .modal-popup.modal-slide._show {
    left: 0;
  }
  .onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap {
    height: auto;
    min-height: 0;
    background-color: #fff;
  }
  .onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-header {
    padding: 0 32px;
    margin-top: 40px;
  }
  .onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-header .modal-title {
    padding: 0;
    background-color: transparent;
    margin-bottom: 48px;
    font-size: 26px;
    line-height: 24px;
    color: #2e7ced;
  }
  .onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-content form.form.form-shipping-address {
    padding: 0;
  }
  .onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-footer {
    margin-top: 0;
  }
  .onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-footer .action.primary.action-save-address {
    width: 48%;
  }
  .onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-footer .action.secondary.action-hide-popup {
    width: 48%;
    float: right;
    color: #2e7ced;
    border: 2px solid #2e7ced;
  }
  .onestepcheckout-index-index .modal-popup.modal-slide._show .modal-inner-wrap .modal-footer .action.secondary.action-hide-popup:hover {
    color: #2e7ced;
    border-color: #2e7ced;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62a';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart .action-gift:hover:after {
    color: #333333;
  }
  .cart .action-gift:active:after {
    color: #757575;
  }
  .cart .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -5px 14px -1px -15px;
    padding: 4px 10px 9px 14px;
  }
  .cart .action-gift._active:after {
    color: #333333;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e62b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #757575;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .product-add-form .grouped {
    margin: 0 -15px;
  }
  body .product-add-form table,
  body .product-add-form td,
  body .product-add-form th {
    border: 0;
  }
  body .product-add-form td .input-text {
    font-size: 15px;
    padding-left: 8px;
  }
  body .table.grouped {
    margin: 0;
  }
  body .table.grouped table {
    display: inline-block;
    width: 100%;
    border: 0;
  }
  body .table.grouped thead {
    display: none;
  }
  body .table.grouped tbody {
    display: block;
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  body .table.grouped tbody:nth-child(2n) {
    clear: left;
  }
  body .table.grouped tbody + tbody {
    border: 0;
  }
  body .table.grouped tr,
  body .table.grouped td {
    display: block;
    border: 0;
  }
  body .table.grouped tr {
    border-top: none;
    border-bottom: none;
  }
  body .table.grouped td {
    text-align: left;
    padding: 0;
    border-left: 2px solid #e8e8e8;
    border-right: 2px solid #e8e8e8;
  }
  body .table.grouped .stock,
  body .table.grouped .no-stock {
    vertical-align: top;
  }
  body .table.grouped .product-item-name {
    padding: 0 10px;
  }
  body .table.grouped .action.primary {
    width: calc(50% - 17px);
    float: right;
    margin-top: 0;
    margin-left: 17px;
  }
  body .table.grouped .control.qty {
    width: 50%;
    float: left;
  }
  body .table.grouped td.col--header {
    border-top: 2px solid #e8e8e8;
    line-height: 50px;
    position: relative;
  }
  body .table.grouped td.col--header:before {
    content: attr(data-th);
    float: left;
    width: 50%;
    padding-left: 18px;
    margin-right: 27px;
  }
  body .table.grouped td.col--header:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 2px;
    top: 0px;
    bottom: 0px;
    background: #e8e8e8;
    left: 50%;
  }
  body .table.grouped td.price-final_price.col--header {
    border-top: none;
  }
  body .table.grouped .col--name {
    font-size: 18px;
    font-weight: 700;
    line-height: 37px;
  }
  body .table.grouped .col--header-after {
    line-height: 30px;
    font-size: 15px;
    border-top: 2px solid #e8e8e8;
  }
  body .table.grouped .col--header-after:before {
    content: attr(data-th);
    display: inline-block;
    padding: 0 10px;
  }
  body .table.grouped .col--header-after:after {
    border-top: 2px solid #e8e8e8;
    content: attr(data-th-after);
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 10px;
  }
  body .table.grouped .price-box {
    display: inline-block;
  }
  body .table.grouped .price-including-tax,
  body .table.grouped .price-excluding-tax {
    line-height: inherit;
  }
  body .table.grouped .col.qty {
    margin-top: 13px;
  }
  body .table.grouped .col.qty,
  body .table.grouped .col.item:nth-child(2),
  body .table.grouped .col.item:first-child {
    width: 100%;
  }
  body .table.grouped tbody:nth-child(2n) td {
    background: transparent;
  }
  body .table.grouped .col-stock__mobile {
    display: block;
  }
  body .table.grouped .col-stock__desktop {
    display: none;
  }
  body .table.grouped .stock,
  body .table.grouped .no-stock {
    line-height: 20px;
    margin: 0;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
  }
  body .table.grouped .col-stock__mobile {
    line-height: initial;
    border-bottom: 2px solid #e8e8e8;
    margin-left: -2px;
    margin-right: -2px;
  }
  body .table.grouped .col.qty {
    border-top: 2px solid #e8e8e8;
    margin-top: 0px;
    padding-top: 13px;
    padding-bottom: 30px;
    border-left: none;
    border-right: none;
    position: relative;
  }
  body .product-add-form .saving-amount {
    top: 59px;
  }
  body .table.grouped .col.qty:after {
    content: '';
    display: block;
    clear: both;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 40px;
  }
  .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 3px;
    top: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    display: block;
    height: 50px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -10px 25px;
  }
  .filter-options-content {
    padding: 5px 10px;
  }
  .filter .filter-current {
    border: solid #cccccc;
    border-width: 1px 0;
    margin: 5px -10px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: ' (' attr(data-count) ')';
    font-size: .9em;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\e621';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .filter-no-options .filter-title:before {
    background: rgba(255, 255, 255, 0.5);
    content: '';
    display: block;
    height: 40px;
    left: -15px;
    margin-top: -60px;
    position: relative;
    width: 100px;
    z-index: 99;
  }
  .filter-no-options .filter-content {
    margin-bottom: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    color: #333333;
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .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;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  body.cms-no-route.cms-noroute-index .page-wrapper .page-main .page-title-wrapper {
    background-size: 130px auto;
  }
  body.cms-no-route.cms-noroute-index .page-wrapper .page-main .page-title-wrapper .page-title {
    margin-top: 100px;
    font-size: 26px;
  }
  body.cms-no-route.cms-noroute-index .page-wrapper .page-main .page-not-found {
    font-size: 40px;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .navigation .parent .level-top:after {
    font-size: 1.6rem;
    right: 10px;
    top: 7px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -15px;
  }
  .page-footer .footer.content .switcher-store .switcher-options {
    display: block;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
  }
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
  .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
    display: none;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
    border-top: 1px solid #cecece;
    display: block;
    padding: 10px 50px;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
    padding: 10px 0;
  }
  .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
    padding: 0;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e621';
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e600';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #333333;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #757575;
  }
  .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;
  }
  body .h-mobile-only {
    display: block;
  }
  div.cookie-notice-wrapper .site-block,
  div.floating-message .site-block {
    padding: 14px 30px 27px;
  }
  div.cookie-notice__content,
  div.floating-message__content {
    margin-right: 0 !important;
    min-height: 36px;
    position: relative;
  }
  div.cookie-notice__content p {
    padding-right: 115px;
    position: relative;
  }
  div.cookie-notice__intro,
  div.floating-message__intro {
    position: static;
  }
  div.cookie-notice-wrapper .cookie-notice__close,
  div.floating-message .btn--primary {
    top: 0;
    right: 0;
  }
  body div.message.success {
    margin-bottom: 0px;
    margin-top: 15px;
  }
  body div#social-login-popup .block-container .block,
  body div#social-login-popup .block-container .social-login-customer-authentication {
    width: 100%;
  }
  body .block.social-login-customer-authentication.col-mp:after {
    display: none;
  }
  .page-header .switcher-language {
    position: fixed;
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 902;
    text-align: center;
    min-height: 62px;
    top: -14px;
    -webkit-transform: translateX(-1000%);
    -moz-transform: translateX(-1000%);
    -ms-transform: translateX(-1000%);
    transform: translateX(-1000%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .options ul.dropdown li.view-lt_en.switcher-option:before,
  .options ul.dropdown li.view-lv_en.switcher-option:before,
  .options ul.dropdown li.view-ee_en.switcher-option:before {
    content: 'ENG';
    margin-left: -270% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lt_ru.switcher-option:before,
  .options ul.dropdown li.view-lv_ru.switcher-option:before,
  .options ul.dropdown li.view-ee_ru.switcher-option:before {
    content: 'RU';
    margin-left: -240% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lt.switcher-option:before {
    content: 'LT';
    margin-left: -240% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lv.switcher-option:before {
    content: 'LV';
    margin-left: -240% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-ee.switcher-option:before {
    content: 'EE';
    margin-left: -240% !important;
    color: #2e7ced;
  }
  .options ul.dropdown {
    border: 1px solid #ffffff;
    padding: 2px;
    width: 80px;
    right: 3px !important;
    top: 58px;
    min-width: unset;
  }
  .switcher .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -16px;
    right: -1px;
    content: '';
    display: block;
  }
  .header .logo img {
    margin-left: 20px;
  }
  body .header.content {
    padding-top: 11px;
  }
  body .header .logo {
    margin-bottom: 10px;
    width: 100px !important;
  }
  body .page-header .switcher {
    margin-right: 0;
  }
  body .nav-toggle {
    top: 4px;
  }
  body .search-autocomplete {
    margin-top: -1px;
  }
  .catalogsearch-result-index h1.page-title {
    padding-top: 28px;
  }
  body .product-labels {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  body .out-of-stock__delivery-info {
    margin-top: 5px;
    margin-bottom: 8px;
  }
  body.page-layout-1column div.product-info-main {
    width: 100%;
    padding-left: 0;
  }
  body .product-slider .owl-prev:before,
  body .product-slider .owl-next:before {
    font-size: 38px;
  }
  body.page-layout-1column div.product.media {
    width: 100%;
    padding-right: 0;
  }
  body .product-add-form {
    margin-top: 0;
  }
  .product-add-form .toolbar-sorter {
    margin: 0 0 30px;
    width: 100%;
  }
  .product-add-form .price-display-select-mobile-wrapper:after {
    display: block;
    content: '' !important;
    clear: both;
  }
  .product-add-form .grouped {
    border-top: none;
  }
  .product-add-form .grouped:after {
    display: block;
    content: '' !important;
    clear: both;
  }
  .product-gallery {
    margin-top: 14px;
  }
  /* Fit calculator */
  body .fit-calculator {
    padding-left: 28px;
  }
  body .fit-calculator__description:before {
    position: absolute;
    margin-bottom: 15px;
    left: 28px;
    top: 37px;
    margin-right: 20px;
    background-size: 80px;
    width: 60px;
    height: 60px;
  }
  body .fit-calculator__description h4 {
    float: right;
    width: calc(100% - 80px);
    font-size: 26px;
    min-height: 56px;
  }
  body .fit-calculator__description p {
    clear: both;
  }
  body div.cart-container .form-cart {
    padding: 30px;
  }
  body div.cart-summary {
    width: 100%;
    padding: 0;
  }
  body div.cart-summary table.totals {
    margin-left: auto;
    max-width: 300px;
  }
  body .recycled-packaging {
    padding: 0 30px;
    text-align: left;
  }
  body .recycled-packaging .h-custom-checkbox {
    margin: 30px 0;
    max-width: 325px;
  }
  body div.cart-sidebox {
    margin-top: 0;
    width: 100%;
    float: none;
    margin-left: 0;
  }
  body .cart-sidebox div.cart-discount {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 0;
    width: auto;
    display: block;
  }
  body .cart-discount .block > .title,
  body .cart-discount .title {
    border: none;
  }
  body .continue-shopping {
    display: none;
  }
  body div.cart-discount {
    float: none;
    width: 100%;
    display: inline-block;
  }
  body div.cart-discount .actions-toolbar {
    float: right;
    width: auto;
    margin: 0;
  }
  body div.cart-discount .field {
    width: 100%;
  }
  body .dynamic-shipping {
    margin-bottom: 20px;
  }
  body div.cart-summary {
    width: auto;
  }
  body .cart.table-wrapper td.col.price {
    padding-left: 0;
    width: 33.3333%;
  }
  body .cart.table-wrapper .col.subtotal {
    width: 33.3333%;
  }
  body #discount-coupon-form:after {
    display: block;
    clear: both;
    content: '';
  }
  .dynamic-shipping__header {
    font-weight: bold;
    line-height: normal;
    position: absolute;
    color: #2e7ced;
    top: 20%;
    text-align: unset;
    height: 75%;
    width: 100%;
    padding-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .dynamic-shipping__content p {
    font-size: 18px;
    line-height: 23px;
    display: block;
    float: right;
    width: 300%;
    height: 60px;
    margin-top: -30px;
    margin-right: -186%;
  }
  .dynamic-shipping__content p .dynamic-shipping-volume-max {
    margin-left: 25px;
  }
  .dynamic-shipping__content p .dynamic-shipping-weight-max {
    margin-left: 0;
  }
  .cart-sidebox img.dynamic-box-image {
    position: relative;
    display: inline-block;
    width: 100%;
    top: 0;
    margin-top: 15px;
    margin-left: 15px;
  }
  .dynamic-shipping-left-block {
    width: 90%;
    display: block;
    height: 140px;
    top: 20px;
    margin: 0 auto;
  }
  .dynamic-shipping-right-block {
    width: 90%;
    float: unset;
    display: block;
    height: 140px;
    margin: 0 auto;
  }
  .dynamic-shipping__content {
    font-size: 18px;
    font-weight: 700;
    position: initial;
    color: #707375;
    width: 48%;
    height: 5%;
    margin-top: -95px;
  }
  .dynamic-shipping {
    position: relative;
    width: 100%;
    height: 285px;
    bottom: 0px;
    background-color: white;
    padding-left: 0%;
    margin-top: 0px;
  }
  .ddc-shipping-text {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #707375 !important;
    width: 190px;
    height: 50px;
    top: 100px;
    float: left;
    margin-left: 10%;
  }
  .dynamic-shipping__label {
    font-size: 12px !important;
    line-height: 15px;
    color: #707375;
    height: 50px;
    width: 230%;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-right: 15%;
    margin-top: -25px;
    margin-left: -14%;
  }
  .ddc-cost,
  .ddc-currency {
    font-size: 14vw;
  }
  .ddc-shipping-cost {
    line-height: 95px;
    position: relative;
    display: inline-block;
    width: 40%;
    left: 3%;
    top: 80px;
    text-align: center;
  }
  .ddc-weight:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 2px;
    height: 30px;
    background: #f7f5f2;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -5px;
    top: 15px;
  }
  .dynamic-shipping-left-block:after {
    line-height: normal;
    float: right;
    position: relative;
    display: block;
    content: '';
    width: 90%;
    height: 2px;
    background: #f7f5f2;
    right: 5%;
    margin-top: 145px;
    margin-left: 0;
    margin-right: 0;
  }
  .dynamic-box-filler {
    width: 100% !important;
    height: 145px;
    background-repeat: no-repeat;
    position: relative;
    top: 0%;
    left: 10%;
    max-width: 100px;
  }
  .ddc-volume,
  .ddc-weight {
    font-size: 22px;
  }
  .ddc-volume {
    padding-left: 25px;
  }
  .about-shipping__link {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    float: right;
    color: #2e7ced;
    top: -50px;
    left: -5%;
    padding-left: 17px;
  }
  .about-shipping__link:after {
    font-family: 'luma-icons';
    position: absolute;
    display: inline-block;
    content: '\e906';
    right: -15px;
    top: 1px;
  }
  .minicart-wrapper .shipping-information .shipping-link {
    margin-right: 30px !important;
  }
  .dynamic-shipping-cms .dynamic-shipping-left .dynamic-shipping-smaller-cost.bigger-cost-responsive,
  .dynamic-shipping-cms .dynamic-shipping-right .dynamic-shipping-bigger-cost.bigger-cost-responsive {
    font-size: 7vw !important;
  }
  .cart-container .cart.table-wrapper .input-inc,
  .cart.table-wrapper .input-dec {
    right: unset;
    left: 65px;
  }
  body .cart.table-wrapper .product-item-details {
    width: 100%;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  body .opc-block-place-order-area {
    width: 100%;
  }
  body .column.main .opc-block-summary .product-item {
    margin-bottom: 12px;
  }
  .opc-block-summary .mobile-label {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #707375;
    position: absolute;
    left: 0px;
    top: 10px;
  }
  #checkout-review-table thead {
    display: none;
  }
  #checkout-review-table,
  #checkout-review-table tbody,
  #checkout-review-table tr,
  #checkout-review-table td {
    display: block;
  }
  .opc-block-summary .minicart-items .product-item:after {
    display: block;
    content: '';
    clear: both;
  }
  .opc-block-summary .minicart-items .product-item > .product {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  .opc-block-summary .minicart-items .product-item > .details-unit-price {
    line-height: 30px;
  }
  .opc-block-summary .minicart-items .product-item > .details-qty {
    line-height: 30px;
  }
  .opc-block-summary .minicart-items .product-item > .details-stock {
    width: 100%;
    padding-left: 92px;
    clear: both;
    padding-top: 7px;
    padding-bottom: 5px;
  }
  #checkout-review-table .details-qty {
    display: inline-block;
  }
  .opc-block-summary .minicart-items .product-item > .subtotal,
  .opc-block-summary .minicart-items .product-item > .details-unit-price {
    width: 35%;
    float: left;
    position: relative;
  }
  .opc-block-summary .minicart-items .product-item > .details-qty {
    width: 30%;
    float: left;
    position: relative;
    display: inline-block;
  }
  .opc-block-summary .details-qty .mobile-label {
    padding-left: 15px;
  }
  body .opc-block-summary .minicart-items .product-item .subtotal {
    text-align: left;
  }
  body .opc-block-summary .table-totals {
    width: 70%;
  }
  .opc-block-summary .data.table.table-totals .totals .mark,
  .opc-block-summary .data.table.table-totals .totals-tax .mark,
  .cart-totals tbody .amount,
  .cart-totals tfoot .amount,
  .opc-block-summary .table-totals tbody .amount,
  .opc-block-summary .table-totals tfoot .amount {
    width: 50%;
  }
  .opc-block-summary .data.table.table-totals .totals .mark,
  .opc-block-summary .data.table.table-totals .totals-tax .mark {
    padding-right: 20px;
  }
  .cart-totals tfoot .amount,
  .opc-block-summary .table-totals tbody .amount,
  .opc-block-summary .table-totals tfoot .amount {
    padding-left: 0;
  }
  .opc-block-place-order-area .action.primary {
    text-transform: uppercase;
    margin-top: 12px;
  }
  .opc-block-summary .minicart-items .product-item .product-item-detail strong {
    font-weight: normal;
  }
  .opc-block-summary .table-totals > tbody > tr > th strong,
  .opc-block-summary .table-totals > tbody > tr > th {
    white-space: normal;
  }
  body .opc-block-summary .mark .value {
    font-size: 10px;
  }
  .checkout-success .secondary .btn--secondary,
  .checkout-success .download .btn--download {
    padding: 6px 16px 6px 16px;
    font-size: 13px;
    min-width: 175px;
  }
  body .actions-toolbar .secondary {
    display: inline-block;
  }
  body .actions-toolbar .download {
    display: inline-block;
    float: right;
  }
  .cms-page-view .page-title {
    padding-top: 20px;
  }
  body .cms-page-menu {
    margin-top: 25px;
  }
  body .cms-page-menu a {
    width: 49%;
    margin-right: 2%;
  }
  body .cms-page-menu a:nth-child(3n+1) {
    clear: none;
  }
  body .cms-page-menu a:nth-child(2n) {
    margin-right: 0;
  }
  body .cms-page-menu a:nth-child(2n+1) {
    clear: left;
    margin-right: 2%;
  }
  .cms-page-content table {
    width: auto !important;
    display: block;
    overflow-x: auto;
  }
  .block-collapsible-nav ul.nav {
    margin-left: 0;
    margin-right: 0;
    margin-top: -15px;
    border-top: 2px solid #2e7ced;
  }
  body .page-main .block-collapsible-nav,
  .block-collapsible-nav {
    position: static;
    margin-top: 0px;
    margin-bottom: 0;
  }
  body .block-collapsible-nav .content {
    display: block;
    border: none;
  }
  body .block-collapsible-nav .title {
    display: none;
  }
  body .block-collapsible-nav .item a,
  body .block-collapsible-nav .item strong {
    min-width: unset;
    border: none;
    padding-left: 30px;
    padding-right: 45px;
    text-align: left;
    position: relative;
  }
  body .block-collapsible-nav li.nav {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 2px solid #2e7ced;
    padding: 0;
  }
  body .block-collapsible-nav .item:not(:last-child) a,
  body .block-collapsible-nav strong {
    border: none;
  }
  .block-collapsible-nav .item a:after,
  .block-collapsible-nav .item strong:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
  }
  .block-collapsible-nav .item:not(:last-child) strong:after,
  .block-collapsible-nav .item:not(:last-child) a:after {
    content: '\e608';
    font-family: 'luma-icons';
    display: inline-block;
    vertical-align: top;
  }
  .block-collapsible-nav .item.current a:after,
  .block-collapsible-nav .item.current strong:after {
    color: #fff;
  }
  body #newsletter-form {
    margin: 0;
    padding-left: 108px;
    position: relative;
    margin-bottom: 25px;
    width: auto;
  }
  body .newsletter-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 110px;
  }
  .newsletter-fieldset {
    padding-left: 0;
  }
  .account .table-order-items thead {
    display: none;
  }
  .account .table-order-items tbody,
  .account .table-order-items tr,
  .account .table-order-items td {
    display: block;
  }
  .account .table-order-items .status,
  .account .table-order-items .total {
    position: relative;
  }
  .table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.status,
  .table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.total {
    padding-top: 0;
    padding-bottom: 0;
  }
  .table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.status:before,
  .table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.total:before {
    content: attr(data-th) ':';
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child:before {
    display: none;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.status,
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.total {
    width: 50%;
    float: left;
    border: none;
    font-size: 30px;
    text-align: left;
    color: #707375;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.status:before,
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.total:before {
    color: #707375;
    margin-right: 2px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.status {
    padding-left: 0;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.total {
    padding-right: 0;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.actions {
    clear: both;
    border-top: none;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0px;
  }
  .account .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0px;
  }
  .account .table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.actions > .action.view,
  .account .table-wrapper.orders-history .table-order-items.history > tbody > tr > .col.actions > .action.order {
    width: 48%;
  }
  .venipak-table td {
    padding-left: 35px;
  }
  .dynamic-shipping-cms .dynamic-shipping-smaller,
  .dynamic-shipping-cms .dynamic-shipping-bigger {
    font-family: "Cera";
    font-size: 3vw;
    font-weight: 700;
    color: #98948e;
  }
  .dynamic-shipping-cms .dynamic-shipping-current {
    font-family: "Cera";
    font-size: 24px;
    font-weight: 700;
    color: #2e7ced;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-smaller {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    position: absolute;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-current {
    float: none;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-bigger {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    right: -10px;
    margin-top: 10px;
    position: absolute;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-center {
    width: 67%;
    display: inline-block;
    position: relative;
  }
  .dynamic-shipping-center .dynamic-box-filler-cms {
    margin-right: 0;
  }
  .dynamic-shipping-center .dynamic-box-image {
    margin-left: -5px;
    margin-top: -10px;
    width: 100%;
  }
  .dynamic-shipping-center .dynamic-box-filler-cms {
    float: right;
    top: -35px;
    left: -13%;
    width: 25%;
    text-align: right;
  }
  .dynamic-shipping-center .dynamic-shipping-size-label {
    font-size: 13px !important;
  }
  .dynamic-shipping-center .dynamic-shipping-weight,
  .dynamic-shipping-center .dynamic-shipping-volume,
  .dynamic-shipping-center .dynamic-shipping-size,
  .dynamic-shipping-center .dynamic-shipping-size-label {
    font-size: 16px;
  }
  .dynamic-shipping-center .dynamic-shipping-size {
    margin-top: -25px;
    top: -5%;
  }
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-cost {
    font-size: 10vw;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms,
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    font-size: 12px;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms {
    font-size: 13px;
    padding-bottom: 10px;
  }
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    margin-top: -40px;
  }
  .dynamic-shipping-left {
    width: 22%;
    height: 180px;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    margin-top: 35px;
    margin-left: -30px;
    z-index: -2;
  }
  .dynamic-shipping-right {
    width: 22%;
    height: 180px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    margin-top: 35px;
    margin-left: 0px;
    z-index: -2;
  }
  .dynamic-shipping-left {
    float: right;
  }
  .dynamic-shipping-right {
    float: right;
  }
  .dynamic-shipping-right .dynamic-shipping-content-cms,
  .dynamic-shipping-left .dynamic-shipping-content-cms {
    display: none !important;
  }
  .dynamic-shipping-center {
    width: 65%;
    height: 250px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    margin-left: 18% !important;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  }
  .dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-smaller-cost,
  .dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-bigger-cost {
    font-size: 9vw !important;
  }
  .dynamic-shipping-left .ddc-shipping-cost-cms,
  .dynamic-shipping-right .ddc-shipping-cost-cms {
    margin-left: -2% !important;
  }
  .dynamic-shipping-center .dynamic-shipping-header-cms:before {
    margin-bottom: 0px;
    margin-left: 51%;
    margin-top: 15px;
    height: 210px !important;
  }
  .dynamic-shipping-center .dynamic-shipping-size-max {
    margin-top: -5%;
  }
  .dynamic-shipping-center .dynamic-shipping-size {
    padding-top: 80%;
  }
  .dynamic-shipping-blue-block {
    width: 98%;
    height: 97%;
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 7px;
  }
  .page-header .header-top-left {
    font-size: 13px;
    font-weight: 700;
    display: contents;
  }
  .slider-mobile {
    display: block;
  }
  .slider-desktop {
    display: none;
  }
  .product-add-form .input-inc,
  .product-add-form .input-dec {
    display: inline-block;
    position: absolute;
    right: 0px;
    height: 21px;
    text-align: center;
  }
  .product-add-form .input-inc:before,
  .product-add-form .input-dec:before {
    display: inline-block;
    line-height: 45px;
    font-family: 'luma-icons';
    font-weight: bold;
    background-color: #5dc667;
    color: #ffffff;
    font-size: 20px;
    width: 45px;
  }
  .product-add-form .input-inc:before {
    content: '\e61c';
  }
  .product-add-form .input-dec:before {
    content: '\e60f';
  }
  body .table.grouped .control.qty {
    display: flex;
  }
  .product-add-form .input-inc:after {
    display: inline-block;
    content: '';
    width: 2px;
    height: 42px;
    background: #73d67c;
    position: absolute;
    left: -1px;
    top: 2px;
    z-index: 10;
  }
  .product-add-form .input-dec {
    right: 45px;
  }
  .product-add-form .blue .input-inc:before,
  .product-add-form .blue .input-dec:before {
    color: #ffffff;
    background-color: #2e7ced;
  }
  .product-add-form .blue .input-inc:after {
    display: inline-block;
    content: '';
    width: 2px;
    height: 42px;
    background: #4b90f3;
    position: absolute;
    left: -1px;
    top: 2px;
    z-index: 10;
  }
  .product-add-form .orange .input-inc:before,
  .product-add-form .orange .input-dec:before {
    color: #ffffff;
    background-color: #f7c250;
  }
  .product-add-form .orange .input-inc:after {
    display: inline-block;
    content: '';
    width: 2px;
    height: 42px;
    background: #e8cb8a;
    position: absolute;
    left: -1px;
    top: 2px;
    z-index: 10;
  }
  .product-add-form .input-dec,
  .product-add-form .input-inc {
    height: 100%;
  }
  .slider-mobile {
    display: block;
  }
  .slider-desktop {
    display: none;
  }
  .homepage-banner-wrapper {
    max-height: none;
  }
  .homepage-banner .custom-slider {
    padding: 0px;
  }
  .account.vault-cards-listaction .add-methods {
    flex-direction: column;
  }
  .account.vault-cards-listaction .add-methods > div {
    width: calc(100% - 6px);
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child {
    flex-direction: row;
  }
  .account.vault-cards-listaction .add-methods > div > div:first-child img {
    margin-right: 20px;
  }
  .account.vault-cards-listaction .add-methods > div:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .account.vault-cards-listaction .braintree-credit-card-types {
    max-width: 130px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
  div.braintree-express-payments > div > div {
    width: 100%;
  }
  div.braintree-express-payments .braintree-googlepay-button.long {
    height: 45px;
    width: 100%;
  }
  div.braintree-express-payments .braintree-apple-pay-button {
    height: 45px;
    width: calc(100% - 10px);
  }
  .columns .column.main {
    max-width: 100%;
  }
  .owl-carousel .owl-item .product-item .product-item-info {
    background: none transparent !important;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary {
    display: inline-block;
  }
  .owl-carousel .product-item .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    width: auto;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #006bb4;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #006bb4;
    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: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #006bb4;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .catalogsearch-advanced-result .message.error {
    margin-top: 0;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    padding-left: 10px;
    width: 50%;
    vertical-align: middle;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .products-grid .product-item-wrapper {
    margin-bottom: 30px;
    width: 33.33333333%;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 319px) {
  .header .logo {
    margin-right: 70px;
  }
  body div.cart-summary,
  body div.cart-container .form-cart {
    margin: 0 -10px;
  }
  body div.cart-sidebox {
    padding: 0 15px;
    margin-top: 25px;
  }
  body .dynamic-shipping {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dynamic-shipping__header {
    font-weight: bold;
    line-height: normal;
    position: absolute;
    color: #2e7ced;
    top: 20%;
    left: 65%;
    margin-left: -4% !important;
    text-align: unset;
    height: 75%;
    padding-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .dynamic-shipping__content p {
    margin-top: -15px !important;
    margin-right: -56% !important;
  }
  .cart-sidebox img.dynamic-box-image {
    margin-left: 0px !important;
  }
  .dynamic-shipping__content {
    margin-left: 110px !important;
    margin-top: -110px !important;
  }
  .dynamic-shipping {
    position: relative;
    width: 100%;
    height: 310px;
    bottom: 0px;
    background-color: white;
    padding-left: 56%;
    margin-top: 0px;
  }
  .ddc-shipping-text {
    position: absolute;
    height: 50px;
    top: 100px;
    float: right;
    margin-left: -110%;
  }
  .ddc-text {
    font-size: 12px;
  }
  .ddc-cost,
  .ddc-currency {
    font-size: 18vw;
  }
  .ddc-shipping-cost {
    line-height: 95px;
    position: relative;
    display: block;
    width: 200%;
    left: -38%;
    top: 80px;
    text-align: unset;
    margin-left: 0px;
  }
  .ddc-weight {
    margin-left: 0px;
  }
  .ddc-weight:after {
    height: 20px !important;
    margin-top: -60px;
    top: 10px;
  }
  .dynamic-shipping-left-block:after {
    line-height: normal;
    float: right;
    position: relative;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #f7f5f2;
    right: 0%;
    margin-top: 145px;
    margin-left: 0;
    margin-right: 0;
  }
  .dynamic-box-filler {
    max-width: 80px !important;
  }
  .ddc-volume,
  .ddc-weight {
    font-size: 18px;
  }
  .ddc-volume {
    margin-left: 0px;
  }
  .about-shipping__link {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    float: right;
    color: #2e7ced;
    top: -50px;
    left: -7%;
    padding-left: 17px;
  }
  .about-shipping__link:after {
    font-family: 'luma-icons';
    position: absolute;
    display: inline-block;
    content: '\e906';
    right: -15px;
    top: 1px;
  }
  .venipak-table td {
    padding-left: 5px !important;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms .dynamic-shipping-text {
    max-width: 70px !important;
  }
  .dynamic-shipping-cms .dynamic-shipping-smaller,
  .dynamic-shipping-cms .dynamic-shipping-bigger {
    font-family: "Cera";
    font-size: 24px;
    font-weight: 700;
    color: #98948e;
  }
  .dynamic-shipping-cms .dynamic-shipping-current {
    font-family: "Cera";
    font-size: 24px;
    font-weight: 700;
    color: #2e7ced;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-smaller {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    position: absolute;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-current {
    float: none;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-bigger {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    right: -10px;
    margin-top: 10px;
    position: absolute;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-center {
    width: 67%;
    display: inline-block;
    position: relative;
  }
  .dynamic-shipping-center .dynamic-box-filler-cms {
    margin-right: 0;
  }
  .dynamic-shipping-center .dynamic-shipping-size {
    padding-top: 90px !important;
  }
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-cost {
    font-size: 10vw;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms,
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    font-size: 3vw;
    padding-bottom: 10px;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    margin-top: -40px;
  }
  .dynamic-shipping-left {
    width: 22%;
    height: 200px;
    background-color: #ffffff !important;
    display: inline-block;
    position: absolute;
    margin-top: 35px;
    margin-left: -15px;
    z-index: -2;
  }
  .dynamic-shipping-right {
    width: 22%;
    height: 200px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    margin-top: 35px;
    margin-left: -10px;
    z-index: -2;
  }
  .dynamic-shipping-left {
    float: right;
  }
  .dynamic-shipping-right {
    float: right;
  }
  .dynamic-shipping-right .dynamic-shipping-content-cms,
  .dynamic-shipping-left .dynamic-shipping-content-cms {
    display: none !important;
  }
  .dynamic-shipping-center {
    width: 65%;
    height: 270px;
    margin-left: 18% !important;
  }
  .dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-smaller-cost,
  .dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-bigger-cost {
    font-size: 9vw !important;
  }
  .dynamic-shipping-center .dynamic-shipping-header-cms:before {
    margin-left: 45% !important;
  }
  .dynamic-shipping-center .dynamic-shipping-size-max {
    text-align: center;
    margin-top: -5%;
  }
}
@media only screen and (max-width: 479px) {
  body .header.links .customer-welcome .customer-menu > ul.header.links {
    right: -40px;
  }
  body .header.links .customer-welcome .customer-menu > ul.header.links:after {
    right: 49px;
  }
  .header-cms-links a {
    margin-right: 5px;
  }
  .page-header .header-cms-links {
    text-align: left;
    padding-left: 30px;
  }
  .switcher-language a {
    margin-right: 5px;
  }
  .page-header .switcher-language {
    text-align: left;
  }
  .nav-toggle {
    left: 10px;
  }
  .header .logo {
    width: 105px;
  }
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .homepage-banner__content {
    width: 240px;
  }
  .homepage-banner__content .btn--primary {
    width: 100%;
    min-width: 0;
  }
  .simple-section .page-block-title,
  .page-block-title {
    margin-bottom: 20px;
  }
  .category-list {
    margin-top: 10px;
  }
  .deliver-info-block {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .deliver-info__message {
    margin-bottom: 20px;
    text-align: center;
    padding-left: 0;
  }
  .deliver-info__message:before {
    top: -85px;
    right: 0;
    left: 0;
    text-align: center;
  }
  /**/
  .simple-section .site-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  /**/
  .h-video-box:before {
    margin-top: -70px;
  }
  .h-video-box:after {
    margin-top: 42px;
  }
  .shop-item__details td {
    padding-right: 20px;
  }
  .shop-item__details td:last-child {
    padding-right: 0;
  }
  .shop-item__location {
    font-size: 22px;
  }
  body .deliver-info-block .deliver-info__message {
    padding-left: 0;
    line-height: 30px;
    font-size: 25px;
  }
  body .deliver-info-block .deliver-info__message:before {
    display: none;
  }
  .category-item {
    min-height: 0;
  }
  .products {
    margin-top: 0;
  }
  body .product-slider .product-item__bottom .btn,
  .product-items .product-item__bottom .btn {
    padding: 10px 16px;
  }
  .toolbar-sorter {
    margin-bottom: 15px;
    width: calc(100% - 30px);
  }
  .toolbar-products__right {
    margin-bottom: 0;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  body .minicart-wrapper .block-minicart:before {
    right: 110px !important;
    top: -21px;
  }
  body .minicart-wrapper .block-minicart {
    right: -82px;
  }
  body .block.block-minicart.empty.ui-dialog-content.ui-widget-content {
    padding-left: 10px;
    margin-right: -23px !important;
  }
  body .block-minicart #minicart-content-wrapper .block-content .subtotal {
    margin-right: 10px;
  }
  body .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 10px;
  }
  .mCustomScrollBox .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 10px;
  }
  body .minicart-items .product-item-details {
    padding-left: 12px;
  }
  body .item.product.product-item table tbody .minicart-items .minicart-item-item .product .product-item-photo {
    display: none;
  }
  body .minicart-wrapper .block-minicart:before {
    right: 20px;
  }
  .cart.table-wrapper .product-item-details .product-item-name .parent-name {
    font-size: 16px;
    font-weight: 500;
  }
  .cart.table-wrapper .product-item-details .product-item-name .child-name {
    font-size: 12px;
    margin-top: 7px;
  }
  .cart.item .item-info .cart-price {
    font-size: 22px;
  }
  .opc-block-summary .minicart-items .subtotal span.mobile-label,
  .opc-block-summary .minicart-items .details-unit-price span,
  .opc-block-summary .minicart-items .details-qty span {
    line-height: 22px;
  }
  .opc-block-summary .minicart-items .product-item .cart-price,
  .opc-block-summary .minicart-items .product-item strong {
    font-size: 22px;
    line-height: 22px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .page-header .switcher {
    margin-right: 0;
  }
  div.cookie-notice-wrapper .cookie-notice__close,
  div.floating-message .btn--primary {
    position: static;
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }
  div.cookie-notice__content,
  div.floating-message__content {
    min-height: 0;
  }
  div.cookie-notice__content p,
  div.floating-message__content p {
    padding-right: 0 !important;
  }
  div.cookie-notice-wrapper .site-block,
  div.floating-message .site-block {
    padding: 10px 10px 15px;
  }
  body.page-layout-simple_cms_page .page-main,
  body.page-layout-cms-no-links .page-main {
    width: 100%;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .options ul.dropdown li.view-lt_en.switcher-option:before,
  .options ul.dropdown li.view-lv_en.switcher-option:before,
  .options ul.dropdown li.view-ee_en.switcher-option:before {
    content: 'ENG';
    margin-left: -140% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lt_ru.switcher-option:before,
  .options ul.dropdown li.view-lv_ru.switcher-option:before,
  .options ul.dropdown li.view-ee_ru.switcher-option:before {
    content: 'RU';
    margin-left: -110% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lt.switcher-option:before {
    content: 'LT';
    margin-left: -110% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-lv.switcher-option:before {
    content: 'LV';
    margin-left: -110% !important;
    color: #2e7ced;
  }
  .options ul.dropdown li.view-ee.switcher-option:before {
    content: 'EE';
    margin-left: -110% !important;
    color: #2e7ced;
  }
  .switcher-language .view-lt:before {
    content: 'LT';
    font-weight: bold;
    margin-left: -100% !important;
    color: #ffffff;
  }
  .switcher-language .view-lv:before {
    content: 'LV';
    font-weight: bold;
    margin-left: -100% !important;
    color: #ffffff;
  }
  .switcher-language .view-ee:before {
    content: 'EE';
    font-weight: bold;
    margin-left: -100% !important;
    color: #ffffff;
  }
  .switcher-language .view-lt_en:before,
  .switcher-language .view-lv_en:before,
  .switcher-language .view-ee_en:before {
    content: 'ENG';
    font-weight: bold;
    margin-left: -150% !important;
    color: #ffffff;
  }
  .switcher-language .view-lt_ru:before,
  .switcher-language .view-lv_ru:before,
  .switcher-language .view-ee_ru:before {
    content: 'RU';
    font-weight: bold;
    margin-left: -100% !important;
    color: #ffffff;
  }
  .header .logo img {
    margin-left: 0;
  }
  body .fit-calculator__input-wrap {
    padding-right: 30px;
  }
  body .fit-calculator__measurement {
    right: 4px;
  }
  body .fit-calculator__field {
    padding: 0 5px;
  }
  body .fit-calculator {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .fit-calculator__result {
    padding-right: 10px;
    margin-right: -14px;
  }
  body .fit-calculator__result .calculator-submit .fit-calculator__button.repeat {
    top: 104px;
    max-width: 98%;
    right: 5px;
    box-shadow: none;
  }
  body div.cart-summary,
  body div.cart-container .form-cart {
    margin: 0 -10px;
  }
  body div.cart-sidebox {
    padding: 0 15px;
    margin-top: 25px;
  }
  body .dynamic-shipping {
    padding-left: 20px;
    padding-right: 20px;
    height: 320px;
  }
  .dynamic-shipping__header {
    font-weight: bold;
    line-height: normal;
    position: absolute;
    color: #2e7ced;
    top: 20%;
    left: -4%;
    margin-left: -4% !important;
    text-align: unset;
    height: 75%;
    width: 100%;
    padding-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .dynamic-shipping__content p {
    font-size: 18px;
    line-height: 23px;
    display: block;
    width: 165%;
    height: 70px;
    margin-top: -25px;
    float: right;
    margin-right: -56%;
  }
  .dynamic-shipping__content p .dynamic-shipping-volume-max {
    margin-left: 10px;
  }
  .cart-sidebox img.dynamic-box-image {
    position: relative;
    display: inline-block;
    width: 100%;
    top: 0;
    margin-top: 15px;
    margin-left: 15px;
  }
  .dynamic-shipping-left-block {
    width: 100%;
    display: block;
    height: 140px;
    top: 20px;
  }
  .dynamic-shipping-right-block {
    width: 100%;
    float: left;
    display: inline-block;
    margin-left: -5%;
    height: 140px;
    margin: 0 auto;
  }
  .dynamic-shipping__content {
    font-size: 18px;
    font-weight: 700;
    position: initial;
    color: #707375;
    width: 32%;
    height: 5%;
    margin-left: 150px;
    float: left;
    margin-top: -100px;
  }
  .dynamic-shipping {
    position: relative;
    width: 100%;
    height: 285px;
    bottom: 0px;
    background-color: white;
    padding-left: 56%;
    margin-top: 0px;
  }
  .ddc-shipping-text {
    font-weight: 700;
    font-size: 3.5vw;
    line-height: normal;
    position: relative;
    display: inline-block;
    color: #707375 !important;
    width: 40%;
    height: 50px;
    top: 105px;
    float: left;
    margin-left: 20%;
  }
  .dynamic-shipping__label {
    font-size: 12px !important;
    line-height: 15px !important;
    color: #707375;
    height: auto;
    width: 145%;
    padding-top: 5px;
    padding-bottom: 18% !important;
    margin-right: 15%;
    margin-top: -25px;
    margin-left: -8%;
    max-width: 150%;
  }
  .ddc-cost,
  .ddc-currency {
    font-size: 14vw;
  }
  .ddc-shipping-cost {
    line-height: 95px;
    position: relative;
    display: inline-block;
    width: 40%;
    left: 3%;
    top: 80px;
    text-align: center;
  }
  .ddc-weight:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 2px;
    height: 30px;
    background: #f7f5f2;
    margin-left: 10px;
  }
  .dynamic-shipping-left-block:after {
    line-height: normal;
    float: right;
    position: relative;
    display: block;
    content: '';
    width: 90%;
    height: 2px;
    background: #f7f5f2;
    right: 5%;
    margin-top: 145px;
    margin-left: 0;
    margin-right: 0;
  }
  .dynamic-box-filler {
    width: 100% !important;
    height: 145px;
    background-repeat: no-repeat;
    position: initial;
    top: 60%;
    margin-left: 5px;
    max-width: 100px;
  }
  .ddc-volume,
  .ddc-weight {
    font-size: 18px;
  }
  .ddc-volume {
    padding-left: 10px;
  }
  .about-shipping__link {
    font-size: 13px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    float: right;
    color: #2e7ced;
    top: -42px;
    left: -7%;
    padding-left: 17px;
  }
  .about-shipping__link:after {
    font-family: 'luma-icons';
    position: absolute;
    display: inline-block;
    content: '\e906';
    right: -15px;
    top: 1px;
  }
  .dynamic-shipping-cms .dynamic-shipping-left .dynamic-shipping-smaller-cost.bigger-cost-responsive,
  .dynamic-shipping-cms .dynamic-shipping-right .dynamic-shipping-bigger-cost.bigger-cost-responsive {
    font-size: 7vw !important;
  }
  body .cms-page-menu a {
    width: 100%;
    margin-right: 0%;
  }
  body .cms-page-menu a:nth-child(2n+1) {
    margin-right: 0;
  }
  body .footer__links ul.h-menu.language-site-links > li:not(:last-child),
  body .language-site-links li {
    margin-right: 3px;
    padding-right: 4px;
  }
  body .footer__links ul.h-menu.language-site-links > li a {
    padding-left: 54px;
    background-size: 50px 32px;
  }
  body .footer.content ul > li a,
  body .footer-links a {
    font-size: 13px;
  }
  body .footer-column {
    margin-bottom: 20px;
  }
  body .footer-column h4 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .footer-column-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-footer {
    padding-bottom: 20px;
  }
  body .footer__links {
    margin-bottom: 0;
  }
  .footer-column:nth-child(5) {
    text-align: center;
  }
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset {
    padding: 0;
  }
  body .modal-popup.modal-slide {
    left: 0;
  }
  .form.form-edit-account > .fieldset > .field-name-firstname,
  .form.form-edit-account > .fieldset .email,
  .form.form-edit-account > .fieldset .company-code,
  .form-edit-account > .fieldset > .field-name-lastname,
  .form-edit-account > .fieldset .phone,
  .form-edit-account > .fieldset .taxvat,
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.field-name-firstname,
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.country,
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.city,
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.field-name-lastname,
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.region,
  .modal-popup.new-address-modal.modal-slide .modal-inner-wrap .modal-content #modal-content .form-address-edit .fieldset .field.zip {
    width: 100%;
  }
  .billing-address {
    display: block;
  }
  .billing-address > :first-child {
    padding: 20px;
  }
  .address-right,
  .address-left {
    display: block;
    float: none;
  }
  .billing-address .box-actions {
    margin-left: 0;
  }
  .box-content.blue-bar {
    margin-bottom: 0;
  }
  body div#social-login-popup .block-container .block,
  body div#social-login-popup .block-container .social-login-customer-authentication {
    padding: 15px;
  }
  body .mfp-move-from-top .mfp-content {
    margin-top: 0;
  }
  body #social-login-popup {
    margin-top: 0;
  }
  body .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
  body #social-login-popup .block-container {
    padding-top: 25px;
  }
  .form-customer-create .fieldset.create.info .field.field-name-firstname,
  .form-customer-create .fieldset.create.info .field.field-name-lastname {
    width: 100%;
  }
  .venipak-table td {
    padding-left: 10px;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms .dynamic-shipping-text {
    max-width: 100px;
  }
  .dynamic-shipping-cms .dynamic-shipping-smaller,
  .dynamic-shipping-cms .dynamic-shipping-bigger {
    font-family: "Cera";
    font-size: 3vw;
    font-weight: 700;
    color: #98948e;
  }
  .dynamic-shipping-cms .dynamic-shipping-current {
    font-family: "Cera";
    font-size: 24px;
    font-weight: 700;
    color: #2e7ced;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-smaller {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    position: absolute;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-current {
    float: none;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-shipping-bigger {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    right: -10px;
    margin-top: 10px;
    position: absolute;
  }
  .dynamic-shipping-cms .dynamic-shipping-text-header .dynamic-center {
    width: 67%;
    display: inline-block;
    position: relative;
  }
  .dynamic-shipping-center .dynamic-box-filler-cms {
    margin-right: 0;
  }
  .dynamic-shipping-center .dynamic-shipping-size-label {
    font-size: 12px !important;
  }
  .dynamic-shipping-center .dynamic-shipping-weight,
  .dynamic-shipping-center .dynamic-shipping-volume,
  .dynamic-shipping-center .dynamic-shipping-size,
  .dynamic-shipping-center .dynamic-shipping-size-label {
    font-size: 18px;
  }
  .dynamic-shipping-center .dynamic-shipping-size {
    margin-top: -10px !important;
    top: -5%;
  }
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-center .ddc-shipping-cost-cms .dynamic-shipping-cost {
    font-size: 10vw;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms,
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    font-size: 3vw;
    padding-bottom: 10px;
  }
  .dynamic-shipping-center .ddc-shipping-text-cms {
    font-size: 12px;
    padding-bottom: 10px;
    width: 99%;
  }
  .dynamic-shipping-left .ddc-shipping-text-cms,
  .dynamic-shipping-right .ddc-shipping-text-cms {
    margin-top: -40px;
  }
  .dynamic-shipping-left {
    width: 22%;
    height: 180px;
    background-color: #ffffff !important;
    display: inline-block;
    position: absolute;
    margin-top: 35px;
    margin-left: -15px;
    z-index: -2;
    padding: 0 5px 0 10px;
  }
  .dynamic-shipping-right {
    width: 22%;
    height: 180px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    margin-top: 35px;
    margin-left: -10px;
    z-index: -2;
    padding: 0 5px 0 10px;
  }
  .dynamic-shipping-left {
    float: right;
  }
  .dynamic-shipping-right {
    float: right;
  }
  .dynamic-shipping-right .dynamic-shipping-content-cms,
  .dynamic-shipping-left .dynamic-shipping-content-cms {
    display: none !important;
  }
  .dynamic-shipping-center {
    width: 65%;
    height: 250px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    margin-left: 18% !important;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  }
  .dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-left .ddc-shipping-cost-cms .dynamic-shipping-smaller-cost,
  .dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-currency,
  .dynamic-shipping-right .ddc-shipping-cost-cms .dynamic-shipping-bigger-cost {
    font-size: 9vw !important;
  }
  .dynamic-shipping-center .dynamic-shipping-header-cms:before {
    margin-bottom: 0px;
    margin-left: 51%;
    margin-top: 15px;
    height: 210px !important;
  }
  .dynamic-shipping-center .dynamic-shipping-size-max {
    text-align: center;
    margin-top: -5%;
  }
  .dynamic-shipping-center .dynamic-shipping-size {
    padding-top: 110px;
    margin-left: 0;
  }
  .dynamic-shipping-blue-block {
    width: 97%;
  }
  .product-add-form .input-inc:before,
  .product-add-form .input-dec:before {
    font-size: 20px;
    font-weight: bold;
    width: 45px !important;
  }
  body .product-add-form td .input-text {
    font-size: 20px;
  }
  .product-add-form .input-dec {
    right: 45px !important;
  }
}
