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: 'Lora', 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: 'Lora', serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #333333;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #333333;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #6e645e;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #6e645e;
  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: 'Lora', 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: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
button:focus,
button:active {
  background: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
button:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.8;
  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: 'Lora', 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: inherit;
}
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: inherit;
}
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: inherit;
}
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: 'Lora', 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: 'Lora', 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: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
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 #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.bundle-options-container .block-bundle-summary .bundle.items,
.search-terms,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.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;
}
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.search-terms > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > 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: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action-primary:hover {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.action-primary:focus,
.action-primary:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action-primary:hover {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.action-primary:focus,
.action-primary:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action-primary:hover {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.action-primary:focus,
.action-primary:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action-primary:hover {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.block-compare .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.block-compare .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.block-compare .am-filter-go,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .block .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),
.cart-summary .block .actions-toolbar > .primary .action.primary:not(:focus),
.block-compare .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.primary:not(:focus),
.magento-payments-review-discount .actions-toolbar .action.cancel:not(:focus),
.abs-discount-block .actions-toolbar .amshopby-button:not(:focus),
.cart-summary .block .actions-toolbar > .primary .amshopby-button:not(:focus),
.block-compare .amshopby-button:not(:focus),
.abs-discount-block .actions-toolbar .am-filter-go:not(:focus),
.cart-summary .block .actions-toolbar > .primary .am-filter-go:not(:focus),
.block-compare .am-filter-go:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus),
.paypal-review-discount .block .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .block .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,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.block-compare .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.block-compare .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.block-compare .am-filter-go:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active,
.paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .block .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: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Lora', serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.3rem;
  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: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.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: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.8;
  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-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,
.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 .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.block.related .action.select,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.cart-discount .action.check,
.paypal-review-discount .block .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #333333;
  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,
.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 .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button: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,
.block.related .action.select:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.paypal-review-discount .block .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #333333;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check: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 .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button: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,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.paypal-review-discount .block .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #6e645e;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check: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 .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button: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,
.block.related .action.select:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.cart-discount .action.check:active,
.paypal-review-discount .block .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #6e645e;
  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,
.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 .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.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,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.paypal-review-discount .block .action.check:hover,
.paypal-review-discount .block .action.check:active,
.paypal-review-discount .block .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.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 .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.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,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.paypal-review-discount .block .action.check.disabled,
.paypal-review-discount .block .action.check[disabled],
fieldset[disabled] .paypal-review-discount .block .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #333333;
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check: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 .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button: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,
.block.related .action.select:visited,
.abs-add-fields .action.remove:visited,
.magento-payments-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.paypal-review-discount .block .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #333333;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check: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 .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button: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,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.paypal-review-discount .block .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #6e645e;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check: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 .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button: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,
.block.related .action.select:active,
.abs-add-fields .action.remove:active,
.magento-payments-review-discount .action.check:active,
.cart-discount .action.check:active,
.paypal-review-discount .block .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #6e645e;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check: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 .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button: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,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.paypal-review-discount .block .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #6e645e;
}
.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,
.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 .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.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,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.magento-payments-review-discount .action.check:hover,
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.paypal-review-discount .block .action.check:hover,
.paypal-review-discount .block .action.check:active,
.paypal-review-discount .block .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.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 .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.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,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.magento-payments-review-discount .action.check.disabled,
.magento-payments-review-discount .action.check[disabled],
fieldset[disabled] .magento-payments-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.paypal-review-discount .block .action.check.disabled,
.paypal-review-discount .block .action.check[disabled],
fieldset[disabled] .paypal-review-discount .block .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #333333;
  opacity: 0.8;
  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),
.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 .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.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),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.magento-payments-review-discount .action.check:active,
.magento-payments-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.paypal-review-discount .block .action.check:active,
.paypal-review-discount .block .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-to-action-secondary,
.magento-payments-review .block .actions-toolbar .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.magento-payments-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.magento-payments-review .block .actions-toolbar .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.block-compare .action.primary,
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.block-compare .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.block-compare .am-filter-go,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .block .actions-toolbar .action.cancel {
  background: #ffffff;
  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,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.magento-payments-review .block .actions-toolbar .amshopby-button:focus,
.magento-payments-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.magento-payments-review .block .actions-toolbar .am-filter-go:focus,
.magento-payments-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .amshopby-button:focus,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:focus,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:focus,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:focus,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go: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,
.paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .block .actions-toolbar .action.cancel:focus,
.paypal-review-discount .block .actions-toolbar .action.cancel:active {
  background: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.magento-payments-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.magento-payments-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.block-compare .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review-discount .block .actions-toolbar .action.cancel:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.magento-payments-review .block .actions-toolbar .action.primary:focus,
.magento-payments-review .block .actions-toolbar .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.magento-payments-review .block .actions-toolbar .amshopby-button:focus,
.magento-payments-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.magento-payments-review .block .actions-toolbar .am-filter-go:focus,
.magento-payments-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .action.primary:focus,
.cart-summary .block .actions-toolbar > .primary .action.primary:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.primary:focus,
.magento-payments-review-discount .actions-toolbar .action.primary:active,
.magento-payments-review-discount .actions-toolbar .action.cancel:focus,
.magento-payments-review-discount .actions-toolbar .action.cancel:active,
.abs-discount-block .actions-toolbar .amshopby-button:focus,
.abs-discount-block .actions-toolbar .amshopby-button:active,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:focus,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:active,
.block-compare .amshopby-button:focus,
.block-compare .amshopby-button:active,
.abs-discount-block .actions-toolbar .am-filter-go:focus,
.abs-discount-block .actions-toolbar .am-filter-go:active,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:focus,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:active,
.block-compare .am-filter-go:focus,
.block-compare .am-filter-go: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,
.paypal-review-discount .block .actions-toolbar .action.primary:focus,
.paypal-review-discount .block .actions-toolbar .action.primary:active,
.paypal-review-discount .block .actions-toolbar .action.cancel:focus,
.paypal-review-discount .block .actions-toolbar .action.cancel:active {
  background: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.magento-payments-review .block .actions-toolbar .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.magento-payments-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.magento-payments-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .action.primary:hover,
.block-compare .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.primary:hover,
.magento-payments-review-discount .actions-toolbar .action.cancel:hover,
.abs-discount-block .actions-toolbar .amshopby-button:hover,
.cart-summary .block .actions-toolbar > .primary .amshopby-button:hover,
.block-compare .amshopby-button:hover,
.abs-discount-block .actions-toolbar .am-filter-go:hover,
.cart-summary .block .actions-toolbar > .primary .am-filter-go:hover,
.block-compare .am-filter-go:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover,
.paypal-review-discount .block .actions-toolbar .action.primary:hover,
.paypal-review-discount .block .actions-toolbar .action.cancel:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.order-review-form .action.primary,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.multicheckout .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.normal-product .box-tocart .action.tocart,
.order-review-form .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.multicheckout .amshopby-button,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.order-review-form .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.multicheckout .am-filter-go,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.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;
}
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.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,
.normal-product .box-tocart .action.tocart {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .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,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.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';
  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';
  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,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.bundle-options-container .input-text.qty,
.account .table-return-items .qty .input-text,
.table.grouped .control .qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.normal-product .box-tocart .input-text.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 54px;
}
.block,
.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: #999999;
  content: '\e616';
  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-item-name,
.product.name a {
  font-weight: 600;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #333333;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #6e645e;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #6e645e;
  text-decoration: underline;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: normal;
  margin-left: 73%;
  position: absolute;
  top: 34px;
  width: auto;
}
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 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;
}
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.opc-wrapper .form-discount .field .label,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.block.newsletter .label,
.block-reorder .product-item .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.page-product-giftcard .fieldset.giftcard > .legend,
.filter-options-content .filter-count-label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .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,
.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,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options: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,
.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,
.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,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.block-giftregistry-shared-items .product .item-options:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content: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,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.order-options .product:after,
.customer-review .product-details:after,
.toolbar:after,
.sidebar .product-items-images:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.product-item,
.sidebar .product-items-images .product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field .control._with-tooltip,
.form.search.advanced .fields.range .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';
  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';
  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 > 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';
  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';
  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 .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';
  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;
}
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare {
  color: #999999;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item-actions .actions-secondary > .action:hover,
.product-social-links .action.tocompare:hover {
  color: #333333;
  text-decoration: none;
}
.product-item-actions .actions-secondary > .action:before,
.product-social-links .action.tocompare:before {
  width: 18px;
}
.bundle-actions,
.normal-product .box-tocart {
  margin: 0 0 30px;
}
.abs-cart-block > .title,
.minicart-items .product .toggle,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.magento-payments-review-discount .block > .title,
.cart-discount .block > .title,
.paypal-review-discount .block .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-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.cart-discount .block > .title:after,
.paypal-review-discount .block .block > .title:after {
  position: absolute;
  right: 20px;
  top: 10px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.minicart-items .product .toggle > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.magento-payments-review-discount .block > .title > span,
.cart-discount .block > .title > span,
.paypal-review-discount .block .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.cart-discount .block > .title:after,
.paypal-review-discount .block .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block,
.cart-summary .block,
.magento-payments-review-discount .block,
.cart-discount .block,
.paypal-review-discount .block .block {
  margin: 0;
}
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.magento-payments-review-discount .block > .title:after,
.cart-discount .block > .title:after,
.paypal-review-discount .block .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content,
.cart-summary .block .content,
.magento-payments-review-discount .block .content,
.cart-discount .block .content,
.paypal-review-discount .block .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.magento-payments-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after,
.paypal-review-discount .block .block.active > .title:after {
  content: '\e621';
}
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.magento-payments-review-discount .block.active .content,
.cart-discount .block.active .content,
.paypal-review-discount .block .block.active .content {
  display: block;
}
.abs-account-blocks .block-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.magento-payments-review .block .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.magento-payments-review .block .block-title > strong,
.magento-payments-review .block .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .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,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.order-details-items tfoot td {
  background: #f5f5f5;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.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.6rem;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.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: 600;
}
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .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;
}
.cart-summary .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .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;
}
.cart-summary .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .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) ': ';
}
.cart-summary .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total,
.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,
.magento-payments-review .table-magento-payments-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';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.magento-payments-review .table-magento-payments-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\e621';
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.magento-payments-review .block .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.magento-payments-review .block .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
.account .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;
}
.magento-payments-review .block .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-size: 1.6rem;
}
.magento-payments-review .block .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
.account .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,
.block-wishlist-management .wishlist-select .wishlist-name-label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  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,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.order-details-items .order-items .order-gift-message .action.close,
.sidebar .subtitle,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  margin: 3px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  vertical-align: top;
}
.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;
}
.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;
}
.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;
}
.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,
.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,
.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,
.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-wishlist .counter,
.block-compare .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-reorder .block-title,
.block-compare .block-title,
.widget .block-title {
  margin: 0 0 20px;
}
.block-reorder .block-title strong,
.block-compare .block-title strong,
.widget .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: inline-block;
}
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input {
  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);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #666666;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
  padding-right: 10px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  font-size: 1.8rem;
  border-top: 1px solid #cccccc;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 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,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #cccccc;
  display: none;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.magento-payments-review-discount .block > .title strong,
.cart-discount .block > .title strong,
.paypal-review-discount .block .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.magento-payments-review-discount .actions-toolbar,
.cart-discount .actions-toolbar,
.paypal-review-discount .block .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.magento-payments-review-discount .actions-toolbar .action.primary,
.magento-payments-review-discount .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel,
.paypal-review-discount .block .actions-toolbar .action.primary,
.paypal-review-discount .block .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.magento-payments-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary,
.paypal-review-discount .block .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.magento-payments-review-discount .action.check,
.cart-discount .action.check,
.paypal-review-discount .block .action.check {
  font-weight: 400;
}
.magento-payments-review-discount .fieldset,
.cart-discount .fieldset,
.paypal-review-discount .block .fieldset {
  display: table;
  width: 100%;
}
.magento-payments-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label,
.paypal-review-discount .block .fieldset > .field > .label {
  display: none;
}
.magento-payments-review-discount .field,
.cart-discount .field,
.paypal-review-discount .block .field {
  display: table-cell;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora/lora-v16-latin-regular.woff2') format('woff2'), url('../fonts/Lora/lora-v16-latin-regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora/lora-v16-latin-regular.woff2') format('woff2'), url('../fonts/Lora/lora-v16-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora/lora-v35-latin-600.woff2') format('woff2'), url('../fonts/Lora/lora-v35-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora/lora-v16-latin-700.woff2') format('woff2'), url('../fonts/Lora/lora-v16-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora/lora-v16-latin-italic.woff2') format('woff2'), url('../fonts/Lora/lora-v16-latin-italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora/lora-v16-latin-italic.woff2') format('woff2'), url('../fonts/Lora/lora-v16-latin-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora/lora-v16-latin-italic.woff2') format('woff2'), url('../fonts/Lora/lora-v16-latin-italic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora/lora-v16-latin-700italic.woff2') format('woff2'), url('../fonts/Lora/lora-v16-latin-700italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: '';
  src: url('.woff2') format('woff2'), url('.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 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:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) 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: #333333;
}
.message.info a:hover {
  color: #6e645e;
}
.message.info a:active {
  color: #6e645e;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  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: #333333;
}
.message.error a:hover {
  color: #6e645e;
}
.message.error a:active {
  color: #6e645e;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\e61f';
  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: #333333;
}
.message.warning a:hover {
  color: #6e645e;
}
.message.warning a:active {
  color: #6e645e;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  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: #333333;
}
.message.notice a:hover {
  color: #6e645e;
}
.message.notice a:active {
  color: #6e645e;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\e602';
  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: #333333;
}
.message.success a:hover {
  color: #6e645e;
}
.message.success a:active {
  color: #6e645e;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\e60e';
  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-toggle {
  cursor: pointer;
  display: block;
  font-size: 21px;
  left: 5px;
  position: absolute;
  text-decoration: none;
  top: 25px;
  z-index: 14;
}
.navigation {
  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 .level0 {
  margin: 0;
  display: inline-block;
  position: relative;
}
.navigation .level0:last-child {
  margin-right: 0;
  padding-right: 0;
}
.navigation .level0 > .level-top {
  color: #333333;
  line-height: 47px;
  padding: 0 12px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-color: #6e645e;
  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 .submenu {
  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 .active > a {
  border-color: #6e645e;
  border-style: solid;
  border-width: 0 0 0 3px;
  color: #333333;
}
.navigation .level0 .submenu .submenu-reverse {
  left: auto !important;
  right: 100%;
}
.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';
  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;
}
.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: 600;
  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: 600;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Lora', 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: inherit;
}
.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: inherit;
}
.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: inherit;
}
.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;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
  margin: 0;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend > span {
  margin-right: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #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;
}
div.mage-error[generated] {
  margin-top: 7px;
  font-size: 1.5rem;
}
.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 {
  text-shadow: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  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.8;
}
._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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
._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';
  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%;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  font-size: 16px;
}
@font-face {
  font-family: '';
  src: url('.woff2') format('woff2'), url('.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.action.primary:focus,
.action.primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.action.primary:focus,
.action.primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.action.primary:focus,
.action.primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.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: #7d7d7d;
  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';
  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;
}
.product.data.items > .item.content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  line-height: 24px;
}
.pages .label {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  display: inline-block;
  font-size: 0;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.pages .item {
  display: inline-block;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.pages .item .label {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages strong.page {
  background: #6e645e none repeat scroll 0 0;
  border: 1px solid #6e645e;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 30px;
  padding: 0 5px;
  width: 30px;
}
.pages a.page {
  border: 1px solid #dddddd;
  border-radius: 50%;
  color: #333333;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  width: 30px;
  line-height: 30px;
}
.pages a.page:hover {
  background: #6e645e none repeat scroll 0 0;
  border-color: #6e645e;
  color: #ffffff;
  text-decoration: none;
}
.pages .action {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #333333;
  display: block;
  line-height: 30px;
  padding: 0 6px;
  width: 30px;
  border-radius: 50%;
}
.pages .action:hover {
  background: #6e645e none repeat scroll 0 0;
  border-color: #6e645e;
  color: #ffffff;
  text-decoration: none;
}
.pages .action.previous {
  margin-right: 0;
}
.pages .action.previous span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous::before {
  content: "\f104";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  font-weight: 900;
  line-height: inherit;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.pages .action.previous:hover::before {
  color: #ffffff;
}
.pages .action.next {
  margin-left: 0;
}
.pages .action.next span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next::before {
  content: "\f105";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  font-weight: 900;
  line-height: inherit;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.pages .action.next:hover::before {
  color: #ffffff;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 15px;
  min-height: 24px;
  margin: 10px 0;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  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';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.breadcrumbs .items {
  font-size: 16px;
  margin-top: 10px;
  padding-bottom: 5px;
  line-height: 16px;
}
.breadcrumbs strong {
  color: #6e645e;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  text-shadow: none;
  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;
  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';
  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 > 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';
  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.8;
}
.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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.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: 600;
}
.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 {
  text-shadow: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  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.8;
}
.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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e616';
  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 > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e616';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 15px;
}
.modal-popup .modal-content {
  padding-bottom: 20px;
}
.modal-popup .modal-title {
  border-bottom: 0;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #333333;
  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: #333333;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #6e645e;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #6e645e;
  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: #333333;
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #333333;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #6e645e;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #6e645e;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #6e645e;
}
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: #333333;
  opacity: 0.8;
  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: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  font-size: 1.3rem;
  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: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: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #333333;
  border: 1px solid #333333;
  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.8;
  cursor: default;
  pointer-events: 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: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #333333;
  border: 1px solid #333333;
  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.8;
  cursor: default;
  pointer-events: 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: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #333333;
  border: 1px solid #333333;
  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.8;
  cursor: default;
  pointer-events: 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: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #333333;
  border: 1px solid #333333;
  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.8;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.3rem;
  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: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: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.8;
  cursor: default;
  pointer-events: 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: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.8;
  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: 1180px;
}
[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: 1180px;
  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: #7d7d7d;
  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;
}
.payment-method .flex-center {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment-method .payment-type-icon {
  height: 40px;
}
.card-grid {
  display: grid;
}
.card-aux {
  gap: 20px;
  grid-template-columns: minmax(auto, 400px);
}
.card-aux .actions-toolbar {
  justify-self: start;
}
.card-container {
  margin-top: 20px;
  align-items: center;
}
.card-container .card-layout {
  column-gap: 10px;
  display: grid;
  grid-template-areas: 'card-number-field-area card-number-field-area' 'expiration-date-field-area cvv-field-area';
  max-width: 400px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.card-container .card-layout .display-lock {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.card-container .card-layout .display-lock .lock-icon:hover::before {
  color: #757575;
}
.card-container .card-layout .display-lock .lock-icon:before {
  color: #bbbbbb;
  content: '\e629';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
}
.card-container .card-layout .card-number-field-area {
  grid-area: card-number-field-area;
}
.card-container .card-layout .expiration-date-field-area {
  grid-area: expiration-date-field-area;
}
.card-container .card-layout .cvv-field-area {
  grid-area: cvv-field-area;
}
.card-container .field div.error {
  border-color: #ed8380;
}
.card-container .field .label {
  display: block;
  font-weight: 600;
}
.card-container .field .card-field {
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 8px 15px;
}
.card-container .field .field-wrapper {
  position: relative;
}
.card-container .field .field-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.checkout-index-index > .loading-mask {
  z-index: 999;
}
.magento-payments-review .actions-toolbar {
  margin-top: 10px;
}
.magento-payments-review .magento-payments-review-title {
  padding: 0 0 10px;
}
.magento-payments-review .magento-payments-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.magento-payments-review .magento-payments-review-title .action {
  display: inline-block;
  margin: 12px 0 0 30px;
}
.magento-payments-review .table-magento-payments-review-items .col.name {
  padding-top: 16px;
}
.magento-payments-review .table-magento-payments-review-items .col.qty {
  text-align: center;
}
.magento-payments-review .item-options dt {
  display: inline-block;
}
.magento-payments-review .item-options dt:after {
  content: ': ';
}
.magento-payments-review .item-options dd {
  margin: 0;
}
.magento-payments-review .payment-source-logo {
  margin-top: 10px;
}
.magento-payments-review .payment-source-logo[alt='googlepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='applepay'] {
  height: 40px;
}
.magento-payments-review .payment-source-logo[alt='paypal'],
.magento-payments-review .payment-source-logo[alt='paylater'] {
  height: 26px;
}
.magento-payments-review .payment-source-logo[alt='venmo'] {
  height: 20px;
}
.magento-payments-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 40px;
  padding: 10px 0 0;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
.aw-pquestion__product-question.container .aw-pq-question-list .empty-list.info-message,
.aw-pquestion__question-listing.container .aw-pq-question-list .empty-list.info-message {
  font-style: italic;
  margin-top: 10px;
}
.aw-pquestion__question-listing.product.product-details .price-container .price {
  font-weight: 700;
}
.aw-pquestion__question-listing.aw-pq-question-list {
  padding-left: 25px;
}
.aw-pquestion__question-listing.product.container .aw-pq-question-list {
  margin-bottom: 30px;
  clear: both;
}
.aw-pquestion__question-listing.product.question-list.container {
  padding: 25px;
  border: 2px solid #e3e3e3;
  margin-bottom: 25px;
}
.aw-pquestion__question-listing.product.question-list.toolbar.bottom .pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aw-pquestion__question-listing.product.question-list.toolbar.bottom .pages,
.aw-pquestion__question-listing.product.question-list.toolbar.bottom .limiter,
.aw-pquestion__question-listing.product.question-list.toolbar.bottom .toolbar-amount {
  margin: 0 0 10px 0;
}
.aw-pquestion__question-listing .question-answer-list {
  padding-left: 30px;
}
.aw-pquestion__question-listing .question-answer-list .answer-item-wrapper {
  margin-bottom: 15px;
}
.aw-pquestion__question-listing .question-answer-list .answer-item-wrapper:last-child {
  margin-bottom: 0;
}
.aw-pquestion__question-listing .question-item-wrapper {
  padding: 20px 0;
  position: relative;
}
.aw-pquestion__question-listing .answer-content {
  font-size: 16px;
  word-wrap: break-word;
  padding-right: 80px;
}
.aw-pquestion__question-listing .answer-item {
  position: relative;
}
.aw-pquestion__question-listing .answer-details {
  font-size: 11px;
  color: #8c8c8c;
}
.aw-pquestion__question-listing .question-item {
  margin-bottom: 15px;
  position: relative;
}
.aw-pquestion__question-listing .opened .question-item-collapsible-trigger {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.aw-pquestion__question-listing .question-item-collapsible-trigger {
  position: absolute;
  left: -20px;
  top: 0px;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
}
.aw-pquestion__question-listing .question-item-collapsible-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 23px;
  color: #000000;
  content: '\e622';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-pquestion__question-listing .question-item-collapsible-trigger:hover:before {
  color: #000000;
}
.aw-pquestion__question-listing .question-item-collapsible-trigger:active:before {
  color: #000000;
}
.aw-pquestion__question-listing .question-item-collapsible-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 23px;
  color: #000000;
  content: '\e622';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.aw-pquestion__question-listing .question-item-collapsible-trigger:hover:before {
  color: #000000;
}
.aw-pquestion__question-listing .question-item-collapsible-trigger:active:before {
  color: #000000;
}
.aw-pquestion__question-listing .question-content {
  font-size: 16px;
  word-wrap: break-word;
  margin-bottom: 5px;
  padding-right: 80px;
  position: relative;
}
.aw-pquestion__question-listing .question-details {
  color: #8c8c8c;
  font-size: 11px;
}
.aw-pquestion__question-listing.product.header {
  padding: 25px;
  border: 2px solid #e3e3e3;
  margin-bottom: 25px;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form {
  background: none;
  border: none;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar::after,
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar::before {
  display: none;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action {
  background-image: none;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Lora', serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:focus,
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:active {
  background: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action.disabled,
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action[disabled],
fieldset[disabled] .aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:focus,
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:active {
  background: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action.disabled,
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action[disabled],
fieldset[disabled] .aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:hover,
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:active,
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:focus {
  text-decoration: none;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:hover,
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:active,
.aw-pquestion__question-listing.product.header .aw-pq__question-form .actions-toolbar .back-link-wrapper .action:focus {
  text-decoration: none;
}
.aw-pquestion__question-listing.product.header .aw-pq__question-form .aw-pq-question-form {
  padding: 25px 20px;
  background-color: #f8f8f8;
}
.aw-pquestion__question-listing.product.header .product-details .product-image {
  text-align: center;
}
.aw-pquestion__question-listing.product.header .product-details .product-group__name-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
}
.aw-pquestion__question-listing.product.header .product-details .reviews-actions {
  display: none;
}
.aw-pquestion__question-listing.product.header .product-details .product-reviews-summary {
  margin: 0;
}
.aw-pquestion__question-listing.product.header .product-details .product-sku {
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
}
.aw-pquestion__question-listing.product.header .product-details .product-sku .value {
  display: inline-block;
}
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back {
  background-image: none;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  font-family: 'Lora', serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  min-width: 80px;
}
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:focus,
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:active {
  background: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back.disabled,
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back[disabled],
fieldset[disabled] .aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:focus,
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:active {
  background: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back.disabled,
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back[disabled],
fieldset[disabled] .aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:hover,
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:active,
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:focus {
  text-decoration: none;
}
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:hover,
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:active,
.aw-pquestion__question-listing.product.header > .back-link-wrapper .action.back:focus {
  text-decoration: none;
}
.aw-pquestion__product-question.container .aw-pq-wrapper-fieldset .fieldset {
  margin-bottom: 20px;
}
.aw-pq__question-form {
  background-color: #f8f8f8;
}
.aw-pq-question-form {
  margin: 0 auto;
  padding: 45px 0;
}
.aw-pq-question-form .aw-pq-private-question {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aw-pq-question-form .aw-pq-private-question .label {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin: 0;
}
.aw-pq-question-form .aw-pq-private-question .control {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.aw-pq__question-answer-form {
  padding-left: 30px;
  margin-top: 20px;
}
.aw-pq-question-answer-form {
  padding: 30px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
}
.aw-pq__question-answer-form-visibility-button {
  padding-left: 30px;
}
.aw-pq__question-answer-form-visibility-button .action.primary,
.aw-pq__question-answer-form-visibility-button .amshopby-button,
.aw-pq__question-answer-form-visibility-button .am-filter-go {
  text-shadow: none;
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.aw-pq__question-answer-form-visibility-button .action.primary:focus,
.aw-pq__question-answer-form-visibility-button .action.primary:active,
.aw-pq__question-answer-form-visibility-button .amshopby-button:focus,
.aw-pq__question-answer-form-visibility-button .amshopby-button:active,
.aw-pq__question-answer-form-visibility-button .am-filter-go:focus,
.aw-pq__question-answer-form-visibility-button .am-filter-go:active {
  background: none;
  border: none;
}
.aw-pq__question-answer-form-visibility-button .action.primary:hover,
.aw-pq__question-answer-form-visibility-button .amshopby-button:hover,
.aw-pq__question-answer-form-visibility-button .am-filter-go:hover {
  background: none;
  border: none;
}
.aw-pq__question-answer-form-visibility-button .action.primary.disabled,
.aw-pq__question-answer-form-visibility-button .action.primary[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .action.primary,
.aw-pq__question-answer-form-visibility-button .amshopby-button.disabled,
.aw-pq__question-answer-form-visibility-button .amshopby-button[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .amshopby-button,
.aw-pq__question-answer-form-visibility-button .am-filter-go.disabled,
.aw-pq__question-answer-form-visibility-button .am-filter-go[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .am-filter-go {
  pointer-events: none;
  opacity: 0.8;
}
.aw-pq__question-answer-form-visibility-button .action.primary:focus,
.aw-pq__question-answer-form-visibility-button .action.primary:active,
.aw-pq__question-answer-form-visibility-button .amshopby-button:focus,
.aw-pq__question-answer-form-visibility-button .amshopby-button:active,
.aw-pq__question-answer-form-visibility-button .am-filter-go:focus,
.aw-pq__question-answer-form-visibility-button .am-filter-go:active {
  background: none;
  border: none;
}
.aw-pq__question-answer-form-visibility-button .action.primary:hover,
.aw-pq__question-answer-form-visibility-button .amshopby-button:hover,
.aw-pq__question-answer-form-visibility-button .am-filter-go:hover {
  background: none;
  border: none;
}
.aw-pq__question-answer-form-visibility-button .action.primary.disabled,
.aw-pq__question-answer-form-visibility-button .action.primary[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .action.primary,
.aw-pq__question-answer-form-visibility-button .amshopby-button.disabled,
.aw-pq__question-answer-form-visibility-button .amshopby-button[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .amshopby-button,
.aw-pq__question-answer-form-visibility-button .am-filter-go.disabled,
.aw-pq__question-answer-form-visibility-button .am-filter-go[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .am-filter-go {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.aw-pq__question-answer-form-visibility-button .action.primary:visited,
.aw-pq__question-answer-form-visibility-button .amshopby-button:visited,
.aw-pq__question-answer-form-visibility-button .am-filter-go:visited {
  color: #333333;
  text-decoration: none;
}
.aw-pq__question-answer-form-visibility-button .action.primary:hover,
.aw-pq__question-answer-form-visibility-button .amshopby-button:hover,
.aw-pq__question-answer-form-visibility-button .am-filter-go:hover {
  color: #6e645e;
  text-decoration: underline;
}
.aw-pq__question-answer-form-visibility-button .action.primary:active,
.aw-pq__question-answer-form-visibility-button .amshopby-button:active,
.aw-pq__question-answer-form-visibility-button .am-filter-go:active {
  color: #6e645e;
  text-decoration: underline;
}
.aw-pq__question-answer-form-visibility-button .action.primary:hover,
.aw-pq__question-answer-form-visibility-button .action.primary:active,
.aw-pq__question-answer-form-visibility-button .action.primary:focus,
.aw-pq__question-answer-form-visibility-button .amshopby-button:hover,
.aw-pq__question-answer-form-visibility-button .amshopby-button:active,
.aw-pq__question-answer-form-visibility-button .amshopby-button:focus,
.aw-pq__question-answer-form-visibility-button .am-filter-go:hover,
.aw-pq__question-answer-form-visibility-button .am-filter-go:active,
.aw-pq__question-answer-form-visibility-button .am-filter-go:focus {
  background: none;
  border: 0;
}
.aw-pq__question-answer-form-visibility-button .action.primary.disabled,
.aw-pq__question-answer-form-visibility-button .action.primary[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .action.primary,
.aw-pq__question-answer-form-visibility-button .amshopby-button.disabled,
.aw-pq__question-answer-form-visibility-button .amshopby-button[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .amshopby-button,
.aw-pq__question-answer-form-visibility-button .am-filter-go.disabled,
.aw-pq__question-answer-form-visibility-button .am-filter-go[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .am-filter-go {
  color: #333333;
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.aw-pq__question-answer-form-visibility-button .action.primary:visited,
.aw-pq__question-answer-form-visibility-button .amshopby-button:visited,
.aw-pq__question-answer-form-visibility-button .am-filter-go:visited {
  color: #333333;
  text-decoration: none;
}
.aw-pq__question-answer-form-visibility-button .action.primary:hover,
.aw-pq__question-answer-form-visibility-button .amshopby-button:hover,
.aw-pq__question-answer-form-visibility-button .am-filter-go:hover {
  color: #6e645e;
  text-decoration: underline;
}
.aw-pq__question-answer-form-visibility-button .action.primary:active,
.aw-pq__question-answer-form-visibility-button .amshopby-button:active,
.aw-pq__question-answer-form-visibility-button .am-filter-go:active {
  color: #6e645e;
  text-decoration: underline;
}
.aw-pq__question-answer-form-visibility-button .action.primary:hover,
.aw-pq__question-answer-form-visibility-button .amshopby-button:hover,
.aw-pq__question-answer-form-visibility-button .am-filter-go:hover {
  color: #6e645e;
}
.aw-pq__question-answer-form-visibility-button .action.primary:hover,
.aw-pq__question-answer-form-visibility-button .action.primary:active,
.aw-pq__question-answer-form-visibility-button .action.primary:focus,
.aw-pq__question-answer-form-visibility-button .amshopby-button:hover,
.aw-pq__question-answer-form-visibility-button .amshopby-button:active,
.aw-pq__question-answer-form-visibility-button .amshopby-button:focus,
.aw-pq__question-answer-form-visibility-button .am-filter-go:hover,
.aw-pq__question-answer-form-visibility-button .am-filter-go:active,
.aw-pq__question-answer-form-visibility-button .am-filter-go:focus {
  background: none;
  border: 0;
}
.aw-pq__question-answer-form-visibility-button .action.primary.disabled,
.aw-pq__question-answer-form-visibility-button .action.primary[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .action.primary,
.aw-pq__question-answer-form-visibility-button .amshopby-button.disabled,
.aw-pq__question-answer-form-visibility-button .amshopby-button[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .amshopby-button,
.aw-pq__question-answer-form-visibility-button .am-filter-go.disabled,
.aw-pq__question-answer-form-visibility-button .am-filter-go[disabled],
fieldset[disabled] .aw-pq__question-answer-form-visibility-button .am-filter-go {
  color: #333333;
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.explanatory-message {
  margin-right: 10px;
}
.explanatory-message .action.primary,
.explanatory-message .amshopby-button,
.explanatory-message .am-filter-go {
  display: inline-block;
  text-decoration: none;
  line-height: 1.6rem;
}
.explanatory-message .action.primary:hover,
.explanatory-message .action.primary:active,
.explanatory-message .action.primary:focus,
.explanatory-message .amshopby-button:hover,
.explanatory-message .amshopby-button:active,
.explanatory-message .amshopby-button:focus,
.explanatory-message .am-filter-go:hover,
.explanatory-message .am-filter-go:active,
.explanatory-message .am-filter-go:focus {
  text-decoration: none;
}
.explanatory-message .action.primary:hover,
.explanatory-message .action.primary:active,
.explanatory-message .action.primary:focus,
.explanatory-message .amshopby-button:hover,
.explanatory-message .amshopby-button:active,
.explanatory-message .amshopby-button:focus,
.explanatory-message .am-filter-go:hover,
.explanatory-message .am-filter-go:active,
.explanatory-message .am-filter-go:focus {
  text-decoration: none;
}
.explanatory-message .explanatory-message-tooltip {
  position: relative;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle {
  display: inline-block;
  text-decoration: none;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  content: '\e623';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle:hover:after {
  color: #000000;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle:active:after {
  color: #000000;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  content: '\e623';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle:hover:after {
  color: #000000;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle:active:after {
  color: #000000;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle::after {
  margin-left: 3px;
  margin-top: 4px;
}
.explanatory-message .explanatory-message-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-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.explanatory-message .explanatory-message-tooltip .tooltip-content:after,
.explanatory-message .explanatory-message-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.explanatory-message .explanatory-message-tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.explanatory-message .explanatory-message-tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.explanatory-message .explanatory-message-tooltip .tooltip-content:after,
.explanatory-message .explanatory-message-tooltip .tooltip-content:before {
  top: 100%;
}
.explanatory-message .explanatory-message-tooltip .tooltip-content:after {
  border-top-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.explanatory-message .explanatory-message-tooltip .tooltip-content:before {
  border-top-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle {
  cursor: help;
}
.explanatory-message .explanatory-message-tooltip .tooltip-toggle:hover + .tooltip-content,
.explanatory-message .explanatory-message-tooltip .tooltip-toggle:focus + .tooltip-content,
.explanatory-message .explanatory-message-tooltip:hover .tooltip-content {
  display: block;
}
.explanatory-message .explanatory-message-tooltip .tooltip-content {
  max-width: 200px;
  min-width: 160px;
}
.aw-pquestion__customer-question.container .table-wrapper {
  overflow: inherit;
}
.aw-pquestion__customer-question.container .tooltip-container {
  position: relative;
}
.aw-pquestion__customer-question.container .tooltip-container .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-bottom: 5px;
  bottom: 100%;
  left: 0;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-content:after,
.aw-pquestion__customer-question.container .tooltip-container .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-content:after,
.aw-pquestion__customer-question.container .tooltip-container .tooltip-content:before {
  top: 100%;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-content:after {
  border-top-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-content:before {
  border-top-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-toggle {
  cursor: help;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-toggle:hover + .tooltip-content,
.aw-pquestion__customer-question.container .tooltip-container .tooltip-toggle:focus + .tooltip-content,
.aw-pquestion__customer-question.container .tooltip-container:hover .tooltip-content {
  display: block;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-toggle {
  cursor: auto;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-content {
  box-sizing: content-box;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-content .tooltip-content-inner {
  width: max-content;
  overflow: auto;
  display: block;
}
.aw-pquestion__customer-question.container .tooltip-container .tooltip-content .tooltip-content-inner::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: -30px;
}
.aw-pq__rating-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.aw-pq__rating-wrapper svg {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}
.aw-pq__rating-wrapper svg path {
  fill: #c2c2c2;
}
.aw-pq__rating-wrapper.update-rating-mode .icon-h {
  cursor: pointer;
}
.aw-pq__rating-wrapper.update-rating-mode .aw-pq__like:hover {
  color: #438400;
}
.aw-pq__rating-wrapper.update-rating-mode .aw-pq__like:hover svg path {
  fill: #438400;
}
.aw-pq__rating-wrapper.update-rating-mode .aw-pq__dislike:hover {
  color: #e80000;
}
.aw-pq__rating-wrapper.update-rating-mode .aw-pq__dislike:hover svg path {
  fill: #e80000;
}
.aw-pq__rating-wrapper .aw-pq__like.voted svg path {
  fill: #438400;
}
.aw-pq__rating-wrapper .aw-pq__dislike.voted svg path {
  fill: #e80000;
}
.aw-pq__rating-wrapper .aw-pq__rating-count {
  margin: 0 10px;
  font-size: 15px;
  font-weight: bold;
}
.aw-pq__question-form .additional .g-recaptcha {
  margin-bottom: 10px !important;
}
.aw-pq__question-answer-form .additional .g-recaptcha {
  margin-bottom: 10px !important;
}
.product-full-width-section .aw-pquestion__product-question.container .header .title {
  display: none;
}
.aw-pquestion__product-question.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0 35px;
}
.aw-pquestion__product-question.header .see-all-wrapper {
  text-align: right;
}
.aw-pquestion__product-question.header .see-all-wrapper .view {
  background-image: none;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-decoration: none;
  min-width: 80px;
}
.aw-pquestion__product-question.header .see-all-wrapper .view:focus,
.aw-pquestion__product-question.header .see-all-wrapper .view:active {
  background: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
.aw-pquestion__product-question.header .see-all-wrapper .view:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
.aw-pquestion__product-question.header .see-all-wrapper .view.disabled,
.aw-pquestion__product-question.header .see-all-wrapper .view[disabled],
fieldset[disabled] .aw-pquestion__product-question.header .see-all-wrapper .view {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.aw-pquestion__product-question.header .see-all-wrapper .view:focus,
.aw-pquestion__product-question.header .see-all-wrapper .view:active {
  background: #6e645e;
  border: 1px solid #cccccc;
  color: #333333;
}
.aw-pquestion__product-question.header .see-all-wrapper .view:hover {
  background: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
}
.aw-pquestion__product-question.header .see-all-wrapper .view.disabled,
.aw-pquestion__product-question.header .see-all-wrapper .view[disabled],
fieldset[disabled] .aw-pquestion__product-question.header .see-all-wrapper .view {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.aw-pquestion__product-question.header .aw-pq__question-form-visibility-button .action.primary,
.aw-pquestion__product-question.header .aw-pq__question-form-visibility-button .amshopby-button,
.aw-pquestion__product-question.header .aw-pq__question-form-visibility-button .am-filter-go {
  margin-left: 10px;
}
.aw-pquestion__product-question.header .title h2 {
  margin: 5px 0;
}
.aw-pq__product-group-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: auto;
}
.aw-pq__product-group-buttons .see-all-wrapper {
  margin-left: 6px;
}
.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 {
  position: relative;
  display: block;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  overflow: hidden;
  margin: 0;
  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 {
  top: 0;
  left: 0;
  margin: 0 auto;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  display: table;
  content: '';
}
.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;
  min-height: 1px;
  height: 100%;
  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 {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  position: relative;
  background: 0 0;
}
.amslick-slider-container .slick-loading .slick-list:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #5c5c5c;
  border-radius: 100%;
  content: '';
  transform: translate(-50%, -50%);
  animation: loading 1s infinite linear;
}
.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 {
  position: absolute;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.amslick-slider-container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  display: block;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.amslick-slider-container .slick-dots li button {
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000000;
  content: '•';
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.amslick-slider-container .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 15px;
  height: 22px;
  border: none;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background .3s ease;
  transform: translate(0, -50%);
}
.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);
  }
}
.amprivacy-policy {
  max-height: 500px;
  display: none;
  overflow-y: scroll;
  word-wrap: break-word;
}
[data-amgdpr-content-from="subscription"] {
  display: table-row-group;
}
[data-amgdpr-content-from="subscription"] input[type="checkbox"] {
  margin-top: 8px;
}
[data-amgdpr-content-from="subscription"] label.label[for] {
  position: unset;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.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__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 #ccc;
  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_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 12px 12px 0;
  padding: 6px;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.ambrands-letters-filter .ambrands-letter:hover {
  border-color: #006bb4;
  background: #ffffff;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  border-color: #ececec;
  background: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  border-color: #006bb4;
  background: #dff1ff;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  position: relative;
  display: block;
}
.ambrands-search-block:before {
  position: absolute;
  top: calc(50% - 20px / 2);
  left: 15px;
  display: flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  pointer-events: none;
}
.ambrands-search-block .ambrands-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  cursor: pointer;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  display: block;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px 40px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  position: absolute;
  z-index: 99;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 250px;
  width: 460px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  color: #000;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.cms-newsletter .newsletter_right,
.cms-newsletter .newsletter_float {
  display: none !important;
}
.newsletter_right .img-content {
  max-width: 200px;
  overflow: hidden;
}
.newsletter_right {
  top: 25% !important;
  position: fixed;
  left: auto;
  background: #6e645e;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 900;
  max-width: 200px;
  right: -200px;
}
.newsletter_right .title {
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 20px;
}
button.btn-close {
  position: absolute;
  right: 0;
  top: -41px;
  background: #6e645e;
  border: none;
  padding: 10px;
  border-radius: 0;
  color: #fff;
}
.newsletter_float {
  top: 25% !important;
  position: fixed;
  left: auto;
  background: #6e645e;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 900;
  width: 48px;
}
span.nl-float-text {
  font-weight: 700;
  color: #fff;
  padding: 10px 10px 10px 35px;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 2px;
  writing-mode: tb;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1600px) {
  .newletter-page .ct-right .ct-right-1 .img-right4 {
    top: -15px;
    z-index: 1;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .newletter-page .ct-right .ct-right-1 .img-right4 {
    left: 0;
    z-index: 1;
  }
  .newletter-page .ct-right .ct-right-2 .img-right2 {
    right: -45px;
  }
  .newletter-page .ct-right {
    overflow-x: hidden;
  }
}
@media (max-width: 991px) {
  .newletter-page .page-left {
    width: 100%;
  }
  .newletter-page .ct-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newletter-page .page-left {
    width: 100%;
  }
  .newletter-page .ct-right {
    width: 100%;
    overflow-x: hidden;
  }
}
@media (max-width: 639px) {
  .newletter-page .ct-right .ct-right-1,
  .newletter-page .ct-right .ct-right-2 {
    width: 100%;
  }
}
.vendor-lists .vendor-search {
  text-align: center;
  border: 1px solid #ddd;
  padding: 50px;
}
.vendor-lists .vendor-search .vendor-search-field {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.vendor-lists .vendor-search .vendor-search-field input {
  height: 40px;
}
.vendor-lists .vendor-search .vendor-search-field button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  height: 40px;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vendor-lists .vendor-search .vendor-search-field button:hover {
  background: #000;
  border-color: #000;
}
.vendor-lists .vendor-options {
  text-align: center;
  margin: 30px 0;
}
.vendor-lists .vendor-options a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  color: #000;
  margin: 0 1px;
  text-decoration: none;
}
.vendor-lists .vendor-options a:hover,
.vendor-lists .vendor-options a.active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.vendor-lists .vendor-options a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.vendor-lists .vendor-lists-items {
  margin-top: 40px;
}
.vendor-lists .vendor-lists-items ul {
  padding: 0;
  list-style: none;
}
.vendor-lists .vendor-lists-items .list-search-vendor {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.vendor-lists .vendor-lists-items .vendor-lists-item {
  float: left;
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.tab-content {
  clear: both;
  padding-top: 35px;
}
.tab-content .tab-content-item {
  display: none;
}
.tab-content .tab-content-item.active {
  display: block;
}
.vendor-tabs {
  border: 0;
  overflow: hidden;
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
}
.vendor-tabs li a {
  display: block !important;
  color: #B6B6B6;
}
.vendor-tabs li.active a {
  color: #000;
}
.vendor-txt-title {
  text-align: center;
  position: relative;
  margin: 10px 0 30px;
}
.vendor-txt-title::before {
  content: "";
  background: #ccc;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.vendor-txt-title h2 {
  font-size: 22px;
  margin: 0;
  display: inline-block;
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 0 15px;
}
.page-main .block-vendor-list .vendor-list-tab .form.contact {
  float: none;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
}
.page-main .block-vendor-list .vendor-list-tab .form.contact .field {
  margin-bottom: 15px;
}
.account .block.account-order-history,
.account .form-address-edit {
  padding-top: 20px;
}
.am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-width: 16px;
  max-height: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-wrap: break-word;
  word-break: break-word;
  min-height: 40px;
  border-radius: 3px;
  background: #1979c3;
  color: #fff;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 16px;
  line-height: 22px;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  border-color: #399ae6;
  background: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  border-color: #135d96;
  background: #135d96;
}
.am-filter-go {
  word-wrap: break-word;
  word-break: break-word;
  min-height: 40px;
  border-radius: 3px;
  background: #1979c3;
  color: #fff;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 16px;
  line-height: 22px;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  border-color: #399ae6;
  background: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  border-color: #135d96;
  background: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  display: inline-block;
  margin: 0 10px 0 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  margin: 0 0 5px !important;
  line-height: initial;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  display: inline-block;
  border: 0;
}
.catalog-topnav .filter-options .filter-options-content {
  position: absolute;
  z-index: 9999;
  margin-top: 12px;
  min-width: 100px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 5px;
  right: 8px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.filter-options .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  border-width: 1px 0 0;
  font-size: 0;
  line-height: 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  min-width: 130px;
  max-width: 350px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  display: block;
  overflow: hidden;
  padding-right: 3.6rem;
  min-height: 3.2rem;
  border: 1px solid #adadad;
  background-color: #fff;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 400;
  cursor: pointer;
}
.amshopby-category-dropdown:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  box-sizing: border-box;
  margin-top: -.2rem;
  width: 0;
  height: 0;
  border-width: .5rem .4rem 0;
  border-style: solid;
  border-color: #000 transparent transparent;
  content: '';
  transition: all .2s linear;
}
.amshopby-category-dropdown:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.2rem;
  border: 1px solid #adadad;
  background-color: #e3e3e3;
  content: '';
}
.am-category-wrapper {
  position: relative;
  display: block;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  position: relative;
  display: inline-block;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  border: 1px solid #a79d95;
  border-radius: 1px;
  background-color: #f5f5f5;
  font-size: 1.2rem;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  line-height: 1;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 20px;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0 5px 0 0;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  position: relative;
  display: block;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  align-self: flex-start;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  position: static;
  margin: 0;
}
.am-collapse-icon {
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.am-collapse-icon:after,
.am-show-more:before {
  position: absolute;
  right: 0;
  width: 12px;
  height: 20px;
  background: url("../Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  display: inline-block;
  clear: both;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 20px;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  padding: 0 5px 0 0;
  font-weight: bold;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  content: '';
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  min-height: 32px;
  border-color: #ccc;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Lora', serif;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  min-width: 100px;
  color: #000;
  font-family: 'Lora', serif;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  visibility: hidden;
  opacity: 0;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  position: absolute;
  z-index: 1;
  border-radius: 20px;
  content: '';
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  display: flex;
  justify-content: center;
  overflow: inherit;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  z-index: 1;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 3px;
  border: 1px solid #fff;
  border-radius: 2px;
  letter-spacing: .03em;
  font-size: 12px;
  line-height: 1;
}
.amshopby-slider-container .amshopby-slider-tooltip:before,
.amshopby-slider-container .amshopby-slider-tooltip:after {
  position: absolute;
  top: calc(100% - 4px);
  display: block;
  box-sizing: content-box;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: inherit;
  content: '';
  transform: rotate(45deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container .amshopby-slider-tooltip:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  margin: 0 8px;
  height: 10px;
  background: #dadada;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  width: 16px;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  height: 10px;
  background: #b6b6b6;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translate(-8px, -3px);
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  position: relative;
  max-width: 50%;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  width: 100%;
  height: 40px;
  border: 1px solid #dfdedd;
  background-clip: padding-box;
  color: #494949;
  text-align: center;
  letter-spacing: .03em;
  font-size: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  margin: 0;
  width: 14px;
  line-height: 40px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  position: absolute;
  bottom: calc(100% - 10px);
  left: 4px;
  padding: 2px;
  background: #fff;
  color: #494949;
  letter-spacing: .03em;
  font-size: 14px;
  line-height: 16px;
}
.amshopby-slider-tooltip {
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  visibility: hidden;
  opacity: 0;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  margin: 0 8px;
  height: 4px;
  background: #dfdedd;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  width: 16px;
  height: 4px;
  background: #dfdedd;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  top: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateX(-8px);
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  margin: 0 4px;
  height: 4px;
  border-radius: 20px;
  background: #dfdedd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  height: 4px;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  width: 8px;
  height: 12px;
  border-radius: 2px;
  transform: translate(-4px, 10px);
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  position: absolute;
  bottom: calc(100% - 4px);
  left: calc(50% - 3px);
  display: block;
  width: 6px;
  height: 6px;
  background: inherit;
  content: '';
  transform: rotate(-135deg);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  bottom: calc(100% + 17px);
  border-radius: 3px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  margin: 0 8px;
  height: 1px;
  background: #dfdedd;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  width: 16px;
  height: 1px;
  background: #dfdedd;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  top: -8px;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-8px);
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip:after,
.amshopby-slider-container.-light .amshopby-slider-tooltip:before {
  background: #fff;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  margin: 0 5px;
  height: 3px;
  background: #4a4948;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  width: 10px;
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  top: -6px;
  width: 10px;
  height: 15px;
  border-radius: 2px;
  transform: translateX(-5px);
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter-options-item .filter-options-content .range {
  display: flex;
  align-items: center;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: -15px;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  padding-left: 20px;
  width: 100%;
  list-style: none;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.filter-options .am-category-view {
  position: absolute;
  z-index: 9;
  display: none;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  max-height: 300px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #fff;
  white-space: nowrap;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  right: inherit;
  left: 0;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  position: relative;
  display: none;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  color: #070605;
  letter-spacing: .03em;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  display: inline-flex;
  align-items: center;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
body.page-layout-1column .section-left a:not(.simple-link) {
  text-align: center;
  color: #ffffff !important;
  background-color: #6e645e;
  border-color: #6e645e;
  padding: 10px 47px;
  color: white;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
}
.content-report {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: 10px;
}
.content-report .report-consumption-water .fieldset .field {
  width: 100%;
  margin: 0;
}
.content-report .report-consumption-water input[type="text"] {
  border-radius: 8px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #C4CED4;
}
.content-report .content,
.content-report .water-connection {
  margin-top: 32px;
}
.content-report .content > p,
.content-report .water-connection > p {
  font-weight: 700;
  margin-bottom: 20px;
}
.content-report .water-report-content .title-content {
  font-size: 18px;
}
.content-report .require-fields {
  font-size: 14px;
  height: 30px;
  margin-top: 10px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.content-report .require-fields span {
  color: #e02b27;
}
.content-report .title {
  display: flex;
}
.content-report .title .number {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-color: #429926;
  text-align: center;
  color: white;
  margin-right: 16px;
  border-radius: 50%;
  font-weight: 400;
  line-height: 30px;
}
.content-report .content {
  border-left: 1px solid #6e645e;
  margin-left: 14px;
  margin-top: 5px;
  padding: 15px 20px 5px 30px;
}
.content-report .content .section-address {
  display: grid;
  grid-template-columns: repeat(1, minmax(auto, 1fr));
  gap: 16px;
  margin-bottom: 17px;
}
.content-report .content .water-meter {
  margin-bottom: 10px;
}
.content-report .content .water-connection .info-customer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-report .section-left {
  width: 100%;
}
.content-report .section-right {
  width: 100%;
}
.content-report .section-right .step-one .title {
  font-weight: 700;
}
.content-report .section-right .step-one .actions-toolbar {
  margin-top: 20px;
  padding-bottom: 20px;
}
.content-report .section-right .step-one .actions-toolbar > .primary {
  text-align: left;
}
.content-report .section-right .step-one .actions-toolbar .action.primary,
.content-report .section-right .step-one .actions-toolbar .amshopby-button,
.content-report .section-right .step-one .actions-toolbar .am-filter-go {
  padding: 10px 60px;
}
.content-report .section-right .step-one .space-between-step {
  display: none;
}
.content-report .section-right .step-one.inactive .space-between-step {
  display: block;
  padding-left: 30px;
  height: 30px;
  border-left: 1px solid #abb779;
  margin-left: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.content-report .section-right .step-two .title {
  font-weight: 700;
}
.content-report .section-right .step-two .reading-clock-meter .reading-date {
  width: 40%;
}
.content-report .section-right .step-two .reading {
  display: flex;
}
.content-report .section-right .step-two .reading .title {
  margin-right: 30px;
}
.content-report .section-right .step-two .content {
  border-left: none;
}
.content-report .section-right .step-two .content .funktxt {
  background: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  border-radius: 4px;
  padding: 2px 4px;
  display: inline-block;
}
.content-report .section-right .step-two .content .icon-info {
  margin-left: 3px;
}
.content-report .section-right .step-two .content .icon-info:hover {
  cursor: pointer;
}
.content-report .section-right .step-two .content .icon-info:before {
  content: '\f05a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
}
.content-report .section-right .step-two .content .actions-toolbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content-report .section-right .step-two .content .actions-toolbar:before {
  display: none;
}
.content-report .section-right .step-two .content .actions-toolbar::after {
  display: none;
}
.content-report .section-right .step-two .content .actions-toolbar .primary {
  float: unset;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.content-report .section-right .step-two.inactive .number {
  background-color: #6e645e;
}
.content-report .section-right .step-two.inactive .content {
  border-left: 1px solid #6e645e;
}
.content-report .section-right .last-step {
  display: none;
}
.content-report .section-right .last-step .actions-toolbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content-report .section-right .last-step .actions-toolbar:before {
  display: none;
}
.content-report .section-right .last-step .actions-toolbar::after {
  display: none;
}
.content-report .section-right .serial-title {
  margin-right: 30px;
}
.content-report .section-right .hidden {
  display: none;
}
.content-report .modal-identification-customer-result-success {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.content-report .modal-identification-customer-result-success .content-popup {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
}
.content-report .modal-identification-customer-result-error {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.content-report .modal-identification-customer-result-error .content-popup {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
}
.content-report div[class*="modal-identification-customer-result"] .content-popup,
.content-report .modal-reason .content-popup {
  width: 90%;
}
.content-report div[class*="modal-identification-customer-result"] .modal-header,
.content-report .modal-reason .modal-header {
  padding: 15px 20px;
  background-color: #534A41;
  color: #ffffff;
}
.content-report div[class*="modal-identification-customer-result"] .modal-header p,
.content-report .modal-reason .modal-header p {
  font-weight: 700;
  margin: 0;
  font-size: 16px;
}
.content-report div[class*="modal-identification-customer-result"] .modal-body,
.content-report .modal-reason .modal-body {
  padding: 20px 20px 30px;
}
.content-report div[class*="modal-identification-customer-result"] .modal-body strong,
.content-report .modal-reason .modal-body strong {
  font-size: 16px;
}
.content-report div[class*="modal-identification-customer-result"] .modal-body .modal-water-report-content p,
.content-report .modal-reason .modal-body .modal-water-report-content p,
.content-report div[class*="modal-identification-customer-result"] .modal-body .modal-water-report-content strong,
.content-report .modal-reason .modal-body .modal-water-report-content strong {
  font-size: 14px;
}
.content-report div[class*="modal-identification-customer-result"] .actions-toolbar,
.content-report .modal-reason .actions-toolbar {
  margin-top: 20px;
  display: flex;
}
.content-report div[class*="modal-identification-customer-result"] .actions-toolbar .action,
.content-report .modal-reason .actions-toolbar .action {
  padding: 6px 20px;
  font-weight: 600;
  min-width: 45%;
  margin-bottom: 0;
}
.content-report div[class*="modal-identification-customer-result"] .actions-toolbar .action:first-child,
.content-report .modal-reason .actions-toolbar .action:first-child {
  margin-right: 5px;
}
.content-report div[class*="modal-identification-customer-result"] .actions-toolbar .action.primary,
.content-report .modal-reason .actions-toolbar .action.primary,
.content-report div[class*="modal-identification-customer-result"] .actions-toolbar .amshopby-button,
.content-report .modal-reason .actions-toolbar .amshopby-button,
.content-report div[class*="modal-identification-customer-result"] .actions-toolbar .am-filter-go,
.content-report .modal-reason .actions-toolbar .am-filter-go {
  float: unset;
  margin-left: 10px;
}
.content-report div[class*="modal-identification-customer-result"] .actions-toolbar .action.cancel,
.content-report .modal-reason .actions-toolbar .action.cancel {
  margin-right: auto !important;
}
.content-report .modal-reason {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.content-report .modal-reason .content-popup {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
}
.content-report .modal-reason .grund {
  font-size: 14px;
  font-weight: 700;
}
.content-report .modal-reason .required-entry {
  margin-top: 5px;
  min-height: 60px;
  border-radius: 3px;
}
.content-report .water-condition-popup .content-popup .modal-header {
  position: relative;
  padding: 20px 15px 0;
  background-color: #ffffff;
  text-align: center;
}
.content-report .water-condition-popup .content-popup .modal-header p {
  color: #6e645e;
  font-size: 24px;
}
.content-report .water-condition-popup .content-popup .modal-header #close-popup-condition {
  color: #6e645e;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 22px;
  right: 6px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.content-report .inactive .content {
  display: none;
}
.content-report .inactive .content .title .number {
  background-color: #6c645e;
}
.content-report .inactive .step-one.inactive .title .number {
  background-color: #429926;
}
.content-report .last-step.active {
  display: block;
  margin-top: 50px;
}
.water-consumption-report-left p {
  font-size: 16px;
}
.water-consumption-report-left .title {
  font-size: 20px;
}
.water-consumption-report-left .condition-two-columns {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
.water-consumption-report-left .register-col strong {
  display: block;
  margin-bottom: 10px;
}
.water-consumption-report-left .condition-col a {
  text-decoration: underline;
}
.water-consumption-report-left .condition-col .condition-box {
  position: relative;
  padding-left: 40px;
}
.water-consumption-report-left .condition-col .condition-box input {
  position: absolute;
  cursor: pointer;
  left: 5px;
}
.water-consumption-report-left .condition-col .condition-box input ~ label {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #6c645e;
}
.water-consumption-report-left .condition-col .condition-box input ~ label:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.water-consumption-report-left .condition-col .condition-box input:checked ~ label:after {
  display: block;
  border-color: #6c645e;
}
.water-consumption-report-left .gewinnspiel-content {
  position: relative;
  font-size: 16px;
  max-width: 350px;
}
.water-consumption-report-left .gewinne-image {
  max-width: 450px;
  margin-left: 80px;
  margin-top: -32px;
  margin-bottom: 30px;
}
.water-consumption-report-left .gewinne-image img {
  animation: unset;
}
.modal-water-consumption {
  display: block;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-water-consumption .content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.water-report-title {
  font-size: 24px;
}
.modal-popup.modal-water-consumption-popup .modals-overlay {
  background-color: rgba(51, 51, 51, 0.2);
}
.modal-popup.modal-water-consumption-popup .modal-inner-wrap {
  width: 90%;
  max-width: 700px;
  transform: translateY(100%);
  box-shadow: none;
  border: 1px solid #888;
}
.modal-popup.modal-water-consumption-popup .modal-inner-wrap .modal-header .action-close {
  width: 40px;
  height: 40px;
  top: 15px;
  right: 15px;
  font-size: 22px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
}
.modal-popup.modal-water-consumption-popup .modal-inner-wrap .modal-header .action-close:before {
  margin-top: 8px;
}
.modal-popup.modal-water-consumption-popup .modal-inner-wrap .modal-content {
  padding-bottom: 10px;
}
.modal-popup.modal-water-consumption-popup .modal-inner-wrap .modal-body-content {
  text-align: center;
}
.modal-popup.modal-water-consumption-popup .modal-inner-wrap .modal-body-content p {
  font-size: 26px;
  font-weight: 700;
}
.modal-popup.modal-water-consumption-popup .modal-inner-wrap .modal-footer {
  border: none;
  text-align: center;
  padding: 10px 20px 30px;
}
.modal-popup.modal-water-consumption-popup .modal-inner-wrap .modal-footer button {
  padding: 8px 20px;
  font-weight: 600;
}
.ablesung-index-index .column.main {
  padding-bottom: 80px;
}
.ablesung-index-index .page-main .page-title-wrapper .page-title span {
  color: #534A41;
}
.ablesung-index-index .page-wrapper {
  color: #534A41;
  background-color: #EFF4F6;
}
.ablesung-index-index .page-wrapper .page-main .page-title-wrapper .page-title {
  margin-top: 64px;
}
.ablesung-index-index .page-wrapper .page-main .action.primary,
.ablesung-index-index .page-wrapper .page-main .amshopby-button,
.ablesung-index-index .page-wrapper .page-main .am-filter-go,
.ablesung-index-index .page-wrapper .page-main .amshopby-button,
.ablesung-index-index .page-wrapper .page-main .am-filter-go {
  background: #0071B8 !important;
  border-bottom: 2px solid #003670 !important;
  border-radius: 8px;
  padding: 10px 16px !important;
  transition: .3s ease all;
  font-weight: 700;
}
.ablesung-index-index .page-wrapper .page-main .action.primary:hover,
.ablesung-index-index .page-wrapper .page-main .amshopby-button:hover,
.ablesung-index-index .page-wrapper .page-main .am-filter-go:hover,
.ablesung-index-index .page-wrapper .page-main .amshopby-button:hover,
.ablesung-index-index .page-wrapper .page-main .am-filter-go:hover {
  background: #003670 !important;
  box-shadow: none !important;
}
.ablesung-index-index .page-wrapper .page-main .action.primary:focus,
.ablesung-index-index .page-wrapper .page-main .amshopby-button:focus,
.ablesung-index-index .page-wrapper .page-main .am-filter-go:focus,
.ablesung-index-index .page-wrapper .page-main .amshopby-button:focus,
.ablesung-index-index .page-wrapper .page-main .am-filter-go:focus {
  box-shadow: 0 0 3px 5px #76A3F1 !important;
}
.ablesung-index-index .page-wrapper .page-main .action.primary:disabled,
.ablesung-index-index .page-wrapper .page-main .amshopby-button:disabled,
.ablesung-index-index .page-wrapper .page-main .am-filter-go:disabled,
.ablesung-index-index .page-wrapper .page-main .amshopby-button:disabled,
.ablesung-index-index .page-wrapper .page-main .am-filter-go:disabled {
  background: #576770 !important;
  border-color: #576770 !important;
}
.ablesung-index-index .page-wrapper .page-main .action.secondary {
  background-color: transparent;
  border: 1px solid #0071B8;
  border-bottom: 2px solid #0071B8;
  border-radius: 8px;
  padding: 10px 16px;
  transition: .3s ease all;
  font-weight: 700;
  color: #0071B8;
  cursor: pointer;
}
.ablesung-index-index .page-wrapper .page-main .action.secondary:hover {
  color: #fff;
  background-color: #0071B8 !important;
  border-color: #003670 !important;
  box-shadow: none;
}
.ablesung-index-index .page-wrapper .page-main .action.secondary:focus,
.ablesung-index-index .page-wrapper .page-main .action.secondary:focus-within {
  color: #0071B8 !important;
  background-color: transparent !important;
  box-shadow: 0 0 3px 5px #76A3F1;
}
.ablesung-index-index .page-wrapper .page-main .action.secondary:disabled {
  color: #576770;
  border-color: #576770;
}
.ablesung-index-index .page-wrapper .page-header,
.ablesung-index-index .page-wrapper .page-footer {
  background-color: #fff !important;
}
.ablesung-index-index .guide-read-clock-modal {
  margin-top: 12px;
  color: #534A41;
}
.ablesung-index-index .guide-read-clock .modal-inner-wrap {
  max-width: 650px;
  width: 90%;
  min-height: unset;
}
.ablesung-index-index .modal-popup.guide-read-clock .modal-header {
  padding-top: 1.2rem;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  background-color: #534A41;
}
.ablesung-index-index .modal-popup.guide-read-clock .modal-header .modal-title {
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  color: #534A41;
}
.ablesung-index-index .modal-popup.guide-read-clock .modal-footer {
  display: none;
}
.ablesung-index-index .modal-popup.guide-read-clock .action-close:before {
  font-size: 16px;
  color: #fff;
}
.ablesung-index-index .message-guide-read {
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
}
.ablesung-index-index .message-guide-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #6e645e;
  padding: 1.25em 1.5em;
}
@media (min-width: 768px) {
  .ablesung-index-index .content-report .content .section-address {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .ablesung-index-index .content-report .content .water-connection .info-customer {
    justify-content: space-between;
    flex-direction: row;
  }
  .ablesung-index-index .content-report .content .water-meter {
    max-width: 448px;
  }
  .ablesung-index-index .content-report .section-right .step-one {
    margin-top: 40px;
  }
  .ablesung-index-index .content-report .section-right .step-one .actions-toolbar {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .ablesung-index-index .content-report .section-right .step-one .actions-toolbar > .primary .action.primary,
  .ablesung-index-index .content-report .section-right .step-one .actions-toolbar > .primary .amshopby-button,
  .ablesung-index-index .content-report .section-right .step-one .actions-toolbar > .primary .am-filter-go {
    width: auto;
  }
  .ablesung-index-index .content-report .section-right .step-two .content .actions-toolbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .ablesung-index-index .content-report .section-right .step-two .content .actions-toolbar .primary {
    flex-direction: row;
  }
}
.ablesung-index-index .newsletter_float {
  display: none !important;
}
.ticket__table-wrapper table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
}
.ticket__table-wrapper td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.guest-ticket-view {
  width: 90%;
}
.guest-ticket-view-head {
  float: left;
  width: 40%;
}
.widget-ticket-title {
  cursor: pointer;
  padding: 15px;
}
.widget-ticket-title .title {
  padding-right: 15px;
}
.widget-ticket-content {
  background: #f5f4f1;
  padding: 15px !important;
}
.widget-ticket-content .accordion-widget-content {
  padding-left: 30px;
}
.widget-ticket-content .accordion-widget-content .replies,
.reply-time {
  padding-right: 15px;
}
.guest-ticket-view-head .accordion-widget {
  font-size: 14px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.guest-ticket-form {
  float: left;
  width: 60%;
}
.ticket-form {
  float: left;
  width: 40%;
  padding-left: 40px;
}
.ticket-form .name {
  font-weight: 700;
}
.ticket-form p.title-colum {
  font-weight: 700;
  font-style: italic;
}
.button-close-ticket {
  border: 2px solid #e0921d;
  border-radius: 5px;
  height: 39px;
  background: #e0921d;
}
.home-side-menu {
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
}
h2.side-menu-title {
  margin: 0;
  background-color: #f5f5f5;
  color: #a39f9c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 15px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #ddd;
}
.shariff-postion {
  left: 0;
  position: fixed;
  top: 30%;
  z-index: 899;
}
.shariff-postion:hover .hide-shariff {
  display: block;
}
.shariff-postion.postion-left {
  left: 0px;
}
.shariff-postion.postion-left .shariff-content.hide-share,
.shariff-postion.postion-left .hide-shariff.hide {
  transform: translateX(-110px);
}
.shariff-postion.postion-left .hide-shariff {
  text-align: right;
  padding-left: 10px;
}
.shariff-postion.postion-left .hide-shariff .fa-caret-left::before {
  content: "\F0D9";
}
.shariff-postion.postion-left .show-shariff {
  left: -30px;
  transform: inherit;
}
.shariff-postion.postion-left .show-shariff.active {
  left: 110px;
}
.shariff-postion.postion-left.hide-share {
  left: -110px;
}
.postion-right {
  right: 0;
  left: inherit;
}
.postion-right .shariff-content.hide-share,
.postion-right .hide-shariff.hide {
  transform: translateX(110px);
}
.postion-right .hide-shariff {
  text-align: left;
  padding-left: 10px;
}
.postion-right .hide-shariff .fa-caret-left::before {
  content: "\F0DA";
}
.postion-right .show-shariff {
  right: -110px;
  transform: inherit;
}
.postion-right .show-shariff.active {
  right: 0px;
  position: inherit;
}
.postion-right.hide-share {
  right: -110px;
}
.postion-below {
  position: static;
  margin-top: 10px;
  text-align: left;
}
.postion-below .shariff {
  display: inline-block;
  vertical-align: middle;
}
.postion-below .shariff ul li {
  float: left;
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.postion-below .shariff ul.button-style-standard li {
  min-width: 85px;
  max-width: 160px;
}
.postion-below .shariff-more {
  float: none;
  min-width: 85px;
  max-width: 160px;
  width: auto;
  display: inline-block;
  margin-top: 5px;
}
.postion-below.button-style-icon {
  text-align: left;
}
.postion-below.button-style-icon .shariff-more {
  float: none;
  min-width: 30px;
  max-width: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-top: 5px;
  text-align: center;
}
.postion-below .show-shariff,
.postion-below .hide-shariff {
  display: none !important;
}
.postion-below .shariff-content {
  transform: inherit;
}
.shariff-popup .shariff ul {
  display: block;
}
.shariff-popup .shariff ul li {
  margin-bottom: 10px;
}
.shariff-more {
  width: 100%;
  display: block;
  height: 30px;
  background: #d8d8d8;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 30px;
  text-align: center;
}
.show-shariff,
.hide-shariff {
  background: #262b30 none repeat scroll 0 0;
  color: #888;
  cursor: pointer;
  font-size: 15px;
  min-height: 15px;
}
.hide-shariff {
  padding-right: 10px;
  text-align: right;
  display: none;
}
.hide-shariff.show {
  display: block;
}
.show-shariff {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  position: relative;
}
.shariff-content,
.hide-shariff,
.show-shariff {
  transition: all .4s ease 0s;
}
.show-shariff.active {
  transform: inherit;
}
.nav-open .shariff-content,
.nav-open .show-shariff.active,
.nav-open .hide-shariff.show {
  display: none;
}
.shariff-postion.postion-left.button-style-standard .shariff-button:hover,
.shariff-postion.postion-right.button-style-standard .shariff-button:hover {
  width: calc(105%);
  text-align: center;
}
.shariff-postion.postion-right.button-style-standard .shariff-button:hover {
  right: 5%;
  position: relative;
}
.shariff-postion.postion-left.button-style-icon .shariff-button:hover,
.shariff-postion.postion-right.button-style-icon .shariff-button:hover {
  width: calc(130%);
  text-align: center;
}
.shariff-postion.postion-right.button-style-icon .shariff-button:hover {
  right: 30%;
  position: relative;
}
.shariff .button-style-icon li a {
  text-align: center;
}
.button-shape-circle .shariff li,
.button-shape-circle .shariff li a {
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  width: 50px;
}
.shariff-postion.postion-left.button-style-icon.button-shape-circle .shariff-button:hover,
.shariff-postion.postion-right.button-style-icon.button-shape-circle .shariff-button:hover {
  width: 100%;
  right: 0;
}
.shariff-postion.postion-right.button-style-icon.button-shape-circle .shariff-button:hover {
  right: 0;
}
.button-shape-circle .shariff li a span {
  display: block;
  width: 50px;
  line-height: 50px;
}
.button-shape-circle .shariff-content ul {
  margin: 5px;
}
.button-shape-circle .shariff .theme-custom.orientation-vertical {
  min-width: 50px;
}
.postion-below.button-shape-circle .shariff ul li {
  width: 50px;
}
.postion-below.button-style-icon.button-shape-circle a.shariff-more {
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
  margin: 5px 0;
}
.button-shape-circle a.shariff-more {
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  width: 50px;
  margin: auto;
}
.shariff-popup .shariff.button-shape-circle ul li {
  height: 50px;
  line-height: 45px;
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
}
.shariff-popup .shariff.button-shape-circle ul li a {
  height: 50px;
}
.shariff-popup .button-shape-circle li.shariff-button a,
.shariff-popup .button-shape-circle li.shariff-button a:hover {
  border: unset;
}
.jajuma-slider.fullscreen {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.jajuma-slider .caption1,
.jajuma-slider .caption2,
.jajuma-slider .caption3,
.jajuma-slider .caption4,
.jajuma-slider .caption5 {
  display: none;
}
.jajuma-slider img {
  width: 100%;
}
.jajuma-slider .slick-slide {
  position: relative;
}
.jajuma-slider .slick-active .slide-caption {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 750px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.jajuma-slider .slick-active .slide-caption.slide-caption-left {
  left: auto;
  transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
}
.jajuma-slider .slick-active .slide-caption.slide-caption-right {
  left: inherit;
  right: 10%;
  transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
}
.jajuma-slider .slick-active .slide-caption .caption1 {
  -moz-animation: fadeInRight 0.8s ease-in 1.3s backwards;
  -webkit-animation: fadeInRight 0.8s ease-in 1s backwards;
  animation: fadeInRight 0.8s ease-in 1s backwards;
  color: #ffffff;
  display: inline-block;
  font-size: 330px;
  font-weight: 400;
  left: 0;
  line-height: 230px;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 5;
}
.jajuma-slider .slick-active .slide-caption .caption1 span {
  opacity: 0.3;
}
.jajuma-slider .slick-active .slide-caption .caption2 {
  -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  animation: fadeInLeft 0.8s ease-in 1.5s backwards;
  color: #ffffff;
  display: block;
  font-family: Monotype Corsiva;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  position: relative;
  z-index: 10;
}
.jajuma-slider .slick-active .slide-caption .caption3 {
  -moz-animation: fadeInUp 0.8s ease-in 1.7s backwards;
  -webkit-animation: fadeInUp 0.8s ease-in 1.7s backwards;
  animation: fadeInUp 0.8s ease-in 1.7s backwards;
  display: block;
  color: #ffffff;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 12px;
  line-height: 1;
  margin: 10px 0;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.jajuma-slider .slick-active .slide-caption .caption4 {
  -moz-animation: fadeInLeft 1s ease-in 2s backwards;
  -webkit-animation: fadeInLeft 1s ease-in 2s backwards;
  animation: fadeInLeft 1 sease-in 2s backwards;
  color: #ffffff;
  display: block;
  font-size: 36px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.jajuma-slider .slick-active .slide-caption .caption5 {
  -moz-animation: fadeInLeft 1s ease-in 2s backwards;
  -webkit-animation: fadeInLeft 1s ease-in 2s backwards;
  animation: fadeInLeft 1 sease-in 2s backwards;
  display: block;
  position: relative;
  z-index: 10;
}
.jajuma-slider .btn-shop {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
  margin-top: 0;
  padding: 0 30px;
  text-transform: uppercase;
}
.jajuma-slider .btn-shop:hover {
  border-color: #949abb;
  background: #949abb;
}
@media (max-width: 992px) {
  .jajuma-slider .slick-active .slide-caption .caption1 {
    font-size: 250px;
    left: 50%;
    line-height: 225px;
    margin-left: -280px;
  }
  .jajuma-slider .slick-active .slide-caption .caption2 {
    font-size: 45px;
  }
  .jajuma-slider .slick-active .slide-caption .caption3 {
    font-size: 60px;
    letter-spacing: 10px;
  }
  .jajuma-slider .slick-active .slide-caption .caption4 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .jajuma-slider .btn-shop {
    font-size: 15px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .jajuma-slider .slick-active .slide-caption .caption1 {
    font-size: 200px;
    line-height: 180px;
    margin-left: -225px;
  }
  .jajuma-slider .slick-active .slide-caption .caption2 {
    font-size: 35px;
    line-height: 1;
  }
  .jajuma-slider .slick-active .slide-caption .caption3 {
    font-size: 45px;
    letter-spacing: 8px;
  }
  .jajuma-slider .slick-active .slide-caption .caption4 {
    font-size: 22px;
    letter-spacing: 4px;
  }
}
@media (max-width: 480px) {
  .jajuma-slider .slick-dots {
    bottom: 10px;
  }
  .jajuma-slider .slick-active .slide-caption .caption1 {
    font-size: 90px;
    line-height: 85px;
    margin-left: -100px;
  }
  .jajuma-slider .slick-active .slide-caption .caption2 {
    font-size: 20px;
  }
  .jajuma-slider .slick-active .slide-caption .caption3 {
    font-size: 25px;
    letter-spacing: 3px;
    margin: 2px 0;
  }
  .jajuma-slider .slick-active .slide-caption .caption4 {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .jajuma-slider .slick-active .slide-caption .caption5 {
    margin: 5px 0 0;
  }
  .jajuma-slider .btn-shop {
    border-width: 1px;
    font-size: 11px;
    line-height: 25px;
    padding: 0 12px;
  }
}
.shops-view-index .page-wrapper .header-content {
  padding: 20px 0;
}
.shops-view-index .page-wrapper .header-content .container {
  display: flex;
  justify-content: space-between;
}
.shops-view-index .page-wrapper .header-content .container:before {
  display: none;
}
.shops-view-index .page-wrapper .header-content .container:after {
  display: none;
}
.shops-view-index .page-wrapper .header-content .container .header-logo img {
  height: 120px;
}
.shops-view-index .page-wrapper .header-content .container .header-logo .action.nav-toggle {
  display: none;
}
.shops-view-index .page-wrapper .header-content .container .vendor-logo img {
  height: 120px;
}
.shops-view-index .page-wrapper #maincontent {
  max-width: 100%;
  padding: 0;
  width: 100%;
  background-color: #97940c;
  padding-top: 20px;
}
.shops-view-index .page-wrapper #maincontent .page.messages {
  display: none;
}
.shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap .screenshot-landing-page {
  width: 35%;
}
.shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap .left-content {
  width: 45%;
  color: #ffffff;
  margin-top: 12px;
}
.shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap .left-content h4 {
  font-size: 30px;
  line-height: 45px;
  font-weight: bolder;
}
.shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap .left-content p {
  margin: 40px 0 60px 0;
  font-size: 18px;
}
.shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap .left-content .link-vendor-page {
  font-size: 24px;
  font-weight: bolder;
  background-color: #6e645e;
  border-color: #6e645e;
}
.shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap .left-content .link-vendor-page a {
  color: #ffffff;
  text-decoration: none;
}
.shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap .left-content .link-vendor-page a:hover {
  color: #ffffff !important;
}
.shops-view-index .page-wrapper .page-bottom {
  width: 100%;
}
.shops-view-index .page-wrapper .page-bottom .content {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 40px 0;
}
.shops-view-index .page-wrapper .page-bottom .content .footer-links a:first-child {
  margin-right: 30px;
}
.shops-view-index .page-wrapper .page-bottom .content .section-right span {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap {
    flex-wrap: wrap;
  }
  .shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap .screenshot-landing-page {
    width: 80%;
    margin: auto;
  }
  .shops-view-index .page-wrapper #maincontent .vendor-ladingpage-wrap .left-content {
    text-align: center;
    width: 100%;
  }
  .shops-view-index .page-wrapper .page-bottom .section-right {
    display: none;
  }
  .shops-view-index .page-wrapper .page-bottom .footer-links {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .shops-view-index .page-wrapper .page-bottom .footer-links a {
    font-size: 24px;
    font-weight: bold;
  }
}
@media (max-width: 471px) {
  .shops-view-index .page-wrapper .header-content .container .vendor-logo img,
  .shops-view-index .page-wrapper .header-content .container .header-logo img {
    max-height: 70px;
    max-width: 40vw;
  }
}
.author {
  /*background: whitesmoke;*/
  padding: 20px 0 20px 0;
  display: block;
}
.author .block-img {
  width: 10%;
  float: left;
  margin-right: 15px;
}
.author .block-img img {
  height: auto;
  width: 94px;
}
.author .block-description {
  width: 88%;
  float: left;
}
.author .block-description .h3 {
  margin: 0;
}
.author .block-description .h4 {
  margin: 5px 0;
}
.author .block-description .social-icons {
  display: flex;
}
.author .block-description .social-icons .icon {
  padding: 5px;
}
.author .block-description .social-icons .icon:nth-child(1) {
  padding-left: 0;
}
.author .a-right {
  text-align: right;
}
.author .readmore {
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .author .block-img {
    width: 12%;
  }
  .author .block-description {
    width: 84%;
  }
}
@media (max-width: 768px) {
  .author .block-img {
    width: 17%;
  }
  .author .block-description {
    width: 75%;
  }
}
@media (max-width: 420px) {
  .author .block-img {
    width: 28%;
  }
  .author .block-description {
    width: 65%;
  }
}
#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__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;
}
.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;
}
.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 .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-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.magento_catalog_category,
.mstInPage__item.magento_cms_page {
  padding: 10px;
  border: 1px solid #ececec;
}
.mstInPage__item.magento_catalog_category .title i,
.mstInPage__item.magento_cms_page .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: scroll;
}
.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__stat {
  height: 20px;
  text-align: right;
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 10px;
  margin-top: -18px;
  transition: all 100ms;
}
.mstInPage__stat._loading {
  opacity: 0.3;
}
.mstInPage__pagination {
  display: flex;
  margin-top: 30px;
}
.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;
  }
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.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 .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.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;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.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: 600;
}
.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,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
  border-radius: 0;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 400;
}
.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,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.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-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 24px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.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: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 32px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.6rem;
  font-weight: 600;
}
.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: 30px;
  padding-bottom: 15px;
  position: relative;
  margin-left: 14% !important;
}
.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: #8f8f8f;
  content: '\e601';
  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: #8f8f8f;
}
.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.6rem;
  font-weight: 400;
  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-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 10px;
  padding-right: 10px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: left;
  margin: 0;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 600;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
  font-weight: 400;
}
.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 > .secondary .viewcart {
  border: 1px solid #dddddd;
  color: #666666;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.block-minicart .block-content > .actions > .secondary .viewcart:hover {
  background: #6e645e none repeat scroll 0 0;
  border-color: #6e645e;
  color: #ffffff;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  background: #6e645e none repeat scroll 0 0;
  border-color: #6e645e;
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 10px 0;
  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.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e611';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.toggle:hover:before {
  color: #333333;
}
.minicart-wrapper .action.toggle:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.toggle.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e611';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.toggle.active:hover:before {
  color: #333333;
}
.minicart-wrapper .action.toggle.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .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 {
  left: 10px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 18px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 19px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -35px 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;
  text-shadow: none;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  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.8;
}
.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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.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: #8f8f8f;
  content: '\e616';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close > 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: #8f8f8f;
  content: '\e616';
  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: #6e645e;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 12px;
  display: inline-block;
  min-width: 20px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -5px;
  left: 12px;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 20px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 0px;
}
.minicart-items-wrapper {
  border: 1px solid #dddddd;
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  max-height: 300px;
  overflow-x: auto;
  padding: 15px 0;
  text-align: left;
}
.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 #dddddd;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 5px;
}
.minicart-items .product-item-details {
  padding-left: 10px;
  padding-top: 0;
  display: inline-block;
}
.minicart-items .product-item-details .price {
  font-weight: 600;
  color: #6e645e;
  font-size: 15px;
}
.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';
  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: 5px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
  padding: 6px 10px;
}
.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: 15px;
  line-height: 18px;
  color: #8f8f8f;
  content: '\e601';
  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: #8f8f8f;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 40px 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.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 {
  text-shadow: none;
  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;
  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.8;
}
.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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-progress-bar {
  display: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.modal-popup .modal-footer {
  padding-bottom: 0;
}
.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';
  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: 1023px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.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: #6e645e;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #6e645e;
  color: #ffffff;
  content: '\e610';
  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,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #333333;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information .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: #8f8f8f;
  content: '\e601';
  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: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: block;
}
.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;
}
.opc-block-summary {
  background: #f5f5f5;
  margin: 0 0 20px;
  padding: 22px 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #cccccc;
  padding: 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';
  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 {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: 0;
  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-payment-method .step-title {
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.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 .payment-method-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-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: #333333;
  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: #8f8f8f;
  content: '\e622';
  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: #8f8f8f;
}
.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%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.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;
  filter: grayscale(100%);
  filter: gray;
}
.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;
}
.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;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  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;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #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-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  text-shadow: none;
  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;
  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';
  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 > 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';
  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.8;
}
.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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info {
  text-shadow: none;
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #333333;
  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.8;
}
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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
button.map-show-info:visited {
  color: #333333;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #6e645e;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #6e645e;
  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: #333333;
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
button.map-show-info:visited {
  color: #333333;
  text-decoration: none;
}
button.map-show-info:hover {
  color: #6e645e;
  text-decoration: underline;
}
button.map-show-info:active {
  color: #6e645e;
  text-decoration: underline;
}
button.map-show-info:hover {
  color: #6e645e;
}
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: #333333;
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #999999;
  content: '\e622';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #999999;
  content: '\e622';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #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: 22px;
  line-height: inherit;
  color: #999999;
  content: '\e621';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #999999;
  content: '\e621';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #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 {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #e5e5e5;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #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;
}
.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;
  text-shadow: none;
  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;
  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';
  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 > 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';
  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.8;
}
.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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.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;
}
.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-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #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;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #cccccc;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../Magento_ProductVideo/img/gallery-sprite.png') bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.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: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 600;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-search {
  margin-bottom: 0;
  float: right;
  padding-left: 0;
  position: relative;
  width: 340px;
  max-width: 100%;
  z-index: 4;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  display: inline-block;
  text-decoration: none;
  display: none;
  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: #8f8f8f;
  content: '\e615';
  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: inline-block;
  text-shadow: none;
  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;
  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: 26px;
  line-height: 40px;
  color: #8f8f8f;
  content: '\e615';
  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 > 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: 26px;
  line-height: 40px;
  color: #8f8f8f;
  content: '\e615';
  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.8;
}
.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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.block-search .action.search::before {
  font-family: Flaticon;
  content: "\f10a";
}
.block-search .action.search:focus:before {
  color: #333333;
}
.block-search .control {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.block-search input {
  margin: 0;
  padding-right: 35px;
  position: static;
}
.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;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .fieldset > .legend,
.contact-index-index .contact-info .contacts-title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.contact-index-index .page-wrapper .page-bottom {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.contact-content .field {
  margin-bottom: 20px;
}
.contact-content .field input {
  height: 45px;
}
.contact-content .contact-info .contact-box {
  margin-bottom: 20px;
  padding: 30px 0;
  text-align: center;
}
.contact-content .contact-info .title {
  color: #222222;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}
.contact-content .contact-info .title i {
  font-size: 16px;
  margin-right: 10px;
}
.contact-content textarea {
  border-color: #dddddd;
  height: 160px;
}
.contact-content h2.contact-title {
  font-weight: 700;
}
.contact-content .contact-static-block {
  margin-top: 38px;
}
.contact-content h3.persional-infor-title {
  margin: 0;
  border-bottom: 1px solid gray;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.contact-content .contact-static-block {
  margin-bottom: 50px;
}
.contact-content #contact-form .col-sm-6 .field .label {
  margin: 0 0 8px;
  display: inline-block;
  font-weight: 600;
}
.contact-content #contact-form .col-sm-6 .field.required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.contact-content #contact-form input#title {
  margin-bottom: 20px;
}
.contact-map {
  margin: 0;
}
.contact-map iframe {
  width: 100%;
}
.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: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.block.block-collapsible-nav {
  margin-top: 30px;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  color: #333333;
  padding: 8px 18px 7px 15px;
  text-transform: uppercase;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
  color: #e74c3a;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #e74c3a;
}
.account-nav .item.current a {
  border-color: #e74c3a;
}
.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;
}
.column.main .block .title strong {
  font-size: 18px;
}
.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;
}
.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-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.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 {
  margin-top: 10px;
  position: relative;
}
.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: #8f8f8f;
  content: '\e601';
  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: #8f8f8f;
}
.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: #8f8f8f;
  content: '\e622';
  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: #8f8f8f;
}
.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: #333333;
  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';
  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;
}
.gift-message-summary {
  padding-right: 7rem;
}
.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';
  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: #8f8f8f;
  content: '\e604';
  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: #8f8f8f;
}
.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;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #cccccc;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #cccccc;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.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;
  position: relative;
}
.block.newsletter .field .control {
  display: block;
}
.block.newsletter .title strong {
  font-weight: 400;
}
.block.newsletter .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.block.newsletter .action.subscribe {
  border: 0 none;
}
#newsletter-popup {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#newsletter-popup input {
  border-color: #eaeaea;
  max-width: 90%;
  border-radius: 0;
  height: 49px;
}
#newsletter-popup .block-popup-subscribe .newsletter-popup-content {
  height: auto;
  max-width: 490px;
  padding: 25px;
  position: absolute;
  left: 20px;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#newsletter-popup .block-popup-subscribe .newsletter-popup-content .form-subscribe-header h3 {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 600;
  margin: 10px 0 10px;
  text-transform: uppercase;
}
#newsletter-popup .block-popup-subscribe .newsletter-popup-content .description-popup {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px;
}
#newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe {
  position: relative;
}
#newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .input-text {
  height: 42px;
}
#newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions {
  margin-top: 15px;
}
#newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions button {
  background: #6e645e none repeat scroll 0 0;
  border-color: #6e645e;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 14px 22px 13px;
  text-transform: uppercase;
}
#newsletter-popup .block-popup-subscribe .newsletter-popup-content .block-subscribe .actions button:hover {
  background: #333 none repeat scroll 0 0;
  border-color: #333;
}
#newsletter-popup .subscribe-bottom {
  bottom: 20px;
  position: absolute;
  right: 30px;
}
#newsletter-popup .subscribe-bottom input {
  height: auto;
}
#newsletter-popup .subscribe-bottom label {
  font-size: 14px;
  vertical-align: top;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 78px;
  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-size: 14px;
  height: 14px;
  letter-spacing: 2px;
  line-height: 14px;
  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: #6e645e;
  font-size: 14px;
  height: 14px;
  letter-spacing: 2px;
  line-height: 14px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: 0;
}
.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-size: 14px;
  height: 14px;
  letter-spacing: 2px;
  line-height: 14px;
  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: #6e645e;
  font-size: 14px;
  height: 14px;
  letter-spacing: 2px;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: block;
  margin: 5px 0;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 0;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 14px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 8px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.page-print .logo {
  margin-top: 20px;
}
.table-order-items tfoot {
  background: #f5f5f5 none repeat scroll 0 0;
}
.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: #7d7d7d;
  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';
  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: ': ';
}
.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;
}
.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-top: 10px;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  text-align: center;
  margin-bottom: 10px;
}
.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 {
  blackground: #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.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 0 8px;
  min-width: 22px;
  margin-right: 7px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #6e645e;
  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 #4d4642;
}
.swatch-option.disabled {
  cursor: default;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.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 {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  position: static;
  text-decoration: none !important;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  text-shadow: none;
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #333333;
  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.8;
}
.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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.my-credit-cards .action.delete:visited {
  color: #333333;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #6e645e;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #6e645e;
  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: #333333;
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards .action.delete:visited {
  color: #333333;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #6e645e;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #6e645e;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover {
  color: #6e645e;
}
.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: #333333;
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  text-shadow: none;
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #333333;
  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.8;
}
.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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #333333;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #6e645e;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #6e645e;
  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: #333333;
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #333333;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #6e645e;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #6e645e;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #6e645e;
}
.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: #333333;
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist .product-item-info .product-item-photo::after {
  display: none;
}
.products.list.items .action.towishlist::before,
.table-comparison .action.towishlist::before {
  content: "\f004";
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  margin-top: 2px;
}
.products.list.items .action.towishlist span,
.table-comparison .action.towishlist span {
  display: none;
}
.products.list.items .action.towishlist.selected::before {
  color: red;
}
.product-add-form .product-addto-links .action.towishlist.selected .far.fa-heart::before {
  color: red;
}
.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,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.amgdprcookie-main-wrapper {
  color: #6e645e;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  padding: 7px 27px;
  border: 0;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  background: #6e645e;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-toggle-cookie {
  position: relative;
  padding-left: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  width: 0;
  visibility: hidden;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  cursor: pointer;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 40px;
  transition: all .4s ease;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: calc(95%);
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: calc(95%);
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-cookie-container {
  margin-bottom: 20px;
  padding-top: 15px;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(5, 32, 65, 0.15);
}
.amgdprcookie-cookie-container.-modal {
  margin-right: 30px;
  box-shadow: none;
  direction: ltr;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  word-break: break-all;
  word-break: break-word;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 12px;
  color: #6e645e;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  position: relative;
  margin-top: 15px;
  padding: 7px 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  background: #767676;
}
.amgdprcookie-cookie-container .amgdprcookie-options:before,
.amgdprcookie-cookie-container .amgdprcookie-options:after {
  content: '';
  position: absolute;
  top: 16px;
  height: 2px;
  width: 10px;
  background: #fff;
}
.amgdprcookie-cookie-container .amgdprcookie-options:before {
  right: 20px;
  transform: rotate(45deg);
}
.amgdprcookie-cookie-container .amgdprcookie-options:after {
  right: 14px;
  transform: rotate(-45deg);
}
.amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options {
  border-radius: 0;
}
.amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:before {
  transform: rotate(-45deg);
}
.amgdprcookie-cookie-container .amgdprcookie-check.active .amgdprcookie-options:after {
  transform: rotate(45deg);
}
.amgdprcookie-content-wrapper {
  display: none;
  padding: 0 15px;
  border-radius: 6px;
  background: #f9f9f9;
  font-size: 12px;
}
.amgdprcookie-content-wrapper .amgdprcookie-title {
  padding: 15px 15px 0 0;
  vertical-align: top;
}
.amgdprcookie-content-wrapper .amgdprcookie-row {
  border-bottom: 1px solid #ccc;
}
.amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
  border-bottom: 0;
}
.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell {
  padding: 15px 15px 15px 0;
  word-break: break-all;
  word-break: break-word;
}
.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:first-child {
  width: 23%;
}
.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:last-child {
  padding-right: 0;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  display: block;
  color: #389dfe;
  text-align: right;
  text-transform: capitalize;
  letter-spacing: .3px;
  font-size: 12px;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  right: 46px;
  left: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  position: relative;
  margin: 0;
  height: 100%;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
}
.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar {
  margin-left: 10px;
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar-track {
  background: #fff;
}
.amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  overflow-y: scroll;
  height: 58vh;
  min-height: 170px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
}
.amgdprcookie-policy-container {
  padding: 24px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
}
.amgdprcookie-text-container {
  margin-bottom: 30px;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-buttons-block {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  flex-basis: 58%;
  border: none;
  border-radius: 3px;
  background: #ffa63d;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: bold;
  transition: opacity .3s ease;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  flex-basis: 35%;
  margin-left: 10px;
}
.amgdprcookie-modal-template {
  margin-left: 5px;
}
.amgdprcookie-bar-container {
  z-index: 10;
  margin: 0;
  padding: 12px 20px 12px 25px;
  border-color: #d6ca8e;
  background: #ffee9c;
  font-size: 13px;
}
.amgdprcookie-bar-template {
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprcookie-bar-template.-bottom {
  position: static;
}
.amgdprcookie-bar-template .actions {
  text-align: right;
  padding-right: 50px;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow,
.amgdprcookie-bar-container .amgdprcookie-button.-allow {
  background-color: #e8d319 !important;
  border-color: #e8d319 !important;
  color: #555555 !important;
}
@media (max-width: 1023px) {
  .amgdprcookie-bar-container {
    padding-bottom: 60px;
  }
  .amgdprcookie-bar-template .action.primary,
  .amgdprcookie-bar-template .amshopby-button,
  .amgdprcookie-bar-template .am-filter-go {
    padding: 10px 10px;
  }
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #343434;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #e5e5e5;
  /*padding: @selectize-padding-y @selectize-padding-x;*/
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 16px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input input {
  display: inline-block !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
}
.selectize-input input::-ms-clear {
  display: none;
}
.selectize-input input:focus {
  outline: none !important;
}
.selectize-input .item + input {
  display: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
/*.selectize-input.dropdown-active::before {
	content: ' ';
	display: block;
	position: absolute;
	background: @selectize-color-dropdown-border-top;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
}*/
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 8px 16px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #343434;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(52, 52, 52, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
  position: absolute;
  color: #343434;
  font-size: 14px;
  right: 16px;
  line-height: 1;
  top: calc(35%);
}
.selectize-control.single .selectize-input.dropdown-active:after {
  /*margin-top: @selectize-arrow-size * -0.8;
		border-width: 0 @selectize-arrow-size @selectize-arrow-size @selectize-arrow-size;
		border-color: transparent transparent @selectize-arrow-color transparent;*/
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.iwd_main_wrapper .field .input-text._has-datepicker {
  width: 53%;
}
._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -3rem;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 13px;
  padding-right: 13px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.single .selectize-input {
  min-height: 35px;
  padding-right: 20px;
}
.selectize-control.single .selectize-input input {
  min-height: 37px;
}
.selectize-control.single .selectize-input input:focus {
  outline: none;
  box-shadow: none;
}
.selectize-control.single .selectize-input.has-items input {
  padding-left: 0;
}
.selectize-control.single .selectize-input:not(.has-items) input {
  width: 100% !important;
}
.selectize-control.single .item {
  min-height: 37px;
  padding: 8px 0 8px 16px;
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #e5e5e5;
}
._error .selectize-control.single .selectize-input,
._error .selectize-dropdown.single {
  border-color: #e02b27;
}
.selectize-dropdown .optgroup-header {
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.selectize_hide_input {
  opacity: 0 !important;
  position: absolute !important;
  left: -10000px !important;
}
.form.methods-shipping input.input-text {
  height: 37px !important;
}
#iwd_opc_shipping_method {
  width: 100%;
  min-height: 37px;
}
.iwd_main_wrapper .selectize-control + .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip {
  right: -25px;
}
.padding-default {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.iwd_main_wrapper {
  width: 100%;
  position: relative;
  margin: 48px 0 0 0;
  display: inline-block;
  color: #6e645e;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.iwd_main_wrapper * {
  box-sizing: border-box;
}
.iwd_main_wrapper .iwd_opc_column_name {
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #6e645e;
  margin-bottom: 24px;
}
.iwd_main_wrapper .iwd_opc_column_name.summary-title {
  margin-bottom: 0;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper {
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:first-child {
  padding-right: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child {
  float: right;
  padding-left: 24px;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_two_column_wrapper .iwd_opc_column:last-child .iwd_opc_alternative_column {
  float: right;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column {
  max-width: 368px;
  min-width: 288px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column_content,
.iwd_main_wrapper .iwd_opc_alternative_wrapper .iwd_opc_alternative_column .iwd_opc_column {
  outline: none;
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_collapsible_container {
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title {
  color: #6e645e;
  cursor: pointer;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
  padding-left: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_title:hover {
  color: #333333;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable {
  border: 1px solid #6e645e;
  overflow-wrap: break-word;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  max-height: 140px;
  font-size: 12px;
  line-height: 17px;
  width: 100%;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_collapsible_container .iwd_opc_collapsible_content .iwd_opc_collapsible_content_scrollable:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.iwd_main_wrapper .iwd_opc_clear {
  clear: both;
}
.iwd_main_wrapper .iwd_opc_section_delimiter {
  height: 1px;
  background: #6e645e;
  width: calc(100% -  120px );
  margin: 24px auto 24px auto;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message {
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  padding: 0 16px 0 16px;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_success {
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_message .iwd_opc_message_error {
  color: #e02b27;
}
.iwd_main_wrapper .iwd_opc_short_fields {
  display: flex;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper {
  display: block;
  margin: 0;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:first-child {
  padding-right: calc(8px);
}
.iwd_main_wrapper .iwd_opc_short_fields .iwd_opc_universal_wrapper:last-child {
  padding-left: calc(8px);
}
.iwd_main_wrapper .iwd_opc_field select,
.iwd_main_wrapper .field select {
  /*margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 1px;
      opacity: 0;
      z-index: -1;*/
}
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .field select.mage-error ~ .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field select.mage-error ~ .iwd_opc_select_container,
.iwd_main_wrapper .field select.mage-error ~ .iwd_opc_select_container {
  border-color: #e02b27;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .scroll-content,
.iwd_main_wrapper .field .scroll-wrapper .scroll-content {
  border: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper,
.iwd_main_wrapper .field .scroll-wrapper,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container,
.iwd_main_wrapper .field .iwd_opc_select_container {
  border: 1px solid #6e645e;
  outline: none;
  border-radius: 4px;
  width: 100%;
  max-height: 184px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_group"],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .scroll-wrapper[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"],
.iwd_main_wrapper .field .iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"] {
  max-height: 368px;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option {
  display: none;
  border-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected {
  display: block;
  background-color: inherit;
  padding-right: calc(34px);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option.selected[data-value=''] {
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:after,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  position: absolute;
  color: #6e645e;
  font-size: 14px;
  right: 16px;
  line-height: 1;
  top: calc(50% - 7px);
  font-weight: 900;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container.selected .iwd_opc_select_option:hover {
  background-color: inherit;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled,
.iwd_main_wrapper .field .scroll-wrapper.disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled {
  cursor: default;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected {
  opacity: 0.8;
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option[data-value=''],
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .scroll-wrapper.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''],
.iwd_main_wrapper .field .iwd_opc_select_container.disabled .iwd_opc_select_option.selected[data-value=''] {
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .field .scroll-wrapper.disabled:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container.disabled:focus,
.iwd_main_wrapper .field .iwd_opc_select_container.disabled:focus {
  box-shadow: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  color: #6e645e;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid rgba(110, 100, 94, 0.4);
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option.selected,
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:hover,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:hover,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:hover {
  background-color: rgba(110, 100, 94, 0.4);
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .scroll-wrapper .iwd_opc_select_option:last-child,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option:last-child,
.iwd_main_wrapper .field .iwd_opc_select_container .iwd_opc_select_option:last-child {
  border-bottom: none;
}
.iwd_main_wrapper .iwd_opc_field .scroll-wrapper:focus,
.iwd_main_wrapper .field .scroll-wrapper:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_select_container:focus,
.iwd_main_wrapper .field .iwd_opc_select_container:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.iwd_main_wrapper .iwd_opc_field:not(.choice) label,
.iwd_main_wrapper .field:not(.choice) label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) label.label,
.iwd_main_wrapper .field:not(.choice) label.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) legend.label,
.iwd_main_wrapper .field:not(.choice) legend.label,
.iwd_main_wrapper .iwd_opc_field:not(.choice) .label,
.iwd_main_wrapper .field:not(.choice) .label {
  display: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input,
.iwd_main_wrapper .field.iwd_opc_input,
.iwd_main_wrapper .iwd_opc_field .input-text,
.iwd_main_wrapper .field .input-text,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea {
  background: inherit;
  border-radius: 4px;
  border: 1px solid #6e645e;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 19px;
  outline: none;
  height: 37px;
  width: 100%;
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:focus,
.iwd_main_wrapper .field.iwd_opc_input:focus,
.iwd_main_wrapper .iwd_opc_field .input-text:focus,
.iwd_main_wrapper .field .input-text:focus,
.iwd_main_wrapper .iwd_opc_field textarea:focus,
.iwd_main_wrapper .field textarea:focus,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .field .iwd_opc_hosted_field:focus,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:focus,
.iwd_main_wrapper .field.iwd_opc_textarea:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:invalid,
.iwd_main_wrapper .field.iwd_opc_input:invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:invalid,
.iwd_main_wrapper .field .input-text:invalid,
.iwd_main_wrapper .iwd_opc_field textarea:invalid,
.iwd_main_wrapper .field textarea:invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_input:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .field .input-text:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-ui-invalid,
.iwd_main_wrapper .field textarea:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-ui-invalid,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-ui-invalid,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-ui-invalid {
  outline: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-moz-placeholder,
.iwd_main_wrapper .field .input-text::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-moz-placeholder,
.iwd_main_wrapper .field textarea::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-moz-placeholder {
  color: #6e645e;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-moz-placeholder,
.iwd_main_wrapper .field .input-text:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-moz-placeholder,
.iwd_main_wrapper .field textarea:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-moz-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-moz-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-moz-placeholder {
  color: #6e645e;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .field .input-text:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea:-ms-input-placeholder,
.iwd_main_wrapper .field textarea:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field:-ms-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:-ms-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea:-ms-input-placeholder {
  color: #6e645e;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_input::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .field .input-text::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field textarea::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .field .iwd_opc_hosted_field::-webkit-input-placeholder,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea::-webkit-input-placeholder,
.iwd_main_wrapper .field.iwd_opc_textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #6e645e;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input:disabled,
.iwd_main_wrapper .field.iwd_opc_input:disabled,
.iwd_main_wrapper .iwd_opc_field .input-text:disabled,
.iwd_main_wrapper .field .input-text:disabled,
.iwd_main_wrapper .iwd_opc_field textarea:disabled,
.iwd_main_wrapper .field textarea:disabled,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .field .iwd_opc_hosted_field:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .field.iwd_opc_textarea:disabled,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input[readonly],
.iwd_main_wrapper .field.iwd_opc_input[readonly],
.iwd_main_wrapper .iwd_opc_field .input-text[readonly],
.iwd_main_wrapper .field .input-text[readonly],
.iwd_main_wrapper .iwd_opc_field textarea[readonly],
.iwd_main_wrapper .field textarea[readonly],
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .field .iwd_opc_hosted_field[readonly],
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea[readonly],
.iwd_main_wrapper .field.iwd_opc_textarea[readonly] {
  opacity: 0.8;
  pointer-events: none;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_input.mage-error,
.iwd_main_wrapper .field.iwd_opc_input.mage-error,
.iwd_main_wrapper .iwd_opc_field .input-text.mage-error,
.iwd_main_wrapper .field .input-text.mage-error,
.iwd_main_wrapper .iwd_opc_field textarea.mage-error,
.iwd_main_wrapper .field textarea.mage-error,
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .field .iwd_opc_hosted_field.mage-error,
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea.mage-error,
.iwd_main_wrapper .field.iwd_opc_textarea.mage-error {
  border-color: #e02b27;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field,
.iwd_main_wrapper .field .iwd_opc_hosted_field {
  height: 37px;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-focused,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-focused {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.iwd_main_wrapper .iwd_opc_field .iwd_opc_hosted_field.braintree-hosted-fields-invalid,
.iwd_main_wrapper .field .iwd_opc_hosted_field.braintree-hosted-fields-invalid {
  border-color: #e02b27;
}
.iwd_main_wrapper .iwd_opc_field.iwd_opc_textarea,
.iwd_main_wrapper .field.iwd_opc_textarea,
.iwd_main_wrapper .iwd_opc_field textarea,
.iwd_main_wrapper .field textarea {
  max-width: 100%;
  overflow: hidden;
  resize: none;
  vertical-align: top;
}
.iwd_main_wrapper .iwd_opc_field[type="password"]:not(:placeholder-shown),
.iwd_main_wrapper .field[type="password"]:not(:placeholder-shown) {
  font-size: 34px;
  line-height: 19px;
  height: 37px;
  letter-spacing: -1px;
}
.iwd_main_wrapper .fieldset {
  margin: 0;
  padding: 0;
}
.iwd_main_wrapper .fieldset .field {
  padding: 0;
  margin: 0 0 20px 0;
}
.iwd_main_wrapper .fieldset .field.choice {
  position: relative;
}
.iwd_main_wrapper .fieldset .field.choice input[type="checkbox"].mage-error ~ label:before {
  border-color: #e02b27;
}
.iwd_main_wrapper .fieldset .field .control {
  position: relative;
}
.iwd_main_wrapper .fieldset .field .control .message.warning {
  display: none;
}
.iwd_main_wrapper .fieldset .field ._with-tooltip .input-text {
  width: 100%;
  margin: 0;
}
.iwd_main_wrapper .fieldset .field .field-tooltip {
  display: none;
}
.iwd_main_wrapper .fieldset .field._error .control input,
.iwd_main_wrapper .fieldset .field._warn .control input,
.iwd_main_wrapper .fieldset .field._error .control textarea,
.iwd_main_wrapper .fieldset .field._warn .control textarea,
.iwd_main_wrapper .fieldset .field._error .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._warn .control .scroll-wrapper,
.iwd_main_wrapper .fieldset .field._error .control .iwd_opc_select_container,
.iwd_main_wrapper .fieldset .field._warn .control .iwd_opc_select_container {
  border-color: #e02b27;
}
.iwd_main_wrapper .fieldset .field.additional {
  margin-bottom: 10px;
}
.iwd_main_wrapper .fieldset .field.additional:last-child {
  margin-bottom: 0;
}
.iwd_main_wrapper div.mage-error[generated] {
  display: none !important;
}
.iwd_main_wrapper .iwd_opc_show_hide_password {
  font-family: 'Font Awesome 5 Free';
  color: #6e645e;
  font-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  display: inline-block;
  right: 18px;
  top: 11px;
  line-height: 1;
  cursor: pointer;
}
.iwd_main_wrapper .iwd_opc_show_hide_password.active:after {
  content: "\f070";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "\f06e";
}
.iwd_main_wrapper .iwd_opc_show_hide_password:hover {
  color: #333333;
}
.iwd_main_wrapper .iwd_opc_collapsible_opened .with_angle:after {
  content: '\f106' !important;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_button,
.iwd_main_wrapper div.iwd_opc_button,
.iwd_main_wrapper button.iwd_opc_button {
  font-weight: 400;
  display: block;
  box-sizing: border-box;
  line-height: 22px;
  box-shadow: none;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  padding: 10px 20px;
  outline: none;
  margin: 0;
  background: #fff;
  border: 1px solid #6e645e;
  color: #6e645e;
  cursor: pointer;
  position: relative;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: 16px;
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle.opened:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle.opened:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle.opened:after {
  content: '\f106';
}
.iwd_main_wrapper button.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_small_button.with_angle:after,
.iwd_main_wrapper a.iwd_opc_button.with_angle:after,
.iwd_main_wrapper div.iwd_opc_button.with_angle:after,
.iwd_main_wrapper button.iwd_opc_button.with_angle:after {
  content: '\f107';
}
.iwd_main_wrapper button.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_small_button:focus,
.iwd_main_wrapper div.iwd_opc_small_button:focus,
.iwd_main_wrapper a.iwd_opc_button:focus,
.iwd_main_wrapper div.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_button:focus,
.iwd_main_wrapper button.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_small_button:active,
.iwd_main_wrapper div.iwd_opc_small_button:active,
.iwd_main_wrapper a.iwd_opc_button:active,
.iwd_main_wrapper div.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_button:active,
.iwd_main_wrapper button.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_small_button:hover,
.iwd_main_wrapper div.iwd_opc_small_button:hover,
.iwd_main_wrapper a.iwd_opc_button:hover,
.iwd_main_wrapper div.iwd_opc_button:hover,
.iwd_main_wrapper button.iwd_opc_button:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  color: #6e645e;
  border-color: #6e645e;
  text-decoration: none;
}
.iwd_main_wrapper button.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_small_button:disabled,
.iwd_main_wrapper div.iwd_opc_small_button:disabled,
.iwd_main_wrapper a.iwd_opc_button:disabled,
.iwd_main_wrapper div.iwd_opc_button:disabled,
.iwd_main_wrapper button.iwd_opc_button:disabled {
  opacity: 0.8;
  cursor: default;
}
.iwd_main_wrapper button.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_small_button.active,
.iwd_main_wrapper div.iwd_opc_small_button.active,
.iwd_main_wrapper a.iwd_opc_button.active,
.iwd_main_wrapper div.iwd_opc_button.active,
.iwd_main_wrapper button.iwd_opc_button.active {
  color: #6e645e;
  border-color: #6e645e;
}
.iwd_main_wrapper button.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_small_button.active:hover,
.iwd_main_wrapper div.iwd_opc_small_button.active:hover,
.iwd_main_wrapper a.iwd_opc_button.active:hover,
.iwd_main_wrapper div.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_button.active:hover,
.iwd_main_wrapper button.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_small_button.active:focus,
.iwd_main_wrapper div.iwd_opc_small_button.active:focus,
.iwd_main_wrapper a.iwd_opc_button.active:focus,
.iwd_main_wrapper div.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_button.active:focus,
.iwd_main_wrapper button.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_small_button.active:active,
.iwd_main_wrapper div.iwd_opc_small_button.active:active,
.iwd_main_wrapper a.iwd_opc_button.active:active,
.iwd_main_wrapper div.iwd_opc_button.active:active,
.iwd_main_wrapper button.iwd_opc_button.active:active {
  color: #333333;
  border-color: #333333;
}
.iwd_main_wrapper button.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button,
.iwd_main_wrapper a.iwd_opc_small_button,
.iwd_main_wrapper div.iwd_opc_small_button {
  padding-right: 8px;
  padding-left: 8px;
  display: block;
  box-sizing: border-box;
  width: 48%;
  overflow: hidden;
}
.iwd_main_wrapper button.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child,
.iwd_main_wrapper a.iwd_opc_small_button:first-child,
.iwd_main_wrapper div.iwd_opc_small_button:first-child {
  float: left;
}
.iwd_main_wrapper button.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child,
.iwd_main_wrapper a.iwd_opc_small_button:last-child,
.iwd_main_wrapper div.iwd_opc_small_button:last-child {
  float: right;
}
.iwd_main_wrapper .iwd_opc_small_button_container {
  overflow: hidden;
}
.iwd_main_wrapper .loading-mask .loader {
  width: 71px !important;
  height: 71px !important;
}
.iwd_main_wrapper .iwd_opc_field_tooltip {
  position: absolute;
  cursor: pointer;
  top: 9px;
  right: 17px;
  line-height: 19px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:hover .iwd_opc_field_tooltip_content {
  display: block;
}
.iwd_main_wrapper .iwd_opc_field_tooltip:after {
  content: attr(data-icon);
  font-size: 14px;
  line-height: 14px;
  font-family: 'Font Awesome 5 Free';
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content {
  box-shadow: 0 4px 8px 0 rgba(110, 100, 94, 0.2);
  background: #fff;
  width: 197px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  right: 100%;
  margin-right: 14px;
  border-radius: 4px;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:after {
  left: calc(100% - 12px);
  top: calc(50% - 6px);
  content: " ";
  height: 24px;
  width: 12px;
  position: absolute;
  background: #fff;
}
.iwd_main_wrapper .iwd_opc_field_tooltip .iwd_opc_field_tooltip_content:before {
  box-shadow: 1px 1px 8px 0 rgba(110, 100, 94, 0.2);
  content: '';
  position: absolute;
  left: calc(100% - 6px);
  top: 50%;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
.iwd_main_wrapper .scroll-wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
  outline: none;
  margin: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content {
  outline: none;
  height: auto;
  left: 0;
  max-width: none !important;
  overflow-y: scroll !important;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-content.scroll-scrolly_visible:not(.selected) ~ .scroll-y.scroll-scrolly_visible {
  display: block;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element {
  display: none;
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element div {
  box-sizing: content-box;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer {
  display: block;
  height: 100%;
  left: 0;
  width: 100%;
  top: 8px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_size {
  top: -16px;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-element_track {
  display: none;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar {
  left: -16px;
  min-height: 80px;
  width: 8px;
  cursor: default;
  background-color: #6e645e;
  opacity: 0.4;
  display: block;
  border-radius: 4px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:hover,
.iwd_main_wrapper .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible .scroll-element_outer .scroll-bar:active {
  background-color: #6e645e;
}
.iwd_main_wrapper .iwd-group {
  width: 100%;
}
.onepage-index-index .loading-mask,
.iwd_opc_success_page .loading-mask {
  background: rgba(255, 255, 255, 0.4);
}
.onepage-index-index .loading-mask .loader,
.iwd_opc_success_page .loading-mask .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  margin: auto;
  border-top: 11px solid rgba(110, 100, 94, 0.4);
  border-right: 11px solid rgba(110, 100, 94, 0.4);
  border-bottom: 11px solid rgba(110, 100, 94, 0.4);
  border-left: 11px solid #6e645e;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 49px;
  height: 49px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.onepage-index-index .loading-mask .loader img,
.iwd_opc_success_page .loading-mask .loader img {
  display: none;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a {
  color: #6e645e;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_success_page_info a:hover,
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column .iwd_opc_success_page_create_account_info a:hover {
  color: #333333;
  text-decoration: none;
}
.iwd_success_page_wrapper .iwd_opc_alternative_wrapper .iwd_opc_success_page_column .iwd_opc_alternative_column.info-delivery {
  margin-top: 25px;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column {
  margin: 0 auto;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_opc_empty_cart_info {
  padding: 0 24px 0 24px;
  text-align: center;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by {
  text-align: center;
  margin-bottom: 0;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a {
  color: #6e645e;
}
.iwd_empty_cart_wrapper .iwd_opc_alternative_wrapper .iwd_opc_empty_cart_column .iwd_opc_alternative_column .iwd_empty_cart_powered_by a:hover {
  color: #333333;
  text-decoration: none;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo {
  overflow: hidden;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a {
  float: right;
  display: inline-block;
}
.iwd_opc_wrapper #iwd_opc_powered_by_logo a img {
  width: 69px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column {
  width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column .iwd_opc_alternative_column {
  max-width: 590px;
}
@media (max-width: 368px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper > .iwd_opc_two_column_wrapper:first-child .iwd_opc_column .iwd_opc_alternative_column {
    max-width: 288px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column {
  width: 100%;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column {
  margin: 0 auto;
  max-width: 590px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name {
  color: #6e645e;
  line-height: 18px;
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:hover {
  color: #333333;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_name:before {
  font-family: 'Font Awesome 5 Free';
  color: #6e645e;
  content: '\f104';
  margin-right: 10px;
  font-weight: 900;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_iframe_payment_column .iwd_opc_alternative_column .iwd_opc_column_content {
  text-align: center;
  margin: 0 auto;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column.info-delivery {
  margin-top: 30px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column .loading-mask {
  overflow: hidden;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .checkout-agreement div.mage-error[generated] {
  display: block !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors {
  cursor: pointer;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.error,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_general_errors .message.success {
  margin-bottom: 20px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
  width: 32.6881%;
  position: relative;
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
  max-width: inherit;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column {
  padding-right: 24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column {
  float: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column {
  padding: 0 24px;
  width: 34.6233%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .iwd_opc_alternative_column {
  margin: 0 auto;
  float: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .vendor-shipping-method-item .item .title-shipping {
  position: relative;
  margin-left: 40px;
  padding-left: 25px;
  display: block;
  margin-top: -25px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .vendor-shipping-method-item .item .title-shipping:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 40px;
  background-size: cover;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -46px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .vendor-shipping-method-item .item .title-shipping.delivery:before {
  position: absolute;
  left: -22px;
  top: -5px;
  background-image: url('../Magento_Catalog/images/icon-delivery.svg');
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_shipping_column .vendor-shipping-method-item .item .title-shipping.pickup:before {
  position: absolute;
  left: -22px;
  top: -5px;
  background-image: url('../Magento_Catalog/images/icon-pickup.svg');
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column {
  padding-left: 24px;
  margin-bottom: 0 !important;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
  float: right;
}
@media (max-width: 1008px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 48px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    margin: 0 auto !important;
    float: none !important;
    max-width: 368px;
  }
}
@media (max-width: 368px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_column .iwd_opc_alternative_column {
    max-width: 288px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info {
  font-size: 12px;
  line-height: 21px;
  padding-left: 16px;
  padding-right: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_label {
  display: inline;
  padding-right: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_additional_payment_info .iwd_opc_additional_payment_value {
  display: inline;
  font-weight: bold;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content {
  top: -30px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(34px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_shipping_method_tooltip .iwd_opc_field_tooltip_content:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip .iwd_opc_field_tooltip_content:before {
  top: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content {
  top: -7px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:after {
  top: calc(11px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_payment_method_tooltip_virtual .iwd_opc_field_tooltip_content:before {
  top: 11px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content {
  top: -24px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(28px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cvv_tooltip .iwd_opc_field_tooltip_content:before {
  top: 28px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content {
  top: -38px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:after {
  top: calc(42px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field_tooltip.iwd_opc_cc_tooltip .iwd_opc_field_tooltip_content:before {
  top: 42px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
  margin-bottom: 48px;
  display: inline-block;
}
@media (max-width: 1008px) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
    margin-bottom: 24px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top .iwd_opc_column {
    margin-bottom: 24px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review .iwd_opc_review_grand_total_tax {
  color: #6e645e;
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals {
  margin-top: 20px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  z-index: 101;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  padding: 8px 0 8px 0;
  color: #6e645e;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_top_review_items_wrapper {
  max-height: 500px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item:first-child .iwd_opc_review_item_cell {
  padding-top: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell {
  display: table-cell;
  text-align: right;
  line-height: 21px;
  width: 40%;
  padding-bottom: 8px;
  border-bottom: 1px solid #6e645e;
  padding-top: 16px;
  padding-left: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell:first-child {
  text-align: left;
  width: 60%;
  padding-right: 12px;
  padding-left: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_name {
  padding-bottom: 8px;
  font-weight: 600;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:before {
  padding-right: 8px;
  color: #6e645e;
  content: attr(data-item-tax);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_subtotal:first-child:before {
  content: attr(data-item-qty);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options {
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option {
  padding-bottom: 8px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_label {
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value {
  color: #6e645e;
  display: inline;
  word-wrap: break-word;
  word-break: break-word;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_items .iwd_opc_review_item .iwd_opc_review_item_cell .iwd_opc_review_item_options .iwd_opc_review_item_option .iwd_opc_review_item_option_value a {
  color: #6e645e;
  font-size: 12px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals {
  display: table;
  position: relative;
  width: 100%;
  background: #fff;
  font-weight: 600;
  margin-top: 16px;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total {
  display: table-row;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_review_total_tax {
  color: #6e645e;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell {
  padding-bottom: 8px;
  display: table-cell;
  width: 68%;
  line-height: 21px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total .iwd_opc_review_total_cell:last-child {
  width: 38%;
  text-align: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals .iwd_opc_review_total.iwd_opc_grand_total .iwd_opc_review_total_cell {
  color: #6e645e;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top #iwd_opc_review #iwd_opc_review_items_totals #iwd_opc_review_totals td.amount {
  padding: 0px;
  text-align: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper {
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
  position: absolute;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  width: 42px;
  height: 26px;
  background-image: url('../IWD_Opc/images/icons1x.png');
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
  content: '';
  background-position: -199px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
  content: '';
  background-position: -19px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
  content: '';
  background-position: -79px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
  content: '';
  background-position: -139px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
  content: '';
  background-position: -139px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
  content: '';
  background-position: -199px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
  content: '';
  background-position: -139px -107px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
  content: '';
  background-position: -19px -63px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
  content: '';
  background-position: -259px -19px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
  content: '';
  background-position: -79px -107px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper:before {
    background-image: url('../IWD_Opc/images/icons2x.png');
    background-size: 258px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AE"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="AMEX"]:before {
    content: '';
    background-position: -158px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="VISA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DELTA"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="UKE"]:before {
    content: '';
    background-position: -9px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MC"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MCDEBIT"]:before {
    content: '';
    background-position: -58px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DC"]:before {
    content: '';
    background-position: -108px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DICL"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="DN"]:before {
    content: '';
    background-position: -108px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="CUP"]:before {
    content: '';
    background-position: -158px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SOLO"]:before {
    content: '';
    background-position: -108px 69px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="ME"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MAESTRO"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MI"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="MD"]:before {
    content: '';
    background-position: -9px 102px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="JCB"]:before {
    content: '';
    background-position: -207px 136px;
  }
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SM"]:before,
  .iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_cc_wrapper[data-cc-type="SWITCH"]:before {
    content: '';
    background-position: -58px 69px;
  }
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 79px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container.selected .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  display: none;
  right: 34px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image {
  padding-right: 61px;
  position: relative;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container .iwd_opc_select_option.iwd_opc_option_with_image img.iwd_opc_option_image {
  width: 40px;
  height: 24px;
  right: 17px;
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long {
  padding-right: 135px;
  position: relative;
  overflow: visible;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_wrapper {
  width: 42px;
  height: 26px;
  float: left;
  margin-left: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_preview {
  display: inline-block;
  position: absolute;
  top: 5px;
  height: 26px;
  right: 45px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip {
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #6e645e;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content {
  width: 215px;
  position: fixed;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:before {
  top: 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_small:after {
  top: calc(16px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:before {
  top: 31px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content.iwd_opc_cc_tooltip_content_big:after {
  top: calc(31px - 6px);
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(4n) {
  margin-right: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4),
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip .iwd_opc_field_tooltip_content .iwd_opc_cc_wrapper:nth-child(-n+4) {
  margin-top: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:hover:before {
  background: #333333;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  background: #6e645e;
  content: '';
  display: inline-block;
  position: absolute;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:after {
  top: 10px;
  left: 5px;
  width: 12px;
  height: 2px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_long .iwd_opc_cc_types_tooltip:before {
  top: 5px;
  left: 10px;
  content: '';
  position: absolute;
  height: 12px;
  width: 2px;
  background: #6e645e;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short {
  padding-right: 106px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .iwd_opc_field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .field .iwd_opc_select_container:not(.selected) .iwd_opc_select_option.iwd_opc_cc_option_short .iwd_opc_cc_preview {
  right: 17px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method._active {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-title {
  display: none;
  padding: 11px 10px;
  margin: 0;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper:before {
  right: 16px;
  top: 5.5px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_cc_wrapper[data-https="1"]:before {
  right: 40px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content iframe {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_gateway_payment {
  height: 190px;
  background: url('../IWD_Opc/images/redirect.png') center center no-repeat;
  background-size: contain;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions {
  color: #6e645e;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding: 0 16px 0 16px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_title {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .iwd_opc_payment_instructions .iwd_opc_payment_instructions_small {
  color: #6e645e;
  text-align: left;
  max-width: 50%;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .payment-method-content .actions-toolbar {
  display: none;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #checkout-payment-method-load .payment-method .iwd_opc_hosted_label {
  display: block;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_image {
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_case_sensitive_captcha {
  display: inline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button {
  display: inline;
  cursor: pointer;
  color: #6e645e;
  text-transform: capitalize;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_login #iwd_opc_login_captcha .iwd_opc_captcha_reload_sensitive_container .iwd_opc_refresh_captcha_button:hover {
  color: #333333;
  text-decoration: underline;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_gift_message .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  border: 1px solid #6e645e;
  margin-left: 16px;
  border-radius: 4px;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .iwd_opc_field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper .field .iwd_opc_select_container .iwd_opc_select_option img.iwd_opc_option_image {
  float: right;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active {
  color: #fff;
  background: #6e645e;
  font-weight: 400;
}
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:hover,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:focus,
.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active:active {
  color: #fff;
  background: #333333;
}
.iwd_opc_wrapper #payment_form_iwd_authcim #iwd_authcim_cc_cid {
  max-width: inherit;
}
.onepage-index-index .nav-sections,
.onepage-index-index .nav-toggle {
  display: none;
}
.onepage-index-index .logo {
  margin-left: 0;
}
.iwd_opc_popup_wrapper {
  display: none;
  position: fixed;
  top: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 105;
  width: 100%;
  height: 100%;
}
.iwd_opc_popup_wrapper.active {
  display: block;
}
.iwd_opc_popup_wrapper .iwd_opc_popup {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 34.6233%;
  padding: 0 24px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
  max-height: 85%;
}
@media (max-width: 1008px) {
  .iwd_opc_popup_wrapper .iwd_opc_popup {
    width: 100%;
    padding: 0;
    max-width: 368px;
    min-width: 288px;
  }
}
.iwd_opc_popup_wrapper .iwd_opc_popup .iwd_opc_popup_content {
  background: #fff;
  border-radius: 4px;
  outline: none;
  padding: 16px;
  box-shadow: 0 4px 8px 0 rgba(52, 52, 52, 0.2);
  max-width: 368px;
  margin: 0 auto;
}
.iwd_opc_popup_wrapper .iwd_opc_popup_mask {
  position: relative;
  padding: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.iwd_main_wrapper .field .input-text._has-datepicker {
  width: 53%;
}
._has-datepicker ~ .ui-datepicker-trigger {
  margin-left: -3rem;
}
#checkout-payment-method-load .selectize-control.single .selectize-dropdown.single {
  z-index: 9999;
}
@-moz-document url-prefix() {
  .iwd_main_wrapper .iwd_opc_field[type="password"]:not(:placeholder-shown) {
    font-size: 14px;
  }
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body .product-item-info:hover .product-item-photo:after {
  display: none;
}
body.catalog-category-view .cat-map.products-grid .product-item-info:hover .link-product-detail,
body.catalog-category-view .cat-map.products-grid .product-item-info:hover .product-vendor-link {
  opacity: 0.7;
}
body.vendor-list-page .product-item-info:hover .product-img-hover,
body.vendor-list-page .product-item-info:hover .product-item-details {
  opacity: 0.7;
}
.teaser-items {
  overflow: hidden;
  padding: 40px 0;
}
.category-desc-teaser .teaser-items {
  padding: 0;
}
.banner-widget img {
  width: 100%;
}
.banner-teasers {
  background-color: #97940c;
}
.banner-teasers h1 {
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  /* color: #6e645e; */
  text-align: center;
  padding-top: 25px;
  padding-bottom: 40px;
  margin: 0;
}
.banner-teasers .italic-einfach {
  font-style: italic;
}
@media (min-width: 1600px) {
  .banner-teasers h1 {
    font-size: 55px;
    line-height: 65px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-teasers h1 {
    line-height: 43px;
    font-size: 35px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 775px) {
  .banner-teasers h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 668px) {
  .banner-teasers h1 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 562px) {
  .banner-teasers h1 {
    line-height: 24px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 435px) {
  .banner-teasers h1 {
    line-height: 20px;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.banner-teasers .teasers {
  padding-top: 19px;
  display: flex;
  height: 315px;
}
@media (min-width: 1600px) {
  .banner-teasers .teasers {
    height: 405px;
  }
}
.banner-teasers .teasers .title-teaser {
  font-style: normal;
  font-weight: 500;
  color: #4a4a49;
  margin-top: 20px;
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}
@media (min-width: 1600px) {
  .banner-teasers .teasers .title-teaser {
    margin-top: 20px;
    font-size: 30px;
  }
}
.banner-teasers .teasers .intro-teaser {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #4a4a49;
}
@media (min-width: 1600px) {
  .banner-teasers .teasers .intro-teaser {
    font-size: 21px;
    line-height: 28px;
  }
}
.banner-teasers .teasers a {
  width: calc(16.66666667%);
}
.banner-teasers .teasers a:hover {
  text-decoration: none;
}
.banner-teasers .teasers .teaser {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #271e1e;
  padding-top: 25px;
}
.banner-teasers .teasers .teaser.service {
  background-color: #dadada;
  position: relative;
  transition: 0.3s;
  height: 315px;
  top: -19px;
  padding-top: 44px;
  filter: drop-shadow(7px 6px 5px rgba(50, 50, 0, 0.5));
}
@media (min-width: 1600px) {
  .banner-teasers .teasers .teaser.service {
    height: 405px;
  }
}
.banner-teasers .teasers .teaser.service:after {
  content: " ";
  display: block;
  background: #dadada;
  height: 28px;
  width: 100%;
  position: absolute;
  bottom: -27px;
  clip-path: polygon(0 0, 0% 100%, 50% 0);
}
.banner-teasers .teasers .teaser.service:before {
  content: " ";
  display: block;
  background: #dadada;
  height: 28px;
  width: 100%;
  position: absolute;
  bottom: -27px;
  clip-path: polygon(100% 0, 100% 100%, 50% 0);
}
.banner-teasers .teasers .teaser.marktplatz {
  background-color: #dc896b;
}
.banner-teasers .teasers .teaser.gutscheine {
  background-color: #abb779;
}
.banner-teasers .teasers .teaser.trinkwasser-mobil {
  background-color: #579cd5;
}
.banner-teasers .teasers .teaser.trinkwasser-mobil .title-teaser {
  padding-top: 5px;
  line-height: 25px;
}
@media (min-width: 1600px) {
  .banner-teasers .teasers .teaser.trinkwasser-mobil .title-teaser {
    line-height: 32px !important;
    margin-bottom: 7px;
  }
}
.banner-teasers .teasers .teaser.sehenswertes {
  background-color: #eca95a;
}
.banner-teasers .teasers .teaser.wissen {
  background-color: #fadd68;
}
.banner-teasers .teasers .teaser img {
  transition: transform .3s;
  width: 65%;
}
.banner-teasers .teasers .teaser img:hover {
  transform: scale(1.2);
}
@media (min-width: 1600px) {
  .banner-teasers .teasers .teaser img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-teasers .teaser-content .teasers {
    display: none;
  }
}
.widget-item-teaser {
  display: block;
  position: relative;
}
.ratiowrap-3-2 {
  padding-bottom: 66.6666666%;
  position: relative;
  overflow: hidden;
}
.link-product-detail {
  display: block;
}
.link-product-detail .product-img-hover {
  display: block;
}
.link-product-detail .product-img-hover .ratiowrap-3-2 {
  display: block;
}
.link-product-detail .product-img-hover .ratiowrap-3-2 .product-item-photo {
  display: block;
}
.link-product-detail .product-img-hover .product-details-wrapper {
  display: block;
  padding-top: 5px;
  min-height: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
.link-product-detail .product-img-hover .product-details-wrapper .product-item-name {
  font-size: 1.6rem;
  word-wrap: break-word;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.link-product-detail:hover {
  text-decoration: none !important;
}
a.product-vendor-link:hover {
  text-decoration: none !important;
}
.ratiowrap-4-3 {
  padding-bottom: 75%;
  position: relative;
}
.ratiowrap-16-9 {
  padding-bottom: 56.25%;
  position: relative;
}
.ratiowrap-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: inherit;
}
.blur-bg {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  display: block;
  -webkit-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  z-index: 0 !important;
  max-width: unset;
  max-height: unset;
}
.teaser-image {
  z-index: 1;
  display: block;
  position: absolute;
  max-width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.teaser-content .teaser-item,
.teaser-right,
.teaser-category-image,
.widget-item-teaser,
.product-img-hover {
  overflow: hidden !important;
}
.teaser-content .teaser-item,
.blog-post-slider .teaser-item,
.post-list .teaser-item,
.teaser-content .banner-item,
.blog-post-slider .banner-item,
.post-list .banner-item {
  background: #fff;
}
.teaser-content .teaser-item:hover,
.blog-post-slider .teaser-item:hover,
.post-list .teaser-item:hover,
.teaser-content .banner-item:hover,
.blog-post-slider .banner-item:hover,
.post-list .banner-item:hover {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  background: #ffffff;
}
.teaser-content .teaser-item:hover .widget-item-teaser,
.blog-post-slider .teaser-item:hover .widget-item-teaser,
.post-list .teaser-item:hover .widget-item-teaser,
.teaser-content .banner-item:hover .widget-item-teaser,
.blog-post-slider .banner-item:hover .widget-item-teaser,
.post-list .banner-item:hover .widget-item-teaser,
.teaser-content .teaser-item:hover .box-img,
.blog-post-slider .teaser-item:hover .box-img,
.post-list .teaser-item:hover .box-img,
.teaser-content .banner-item:hover .box-img,
.blog-post-slider .banner-item:hover .box-img,
.post-list .banner-item:hover .box-img,
.teaser-content .teaser-item:hover .teaser-link-vendor-text,
.blog-post-slider .teaser-item:hover .teaser-link-vendor-text,
.post-list .teaser-item:hover .teaser-link-vendor-text,
.teaser-content .banner-item:hover .teaser-link-vendor-text,
.blog-post-slider .banner-item:hover .teaser-link-vendor-text,
.post-list .banner-item:hover .teaser-link-vendor-text {
  opacity: 0.7;
}
.teaser-content .teaser-item .teaser-bottom,
.blog-post-slider .teaser-item .teaser-bottom,
.post-list .teaser-item .teaser-bottom,
.teaser-content .banner-item .teaser-bottom,
.blog-post-slider .banner-item .teaser-bottom,
.post-list .banner-item .teaser-bottom {
  text-align: left;
}
.teaser-content .teaser-item.teaser-type-static .teaser-desc,
.blog-post-slider .teaser-item.teaser-type-static .teaser-desc,
.post-list .teaser-item.teaser-type-static .teaser-desc,
.teaser-content .banner-item.teaser-type-static .teaser-desc,
.blog-post-slider .banner-item.teaser-type-static .teaser-desc,
.post-list .banner-item.teaser-type-static .teaser-desc {
  word-wrap: break-word;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teaser-content .teaser-item.teaser-type-blog .widget-item-teaser.ratiowrap-content,
.blog-post-slider .teaser-item.teaser-type-blog .widget-item-teaser.ratiowrap-content,
.post-list .teaser-item.teaser-type-blog .widget-item-teaser.ratiowrap-content,
.teaser-content .banner-item.teaser-type-blog .widget-item-teaser.ratiowrap-content,
.blog-post-slider .banner-item.teaser-type-blog .widget-item-teaser.ratiowrap-content,
.post-list .banner-item.teaser-type-blog .widget-item-teaser.ratiowrap-content {
  position: relative;
  text-decoration: none;
}
.teaser-content .teaser-item.teaser-type-blog .widget-item-teaser.ratiowrap-content:hover,
.blog-post-slider .teaser-item.teaser-type-blog .widget-item-teaser.ratiowrap-content:hover,
.post-list .teaser-item.teaser-type-blog .widget-item-teaser.ratiowrap-content:hover,
.teaser-content .banner-item.teaser-type-blog .widget-item-teaser.ratiowrap-content:hover,
.blog-post-slider .banner-item.teaser-type-blog .widget-item-teaser.ratiowrap-content:hover,
.post-list .banner-item.teaser-type-blog .widget-item-teaser.ratiowrap-content:hover {
  text-decoration: none !important;
}
.teaser-content .teaser-item.teaser-type-blog .teaser-desc .post-title,
.blog-post-slider .teaser-item.teaser-type-blog .teaser-desc .post-title,
.post-list .teaser-item.teaser-type-blog .teaser-desc .post-title,
.teaser-content .banner-item.teaser-type-blog .teaser-desc .post-title,
.blog-post-slider .banner-item.teaser-type-blog .teaser-desc .post-title,
.post-list .banner-item.teaser-type-blog .teaser-desc .post-title {
  word-wrap: break-word;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.teaser-content .teaser-item.teaser-type-blog .teaser-desc .post-short-content,
.blog-post-slider .teaser-item.teaser-type-blog .teaser-desc .post-short-content,
.post-list .teaser-item.teaser-type-blog .teaser-desc .post-short-content,
.teaser-content .banner-item.teaser-type-blog .teaser-desc .post-short-content,
.blog-post-slider .banner-item.teaser-type-blog .teaser-desc .post-short-content,
.post-list .banner-item.teaser-type-blog .teaser-desc .post-short-content {
  word-wrap: break-word;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teaser-content .teaser-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content,
.blog-post-slider .teaser-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content,
.post-list .teaser-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content,
.teaser-content .banner-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content,
.blog-post-slider .banner-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content,
.post-list .banner-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content {
  position: relative;
  text-decoration: none;
}
.teaser-content .teaser-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover,
.blog-post-slider .teaser-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover,
.post-list .teaser-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover,
.teaser-content .banner-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover,
.blog-post-slider .banner-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover,
.post-list .banner-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover {
  text-decoration: none !important;
}
.teaser-content .teaser-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover .teaser-desc,
.blog-post-slider .teaser-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover .teaser-desc,
.post-list .teaser-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover .teaser-desc,
.teaser-content .banner-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover .teaser-desc,
.blog-post-slider .banner-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover .teaser-desc,
.post-list .banner-item.teaser-type-vendor .widget-item-teaser.ratiowrap-content:hover .teaser-desc {
  opacity: 0.5;
}
.teaser-content .teaser-item.teaser-type-vendor .teaser-desc .vendor-name,
.blog-post-slider .teaser-item.teaser-type-vendor .teaser-desc .vendor-name,
.post-list .teaser-item.teaser-type-vendor .teaser-desc .vendor-name,
.teaser-content .banner-item.teaser-type-vendor .teaser-desc .vendor-name,
.blog-post-slider .banner-item.teaser-type-vendor .teaser-desc .vendor-name,
.post-list .banner-item.teaser-type-vendor .teaser-desc .vendor-name {
  font-weight: 700;
  font-size: 18px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teaser-content .teaser-item.teaser-type-vendor .teaser-desc .vendor-description,
.blog-post-slider .teaser-item.teaser-type-vendor .teaser-desc .vendor-description,
.post-list .teaser-item.teaser-type-vendor .teaser-desc .vendor-description,
.teaser-content .banner-item.teaser-type-vendor .teaser-desc .vendor-description,
.blog-post-slider .banner-item.teaser-type-vendor .teaser-desc .vendor-description,
.post-list .banner-item.teaser-type-vendor .teaser-desc .vendor-description {
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teaser-content .teaser-item.teaser-type-product .teaser-desc .product-name,
.blog-post-slider .teaser-item.teaser-type-product .teaser-desc .product-name,
.post-list .teaser-item.teaser-type-product .teaser-desc .product-name,
.teaser-content .banner-item.teaser-type-product .teaser-desc .product-name,
.blog-post-slider .banner-item.teaser-type-product .teaser-desc .product-name,
.post-list .banner-item.teaser-type-product .teaser-desc .product-name {
  word-wrap: break-word;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
}
.teaser-content .teaser-item.teaser-type-product .teaser-desc .product-name-normal,
.blog-post-slider .teaser-item.teaser-type-product .teaser-desc .product-name-normal,
.post-list .teaser-item.teaser-type-product .teaser-desc .product-name-normal,
.teaser-content .banner-item.teaser-type-product .teaser-desc .product-name-normal,
.blog-post-slider .banner-item.teaser-type-product .teaser-desc .product-name-normal,
.post-list .banner-item.teaser-type-product .teaser-desc .product-name-normal {
  word-wrap: break-word;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
}
.teaser-content .teaser-item.teaser-type-product .teaser-desc .product-item-details,
.blog-post-slider .teaser-item.teaser-type-product .teaser-desc .product-item-details,
.post-list .teaser-item.teaser-type-product .teaser-desc .product-item-details,
.teaser-content .banner-item.teaser-type-product .teaser-desc .product-item-details,
.blog-post-slider .banner-item.teaser-type-product .teaser-desc .product-item-details,
.post-list .banner-item.teaser-type-product .teaser-desc .product-item-details {
  height: 21px;
  line-height: 21px;
  padding: 0;
}
.teaser-content .teaser-item.teaser-type-product .teaser-desc .product-item-details .price-box,
.blog-post-slider .teaser-item.teaser-type-product .teaser-desc .product-item-details .price-box,
.post-list .teaser-item.teaser-type-product .teaser-desc .product-item-details .price-box,
.teaser-content .banner-item.teaser-type-product .teaser-desc .product-item-details .price-box,
.blog-post-slider .banner-item.teaser-type-product .teaser-desc .product-item-details .price-box,
.post-list .banner-item.teaser-type-product .teaser-desc .product-item-details .price-box {
  margin: 0;
}
.teaser-content .teaser-item.teaser-type-product .teaser-desc .product-item-description-inner,
.blog-post-slider .teaser-item.teaser-type-product .teaser-desc .product-item-description-inner,
.post-list .teaser-item.teaser-type-product .teaser-desc .product-item-description-inner,
.teaser-content .banner-item.teaser-type-product .teaser-desc .product-item-description-inner,
.blog-post-slider .banner-item.teaser-type-product .teaser-desc .product-item-description-inner,
.post-list .banner-item.teaser-type-product .teaser-desc .product-item-description-inner {
  word-wrap: break-word;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teaser-content .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content,
.blog-post-slider .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content,
.post-list .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content,
.teaser-content .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content,
.blog-post-slider .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content,
.post-list .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content {
  position: relative;
  text-decoration: none;
}
.teaser-content .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content .ratiowrap-3-2,
.blog-post-slider .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content .ratiowrap-3-2,
.post-list .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content .ratiowrap-3-2,
.teaser-content .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content .ratiowrap-3-2,
.blog-post-slider .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content .ratiowrap-3-2,
.post-list .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content .ratiowrap-3-2 {
  display: block;
}
.teaser-content .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom,
.blog-post-slider .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom,
.post-list .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom,
.teaser-content .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom,
.blog-post-slider .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom,
.post-list .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom {
  padding: 20px 40px 0px;
  display: block;
  padding-bottom: 10px;
}
.teaser-content .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom .teaser-desc,
.blog-post-slider .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom .teaser-desc,
.post-list .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom .teaser-desc,
.teaser-content .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom .teaser-desc,
.blog-post-slider .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom .teaser-desc,
.post-list .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content .teaser-bottom .teaser-desc {
  display: block;
}
.teaser-content .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content:hover,
.blog-post-slider .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content:hover,
.post-list .teaser-item.teaser-type-product .widget-item-teaser.ratiowrap-content:hover,
.teaser-content .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content:hover,
.blog-post-slider .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content:hover,
.post-list .banner-item.teaser-type-product .widget-item-teaser.ratiowrap-content:hover {
  text-decoration: none !important;
}
.teaser-content .teaser-item.teaser-type-product .teaser-link-vendor-text,
.blog-post-slider .teaser-item.teaser-type-product .teaser-link-vendor-text,
.post-list .teaser-item.teaser-type-product .teaser-link-vendor-text,
.teaser-content .banner-item.teaser-type-product .teaser-link-vendor-text,
.blog-post-slider .banner-item.teaser-type-product .teaser-link-vendor-text,
.post-list .banner-item.teaser-type-product .teaser-link-vendor-text {
  padding: 10px 40px 40px 40px;
  height: 60px;
}
.teaser-content .teaser-item.teaser-type-product .teaser-link-vendor-detail:hover,
.blog-post-slider .teaser-item.teaser-type-product .teaser-link-vendor-detail:hover,
.post-list .teaser-item.teaser-type-product .teaser-link-vendor-detail:hover,
.teaser-content .banner-item.teaser-type-product .teaser-link-vendor-detail:hover,
.blog-post-slider .banner-item.teaser-type-product .teaser-link-vendor-detail:hover,
.post-list .banner-item.teaser-type-product .teaser-link-vendor-detail:hover {
  text-decoration: none !important;
}
.teaser-content .teaser-category-desc-left,
.blog-post-slider .teaser-category-desc-left,
.post-list .teaser-category-desc-left {
  margin-bottom: 25px;
}
.teaser-content .teaser-category-desc-right,
.blog-post-slider .teaser-category-desc-right,
.post-list .teaser-category-desc-right {
  padding: 0 20px 20px;
}
.teaser-content .teaser-category-desc-right .teaser-bottom,
.blog-post-slider .teaser-category-desc-right .teaser-bottom,
.post-list .teaser-category-desc-right .teaser-bottom {
  padding: 0;
}
.teaser-content .teaser-category-desc-right .teaser-name h1,
.blog-post-slider .teaser-category-desc-right .teaser-name h1,
.post-list .teaser-category-desc-right .teaser-name h1 {
  color: #6e645e;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin: 15px 0;
}
.teaser-content .teaser-category-desc-right .teaser-title,
.blog-post-slider .teaser-category-desc-right .teaser-title,
.post-list .teaser-category-desc-right .teaser-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #6e645e;
  margin: 10px 0;
  text-align: left;
}
.teaser-title {
  float: left;
  width: 100%;
  text-align: center;
}
.teaser-title strong {
  font-size: 20px;
  line-height: 26px;
  color: #989400;
  font-weight: normal;
}
.teaser-title h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #6e645e;
  margin: 20px 0 30px;
}
.teaser-bottom {
  clear: both;
  padding: 20px 0;
}
.content-teasers .teaser-bottom {
  background: #ffffff;
  padding: 20px 40px;
  margin-top: 0;
}
.teaser-bottom .teaser-desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #6e645e;
  clear: both;
  display: block;
  width: 100%;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 14px 0 0;
}
.teaser-bottom .teaser-icon {
  padding: 5px 8px;
  color: #fff !important;
  font-weight: bold;
  font-size: 12px;
  border-radius: 15px;
}
.teaser-bottom.teaser-category-desc .teaser-title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #6e645e;
  margin: 10px 0;
  text-align: left;
}
.teaser-link-detail {
  text-align: left;
}
.teaser-link-detail > a,
.teaser-link-detail > span {
  position: relative;
  font-size: 1.4rem;
  display: inline-block;
  margin: 10px 0 0 0;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teaser-left .vendor-roles {
  padding: 20px 40px;
  border: 1px solid #6e645e;
}
.teaser-left .vendor-roles .vendor-roles-filter {
  display: inline-block;
  width: 49%;
  margin: 0 0 5px;
}
.catalog-category-view #map-direction-toolbar .gm-style .marker-content h3,
.catalog-category-view #map-direction-toolbar .gm-style .marker-content h4 {
  text-align: center;
  font-size: 14px;
}
.filter-action {
  display: block;
  text-align: left;
}
.filter-action #apply-filter {
  border: 1px solid #6e645e;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
  padding: 5px;
  color: #FFF;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.filter-action #apply-filter:hover {
  background: #6e645e;
}
.cms-index-index .category-desc-teaser .teaser-content {
  background: #ffffff;
}
.cms-index-index .category-desc-teaser .teaser-content .teaser-category-desc-left,
.cms-index-index .category-desc-teaser .teaser-content .teaser-category-desc-right {
  margin: 0;
}
.cms-index-index .category-desc-teaser .teaser-content .teaser-category-desc-right {
  padding: 20px;
}
.cms-index-index .category-desc-teaser .teaser-desc {
  height: auto;
  overflow: visible;
  display: block;
}
.page-product-giftcard .separator {
  margin-bottom: 35px !important;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .teaser-left .vendor-roles .vendor-roles-filter {
    width: 100%;
  }
}
.blog-index-index #maincontent,
.vendor-list-page #maincontent {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.blog-index-index .vendor-roles-service {
  background-color: #fadd68;
  right: 0;
  width: 100vw;
  position: relative;
  left: calc(0vw);
}
.blog-index-index .content-teasers .teaser-bottom .teaser-desc {
  height: auto;
  -webkit-line-clamp: unset;
  line-height: 1.5;
}
.blog-index-index .page-main {
  padding: 0 5px;
}
.blog-index-index .toolbar-products-inner .toolbar-products {
  margin: 0;
}
.page-products .cat-map.products-grid {
  margin-bottom: 20px;
}
.page-products .cat-map.products-grid .product-items .product-item-info {
  background: white;
}
.catalog-category-view .bottom-pager .pages {
  display: block;
  float: right;
  margin: 0;
  background: white;
  padding: 10px;
}
.block.block-collapsible-nav .item.current a,
.block.block-collapsible-nav .item.current > strong {
  border-color: #6e645e;
  color: #6e645e;
  font-weight: 600;
}
.blog-page .content-teasers .teaser-bottom {
  background-color: transparent;
}
.blog-page .blog-category-description-icon {
  background-color: #fff;
}
.blog-page .blog-category-description-icon .blog-cat-icon {
  padding: 30px 0 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.blog-page .blog-category-description-icon .blog-cat-icon li {
  width: 32%;
  margin-right: 2%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  flex-wrap: wrap;
}
.blog-page .blog-category-description-icon .blog-cat-icon li a {
  display: block;
}
.blog-page .blog-category-description-icon .blog-cat-icon li:nth-child(3n) {
  margin-right: 0;
}
.blog-page .blog-category-description-icon .blog-cat-icon li .blog-teaser-title {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 41px;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 0px 10px #000000!important;
  max-width: 270px;
}
.blog-page .blog-category-description-icon .blog-cat-icon li .icon-des {
  color: #6e645e;
  width: calc(100% - 115px);
}
.blog-page .blog-category-description-icon .blog-cat-icon li .icon-des strong {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
}
.blog-page .blog-category-description-icon .blog-cat-icon li a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  background: white;
  padding: 0;
  border: 1px solid #eaeaea;
  align-items: center;
  height: 100%;
}
.blog-page .blog-category-description-icon .blog-cat-icon li a:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.blog-page.blog-page-list .toolbar-products {
  margin-bottom: 5px;
}
.blog-page .toolbar-products {
  background: transparent;
}
.blog-page .blog-toolbar .toolbar-products {
  display: flex;
  justify-content: end;
  padding: 0 15px;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  color: #6e645e;
}
.blog-page .blog-toolbar .toolbar-products .toolbar-blog-posts {
  margin-bottom: 0;
}
.blog-page .blog-toolbar .toolbar-products .widget.blog-search {
  margin-bottom: 0;
}
.blog-page .blog-toolbar .toolbar-products .widget.blog-search input {
  color: #6e645e;
  border: 1px solid #F4C800;
  font-size: 16px;
}
.blog-page .blog-toolbar .toolbar-products .widget.blog-search input::placeholder {
  font-style: italic;
}
.blog-page .blog-toolbar .toolbar-products .widget.blog-search #search-blog {
  position: absolute;
  top: 0;
  right: 0;
  background: #6e645e;
  height: 100%;
  width: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.blog-page .blog-toolbar .toolbar-products .widget.blog-search #search-blog::before {
  color: #fff;
  background: none;
  content: "\f002";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: auto;
  height: auto;
  opacity: 1;
}
.blog-page .blog-toolbar .toolbar-products .sorter {
  width: 340px;
}
.blog-page .blog-toolbar .toolbar-products .block-categories {
  float: right;
  clear: none;
  margin-bottom: 0;
  display: none;
}
.blog-page .blog-toolbar .toolbar-products .block-categories .block-title {
  display: none;
}
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories {
  display: flex;
  align-items: center;
}
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter {
  margin-right: 30px;
}
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter.filter-action {
  margin-right: 0;
}
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter.filter-action .action.primary,
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter.filter-action .amshopby-button,
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter.filter-action .am-filter-go {
  background: rgba(244, 200, 0, 0.4);
  border: 1px solid #F4C800;
  color: #6e645e;
  font-weight: bold;
}
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter.filter-action .action.primary:hover,
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter.filter-action .amshopby-button:hover,
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter.filter-action .am-filter-go:hover {
  background-color: #6e645e;
  border-color: #6e645e;
  color: #fff;
}
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter input[type=checkbox] {
  width: 20px;
  height: 20px;
  opacity: 0;
  margin-right: 5px;
  margin-top: 0;
}
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter input[type=checkbox] + label {
  position: relative;
}
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  left: -29px;
  top: -2px;
  background-color: #fff;
  background: rgba(244, 200, 0, 0.4);
  border: 1px solid #F4C800;
}
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter input[type=checkbox]:checked + label:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 10px;
  border-bottom: solid 2px #6e645e;
  border-right: solid 2px #6e645e;
  transform: rotate(45deg);
  left: -21px;
  top: 2px;
}
.blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter label {
  font-weight: bold;
  font-size: 15px;
}
.blog-page .modal-filter-popup .modal-title,
.blog-page .modal-filter-popup .block-categories {
  display: none;
}
.blog-page .modal-filter-popup .modal-content {
  padding-top: 20px;
}
.blog-page .modal-filter-popup #search-blog {
  position: absolute;
  top: 0;
  right: 0;
  background: #6e645e;
  height: 100%;
  width: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.blog-page .modal-filter-popup #search-blog::before {
  color: #fff;
  background: none;
  content: "\f002";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: auto;
  height: auto;
  opacity: 1;
}
.blog-page .modal-filter-popup .toolbar-products {
  padding: 0;
}
.blog-page .modal-filter-popup .toolbar-products .toolbar-sorter {
  float: unset;
}
.blog-page .post-list-wrapper .category-blog-view {
  margin-bottom: 50px;
}
.blog-page .post-list-wrapper .category-blog-view .blog-post-slider .owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
}
.blog-page .post-list-wrapper .category-blog-view .separator {
  margin-bottom: 40px;
}
.blog-page .post-list-wrapper .category-blog-view .separator h3 {
  font-weight: bold;
  color: #6e645e;
  margin: 0;
}
.blog-page .post-list-wrapper .category-blog-view .owl-carousel .owl-nav div {
  top: 33%;
}
.blog-page .post-list-wrapper .banner-item {
  background-color: #fff;
}
.blog-page .post-list-wrapper .banner-item .box-img {
  display: block;
  width: 100%;
  position: relative;
}
.blog-page .post-list-wrapper .banner-item .box-img:hover {
  text-decoration: none !important;
}
.blog-page .post-list-wrapper .banner-item .box-img img {
  width: auto;
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.blog-page .post-list-wrapper .banner-item .post-title {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0px 10px 0px;
}
.blog-page .post-list-wrapper .banner-item .post-info {
  padding: 20px;
}
.blog-page .post-list-wrapper .banner-item .post-info .post-cat {
  padding: 0 15px;
  background-color: #f6cf00;
  color: #fff;
  border-radius: 15px;
  line-height: 28px;
  display: inline-block;
  font-weight: bold;
}
.blog-page .post-list-wrapper .banner-item .post-info .post-content {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #6e645e;
  clear: both;
  display: block;
  width: 100%;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 10px 0 0;
  word-wrap: break-word;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-page .post-list-wrapper .banner-item .post-info .post-author {
  font-size: 16px;
  line-height: 20px;
  color: #6e645e;
}
.blog-page.blog-page-list:not(.blog-index-index) .post-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-page.blog-page-list:not(.blog-index-index) .post-list .banner-item {
  width: 49%;
  margin-bottom: 30px;
}
.blog-page .post-list-wrapper .banner-item .post-title {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0px 10px 0px;
  word-wrap: break-word;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
body {
  color: #6e645e;
}
.post-title {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0px 10px 0px;
}
button.button:hover,
button:hover,
.cart .continue:hover,
.actions-toolbar .primary a.action:hover,
.action.primary:hover,
.page-not-found .previus-page:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  color: #ffffff;
  background-color: #6e645e;
  border-color: #6e645e;
}
body a:hover,
body a:focus,
.account-nav .item a:hover,
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover,
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited,
.product-item-name > a:hover,
.product-item-name > a:visited,
.product.name a > a:hover,
.product.name a > a:visited {
  color: #6e645e;
  text-decoration: underline;
}
body.page-layout-1column a,
body.page-layout-2columns-left a,
body.page-layout-2columns-right a,
.block-collapsible-nav .item a {
  color: #6e645e;
}
.account .gift-card-list td.col.relate,
.account .gift-card-list th.col.relate {
  display: none !important;
}
.blog-page .post-list-wrapper .category-blog-view .banner-item .post-info .post-content,
.teaser-bottom .teaser-desc {
  text-align: left;
}
.gift-card-list .data.table > thead > tr > th,
.table-order-items > thead > tr > th {
  background-color: #f5f5f5;
}
.gift-card-list .data.table {
  margin-top: 20px;
}
.page-title-wrapper h1 {
  color: #6e645e;
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}
.cms-faq .page-title-wrapper {
  display: block !important;
}
.cms-frequently-asked-questions .page-title-wrapper {
  display: block !important;
}
.accordion-widget {
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.accordion-widget div[data-role=collapsible] > div {
  position: relative;
  padding: 15px;
  cursor: pointer;
}
.accordion-widget div[data-role=collapsible] > div:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  border-top: solid 3px;
  border-right: solid 3px;
  border-radius: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.accordion-widget div[data-role=collapsible].active > div:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  margin-top: -7px;
}
.accordion-widget div[data-role=content] {
  display: none;
  padding: 15px !important;
  background: #f5f4f1;
}
.accordion-widget div[data-role=content] .accordion-widget-content {
  margin-top: 15px;
}
.accordion-widget div[data-role=content] .accordion-widget-content:first-child {
  margin-top: 0;
}
.accordion-widget div[data-role=content] .accordion-widget-content div[data-role=collapsible] > div {
  padding: 15px;
  background-color: #fff;
}
.accordion-widget div[data-role=content] .accordion-widget-content div[data-role=content] {
  padding: 15px !important;
  background: #f9f9f9;
}
.catalog-category-view.page-with-filter #maincontent {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.catalog-category-view .teaser-content .teaser-item {
  box-shadow: none;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
}
.catalog-category-view .cat-map .product-items {
  margin: 0;
}
.catalog-category-view .cat-map .product-items .product-item-info {
  /*border-top: 0;*/
}
.catalog-category-view .cat-map .product-items .product-item-info .product-img-hover {
  overflow: hidden;
}
.catalog-category-view .cat-map .product-items .product-item-info .info-row .bottom-distance-content {
  float: left;
  color: #6e645e;
}
.catalog-category-view .cat-map .product-items .product-item-info .info-row .bottom-distance-content .product-distance {
  width: auto;
  float: left;
}
.catalog-category-view .cat-map .product-items .product-item-info .info-row .bottom-distance-content .product-distance:before {
  content: "\f041";
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
.catalog-category-view .cat-map .product-items .product-item-info .info-row .view-detail {
  /* float: right; */
  word-wrap: break-word;
  height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-category-view .cat-map.products-grid .product-item-info:hover,
.catalog-category-view .cat-map.products-grid .product-item-info.active {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.catalog-category-view .cat-map.products-grid .product-item-info .product-item-name {
  min-height: unset;
}
.catalog-category-view .cat-map.products-grid .product-item-info .product-item-name a {
  color: #6e645e;
  font-weight: 700;
  font-size: 1.6rem;
  word-wrap: break-word;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-category-view .cat-map.products-grid .product-item-info .product-item-name div.vendor-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 60px;
  max-height: 60px;
  font-weight: normal;
  font-size: 14px;
}
.catalog-category-view .cat-map.products-grid .product-item-info .product-item-description {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 10px;
  height: 26px;
}
.catalog-category-view .cat-map.products-grid .product-item-info .product-item-details {
  padding: 5px 20px 20px;
}
.catalog-category-view .cat-map.products-grid .product-item-info .product-item-details .product-details-wrapper {
  min-height: 90px;
}
.catalog-category-view .cat-map.products-grid .product-item-info .product-item-description-inner {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: 0;
  padding: 0;
  height: 70px;
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.catalog-category-view .bottom-pager {
  text-align: right;
  margin: 0 0 10px;
  display: block;
  overflow: hidden;
  padding-right: 50px;
}
.catalog-category-view .bottom-pager .pages {
  display: block;
  float: right;
  margin: 0;
}
.catalog-category-view .bottom-pager .pages .item {
  margin: 0;
}
.catalog-category-view .bottom-pager .pages .item .page {
  border: 0;
  color: #6e645e;
  text-align: center;
}
.catalog-category-view .bottom-pager .pages .item .page:hover {
  background: transparent;
}
.catalog-category-view .bottom-pager .pages .item.current .page {
  background: #004364;
  border-color: #004364;
  color: #fff;
}
.catalog-category-view .bottom-pager .pages .action {
  border: 0;
}
.catalog-category-view .bottom-pager .pages .action.next::before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6e645e;
  line-height: 35px;
  font-weight: 900;
}
.catalog-category-view .bottom-pager .pages .action.previous::before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6e645e;
  line-height: 30px;
  font-weight: 900;
}
.catalog-category-view .bottom-pager .pages .action:hover {
  background: transparent;
}
.catalog-category-view .toolbar-products {
  background: #ffffff;
  -webkit-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
  margin-top: 40px;
  position: relative;
}
.catalog-category-view .toolbar-products .modes,
.catalog-category-view .toolbar-products .limiter,
.catalog-category-view .toolbar-products .toolbar-sorter:not(.location) {
  display: none;
}
.catalog-category-view .toolbar-products .pages {
  display: block;
  float: right;
  margin: 0;
  line-height: 70px;
}
.catalog-category-view .toolbar-products .pages .item {
  margin: 0;
}
.catalog-category-view .toolbar-products .pages .item .page {
  border: 0;
  color: #6e645e;
  text-align: center;
}
.catalog-category-view .toolbar-products .pages .item .page:hover {
  background: transparent;
}
.catalog-category-view .toolbar-products .pages .item.current .page {
  background: #004364;
  border-color: #004364;
  color: #fff;
}
.catalog-category-view .toolbar-products .pages .action {
  border: 0;
}
.catalog-category-view .toolbar-products .pages .action.next::before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6e645e;
  line-height: 35px;
  font-weight: 900;
}
.catalog-category-view .toolbar-products .pages .action.previous::before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6e645e;
  line-height: 30px;
  font-weight: 900;
}
.catalog-category-view .toolbar-products .pages .action:hover {
  background: transparent;
}
.catalog-category-view .toolbar-products .toolbar-sorter.location .ui-slider-horizontal {
  height: 2px;
  margin-bottom: 30px;
  margin-top: 20px;
  background: rgba(131, 119, 111, 0.3);
  max-width: 96%;
}
.catalog-category-view .toolbar-products .toolbar-sorter.location .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #004364;
  bottom: 7px;
  position: relative;
  cursor: pointer;
}
.catalog-category-view .toolbar-products .toolbar-sorter.location .ui-slider-handle:before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  background: rgba(0, 67, 100, 0.15);
  border-radius: 100%;
  top: -5px;
  left: -5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-category-view .toolbar-products .toolbar-sorter.location .ui-slider-handle:hover:before {
  top: -12.5px;
  left: -11.5px;
  width: 40px;
  height: 40px;
}
.catalog-category-view .toolbar-products .toolbar-sorter.location .map-vendor-list {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
}
.catalog-category-view .toolbar-products .toolbar-sorter.location .fa-map-marker-search {
  position: absolute;
  top: 8px;
  left: 6px;
  color: #6e645e;
}
.catalog-category-view .toolbar-products .toolbar-sorter.location .fa-map-marker-search.fa-map-marker-active:after {
  content: "\f00d";
  font-size: 10px;
  position: absolute;
  right: -11px;
  top: 3px;
}
.catalog-category-view .toolbar-products .toolbar-sorter.location #input_address {
  padding: 0 10px 0 30px;
  border-radius: 3px;
  color: #6e645e;
  font-size: 1.3rem;
}
.catalog-category-view .modal-toolbar-products {
  background: #ffffff;
}
.catalog-category-view .modal-toolbar-products .modal-inner-wrap[class] {
  background-color: #fff !important;
}
.catalog-category-view .modal-toolbar-products .modes,
.catalog-category-view .modal-toolbar-products .limiter,
.catalog-category-view .modal-toolbar-products .toolbar-sorter:not(.location) {
  display: none;
}
.catalog-category-view .modal-toolbar-products #map-direction-toolbar {
  min-height: 100vh;
  height: 100% !important;
  margin: 0;
  width: 100% !important;
}
.catalog-category-view .modal-toolbar-products .pages {
  display: block;
  float: right;
  margin: 0;
  line-height: 70px;
}
.catalog-category-view .modal-toolbar-products .pages .item {
  margin: 0;
}
.catalog-category-view .modal-toolbar-products .pages .item .page {
  border: 0;
  color: #6e645e;
}
.catalog-category-view .modal-toolbar-products .pages .item .page:hover {
  background: transparent;
}
.catalog-category-view .modal-toolbar-products .pages .item.current .page {
  background: #004364;
  border-color: #004364;
  color: #fff;
}
.catalog-category-view .modal-toolbar-products .pages .action {
  border: 0;
}
.catalog-category-view .modal-toolbar-products .pages .action.next::before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6e645e;
  line-height: 30px;
  font-weight: 900;
}
.catalog-category-view .modal-toolbar-products .pages .action.previous::before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6e645e;
  line-height: 30px;
  font-weight: 900;
}
.catalog-category-view .modal-toolbar-products .pages .action:hover {
  background: transparent;
}
.catalog-category-view .modal-toolbar-products .toolbar-sorter.location {
  position: static;
  width: 100%;
  margin-bottom: 20px;
}
.catalog-category-view .modal-toolbar-products .toolbar-sorter.location .ui-slider-horizontal {
  height: 2px;
  margin-bottom: 30px;
  margin-top: 20px;
  background: rgba(131, 119, 111, 0.3);
  max-width: 96%;
}
.catalog-category-view .modal-toolbar-products .toolbar-sorter.location .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #004364;
  bottom: 7px;
  position: relative;
  cursor: pointer;
}
.catalog-category-view .modal-toolbar-products .toolbar-sorter.location .ui-slider-handle:before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  background: rgba(0, 67, 100, 0.15);
  border-radius: 100%;
  top: -5px;
  left: -5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-category-view .modal-toolbar-products .toolbar-sorter.location .ui-slider-handle:hover:before {
  top: -12.5px;
  left: -11.5px;
  width: 40px;
  height: 40px;
}
.catalog-category-view .modal-toolbar-products .toolbar-sorter.location .map-vendor-list {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
}
.catalog-category-view .modal-toolbar-products .toolbar-sorter.location .fa-map-marker-search {
  position: absolute;
  top: 8px;
  left: 6px;
  color: #6e645e;
}
.catalog-category-view .modal-toolbar-products .toolbar-sorter.location .fa-map-marker-search.fa-map-marker-active:after {
  content: "\f00d";
  font-size: 10px;
  position: absolute;
  right: -11px;
  top: 3px;
}
.catalog-category-view .modal-toolbar-products .toolbar-sorter.location #input_address {
  height: 30px;
  padding: 0 10px 0 30px;
  border-radius: 3px;
  color: #6e645e;
  font-size: 1.3rem;
}
.catalog-category-view .modal-toolbar-products .block.filter-category {
  margin-bottom: 20px;
}
.catalog-category-view .modal-toolbar-products .block.filter-category .action.toggle {
  cursor: pointer;
  font-weight: 600;
  margin: 0 0 5px;
  display: block;
  overflow: hidden;
  padding: 5px 40px 5px 0;
  position: relative;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
}
.catalog-category-view .modal-toolbar-products .block.filter-category .action.toggle strong {
  font-weight: 600;
}
.catalog-category-view .modal-toolbar-products .filter .block-title.filter-title {
  position: static;
  display: none;
}
.catalog-category-view .modal-toolbar-products .filter .filter-options-item {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.catalog-category-view .modal-toolbar-products .filter .filter-options {
  display: block;
}
.catalog-category-view .modal-toolbar-products .filter .filter-options-title {
  padding: 0;
  border: none;
}
.catalog-category-view .modal-toolbar-products .filter .filter-options-title:after {
  content: none;
}
.catalog-category-view .modal-toolbar-products .filter .filter-options-content {
  padding: 0;
  display: block !important;
}
.catalog-category-view .modal-full {
  min-width: 100%;
  margin: 0;
}
.catalog-category-view .modal-full .modal-content {
  min-height: 100vh;
}
.catalog-category-view .more-filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog-category-view .more-filter ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog-category-view .product-item .price-box .price {
  color: #989400;
  font-size: 1.8rem;
}
.catalog-category-view .product-item .price-box .price-from,
.catalog-category-view .product-item .price-box .price-to {
  display: inline-block;
}
.catalog-category-view .product-item .price-box .price-from:after {
  content: '-';
  display: inline-block;
  margin: 0 5px;
}
.catalog-category-view .price-details {
  display: none;
}
.pac-container {
  background-color: #FFF;
  z-index: 99999999999;
  position: fixed;
  display: inline-block;
}
#filter-toggle {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Roboto', 'sans-serif';
  line-height: 30px;
  padding-left: 10px;
}
#filter-toggle {
  position: absolute;
  margin-left: 10px;
  min-width: 169px;
  z-index: 5;
  margin-top: 55px;
  background-color: #fff;
  padding: 5px;
  border: none;
}
.vendor-list-page .vendor-list-title {
  color: #6e645e;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin: 20px 0 15px;
}
.vendor-list-page #maincontent {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.vendor-list-page #maincontent .toolbar-products .toolbar-sorter.location .ui-slider-horizontal {
  margin: 0;
}
.vendor-list-page .distance-slider {
  height: 60px;
  position: relative;
}
.vendor-list-page .distance-slider span#min {
  left: -57%;
  position: relative;
  top: 11px;
}
.vendor-list-page .distance-slider span#max {
  right: -60%;
  position: relative;
  bottom: 12px;
}
.vendor-list-page .vendor-roles {
  text-align: left;
  display: inline-block;
  float: left;
}
.vendor-list-page .vendor-roles .vendor-roles-filter {
  display: inline-block;
  width: 49%;
  margin: 0 0 5px;
  position: relative;
  padding-left: 30px;
}
.vendor-list-page .vendor-roles .vendor-roles-filter.filter-action {
  padding-left: 0;
}
.page-layout-vendor_view .modal-toolbar-products.modal-popup.modal-slide,
.catalog-category-view .modal-toolbar-products.modal-popup.modal-slide,
.cms-index-index .modal-toolbar-products.modal-popup.modal-slide {
  left: 0;
}
.page-layout-vendor_view .modal-toolbar-products.modal-popup.modal-slide .modal-header,
.catalog-category-view .modal-toolbar-products.modal-popup.modal-slide .modal-header,
.cms-index-index .modal-toolbar-products.modal-popup.modal-slide .modal-header {
  padding: 15px 15px;
  height: 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 2px 28px rgba(0, 0, 0, 0.06), 0 2px 60px rgba(0, 0, 0, 0.02);
  margin: 0 0 10px;
}
.page-layout-vendor_view .modal-toolbar-products.modal-popup.modal-slide .modal-header .modal-title,
.catalog-category-view .modal-toolbar-products.modal-popup.modal-slide .modal-header .modal-title,
.cms-index-index .modal-toolbar-products.modal-popup.modal-slide .modal-header .modal-title {
  padding: 0;
  margin: 0;
}
.page-layout-vendor_view .modal-toolbar-products.modal-popup.modal-slide .modal-content,
.catalog-category-view .modal-toolbar-products.modal-popup.modal-slide .modal-content,
.cms-index-index .modal-toolbar-products.modal-popup.modal-slide .modal-content {
  padding: 0;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #534A41;
  color: #fff;
  height: 50px;
  z-index: 60;
  box-shadow: 0 -4px 4px #cccccc;
  padding: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer i,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer i,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer i {
  color: #fff;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer > button,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer > button,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer > button {
  background-color: #534A41;
  float: left;
  border: none;
  width: 33.33%;
  height: 50px;
  border-radius: 0;
  position: relative;
  color: #fff;
  font-size: 15px;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer > button:hover,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer > button:hover,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer > button:hover,
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer > button:focus,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer > button:focus,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer > button:focus,
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer > button:active,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer > button:active,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer > button:active {
  background: transparent;
  color: #333333;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer > button:not(:last-child):after,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer > button:not(:last-child):after,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer > button:not(:last-child):after {
  height: 30px;
  width: 1px;
  position: absolute;
  top: 10px;
  right: 0;
  background: #ccc;
  content: "";
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer > button:before,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer > button:before,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer > button:before {
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  margin: 0 5px 0 0;
  font-weight: 900;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer > button.open-list-product:before,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer > button.open-list-product:before,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer > button.open-list-product:before {
  content: "\f104";
  font-weight: 900;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer > button.open-search-product:before,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer > button.open-search-product:before,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer > button.open-search-product:before {
  content: "\f002";
  font-weight: 900;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer > button.open-filter-button:before,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer > button.open-filter-button:before,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer > button.open-filter-button:before {
  content: "\f0b0";
  font-weight: 900;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer > button.open-share-button:before,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer > button.open-share-button:before,
.cms-index-index .modal-toolbar-products.modal-map-popup .modal-footer > button.open-share-button:before {
  content: "\f064";
  font-weight: 900;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup.with-3-button .modal-footer > button,
.catalog-category-view .modal-toolbar-products.modal-map-popup.with-3-button .modal-footer > button,
.cms-index-index .modal-toolbar-products.modal-map-popup.with-3-button .modal-footer > button {
  width: 50%;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .modal-footer,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-footer,
.cms-index-index .modal-toolbar-products.modal-filter-popup .modal-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #534A41;
  color: #fff;
  height: 50px;
  z-index: 60;
  box-shadow: 0 -4px 4px #cccccc;
  padding: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .modal-footer > button,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-footer > button,
.cms-index-index .modal-toolbar-products.modal-filter-popup .modal-footer > button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #534A41;
  float: left;
  border: none;
  width: 33.33%;
  height: 50px;
  border-radius: 0;
  position: relative;
  color: #fff;
  font-size: 15px;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .modal-footer > button:hover,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-footer > button:hover,
.cms-index-index .modal-toolbar-products.modal-filter-popup .modal-footer > button:hover,
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .modal-footer > button:focus,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-footer > button:focus,
.cms-index-index .modal-toolbar-products.modal-filter-popup .modal-footer > button:focus,
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .modal-footer > button:active,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-footer > button:active,
.cms-index-index .modal-toolbar-products.modal-filter-popup .modal-footer > button:active {
  background: transparent;
  color: #333333;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .modal-footer > button:not(:last-child):after,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-footer > button:not(:last-child):after,
.cms-index-index .modal-toolbar-products.modal-filter-popup .modal-footer > button:not(:last-child):after {
  height: 30px;
  width: 1px;
  position: absolute;
  top: 10px;
  right: 0;
  background: #ccc;
  content: "";
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .modal-footer > button:before,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-footer > button:before,
.cms-index-index .modal-toolbar-products.modal-filter-popup .modal-footer > button:before {
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: inherit;
  margin: 0 5px 0 0;
  font-weight: 900;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .modal-footer > button.open-list-product:before,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-footer > button.open-list-product:before,
.cms-index-index .modal-toolbar-products.modal-filter-popup .modal-footer > button.open-list-product:before {
  content: "\f104";
  font-weight: 900;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .modal-footer > button.open-filter-button:before,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-footer > button.open-filter-button:before,
.cms-index-index .modal-toolbar-products.modal-filter-popup .modal-footer > button.open-filter-button:before {
  content: "\f0b0";
  font-weight: 900;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .modal-footer > button.open-map-button:before,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-footer > button.open-map-button:before,
.cms-index-index .modal-toolbar-products.modal-filter-popup .modal-footer > button.open-map-button:before {
  content: "\f041";
  font-weight: 900;
}
.vendor-list-page .modal-filter-popup .modal-footer > button {
  width: 50% !important;
}
.vendor-list-page .modal-toolbar-products.modal-map-popup .modal-footer > button,
.page-vendor-profile .modal-toolbar-products.modal-map-popup .modal-footer > button {
  width: 100%;
}
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-header,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .modal-header {
  display: block !important;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-header,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-header,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-map-popup .modal-header,
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .modal-header,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .modal-header,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .modal-header {
  display: none;
}
.page-layout-vendor_view .modal-toolbar-products.modal-map-popup .modal-footer .open-filter-button:before,
.catalog-category-view .modal-toolbar-products.modal-map-popup .modal-footer .open-filter-button:before,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-map-popup .modal-footer .open-filter-button:before {
  content: "\f0c9";
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky {
  position: fixed;
  bottom: 50px;
  left: 0;
  background: #fff;
  z-index: 10;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  width: 100%;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky .toggle-vendor-tabs-sticky,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky .toggle-vendor-tabs-sticky,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky .toggle-vendor-tabs-sticky {
  position: absolute;
  width: 45px;
  height: 35px;
  background: #fff;
  top: -34px;
  left: 0;
  border: 1px solid rgba(131, 119, 111, 0.5);
  border-bottom: none;
  border-left: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky .toggle-vendor-tabs-sticky:before,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky .toggle-vendor-tabs-sticky:before,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky .toggle-vendor-tabs-sticky:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #6e645e;
  border-right: solid 1px #6e645e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  margin-top: -6px;
  margin-left: -5px;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky .vendor-tabs,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky .vendor-tabs,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky .vendor-tabs {
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky.down .toggle-vendor-tabs-sticky:before,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky.down .toggle-vendor-tabs-sticky:before,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky.down .toggle-vendor-tabs-sticky:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  margin-top: -1px;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky.down .vendor-tabs,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky.down .vendor-tabs,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .vendor-tabs-sticky.down .vendor-tabs {
  opacity: 0;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .vendor-tabs,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .vendor-tabs,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .vendor-tabs {
  padding: 0 15px;
  width: 100%;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .tab-content,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .tab-content,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .tab-content {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .tab-content .tab-content-item,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .tab-content .tab-content-item,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .tab-content .tab-content-item {
  position: absolute;
  top: 100%;
  opacity: 0;
  display: block;
  overflow: hidden;
  height: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  max-height: 100%;
  padding: 30px 15px;
}
.page-layout-vendor_view .modal-toolbar-products.modal-filter-popup .tab-content .tab-content-item.active,
.catalog-category-view .modal-toolbar-products.modal-filter-popup .tab-content .tab-content-item.active,
.jajuma_vendor-vendor-list .modal-toolbar-products.modal-filter-popup .tab-content .tab-content-item.active {
  height: auto;
  opacity: 1;
  overflow-y: auto;
  top: 0;
}
.page-layout-vendor_view .page-title-wrapper,
.catalog-category-view .page-title-wrapper,
.jajuma_vendor-vendor-list .page-title-wrapper {
  display: none;
}
.page-layout-vendor_view .vendor-general-information .shop-name,
.catalog-category-view .vendor-general-information .shop-name,
.jajuma_vendor-vendor-list .vendor-general-information .shop-name {
  color: #6e645e;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin: 30px 0 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(131, 119, 111, 0.5);
}
.page-layout-vendor_view .vendor-logo img,
.catalog-category-view .vendor-logo img,
.jajuma_vendor-vendor-list .vendor-logo img {
  width: 240px;
  max-width: 100%;
}
.page-layout-vendor_view .vendor-roles-service h3,
.catalog-category-view .vendor-roles-service h3,
.jajuma_vendor-vendor-list .vendor-roles-service h3 {
  color: #6e645e;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 25px;
}
.page-layout-vendor_view .vendor-roles-service .role-item,
.catalog-category-view .vendor-roles-service .role-item,
.jajuma_vendor-vendor-list .vendor-roles-service .role-item {
  position: relative;
  display: inline-block;
  margin: 0 30px 0 0;
}
.page-layout-vendor_view .vendor-roles-service .role-item:last-child,
.catalog-category-view .vendor-roles-service .role-item:last-child,
.jajuma_vendor-vendor-list .vendor-roles-service .role-item:last-child {
  margin-right: 0;
}
.page-layout-vendor_view .vendor-roles-service .role-item .role-text,
.catalog-category-view .vendor-roles-service .role-item .role-text,
.jajuma_vendor-vendor-list .vendor-roles-service .role-item .role-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px;
  color: #fff;
  background-color: #6e645e;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  opacity: 0;
  z-index: -1;
  margin-top: 30px;
  top: 100%;
  white-space: nowrap;
}
.page-layout-vendor_view .vendor-roles-service .role-item .role-text:before,
.catalog-category-view .vendor-roles-service .role-item .role-text:before,
.jajuma_vendor-vendor-list .vendor-roles-service .role-item .role-text:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 100%;
  border-bottom: solid 8px #6e645e;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.page-layout-vendor_view .vendor-roles-service .role-item:hover .role-text,
.catalog-category-view .vendor-roles-service .role-item:hover .role-text,
.jajuma_vendor-vendor-list .vendor-roles-service .role-item:hover .role-text {
  opacity: 1;
  margin-top: 15px;
  z-index: 0;
}
.page-layout-vendor_view .vendor-roles-service .role-icon,
.catalog-category-view .vendor-roles-service .role-icon,
.jajuma_vendor-vendor-list .vendor-roles-service .role-icon {
  width: 90px;
  border-radius: 50%;
  height: 90px;
  position: relative;
  overflow: hidden;
  display: block;
}
.page-layout-vendor_view .vendor-roles-service .role-icon img,
.catalog-category-view .vendor-roles-service .role-icon img,
.jajuma_vendor-vendor-list .vendor-roles-service .role-icon img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.page-layout-vendor_view .vendor-roles-service .role-icon img.icon-hover,
.catalog-category-view .vendor-roles-service .role-icon img.icon-hover,
.jajuma_vendor-vendor-list .vendor-roles-service .role-icon img.icon-hover {
  top: 100%;
  opacity: 0.3;
}
.page-layout-vendor_view .vendor-roles-service .role-icon:hover img.icon,
.catalog-category-view .vendor-roles-service .role-icon:hover img.icon,
.jajuma_vendor-vendor-list .vendor-roles-service .role-icon:hover img.icon {
  top: -100%;
  opacity: 0.3;
}
.page-layout-vendor_view .vendor-roles-service .role-icon:hover img.icon-hover,
.catalog-category-view .vendor-roles-service .role-icon:hover img.icon-hover,
.jajuma_vendor-vendor-list .vendor-roles-service .role-icon:hover img.icon-hover {
  top: 0;
  opacity: 1;
}
.page-layout-vendor_view .vendor-tabs,
.catalog-category-view .vendor-tabs,
.jajuma_vendor-vendor-list .vendor-tabs {
  margin: 50px 0 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(131, 119, 111, 0.5);
  border-top: 1px solid rgba(131, 119, 111, 0.5);
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
}
.page-layout-vendor_view .vendor-tabs li,
.catalog-category-view .vendor-tabs li,
.jajuma_vendor-vendor-list .vendor-tabs li {
  float: left;
  /*width: 100% / 6;*/
  margin: 0;
  text-align: center;
  margin-right: 20px;
}
.page-layout-vendor_view .vendor-tabs li:last-child,
.catalog-category-view .vendor-tabs li:last-child,
.jajuma_vendor-vendor-list .vendor-tabs li:last-child {
  margin-right: 0;
}
.page-layout-vendor_view .vendor-tabs li a,
.catalog-category-view .vendor-tabs li a,
.jajuma_vendor-vendor-list .vendor-tabs li a {
  line-height: 25px;
  display: inline-block !important;
  color: #6e645e;
  font-style: normal;
  font-size: 20px;
}
.page-layout-vendor_view .vendor-tabs li.ui-tabs-active a,
.catalog-category-view .vendor-tabs li.ui-tabs-active a,
.jajuma_vendor-vendor-list .vendor-tabs li.ui-tabs-active a,
.page-layout-vendor_view .vendor-tabs li.active a,
.catalog-category-view .vendor-tabs li.active a,
.jajuma_vendor-vendor-list .vendor-tabs li.active a {
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #C3390F;
}
.page-layout-vendor_view .tab-content,
.catalog-category-view .tab-content,
.jajuma_vendor-vendor-list .tab-content {
  padding: 30px 0;
}
.page-layout-vendor_view .tab-content h2,
.catalog-category-view .tab-content h2,
.jajuma_vendor-vendor-list .tab-content h2 {
  color: #6e645e;
  font-weight: 700;
  margin-bottom: 25px;
}
.page-layout-vendor_view .tab-content .tab-content-item > p,
.catalog-category-view .tab-content .tab-content-item > p,
.jajuma_vendor-vendor-list .tab-content .tab-content-item > p {
  color: #6e645e;
  font-size: 16px;
}
.page-layout-vendor_view .tab-content .products-grid .product-items,
.catalog-category-view .tab-content .products-grid .product-items,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.page-layout-vendor_view .tab-content .products-grid .product-items.more-than-3,
.catalog-category-view .tab-content .products-grid .product-items.more-than-3,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items.more-than-3 {
  justify-content: normal;
}
.page-layout-vendor_view .tab-content .products-grid .product-items .product-item,
.catalog-category-view .tab-content .products-grid .product-items .product-item,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items .product-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.page-layout-vendor_view .tab-content .products-grid .product-items .product-item:last-child,
.catalog-category-view .tab-content .products-grid .product-items .product-item:last-child,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items .product-item:last-child,
.page-layout-vendor_view .tab-content .products-grid .product-items .product-item:nth-child(3n),
.catalog-category-view .tab-content .products-grid .product-items .product-item:nth-child(3n),
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items .product-item:nth-child(3n) {
  margin-right: 0;
}
.page-layout-vendor_view .tab-content .products-grid .product-items .product-item-info .product-item-details,
.catalog-category-view .tab-content .products-grid .product-items .product-item-info .product-item-details,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items .product-item-info .product-item-details {
  padding: 15px 25px 25px;
}
.page-layout-vendor_view .tab-content .products-grid .product-items .product-item-info .product-item-name,
.catalog-category-view .tab-content .products-grid .product-items .product-item-info .product-item-name,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items .product-item-info .product-item-name {
  margin: 0;
}
.page-layout-vendor_view .tab-content .products-grid .product-items .product-item-info .product-item-name a,
.catalog-category-view .tab-content .products-grid .product-items .product-item-info .product-item-name a,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items .product-item-info .product-item-name a {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin: 5px 0 4px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 35px;
  height: 35px;
  min-height: 35px;
}
.page-layout-vendor_view .tab-content .products-grid .product-items .product-item-info .product-item-description,
.catalog-category-view .tab-content .products-grid .product-items .product-item-info .product-item-description,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items .product-item-info .product-item-description {
  border-top: none;
  margin: 0;
  padding: 0;
}
.page-layout-vendor_view .tab-content .products-grid .product-items .product-item-description-inner,
.catalog-category-view .tab-content .products-grid .product-items .product-item-description-inner,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items .product-item-description-inner {
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  height: 75px;
  font-size: 16px;
  margin-bottom: 10px;
}
.page-layout-vendor_view .tab-content .products-grid .product-items .info-row,
.catalog-category-view .tab-content .products-grid .product-items .info-row,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items .info-row {
  text-align: right;
}
.page-layout-vendor_view .tab-content .products-grid .product-items .info-row .view-detail,
.catalog-category-view .tab-content .products-grid .product-items .info-row .view-detail,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items .info-row .view-detail {
  font-size: 16px;
  color: #004165;
}
.page-layout-vendor_view .tab-content .products-grid .product-items .info-row .view-detail:before,
.catalog-category-view .tab-content .products-grid .product-items .info-row .view-detail:before,
.jajuma_vendor-vendor-list .tab-content .products-grid .product-items .info-row .view-detail:before {
  content: '»';
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products {
  padding: 0;
  margin: 0 0 20px;
  box-shadow: none;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .reset-filter,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products .reset-filter,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products .reset-filter {
  margin-bottom: 10px;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .wrap-filter,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products .wrap-filter,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products .wrap-filter {
  display: flex;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .more-filter,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products .more-filter,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products .more-filter {
  margin: 0;
  width: 200px;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle {
  padding-left: 0;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle strong,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle strong,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category .action.toggle strong {
  font-weight: 400;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products .more-filter #layered-filter-block-category ul.dropdown {
  top: 100%;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .toolbar-sorter.location,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products .toolbar-sorter.location,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products .toolbar-sorter.location {
  width: calc(100% - 200px);
  float: right;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .toolbar-sorter.location .div-distance-slider,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products .toolbar-sorter.location .div-distance-slider,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products .toolbar-sorter.location .div-distance-slider {
  width: 250px;
  float: left;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .toolbar-sorter.location .map-vendor-list,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products .toolbar-sorter.location .map-vendor-list,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products .toolbar-sorter.location .map-vendor-list {
  float: right;
  width: 300px;
  margin: 25px 0;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products.bottom-toolbar .toolbar-amount,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products.bottom-toolbar .toolbar-amount,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products.bottom-toolbar .toolbar-amount {
  display: none;
}
.page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products.bottom-toolbar .pages,
.catalog-category-view .tab-content .catalog-category-view .toolbar-products.bottom-toolbar .pages,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .toolbar-products.bottom-toolbar .pages {
  float: right;
}
.page-layout-vendor_view .tab-content .catalog-category-view .products-grid .product-items .product-item-info .product-item-name a,
.catalog-category-view .tab-content .catalog-category-view .products-grid .product-items .product-item-info .product-item-name a,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .products-grid .product-items .product-item-info .product-item-name a {
  -webkit-line-clamp: 2;
  line-height: 25px;
  height: 52px;
}
.page-layout-vendor_view .tab-content .catalog-category-view .products-grid .product-items .product-item-info .price-box,
.catalog-category-view .tab-content .catalog-category-view .products-grid .product-items .product-item-info .price-box,
.jajuma_vendor-vendor-list .tab-content .catalog-category-view .products-grid .product-items .product-item-info .price-box {
  text-align: left;
  min-height: 0;
}
.page-layout-vendor_view .tab-content #vendor-address,
.catalog-category-view .tab-content #vendor-address,
.jajuma_vendor-vendor-list .tab-content #vendor-address {
  font-size: 16px;
  overflow: hidden;
}
.page-layout-vendor_view .tab-content #vendor-address table,
.catalog-category-view .tab-content #vendor-address table,
.jajuma_vendor-vendor-list .tab-content #vendor-address table {
  width: 500px;
  max-width: 100%;
  font-size: 16px;
}
.page-layout-vendor_view .tab-content #vendor-address table td,
.catalog-category-view .tab-content #vendor-address table td,
.jajuma_vendor-vendor-list .tab-content #vendor-address table td {
  padding: 5px 10px;
}
.gm-style img {
  width: 100%;
  margin-bottom: 10px;
}
.gm-style .gm-style-iw-d {
  overflow: auto !important;
}
.gm-style .gm-style-iw-c {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.gm-style .gm-style-iw-c .vendor-content {
  margin-bottom: 40px;
}
.gm-style .gm-style-iw-c .vendor-content .view-vendor-profile {
  display: block;
  padding: 10px;
  background: #e8e8e8;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.gm-style .marker-content {
  text-align: center;
  max-width: 220px;
  min-width: 150px;
}
.gm-style .marker-content .view-details {
  margin: 0;
  padding: 10px 0;
  background: #e8e8e8;
  display: inline-block;
  float: left;
  width: 50%;
}
.gm-style .marker-content .infowindow-direction {
  margin: 0;
  padding: 10px 0;
  background: #e8e8e8;
  display: inline-block;
  float: left;
  width: 50%;
}
.gm-style .marker-content .single-infowindow-direction {
  margin: 0;
  padding: 10px 0;
  background: #e8e8e8;
  display: block;
  width: auto;
}
.gm-style .marker-content h3 {
  margin: 0 10px 10px;
  font-size: 15px;
  white-space: normal;
}
.gm-style .marker-content i.fa {
  margin-right: 5px;
}
.gm-style .gm-style-iw-t::after {
  background: #e8e8e8 !important;
}
.gm-style-iw button.gm-ui-hover-effect {
  background-color: unset !important;
}
.catalog-category-view .gm-style-mtc:first-of-type {
  margin-left: 20px;
}
.post-view .post-holder {
  border: none;
  padding: 0;
  border-radius: 0;
}
.post-view .post-holder .post-content .post-title {
  margin-bottom: 20px;
  font-size: 35px;
}
.post-view .author-information {
  display: flex;
  background: #f8f8f8;
  padding: 20px;
}
.post-view .author-information .author-feature-img {
  width: 150px;
  margin-right: 20px;
}
.post-view .author-information .author-feature-img img {
  max-width: 100%;
}
.post-view .author-information .author-info {
  width: calc(40% - 170px);
  margin-right: 20px;
}
.post-view .author-information .author-info h3 {
  margin-top: 0;
  font-weight: bold;
}
.post-view .author-information .personal-questions {
  width: 60%;
}
.post-view .author-information .personal-questions .personal-item {
  display: flex;
  margin-bottom: 10px;
}
.post-view .author-information .personal-questions .personal-item .persional-question {
  width: 40%;
  padding-right: 10px;
}
.post-view .author-information .personal-questions .personal-item .persional-answer {
  width: 60%;
}
.content-teasers .teaser-bottom {
  background: transparent;
}
.content-teasers .teaser-bottom .teaser-name h1 {
  color: #6e645e;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin: 15px 0;
}
.content-teasers .teaser-bottom .teaser-desc {
  font-size: 15px;
  color: #6e645e;
  height: auto;
  -webkit-line-clamp: unset;
  line-height: 1.5;
}
.product-label.sale-label {
  background: #C4390F none repeat scroll 0 0;
}
.product-label.opening-hours-label {
  top: 85%;
  background: unset;
  padding: unset;
}
.product-label.opening-hours-label a {
  background: #83776f none repeat scroll 0 0;
  padding: 4px 10px;
  color: #fff !important;
}
.marker-content .opening-hours-status {
  background: #e8e8e8;
  border-bottom: 1px solid #83776f;
  padding: 10px 0;
}
.marker-content .opening-hours-status i {
  margin-right: 5px;
}
.page-layout-vendor_view .vendor-tabs li.active a,
.catalog-category-view .vendor-tabs li.active a,
.jajuma_vendor-vendor-list .vendor-tabs li.active a,
.page-layout-vendor_view .vendor-tabs li.active a,
.catalog-category-view .vendor-tabs li.active a,
.jajuma_vendor-vendor-list .vendor-tabs li.active a {
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #C4390F;
}
.vendor-tabs a:hover,
.vendor-tabs a:focus {
  text-decoration: none;
}
.minicart-wrapper .action.showcart .counter.qty {
  border: 1px solid white;
}
.cms-index-index .filter-action {
  text-align: right;
}
.gm-ui-hover-effect img {
  background: white !important;
}
.page-product-giftcard .separator {
  margin-bottom: 35px;
  margin-top: 20px;
}
.blog-page .post-list-wrapper .banner-item .post-info .post-author {
  font-size: 13px;
  text-transform: none;
}
.owl-carousel .owl-nav div {
  border: 1px solid;
}
a#backtotop:hover {
  color: white;
  background: #333;
}
body.page-layout-custom_iframe {
  background: #DADADA;
}
body.page-layout-custom_iframe .content-teasers .teaser-items {
  padding: 40px 0;
}
body.page-layout-custom_iframe .content-teasers .teaser-title {
  display: none;
}
body.page-layout-custom_iframe .teaser-item:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1600px) {
  .page-layout-vendor_view .vendor-general-information .vendor-roles-service .role-item > .role-icon {
    width: 90px;
    height: 90px;
  }
  .page-layout-vendor_view .vendor-general-information .vendor-roles-service .role-item {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1023px) and (max-width: 1201px) {
  .vendor-list-page #maincontent .vendor-roles {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .vendor-list-page #maincontent .vendor-roles .vendor-roles-filter {
    width: 32.5%;
  }
}
@media (min-width: 1023px) and (max-width: 1600px) {
  .vendor-list-page #maincontent .vendor-roles {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .vendor-list-page #maincontent .vendor-roles {
    max-width: 530px;
  }
}
@media (max-width: 425px) {
  .general-gift-card-info .gm-style .gm-style-iw-c {
    max-height: 220px !important;
  }
  .general-gift-card-info .gm-style .gm-style-iw-d {
    min-width: 150px !important;
    max-width: 150px !important;
    max-height: 220px !important;
  }
  .general-gift-card-info .gm-style .marker-content h3 {
    font-size: 12px;
  }
  .general-gift-card-info .marker-content img {
    max-width: 85px;
    max-height: 56px;
    width: auto;
    height: auto;
  }
  .general-gift-card-info span.infowindow-address {
    font-size: 12px;
  }
}
.gm-style .gm-style-iw-d {
  min-width: 150px;
}
.gm-style .gm-style-iw-c {
  min-width: 150px;
}
.gm-style .marker-content {
  min-width: 150px;
}
div#fancy {
  max-width: 100%;
}
div#map-direction-single {
  max-width: 100%;
}
div#map-direction {
  max-width: 100%;
}
.catalog-category-view #maincontent {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.category-description {
  margin-bottom: 0px;
}
.page-products .cat-map.products-grid {
  margin-bottom: 0px;
}
.logo img {
  display: block;
  height: auto;
  width: 100%;
}
body.page-product-giftcard #maincontent {
  background-color: unset !important;
}
.breadcrumbs .items {
  max-width: 75%;
}
.price-box {
  margin: 5px 0;
}
.price-box .price {
  font-weight: bold;
}
.price-box .price-label {
  font-size: 12px;
  color: #7d7d7d;
  display: none;
}
.old-price {
  margin: 5px 0;
}
.old-price .price {
  font-weight: normal;
}
.minimal-price .price-container {
  display: block;
}
.minimal-price-link {
  margin-top: 5px;
}
.price-from,
.price-to {
  margin: 0;
}
.price-container .price {
  font-size: 1.5rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.teaser-bottom .product-item-description-inner {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border: 0;
  padding: 0;
  height: auto;
  max-height: 70px;
}
.price-box .old-price .price {
  color: #999999;
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: #ff0000;
}
.price-box .price {
  font-weight: 600;
  color: #989400;
  font-size: 1.8rem;
}
.price-details {
  display: none;
}
.page-layout-custom_iframe .teaser-content .teaser-item:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1201px) {
  .page-wrapper .navigation,
  .page-wrapper .breadcrumbs,
  .page-wrapper .footer.content,
  body .page-wrapper > .widget,
  body .page-wrapper > .page-bottom,
  .page-wrapper .block.category.event,
  .page-wrapper .top-container,
  .page-wrapper .page-main {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .cms-index-index .content-teasers .teaser-items .teaser-content {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .jajuma-megamenu.navigation .submenu.level0 {
    display: inherit;
  }
}
@media (min-width: 1024px), print {
  .page-layout-2columns-right .sidebar-additional {
    margin-top: 52px;
  }
}
.post-description.clearfix {
  margin-top: 10px;
}
span.blogpost-options {
  font-size: 15px;
  margin: 0px 0px 0px 10px;
}
i.far.blogpost-options,
i.fas.blogpost-options {
  font-size: 18px;
  margin-left: 30px;
}
i.far.fa-file-pdf.blogpost-options {
  font-size: 18px;
  margin-left: 0;
}
@media (max-width: 479px) {
  i.fa.fa-print.blogpost-options.pdf,
  i.fa.fa-print.blogpost-options.print {
    /* display: none; */
  }
  span.blogpost-options {
    display: none;
  }
  span#remain-time {
    display: unset;
  }
}
#author-information-print {
  display: none;
}
.page-layout-1column .categories .category-filter {
  z-index: 1;
}
.page-layout-1column .filter-category .filter-action button#apply-filter {
  z-index: 2;
}
.accordion-widget div[data-role=content] .accordion-widget-content div[data-role=collapsible] > div {
  padding-right: 40px;
}
@media print {
  body.blog-page.blog-post-view {
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  body.blog-page.blog-post-view * {
    visibility: hidden;
  }
  #post-view #post-content * {
    visibility: visible;
    color: #6e645e;
  }
  #author-information-print * {
    visibility: visible;
    color: #6e645e;
  }
  #post-view {
    position: absolute;
    left: 0;
    top: 0;
  }
  .post-view #author-information-print {
    display: flex;
    background: #f8f8f8;
    padding: 20px;
    width: 100%;
  }
  #author-information-print .author-feature-img {
    width: 100px;
    margin-right: 20px;
  }
  #author-information-print .author-feature-img img {
    max-width: 100%;
  }
  .post-title {
    margin: 20px 0 20px 0;
  }
  .author-info {
    width: calc(40% - 170px);
    margin-right: 20px;
  }
  .author-info h3 {
    font-size: 20px;
    margin-top: 0;
    font-weight: bold;
  }
  .personal-questions {
    width: 60%;
  }
  .post-view .author-information .personal-questions {
    width: 40%;
  }
  .personal-questions .personal-item {
    display: flex;
    margin-bottom: 10px;
  }
  .personal-questions .persional-question {
    width: 40%;
    padding-right: 10px;
  }
  .personal-questions .persional-answer {
    width: 60%;
  }
  .post-title {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .post-content .post-description .post-ftimg-hld {
    margin: 0 0 10px 0;
  }
  .post-content .post-description .post-ftimg-hld img {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 10px;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 15px;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__thumb-border {
  display: none;
}
.fotorama__active .fotorama__thumb.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
  border: 1px solid #6e645e;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 0.7;
}
.fotorama__nav.fotorama__nav--thumbs {
  height: 230px !important;
}
.fotorama__thumb__arr {
  height: 225px;
}
@media screen and (max-width: 1599px) {
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 180px !important;
    height: 180px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    height: 180px;
  }
  .fotorama__thumb__arr {
    height: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 145px !important;
    height: 145px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    height: 145px;
  }
  .fotorama__thumb__arr {
    height: 145px;
  }
}
@media screen and (max-width: 1023px) {
  .gmnoprint {
    display: none;
  }
  .gm-control-active.gm-fullscreen-control {
    display: none;
  }
  .modal-map-popup {
    z-index: 999;
  }
  .vendor-list-page .vendor-roles .vendor-roles-filter input[type=checkbox],
  .vendor-roles .vendor-roles-filter input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .vendor-list-page .vendor-roles .vendor-roles-filter label {
    margin-left: 20px;
    font-size: 16px;
  }
  .vendor-list-page .vendor-roles .vendor-roles-filter,
  .teaser-left .vendor-roles .vendor-roles-filter {
    padding-left: 30px;
    position: relative;
  }
  .vendor-list-page .wrap-filter .vendor-roles .vendor-roles-filter input[type=checkbox] ~ label:before,
  .cms-index-index .vendor-roles .vendor-roles-filter input[type=checkbox] ~ label:before {
    top: 50%;
    background: transparent;
  }
}
.blog-page.related.blog-page-list:not(.blog-index-index) .post-list-wrapper .post-list .banner-item {
  width: 31%;
}
@media (max-width: 479px) {
  .blog-page.related.blog-page-list:not(.blog-index-index) .post-list-wrapper .post-list .banner-item {
    width: 100%;
  }
}
.blog-page.related.blog-page-list:not(.blog-index-index) .post-list-wrapper .post-list .post-author {
  font-weight: 700;
}
.blog-page #post-content {
  background: #f8f8f8;
  padding: 20px;
  margin-top: 15px;
}
.blog-page .block-tagclaud .tagclaud-hld {
  max-height: 200px;
  overflow: hidden;
}
.blog-page .block-tagclaud .show-less-tag {
  display: none;
}
.blog-page .block-tagclaud.active-less .tagclaud-hld {
  max-height: unset;
}
.blog-page .block-tagclaud.active-less .show-less-tag {
  display: block;
}
.blog-page .block-tagclaud.active-less .show-more-tag {
  display: none;
}
.blog-page .block-tagclaud .section-less-more-tags {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.blog-page .block-tagclaud .section-less-more-tags:hover {
  cursor: pointer;
}
.post-view .block.comments {
  margin: 50px 0;
}
.products {
  margin: 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  width: 50%;
  display: inline-block;
}
.product-item-name {
  display: block;
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-info {
  width: 100%;
  max-width: 100%;
}
.page-products .product-item-info {
  width: 100%;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
  width: auto;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0;
  display: inline-block;
  left: 0;
}
.product-item .product-reviews-summary .rating-summary .rating-result {
  margin-left: 0;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
  text-transform: lowercase;
  font-size: 13px;
}
.product-item .price-box {
  margin: 5px 0;
}
.product-item .price-box .price {
  font-weight: bold;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #7d7d7d;
  display: none;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .actions-secondary .tocompare:before {
  content: '\e61e';
}
.product-item .actions-secondary .tocompare::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f079";
  font-size: 14px;
}
.product-item .tocart {
  white-space: nowrap;
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.price-container .price {
  font-size: 1.5rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.products-list .product-item .product-label {
  bottom: auto;
  top: 10px;
}
.products-list .product-item .product-label.new-sale {
  top: 40px;
  bottom: auto;
}
.products-list .product-item-info {
  display: block;
  padding-bottom: 0;
  overflow: hidden;
  width: 100%;
}
.products-list .product-item-info:hover {
  box-shadow: 0 0 12px 0 #e6e6e6;
}
.products-list .product-item-info:hover .btn-quickview {
  opacity: 1;
  right: 10px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  visibility: visible;
}
.products-list .product-item-info .product-img-hover {
  float: left;
  width: 25%;
}
.products-list .product-item-info .product-item-description {
  border-top: 0 none;
  margin: 10px 0;
  padding-top: 0;
}
.products-list .product-item-info .product-item-description li {
  border-bottom: 0 none;
  padding: 3px 0;
}
.products-list .product-item-info .product-item-details {
  padding: 10px 15px;
}
.products-list .product-item-photo {
  padding: 0;
  vertical-align: top;
  display: block;
}
.products-list .product-item-photo.product::after {
  background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
}
.products-list .product-item-details {
  display: block;
  float: left;
  padding-left: 25px;
  text-align: left;
  vertical-align: top;
  width: 75%;
}
.products-list .product-item-details .product-details-wrapper {
  float: left;
  width: 66.66%;
}
.products-list .product-item-details .product-info-list {
  float: left;
  width: 33.33%;
}
.products-list .product-item-details .product-info-list .stock {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
  font-size: 13px;
  margin-bottom: 15px;
}
.products-list .product-item-details .product-info-list .product-item-inner {
  margin-top: 20px;
}
.products-list .product-item-details .product-info-list .price {
  font-size: 20px;
}
.products-list .product-item-details .product-info-list .special-price {
  display: block;
}
.products-list .product-item-details .product-item-name {
  min-height: inherit;
}
.products-list .product-item-details .product-item-actions .actions-primary {
  display: block;
}
.products-list .product-item-details .product-item-actions .actions-secondary .action {
  display: inline-block;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 10px;
}
.product-item-photo .product-image-photo {
  z-index: 1;
  top: -1px;
}
.product-item-photo .product-image-photo.hover_image {
  opacity: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}
.product-item-photo:hover .product-image-photo.hover_image {
  opacity: 1;
  visibility: visible;
}
.products-grid-style2.products-grid:hover .slick-list {
  margin-bottom: -55px;
  padding-bottom: 55px;
}
.products-grid-style2.products-grid .product-item-info:hover {
  margin-bottom: -55px;
  padding-bottom: 55px;
  position: relative;
  border-radius: 0 4px 4px;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 12px 0 #e6e6e6;
  background: #ffffff;
}
.products-grid .product-item-info:hover .product-item-inner,
.products-grid .product-item-info.active .product-item-inner {
  display: block;
}
.products-grid .product-item-info:hover .btn-quickview,
.products-grid .product-item-info.active .btn-quickview {
  opacity: 1;
  right: 10px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  visibility: visible;
}
.products-grid .product-item-info:hover .group-btn-hover,
.products-grid .product-item-info.active .group-btn-hover {
  bottom: -38px;
  opacity: 1;
  visibility: visible;
}
.product-item-info .product-item-photo {
  display: block;
}
.product-item-info .product-item-photo::after {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.product-item-info:hover .product-item-photo::after {
  opacity: 1;
}
.products-grid .product-item-inner {
  position: static;
  right: 0;
  margin: 15px 0 10px;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0;
}
.products-grid .product-item-inner.group-btn-hover {
  bottom: 0;
  clear: both;
  left: 0;
  opacity: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  visibility: hidden;
}
.products-grid .product-item-inner.group-btn-hover .actions-primary {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.products-grid .product-item-inner.group-btn-hover .actions-primary .tocart {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  color: #888;
  height: 38px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  width: 38px;
}
.products-grid .product-item-inner.group-btn-hover .actions-primary .tocart:hover {
  background-color: #6e645e;
  border-color: #6e645e;
  color: #ffffff;
}
.products-grid .product-item-inner.group-btn-hover .actions-secondary {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .product-item-inner.group-btn-hover .actions-secondary .action {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 3px;
  display: inline-block;
  height: 38px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 38px;
  line-height: 38px;
  float: left;
  color: #888;
}
.products-grid .product-item-inner.group-btn-hover .actions-secondary .action:hover {
  background-color: #6e645e;
  border-color: #6e645e;
  color: #ffffff;
}
.products-grid .product-item-inner.group-btn-hover .actions-secondary .action::before {
  margin: 0 0 0 5px;
}
.products-grid .product-item-inner.group-btn-hover2 {
  margin-bottom: 5px;
}
.products-grid .product-item-inner.group-btn-hover2 .product-item-actions {
  display: flex;
}
.products-grid .product-item-inner.group-btn-hover2 .actions-secondary .action {
  margin-right: 0;
}
.products-grid .product-item-inner.group-btn-hover2 .actions-primary {
  margin: 0 7px;
}
.products-grid .product-item-inner.group-btn-hover2 .actions-primary .tocart {
  padding: 0 15px;
  width: auto;
}
.product-img-hover {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.product-item-details {
  padding-top: 10px;
  position: relative;
}
.product-item-info {
  text-align: left;
  width: 100%;
}
.product-item-info .product-inner-grid {
  position: static;
  right: 10px;
  top: 10px;
  z-index: 100;
}
.product-item-info .btn-quickview {
  background: #888888 none repeat scroll 0 0;
  top: 10px;
  color: #ffffff;
  right: -100px;
  line-height: 25px;
  padding: 0 10px;
  position: absolute;
  width: auto;
  font-size: 11px;
  text-transform: uppercase;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.product-item-info .btn-quickview .fa {
  margin-right: 5px;
}
.product-item-info .product-item-details {
  padding: 5px 10px 20px;
}
.product-item-info .product-item-name {
  min-height: 40px;
}
.product-item-info .product-item-name a {
  font-weight: 400;
  color: #6e645e;
}
.product-item-info .product-item-description {
  border-top: 1px solid #e6e6e6;
  margin: 20px 0;
  padding-top: 10px;
  font-size: 13px;
}
.product-item-info .product-item-description ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.product-item-info .product-item-description li {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 6px 0;
}
.product-item-actions {
  display: block;
}
.products-grid .product-item-actions {
  margin: 0;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: block;
  padding-left: 0;
}
.product-item-actions .actions-primary + .actions-secondary > .action {
  margin-right: 0;
}
.product-item-actions .actions-primary + .actions-secondary > .action:last-child {
  margin-right: 0;
}
.product-item-actions .actions-primary {
  display: block;
}
.product-item-actions .actions-primary .tocart {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #dddddd;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  height: auto;
  line-height: 34px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.product-item-actions .actions-primary .tocart i {
  font-size: 14px;
  font-style: normal;
}
.product-item-actions .actions-primary .tocart:hover {
  background: #6e645e;
  border-color: #6e645e;
  color: #fff;
}
.product-item-actions .actions-secondary .action {
  display: inline-block;
  margin: 0;
}
.product-item-actions .actions-secondary .action.towishlist {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffffff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.product-item-actions .actions-secondary .action span {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0;
  margin: 0;
  position: static;
  vertical-align: middle;
  width: auto;
}
.product-item-actions .actions-secondary .action:hover {
  color: #6e645e;
}
.products-grid .product-item {
  width: 33.33333333%;
  margin-bottom: 0;
}
.page-layout-3columns .products-grid .product-item {
  width: 33.33333333%;
}
.page-products .products-grid .product-item {
  width: 33.33333333%;
  padding: 0;
  margin-bottom: 30px;
}
.page-products.page-layout-3columns .products-grid .product-item {
  width: 33.33333333%;
}
.product-label {
  background: #6e645e none repeat scroll 0 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  min-width: 40px;
  padding: 4px 10px;
  position: absolute;
  top: 8px;
  z-index: 5;
  left: 0;
}
.product-label.sale-label {
  background: #c30c0c none repeat scroll 0 0;
}
.product-label.new-label {
  background: #c30c0c none repeat scroll 0 0;
}
.product-label.free-shipping-promo-label {
  background: #c30c0c none repeat scroll 0 0;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}
.product-label.free-shipping-promo-label p {
  margin: 0;
}
.product-label.new-sale {
  bottom: 35px;
}
.product-labelh4 {
  padding-left: 10px;
}
@media (max-width: 478px) {
  body.catalog-category-view #amasty-shopby-product-list div.products-grid.cat-map .product-items .product-item {
    width: 100% !important;
  }
}
@media (min-width: 479px) and (max-width: 766px) {
  body.catalog-category-view #amasty-shopby-product-list div.products-grid.cat-map .product-items .product-item {
    width: 50% !important;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  body.catalog-category-view #amasty-shopby-product-list div.products-grid.cat-map .product-items .product-item {
    width: 33.3333333% !important;
  }
}
.page-products .columns {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar select {
  border-color: #ddd;
  color: #666666;
  font-size: 13px;
  padding: 0 25px 0 10px;
  border-radius: 2px;
}
.toolbar .modes-label {
  display: none;
}
.toolbar-amount {
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  position: absolute;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: inline-block;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.sorter {
  float: left;
}
.sorter .sorter-label {
  display: none;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  color: #8f8f8f;
  content: "\f176";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 900;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action.sort-desc:before {
  content: "\f175";
}
.modes {
  display: none;
}
.limiter {
  display: inline-block;
  margin: 0 10px;
  float: left;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.limiter .control {
  display: inline-block;
}
.limiter .limiter-text {
  display: none;
}
.limiter .label {
  display: none;
}
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.products.wrapper ~ .toolbar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  position: relative;
}
@media (max-width: 1023px) {
  .catalog-category-view.page-with-filter .column.main {
    padding-bottom: 40px;
  }
  .cms-index-index main#maincontent {
    padding-bottom: 20px;
  }
}
body.normal-product {
  font-size: 12pt;
}
body.normal-product #maincontent {
  background-color: unset !important;
}
.fa.fa-heart-o:before {
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  font-size: 14pt;
}
.catalog-category-view .filter-options input[type=checkbox] + .amshopby-choice:after {
  background: unset;
}
.catalog-category-view .filter-options input[type=checkbox] + .amshopby-choice:before {
  border: unset;
  background: unset;
  pointer-events: none;
}
.catalog-category-view .filter-options input[type=checkbox]:checked + .amshopby-choice:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: 3px;
  font-weight: 900;
  pointer-events: none;
}
.catalog-category-view .filter-options input[type=checkbox] + .amshopby-choice {
  height: 0;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.old-price,
.old.price {
  color: #7d7d7d;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: block;
  max-width: 100%;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
}
.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;
  overflow: hidden;
}
.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 {
  display: block;
  width: 100%;
  color: #000000;
  margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-box .price-final_price > 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: 2rem;
  font-weight: 700;
  line-height: 20px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  color: #bbbbbb;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  display: block;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  vertical-align: top;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}
.product-info-main .product-info-stock-sku .sku .value {
  display: inline-block;
}
.product-info-main .attribute.overview {
  line-height: 25px;
}
.product-info-main .attribute.overview ul {
  list-style: outside none none;
  padding: 0;
}
.product-info-main .attribute.overview li {
  margin: 4px 0;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  border-top: 1px solid #6e645e;
  margin-top: 15px;
}
.product-info-main .stock.available .label-available,
.product-info-main .stock.unavailable .label-available {
  color: #6e645e;
}
.product-info-main .product.attibute.sku {
  word-wrap: break-word;
}
.product-info-main .product-info-main-right {
  margin-top: 25px;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product.attibute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attibute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attibute.sku .value {
  display: inline-block;
}
.product-info-main .product.attibute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-reviews-summary {
  border-bottom: 0;
  float: none;
  margin: 30px 0 0;
  padding-bottom: 15px;
  display: block;
}
.product-info-main .product-reviews-summary a {
  color: #444444;
}
.product-info-main .product.sku .value {
  display: inline-block;
}
.product-info-main .product-options-bottom .box-tocart {
  margin: 10px 0;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #000000;
  display: table-cell;
  vertical-align: top;
  padding-bottom: 10px;
}
.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 .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-label,
.product-info-price .price-box .price-container .price-label {
  display: none;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.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;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__shaft.fotorama__grab {
  margin-top: -15px;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__thumb-border {
  margin-left: 0;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 15px;
}
.product-view-content .product-info-main .page-title span {
  font-weight: bold;
  font-size: 25px;
}
.product-view-content .product-info-main .product-info-price {
  color: #725E53;
  display: flex;
  flex-flow: row;
  padding-top: 25px;
  gap: 20px;
}
.product-view-content .product-info-main .product-info-price .price-details,
.product-view-content .product-info-main .product-info-price .prices-tier {
  flex: 1;
}
.box-tocart .control {
  display: inline-block;
  position: relative;
}
.box-tocart .field.qty .items {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #666666;
  font-size: 14px;
  font-weight: 100;
  height: 35px;
  padding: 0;
  position: absolute;
  left: 7px;
  text-align: center;
  top: 1px;
  width: 35px;
  line-height: 25px;
}
.box-tocart .field.qty .items.increase {
  left: 100px;
}
.normal-product .box-tocart .field.qty {
  display: block;
  margin: 0 0 30px;
  vertical-align: middle;
}
.normal-product .box-tocart .field.qty .label {
  display: block;
  font-size: 13pt;
  margin-right: 10px;
}
.normal-product .box-tocart .field.qty .control {
  border: 1px solid #6f645d;
  height: 44px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 40px;
  width: 143px;
  margin-bottom: 10px;
}
.normal-product .box-tocart .field.qty .control #qty-error {
  position: absolute;
  width: 200%;
  left: 0;
  background: #fbe9e9;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  margin: 9px 0;
}
.normal-product .box-tocart .field.qty .control #qty-error:before {
  content: "\f057";
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  margin-right: 5px;
}
.normal-product .box-tocart .field.qty .input-text.qty {
  text-align: center;
  border: none;
  padding: 0;
  height: 42px;
  width: 60px;
  border-left: 1px solid #6f645d;
  border-right: 1px solid #6f645d;
  border-radius: 0;
  font-size: 20px;
  font-weight: bold;
}
.normal-product .box-tocart .field.qty .items {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #666666;
  font-size: 14px;
  font-weight: 100;
  height: 35px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 35px;
  line-height: 25px;
}
.normal-product .box-tocart .field.qty .items.increase {
  right: 0;
  top: 0;
  height: 42px;
  width: 40px;
  border: none;
  padding: 0;
  border-radius: 0;
}
.normal-product .box-tocart .field.qty .items.reduced {
  left: 0;
  top: 0;
  height: 42px;
  width: 40px;
  border: none;
  padding: 0;
  border-radius: 0;
}
.normal-product .box-tocart .actions {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 50px;
}
.normal-product .box-tocart .actions span {
  font-size: 17px;
}
.normal-product .box-tocart .product-addto-links {
  line-height: 45px;
}
.normal-product .box-tocart .product-addto-links .action {
  font-size: 15px;
  float: left;
}
.normal-product .box-tocart .action.tocart {
  border-radius: 3px;
  font-size: 16px;
  height: unset;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  background: #6e645e none repeat scroll 0 0;
  border-color: #6e645e;
  font-weight: 400;
  color: #ffffff;
}
.normal-product .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.normal-product .box-tocart .action.tocart:hover {
  background: #333333 none repeat scroll 0 0;
  border-color: #333333;
  color: #ffffff;
}
.normal-product .box-tocart .action.tocart span {
  font-size: 16px;
}
.product-add-form .product-options-wrapper {
  border-top: 1px solid #6e645e;
  min-height: 200px;
}
.product-add-form .swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 30px;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.product-add-form .swatch-option.text {
  line-height: 23px;
  padding: 0 8px;
  min-width: 34px;
  margin-right: 30px;
  border: none;
  background: transparent;
}
.product-add-form .swatch-option.text:hover {
  border: 1px solid #6e645e;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), -2px -2px 4px rgba(0, 0, 0, 0.1);
}
.product.related-information .separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}
.product.related-information .separator:before,
.product.related-information .separator:after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc;
  margin: 10px 5px 0;
}
.product.related-information .separator:after {
  margin: 10px 0 0 5px;
}
.product.related-information .separator h3 {
  font-size: 29px;
  line-height: 61px;
  color: #725E53;
}
.product.related-information .product-items .item.product-item {
  border: 1px solid #c2c2c2;
}
.product.related-information .product-items .item.product-item:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.product-addto-links {
  display: block;
  margin: 5px 0 0;
}
.product-addto-links .action {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #666666;
  display: inline-block;
  font-size: 13px;
  line-height: 35px;
  margin-right: 15px;
  padding: 0;
  text-align: left;
  text-transform: none;
  vertical-align: middle;
}
.product-addto-links .action i {
  margin: 0 12px 0 0;
  vertical-align: middle;
  display: contents;
}
.product-addto-links .action i:before {
  margin-right: 10px;
}
.product-addto-links .action:hover {
  color: #6e645e !important;
  background: none;
  border: 0 none;
  background-color: unset !important;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.product-tab-bg .container {
  max-width: unset;
}
.product-tab-bg .product-details-tab {
  padding-top: 0 !important;
  border-top: 2px solid rgba(131, 119, 111, 0.5);
}
.product-tab-bg .product-details-tab .item.title:after {
  content: unset !important;
}
.product-tab-bg .product-details-tab .product.data.items {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.product-tab-bg .product-details-tab .product.data.items:before {
  content: "";
  width: 100vw;
  height: 2px;
  background: rgba(131, 119, 111, 0.5);
  position: absolute;
  bottom: 0;
  left: calc(-50vw + 50%);
}
.product-tab-bg .product-details-tab .data.item.content {
  margin-top: 7% !important;
}
.product-tab-bg .product-details-tab .data.item.content .additional-information {
  margin-top: 30px;
}
.product-tab-bg .product-details-tab .data.item.content .vendor-information {
  width: 50% !important;
  margin-top: 0;
}
.product-tab-bg .product-details-tab .data.item.content .vendor-information .vendor-table-working-time tr:first-child td {
  padding-top: 0 !important;
}
.product-tab-bg .product-details-tab .data.item.content .location {
  width: 45% !important;
}
.product-tab-bg .product-details-tab .data.item.content .location .container {
  box-shadow: none;
}
.product-tab-bg .product-details-tab .data.item.content .location #map-view-canvas {
  min-height: 540px;
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 0;
}
.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 {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #333333;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #333333;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #6e645e;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #6e645e;
  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: #333333;
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:visited {
  color: #333333;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #6e645e;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #6e645e;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover {
  color: #6e645e;
}
.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: #333333;
  opacity: 0.8;
  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;
  text-align: left;
}
.sidebar .product-items .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  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 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: auto;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.sidebar .action.tocart {
  border-radius: 0;
  border: 1px solid #dddddd;
  width: auto;
}
.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;
}
@media (max-width: 768px) {
  .product.data.items > .item.title > .switch {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .normal-product .page-main .product-view > .container:first-child .product-view-content,
  .normal-product .product-tab-bg .product-details-tab .product.data.items,
  .normal-product .related-information {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .normal-product .page-main .product-view > .container:first-child .product-view-content,
  .normal-product .product-tab-bg .product-details-tab .product.data.items,
  .normal-product .related-information {
    max-width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .normal-product .page-main .product-view > .container:first-child .product-view-content,
  .normal-product .product-tab-bg .product-details-tab .product.data.items,
  .normal-product .related-information {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .normal-product .page-main .product-view > .container:first-child .product-view-content,
  .normal-product .product-tab-bg .product-details-tab .product.data.items,
  .normal-product .related-information {
    max-width: 1440px;
    margin: 0 auto;
  }
  .normal-product .product-view-content .product-infobar .column.right i.fas.fa-image {
    font-size: 63pt;
    margin-right: 8%;
  }
}
.normal-product .container {
  padding: 0;
}
.normal-product .fotorama__stage.fotorama__shadows--right:after,
.normal-product .fotorama__nav.fotorama__shadows--right:after {
  background-image: unset !important;
}
.normal-product .page-main .product-view > .container:first-child {
  box-shadow: 0 0 12px 0 #e6e6e6;
  background: #fff;
  max-width: unset;
}
.normal-product .page-main .product-view > .container:first-child .product-view-content {
  margin: 0 auto;
  padding: 25px 0;
}
.normal-product .swatch-option-tooltip {
  min-width: 35px;
}
.normal-product .product.related-information .giftcard-related-slider .owl-stage {
  margin-bottom: 30px;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .product-item-name {
  min-height: 40px;
  width: 100%;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .product-item-name .product-item-link {
  font-size: 13pt;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 42px;
  line-height: 21px;
  color: #725E53 !important;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .price-box {
  order: 2;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .price-box .price {
  color: #FF1F00;
  font-size: 15pt;
  font-weight: 800;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .product-item-description {
  border-top: 0;
  width: 95%;
  margin: 5px 0;
  padding-top: 0;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .product-item-description .info-row.clearfix a {
  color: #6e645e !important;
  font-weight: 400;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 42px;
  line-height: 21px;
  font-size: 15px;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
  margin-top: 20px;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison:not(.cart):not(.totals) > thead > tr > th,
.table-comparison:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.table-comparison:not(.cart):not(.totals) {
  border-bottom: 1px solid #ccc;
}
.table-comparison .product-item-actions .actions-secondary .action.towishlist {
  float: none;
  border: 0;
  margin-top: 10px;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #cccccc !important;
  border-left: 1px solid #cccccc !important;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-view-content .product-infobar .column.right i.fas.fa-image {
    font-size: 57pt;
    margin-right: 15px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    height: 50px;
  }
}
.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 {
  position: absolute;
  top: 12px;
  left: 0;
}
.product-info-main .page-title-wrapper.product h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
.product-info-main .page-title-wrapper h1 {
  color: #6e645e;
}
.product-info-main .product-info-price .price-box.price-final_price {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.product-info-main .product-info-price .price-box .price-container .price {
  font-size: 25px;
  line-height: 45px;
  color: #ff0000;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  color: #bbbbbb;
  font-size: 19px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 15px;
}
.media.product-img-box {
  margin-top: 0;
}
.product-img-box .fotorama__stage__frame .fotorama__img {
  position: static;
  transform: inherit;
}
.product-add-form .box-tocart {
  margin: 25px 0;
}
.prev-next-products {
  float: right;
}
.prev-next-products a {
  color: #555;
  display: inline-block;
  font-size: 22px;
  line-height: 20px;
}
.prev-next-products .product-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 5px;
}
.prev-next-products .product-nav .product-pop {
  border-top: 3px solid #6e645e;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  margin-top: 10px;
}
.prev-next-products .product-nav .product-pop:before {
  content: "";
  width: 5px;
  height: 2px;
  border-bottom: 5px solid #6e645e;
  border-left: 5px solid rgba(0, 0, 0, 0) !important;
  border-right: 5px solid rgba(0, 0, 0, 0) !important;
  border-top: 5px solid rgba(0, 0, 0, 0) !important;
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
}
.prev-next-products .product-nav .product-pop .product-image {
  margin-bottom: 10px;
}
.prev-next-products .product-nav .product-pop .product-name {
  margin: 0;
  font-weight: 600;
  font-size: 11px;
}
.prev-next-products .product-nav:hover .product-pop {
  opacity: 1;
  visibility: visible;
}
.prev-next-products .product-nav.product-prev .product-pop {
  right: auto;
  left: 0;
  margin-left: -27px;
}
.prev-next-products .product-nav.product-prev .product-pop:before {
  left: 32px;
  right: auto;
}
.prev-next-products .product-nav.product-next .product-pop {
  left: auto;
  right: 0;
  margin-right: -21px;
}
.prev-next-products .product-nav.product-next .product-pop:before {
  right: 26px;
  left: auto;
}
.amshopby-filter-current .amshopby-remove {
  top: 12px;
}
a.action.clear.filter-clear {
  font-weight: 700;
}
a.action.clear.filter-clear::before {
  content: "\f1f8";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  padding-right: 10px;
}
#amasty-shopby-product-list .item label {
  cursor: pointer;
}
#amasty-shopby-product-list .item:hover > label.am-checkbox-filter-item:after,
#amasty-shopby-product-list .item:focus > label.am-checkbox-filter-item:after,
#amasty-shopby-product-list .item > label.am-checkbox-filter-item.checked:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: -0.5px;
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content > .filter-content-inner > .filter-options > .filter-options-item:last-child > .filter-options-content {
  padding-bottom: 1000px !important;
}
.page-layout-1column #am-shopby-container .filter-current-subtitle {
  font-size: 16px;
}
@media (max-width: 1023px) {
  body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content {
    background: #fff;
  }
  body.catalog-category-view #amasty-shopby-product-list .more-filter div.block-title.filter-title {
    padding-top: 15px;
  }
  body.catalog-category-view #amasty-shopby-product-list .more-filter #narrow-by-list {
    margin: 20px auto;
  }
  .filter .filter-current {
    margin: 5px 10px 0;
    border-top: none;
  }
  a.action.clear.filter-clear {
    font-weight: 700;
    margin: 15px 0;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    max-height: 100vh;
  }
  body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content,
  body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content ul,
  body.catalog-category-view #amasty-shopby-product-list .more-filter #narrow-by-list {
    background: #fff;
  }
  body.catalog-category-view #amasty-shopby-product-list .more-filter .close-filter {
    right: 10px;
    top: -8px;
  }
  .modal-popup .action-close,
  .modal-slide .action-close {
    top: 5px;
  }
  .catalog-category-view .modal-toolbar-products.modal-popup.modal-slide .modal-header .modal-title {
    font-size: 20px;
  }
}
.product-info-main .product-add-form .box-tocart .section-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.product-info-main .product-add-form .box-tocart .section-actions .product-delivery .method {
  display: flex;
}
.product-info-main .product-add-form .box-tocart .section-actions .product-delivery .method .icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.product-info-main .product-add-form .box-tocart .section-actions .product-delivery .method .icon img {
  min-width: 46px;
  height: 27px;
}
@media (max-width: 767px) {
  .product-info-main .product-add-form .box-tocart .section-actions {
    flex-direction: column;
    text-align: left;
    gap: 10px;
  }
  .product-info-main .product-add-form .box-tocart .section-actions .actions {
    margin: 0;
  }
  .product-info-main .product-add-form .box-tocart .field.qty .label {
    text-align: left;
  }
}
.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;
}
@media (max-width: 350px) {
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available {
    margin: 0 10px 0 0 !important;
  }
}
@media (max-width: 480px) {
  .page-product-giftcard .box-tocart .field.note {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.control-wrap {
    max-width: 200px;
    margin-top: 10px;
  }
  .page-product-giftcard .product-shop .product.gift-card-image {
    margin-bottom: 10px;
  }
  .page-product-giftcard .product-shop .gift-card-name,
  .page-product-giftcard .product-shop .product.attribute.overview {
    margin-bottom: 15px;
  }
}
@media (min-width: 481px) and (max-width: 599px) {
  .page-product-giftcard .box-tocart .field.note {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .page-product-giftcard .product-shop .product.gift-card-image {
    margin-bottom: 10px;
  }
  .page-product-giftcard .product-shop .gift-card-name,
  .page-product-giftcard .product-shop .product.attribute.overview {
    margin-bottom: 15px;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.control-wrap {
    max-width: 200px;
    margin-top: 10px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .page-product-giftcard .box-tocart .actions.login-msg {
    max-width: 170px;
  }
  .page-product-giftcard .box-tocart {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
  }
  .page-product-giftcard .box-tocart .addcart-fieldset {
    align-content: center;
    align-items: center;
    display: grid;
    grid-template-areas: 'primary secondary third';
    grid-template-columns: 35fr 50fr 35fr;
    grid-template-rows: 3rem;
    min-height: 60px;
  }
  .page-product-giftcard .box-tocart .field.control-wrap {
    position: relative;
    grid-area: third;
    width: 100%;
    text-align: right;
  }
  .page-product-giftcard .box-tocart .field.note {
    position: relative;
    grid-area: primary;
    width: 100%;
    text-align: left;
  }
  .page-product-giftcard .box-tocart .field:not(.text).qty {
    width: 142px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  #map-view-canvas,
  .page-product-giftcard .product-add-form .box-tocart .field.control-wrap {
    float: right;
    text-align: left !important;
    width: 100%;
  }
  .product.giftcard-general-information .additional-information-items {
    clear: both;
    margin: 20px auto 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item {
    float: left;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available {
    text-align: center;
    margin: 0 10px 0 0 !important;
    float: none !important;
    display: inline-block;
    position: relative;
    padding-top: 40px;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-label,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value {
    background: #6e645e;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value:before,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/oowv_icons.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 250px auto;
    text-indent: -9999px;
    content: "";
    display: block;
    width: 37px;
    height: 15px;
    background-position: -181px -140px;
    top: 50%;
    left: 50%;
    margin-top: -8.5px;
    margin-left: -18.5px;
    /* margin: 0; */
    position: absolute;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-sub-title,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-sub-title {
    display: block;
    color: #6e645e;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule,
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-period {
    text-align: left;
    float: none !important;
    display: inline-block;
    position: relative;
    padding-top: 40px;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-label,
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value,
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value {
    display: block;
    padding-left: 45px;
    position: relative;
    text-align: left;
    font-size: 13px !important;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value:before,
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/oowv_icons.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 250px auto;
    text-indent: -9999px;
    content: "";
    position: absolute;
    width: 35px;
    height: 40px;
    left: 0;
    top: 0;
    margin-top: -23px;
    background-position: -181px -91px;
  }
  .product.giftcard-general-information .additional-information-items .additional-information-item .additional-label {
    color: #6e645e;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  .vendor-logo {
    text-align: center;
  }
  .page-product-giftcard .product-add-form .box-tocart .addcart-fieldset {
    grid-template-columns: 40fr 50fr 35fr !important;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.note {
    width: 100% !important;
    line-height: normal !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text).qty {
    width: 142px;
    margin: 0 auto;
  }
  .page-product-giftcard .product-add-form .box-tocart .field.control-wrap {
    width: auto;
  }
}
@media (min-width: 769px) and (max-width: 1199px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 769px) and (max-width: 1199px) and only screen and (min-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (min-resolution: 192dpi), (min-width: 769px) and (max-width: 1199px) and only screen and (min-resolution: 2dppx) {
  .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value:before,
  .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value:before {
    background-image: url('../images/oowv_icons.png');
    background-size: 250px auto;
  }
}
@media (min-width: 769px) and (max-width: 1199px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 769px) and (max-width: 1199px) and only screen and (min-device-pixel-ratio: 2), (min-width: 769px) and (max-width: 1199px) and only screen and (min-resolution: 192dpi), (min-width: 769px) and (max-width: 1199px) and only screen and (min-resolution: 2dppx) {
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value:before,
  .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value:before {
    background-image: url('../images/oowv_icons.png');
    background-size: 250px auto;
  }
}
@media (min-width: 1200px) {
  .page-product-giftcard .product-add-form .box-tocart {
    position: relative;
    margin: 50px 0;
  }
  .page-product-giftcard .product-add-form .box-tocart .field:not(.text).qty {
    width: 142px;
    margin: 0 auto;
  }
}
.block-title.filter-title {
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  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;
  display: none;
}
.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: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  padding-top: 5px;
}
.filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 5px 40px 5px 0;
  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';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  position: absolute;
  right: 0;
  top: 8px;
}
.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: 40px;
  margin: 10px 0;
  border-bottom: 1px solid #f4f4f4;
}
.filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
  display: block;
}
.filter-options-content a:hover {
  text-decoration: none;
}
.filter-options-content a:hover + .count {
  background-color: #e8e8e8;
}
.filter-options-content .count {
  color: #858585;
  padding-left: 5px;
  float: right;
}
.filter-options-content .count:before {
  content: '(';
}
.filter-options-content .count:after {
  content: ')';
}
.block-collapsible-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  /*.lib-css(color, @collapsible-nav-color);*/
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #e8e8e8;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #ff5501;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #ff5501;
}
.customer-account-create .primary .submit {
  font-size: 16px;
}
.customer-account-create .account-address-register > .legend,
.customer-account-create .title-header > p:first-child {
  font-size: 1.8rem;
}
.customer-account-create .newsletter_right_create {
  width: 100%;
  padding: 10px 0;
  background: #6e645e;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  max-width: 250px;
}
.customer-account-create .newsletter_right_create .title {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  padding: 0px 7px 5px;
  display: inline-block;
}
.customer-account-create .newsletter_right_create p {
  padding: 0 10px;
  font-size: 14px;
}
.customer-account-create .form-create-account .account-address-register {
  display: block;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .account-address-register {
    padding-bottom: 0;
  }
}
.customer-account-create .form-create-account .account-address-register fieldset.fieldset {
  margin-bottom: 0;
}
.customer-account-create .form-create-account .account-address-register fieldset.fieldset.create.info {
  float: left;
}
.customer-account-create .form-create-account .account-address-register fieldset.fieldset.create.account {
  float: right;
}
.customer-account-create .form-create-account .account-address-register .content-register-bottom {
  width: 48%;
}
@media (max-width: 767px) {
  .customer-account-create .form-create-account .account-address-register .content-register-bottom {
    width: 100%;
    clear: both;
  }
}
.customer-account-create .form-create-account .account-address-register .content-register-bottom .agb {
  padding-left: 10px;
}
.customer-account-create .form-create-account .account-address-register .content-register-bottom .newsletter-form-register {
  padding: 10px;
  background: #6e645e;
  color: #fff;
}
body {
  background-color: #ffffff;
}
body.wide .page-wrapper .page-main {
  width: 100%;
}
.cms-page-view.page-layout-custom_iframe .amgdprcookie-bar-container {
  display: none;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.page-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  left: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 50;
}
.page-header .panel.wrapper {
  color: #555555;
  background: #f9f9f9 none repeat scroll 0 0;
}
.page-header .header-top .switcher {
  float: none;
}
.page-header .header-top .switcher .fa {
  margin-right: 8px;
}
.page-header .header-top .switcher .switcher-label {
  position: static;
  width: auto;
  color: #333333;
}
.page-header .header-top-right {
  text-align: right;
}
.page-header p {
  margin: 0;
}
.account-list .dropdown {
  padding: 0;
  list-style: none;
  margin: 0;
}
.account-list .dropdown li {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 0;
}
.top-links-header {
  float: right;
}
.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;
}
.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;
}
.header-content {
  position: relative;
}
.header-content-center {
  text-align: center;
}
.header-menu {
  display: inline-block;
  vertical-align: middle;
}
.header-menu .nav-sections {
  background: none;
  display: block;
  margin: 0;
}
.navigation .level0 > .level-top {
  text-transform: uppercase;
}
.header-search {
  display: inline-block;
  vertical-align: middle;
}
.header-search .icon-search {
  font-size: 18px;
}
.header-search .search-switcher {
  position: relative;
}
.header-search .search-switcher .dropdown-switcher {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.176);
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 100%;
  right: 0;
  margin-top: 10px;
  transition: all 300ms ease-in-out 0s;
  visibility: hidden;
  z-index: 35;
}
.header-search .search-switcher:hover .dropdown-switcher {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.header-search .search-switcher .block.block-search {
  display: none;
}
.header-search .search-switcher.active .block.block-search {
  display: block;
}
.header-content-right {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.header-setting {
  display: inline-block;
  vertical-align: middle;
}
.header-setting .icon-setting {
  font-size: 18px;
}
.header-setting .setting-switcher {
  position: relative;
  padding: 0 10px;
}
.header-setting .setting-switcher .dropdown-switcher {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.176);
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 100%;
  right: 0;
  margin-top: 10px;
  transition: all 300ms ease-in-out 0s;
  visibility: hidden;
  z-index: 35;
  width: 170px;
}
.header-setting .setting-switcher .dropdown-switcher .switcher {
  float: none;
  margin: 10px 0 0;
  display: block;
}
.header-setting .setting-switcher .dropdown-switcher .links {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.header-setting .setting-switcher .dropdown-switcher .links li {
  margin-bottom: 10px;
}
.header-setting .setting-switcher:hover .dropdown-switcher {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.switcher .switcher-dropdown {
  border: 1px solid #eaeaea;
  list-style: outside none none;
  margin: 10px 0;
  padding: 10px;
}
.switcher .switcher-dropdown li {
  margin: 0 3px;
  line-height: 1;
}
.switcher .switcher-dropdown li.selected {
  color: #6e645e;
}
.minicart-wrapper {
  float: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 15;
}
.minicart-wrapper .icons {
  line-height: 1;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.minicart-wrapper .icons.cart-icon .text {
  display: inline-block;
  height: auto;
  margin: 0;
  position: static;
  width: auto;
  font-size: 22px;
}
.minicart-wrapper .icons.cart-icon .text-cart {
  display: inline-block;
  font-size: 13px;
  margin-left: 15px;
}
.minicart-wrapper .icons.cart-icon .text-cart span {
  display: block;
  text-align: left;
}
.minicart-wrapper .icons.cart-icon .text-cart .total-price {
  font-size: 16px;
  font-weight: 700;
}
.header-top-left .krystal-nav {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.header-top-left .krystal-nav li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.header-top-left .krystal-nav li:first-child {
  padding-left: 0;
}
.header-top .switcher {
  padding: 0 20px;
  position: relative;
}
.header-top .switcher::before {
  background: #dddddd none repeat scroll 0 0;
  content: "";
  height: 15px;
  right: -1px;
  position: absolute;
  top: 2px;
  width: 1px;
}
.header-top .switcher.top-links-header {
  padding-right: 0;
}
.header-top .switcher.top-links-header::before {
  display: none;
}
.wishlist-header {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}
.header-content-type {
  margin: 20px 0;
}
.page-header .panel.wrapper {
  font-size: 13px;
}
.currency-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.currency-list .switcher-option {
  display: inline-block;
  margin: 0 3px;
}
.currency-list .switcher-option a {
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.currency-list .switcher-option a:hover {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  color: #ffffff;
}
.currency-list .switcher-option.active a {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}
.currency-list .switcher-option a {
  color: #999999;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  width: 20px;
  line-height: 1;
  vertical-align: middle;
}
.currency-list .switcher-option.active a,
.currency-list .switcher-option a:hover {
  color: #000000;
  text-decoration: underline;
}
.header-center {
  padding: 0;
}
.header-center .block-search {
  width: 100%;
}
.block-search input {
  height: 42px;
  border-radius: 3px 0 0 3px;
}
.block-search .action.search {
  height: 42px;
  width: auto;
  background: #6e645e none repeat scroll 0 0;
  right: 0;
  opacity: 1;
  font-size: 13px;
  padding: 0 20px;
  border-radius: 0 3px 3px 0;
}
.block-search .action.search span {
  display: inline-block;
  font-weight: 400;
  height: auto;
  margin: 0;
  position: static;
  vertical-align: middle;
  width: auto;
}
.block-search .action.search::before {
  color: #fff;
  content: "";
}
.header-content .header-right {
  float: left;
  padding-left: 0;
}
.header-content-menu .header-menu {
  display: block;
  position: relative;
  text-align: left;
  float: none;
}
.header-content-right {
  text-align: right;
}
.page-header .header-content-menu {
  background: #f6f6f6 none repeat scroll 0 0;
}
.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: #333333;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #6e645e;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #6e645e;
}
.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: #333333;
}
.message.global.demo a:hover {
  color: #6e645e;
}
.message.global.demo a:active {
  color: #6e645e;
}
.footer-img img {
  margin-bottom: 25px;
  max-width: 220px;
}
.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 -10px;
  padding: 0 10px;
}
.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: #8f8f8f;
  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 img,
.page-footer .switcher .options img {
  margin-top: -2px;
}
.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: 8px;
  line-height: 18px;
  color: inherit;
  content: '\e622';
  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: 8px;
  line-height: 18px;
  color: inherit;
  content: '\e621';
  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: 120px;
  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,
.page-footer .switcher .options ul.dropdown {
  text-align: left;
  right: 0;
  border-color: #dddddd;
  top: 22px;
}
.page-header .switcher .options ul.dropdown.links,
.page-footer .switcher .options ul.dropdown.links {
  font-size: 13px;
  min-width: 240px;
  font-weight: 300;
}
.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 {
  display: none;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a,
.page-header .switcher .options ul.dropdown strong,
.page-footer .switcher .options ul.dropdown strong {
  display: block;
  padding: 5px 15px;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.bg-parallax {
  background-attachment: fixed;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
}
footer.page-footer {
  background: none;
  padding: 0;
}
.footer-newletter-content {
  margin: 0 auto;
  padding: 25px 0;
  background: #f9f9f9;
}
.footer-newletter-content .newsletter-intro {
  color: #666666;
}
.footer-newletter-content .newsletter-title {
  margin-top: 12px;
}
.footer-newletter-content .block-title {
  color: #333333;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-newletter-content .input-newleter {
  margin: 0 auto;
  position: relative;
  width: 480px;
  max-width: 100%;
}
.footer-newletter-content .input-newleter::before {
  color: #888888;
  content: "\f003";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 12px;
}
.footer-newletter-content .input-newleter input {
  background: #ffffff none repeat scroll 0 0;
  border-color: #e6e6e6;
  border-radius: 3px;
  color: #000000;
  height: 45px;
  padding-left: 40px;
}
.footer-newletter-content .input-newleter .actions {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.footer-newletter-content .input-newleter .actions button {
  background: #6e645e;
  border: 1px solid #6e645e;
  border-radius: 0 3px 3px 0;
  font-size: 13px;
  font-weight: 500;
  height: 45px;
  letter-spacing: 0;
  line-height: 45px;
  padding: 0 20px;
  text-transform: uppercase;
}
.footer-newletter-content .input-newleter .actions button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
}
.social-list .list-inline {
  margin: 4px 0 0;
  text-align: right;
}
.social-list .list-inline li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.social-list .list-inline li .social-link {
  background: #d1d1d1 none repeat scroll 0 0;
  color: #333;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  display: block;
  float: left;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}
.social-list .list-inline li .social-link:hover {
  background: #6e645e none repeat scroll 0 0;
  border-color: #6e645e;
  color: #fff;
}
.footer-middle li {
  list-style: outside none none;
}
.footer-middle p {
  line-height: 30px;
}
.footer-middle .logo-footer {
  margin-bottom: 20px;
}
.footer-middle .heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
  position: relative;
}
.footer-middle .address-list .feature-icon {
  display: flex;
  line-height: 27px;
}
.footer-middle .block-content-statick ul {
  padding: 0;
  margin: 0;
}
.footer-middle .block-content-statick ul li {
  list-style: outside none none;
  margin: 0 0 5px;
}
.footer-middle .block-content-statick ul li a {
  color: #333;
  display: block;
  line-height: 27px;
  padding: 0;
  position: relative;
  transition: margin 0.5s ease 0s;
}
.footer-middle .block-content-statick ul li a:hover {
  margin-left: 5px;
  color: #6e645e;
}
.footer-middle .block-content-statick h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.footer-middle .block-content-statick .instagram-list {
  padding-top: 15px;
}
.footer-middle .block-content-statick .instagram-list li {
  float: left;
  margin-right: 7px;
}
.footer-middle .block-content-statick .instagram-list li:nth-child(4n) {
  margin-right: 0;
}
.footer-middle .block-content-statick .instagram-list li a {
  margin: 0 0 7px;
  padding: 0;
}
.footer-middle .block-content-statick .instagram-list li a::before {
  display: none;
}
.footer-middle .block-content-statick .instagram-list li a:hover {
  margin-left: 0;
}
.footer-middle .feature-icon .tit-name {
  color: #6e645e;
  display: inline-block;
  width: 20px;
}
.page-footer .quick-links {
  border-top: 1px solid #e6e6e6;
  padding-top: 25px;
  padding-bottom: 30px;
}
.page-footer .quick-links .quick-link {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
.page-footer .quick-links ul {
  margin: 0;
  padding: 0;
}
.page-footer .quick-links li {
  display: inline-block;
  margin: 0 0 5px;
}
.page-footer .quick-links li .links-primary {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.page-footer .quick-links li a {
  border-right: 1px solid #666666;
  font-size: 13px;
  line-height: 13px;
  padding: 0 4px 0 2px;
  color: #666666;
  display: inline-block;
}
.page-footer .quick-links li a:hover {
  color: #6e645e;
}
.page-footer .quick-links li:last-child a,
.page-footer .quick-links li:first-child a {
  border-right: medium none;
  padding-right: 0;
}
.footer-bottom {
  background: #222 none repeat scroll 0 0;
  padding: 13px 0;
}
.footer-bottom .copyright {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #aaaaaa;
  font-size: 13px;
  line-height: 35px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: left;
}
.footer-bottom .copyright a {
  color: #6e645e;
}
.footer-bottom .footer-payment {
  text-align: right;
}
#backtotop {
  background-color: #333;
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 25px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  position: fixed;
  right: 5px;
  text-align: center;
  text-decoration: none;
  width: 45px;
  z-index: 50;
}
#backtotop:hover {
  background: #6e645e none repeat scroll 0 0;
}
.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;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}
button.button,
button,
.cart .continue,
.actions-toolbar .primary a.action,
button:focus,
.action.primary,
.page-not-found .previus-page,
.amshopby-button,
.am-filter-go {
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
}
button.button:hover,
button:hover,
.cart .continue:hover,
.actions-toolbar .primary a.action:hover,
button:focus:hover,
.action.primary:hover,
.page-not-found .previus-page:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  color: #ffffff;
  background-color: #6e645e;
  border-color: #6e645e;
}
.direction-menu {
  background: #6e645e;
  padding: 15px;
  width: 100%;
  justify-content: space-between;
}
.direction-menu .location-search {
  padding-left: 40px;
  max-width: 300px;
  position: relative;
}
.direction-menu .location-search .icon-address {
  position: absolute;
  width: 8px;
  height: 30px;
  background: url('../images/directions.png') no-repeat transparent;
  background-position: -56px -25px;
  top: 50%;
  left: 9px;
  margin-top: -15px;
}
.direction-menu .location-search:before,
.direction-menu .location-search:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: url('../images/directions.png') no-repeat transparent;
  background-position: -70px -46px;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.direction-menu .location-search:before {
  background-position: -4px -52px;
  top: 17px;
  left: 5px;
}
.direction-menu .location-search:after {
  background-position: -28px -52px;
  top: 62px;
  left: 5px;
}
.direction-menu .location-search input[type="text"] {
  background: transparent;
  border-width: 0 0 1px;
  border-radius: 0;
  padding: 0;
  color: #fff;
  height: 30px;
}
.direction-menu .location-search input[type="text"]#loc-map-popup {
  margin-bottom: 15px;
}
.direction-menu .location-search input[type="text"]:focus {
  box-shadow: none;
}
.direction-menu .direction-travel-mode {
  padding-top: 3px;
  width: 35%;
  text-align: center;
}
.direction-menu .direction-travel-mode button {
  width: 38px;
  height: 38px;
  padding: 0;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  border: none;
  background-color: transparent;
}
.direction-menu .direction-travel-mode button:hover,
.direction-menu .direction-travel-mode button.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.direction-menu .direction-travel-mode button:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  background: url('../images/directions.png') no-repeat transparent;
}
.direction-menu .direction-travel-mode button.car:before {
  background-position: -24px -96px;
}
.direction-menu .direction-travel-mode button.transit:before {
  background-position: -24px -120px;
}
.direction-menu .direction-travel-mode button.walk:before {
  background-position: -24px -144px;
}
.direction-menu .direction-travel-mode button.bycicle:before {
  background-position: -24px -168px;
}
.direction-menu .direction-travel-mode .direction-route-info {
  color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.direction-menu .direction-travel-mode .direction-route-info .route-distance {
  margin-right: 20px;
}
.direction-menu .direction-travel-mode .direction-route-info strong {
  font-weight: normal;
}
.direction-menu .direct-to-map .to-map {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5) !important;
}
.direction-menu .direct-to-map .to-map:hover,
.direction-menu .direct-to-map .to-map:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5) !important;
}
.direction-menu .direct-to-map .to-map span {
  font-size: 16px;
  margin-right: 10px;
  max-width: 95px;
}
.direction-menu .direct-to-map .to-map:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f124";
  font-size: 80px;
  margin: -20px 0;
  font-weight: 900;
}
.giftcard-related-information .separator {
  margin-bottom: 20px;
}
.giftcard-related-information .separator h3 {
  margin: 15px 0;
}
.giftcard-related-information .giftcard-related-slider .product-item-info .product-item-details {
  border: 1px solid rgba(131, 119, 111, 0.1);
}
.giftcard-related-information .giftcard-related-slider .product-item-info .product-item-description {
  margin: 0;
}
.giftcard-related-information .giftcard-related-slider .product-item-info .product-item-name a {
  font-weight: 700;
  font-size: 1.6rem;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 42px;
  line-height: 21px;
}
.jajuma-vw-container.two_videos .jajuma-video-row .jajuma-vw-wrapper {
  box-sizing: content-box;
}
.jajuma-vw-container.three_videos .jajuma-video-row .jajuma-vw-wrapper {
  box-sizing: content-box;
}
@media (max-width: 1200px) {
  .customer-account-create .newsletter_right_create {
    max-width: 240px;
  }
}
@media (max-width: 640px) {
  .customer-account-create .newsletter_right_create {
    width: 100%;
    max-width: 300px;
  }
}
.customer-account-create input[type=checkbox] ~ label:before {
  background: #fff;
}
.initiate-shuffle-js {
  padding: 30px 0;
}
.initiate-shuffle-js .shuffle-filtering {
  margin-bottom: 10px;
}
.initiate-shuffle-js .shuffle-filtering ul {
  padding: 0;
  list-style: none;
  margin: auto;
  display: table;
}
.initiate-shuffle-js .shuffle-filtering ul li {
  display: block;
  float: left;
  margin: 5px 10px;
}
.initiate-shuffle-js .shuffle-filtering ul li a {
  padding: 5px 10px;
  border-radius: 3px;
  display: block;
  border: solid 1px;
  margin: 0;
  text-align: center;
  min-width: 80px;
}
.initiate-shuffle-js .shuffle-filtering ul li a:hover,
.initiate-shuffle-js .shuffle-filtering ul li a:focus {
  text-decoration: none;
  background-color: #6e645e;
  border-color: #6e645e;
  color: #fff;
}
.initiate-shuffle-js .shuffle-filtering ul li.active a {
  background-color: #6e645e;
  border-color: #6e645e;
  color: #fff;
}
.shuffle-items-container {
  padding-left: -9px;
  padding-right: -9px;
}
.shuffle-items-container .shuffle-item {
  width: 25%;
  float: left;
  text-align: center;
  padding: 9px;
}
.shuffle-items-container .shuffle-item .shuffle-item-content {
  display: block;
  border: solid 1px #a8a79d;
  background: #fff;
}
.shuffle-items-container .shuffle-item .shuffle-item-content img {
  width: 100%;
}
.shuffle-items-container .shuffle-item .shuffle-item-content .post-content {
  padding: 15px;
  text-align: left;
}
.shuffle-items-container .shuffle-item .shuffle-item-content .post-content .post-message {
  word-wrap: break-word;
}
.shuffle-items-container .shuffle-item .shuffle-item-content .post-content .post-user {
  padding-top: 15px;
  position: relative;
}
.shuffle-items-container .shuffle-item .shuffle-item-content .post-content .post-user .checkin-type {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 30px;
}
.post-user .checkin-user-image {
  float: left;
  width: 36px;
  height: 36px;
  margin: 0 12px 0 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.post-user .checkin-user-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 50px;
}
.post-user .checkin-type:after {
  font-family: 'Font Awesome 5 Free';
}
.post-user .checkin-type-twitter:after {
  content: "\f099";
}
.post-user .checkin-type-facebook:after {
  content: "\f230";
}
.post-user .checkin-type-instagram:after {
  content: "\f16d";
}
.shuffle-item-modal .shuffle-item-content {
  display: flex;
  max-height: calc(90vh - 65px);
  overflow-y: auto;
}
.shuffle-item-modal .shuffle-item-content .box-image {
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-size: contain;
  /*background-color: #000;*/
  overflow: hidden;
}
.shuffle-item-modal .shuffle-item-content .box-image .backgroun-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shuffle-item-modal .shuffle-item-content .box-image .backgroun-img img {
  margin: auto;
  display: block;
}
.shuffle-item-modal .shuffle-item-content .post-content {
  width: 335px;
  position: relative;
  flex-shrink: 0;
  padding: 20px 20px 15px;
}
.shuffle-item-modal .shuffle-item-content .post-content .post-user {
  margin-bottom: 20px;
}
.shuffle-item-modal .shuffle-item-content .post-content .post-user .checkin-user-name {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.shuffle-item-modal .shuffle-item-content .post-content .post-user .checkin-user-name .checkin-type {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shuffle-item-modal .shuffle-item-content .post-content .post-message {
  word-break: break-word;
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-network-background {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 220px;
  color: #f2f4f4;
  text-align: center;
  pointer-events: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-network-background:after {
  font-style: normal;
  font-weight: 400;
  font-family: 'Font Awesome 5 Free';
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-network-background-instagram:after {
  content: "\f16d";
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-network-background-twitter:after {
  content: "\f099";
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-network-background-facebook:after {
  content: "\f09a";
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-text-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-text-inner .detail-text-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-text-extra {
  position: relative;
  align-items: center;
  flex-shrink: 0;
  margin-top: 20px;
  font-size: 14px;
  color: #8c9598;
  display: flex;
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-text-extra .detail-sharing-intro {
  flex-shrink: 0;
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-text-extra .detail-sharing-buttons {
  display: flex;
  align-items: center;
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-text-extra .detail-sharing-buttons .detail-sharing-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #c6cacb;
  color: #fff;
  text-align: center;
  line-height: 30px;
  transition: background-color 0.5s ease;
}
.shuffle-item-modal .shuffle-item-content .post-content .detail-text-extra .detail-sharing-buttons .detail-sharing-button:focus,
.shuffle-item-modal .shuffle-item-content .post-content .detail-text-extra .detail-sharing-buttons .detail-sharing-button:hover {
  background-color: #91989a;
}
.shuffle-modal .modal-inner-wrap {
  width: 1000px;
  max-width: 90%;
}
.shuffle-modal .modal-inner-wrap .modal-header {
  padding: 0;
}
.shuffle-modal .modal-inner-wrap .modal-header .action-close {
  z-index: 1;
}
.shuffle-modal .modal-inner-wrap .modal-content {
  padding: 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: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  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.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  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;
  text-shadow: none;
  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;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  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 > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  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.8;
}
.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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.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';
  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: #6e645e;
  border: 1px solid #6e645e;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lora', serif;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 1.3rem;
  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: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #333333;
  border: 1px solid #333333;
  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.8;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #333333;
  border: 1px solid #333333;
  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.8;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #333333;
  border: 1px solid #333333;
  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.8;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #333333;
  border: 1px solid #333333;
  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.8;
  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;
}
@font-face {
  font-family: '';
  src: url('.woff2') format('woff2'), url('.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 10px;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 15px;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__thumb-border {
  display: none;
}
.fotorama__active .fotorama__thumb.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
  border: 1px solid #6e645e;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 0.7;
}
.fotorama__nav.fotorama__nav--thumbs {
  height: 240px !important;
}
.fotorama__thumb__arr {
  height: 225px;
}
.normal-product .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .product-item-name .product-item-link {
  font-weight: 700;
  font-size: 1.6rem;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .price-box .old-price .price {
  color: #bbbbbb;
  font-size: 19px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 15px;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .price-box .price {
  color: #989400;
}
.normal-product .product.related-information .giftcard-related-slider .product-details-wrapper .price-box .special-price .price-container .price {
  color: #ff0000;
}
.normal-product .box-tocart .field.qty {
  margin: 0px 0 15px;
}
.normal-product .box-tocart .field.qty .control {
  float: left;
}
.normal-product .box-tocart .actions {
  float: left;
  margin-left: 25px;
  margin-right: 25px;
  width: 180px;
}
.normal-product .box-tocart .product-addto-links {
  text-align: center;
}
.normal-product .page-main .product-view > .container:first-child {
  box-shadow: unset;
}
a#back-to-filter-desktop {
  font-size: 1.4rem;
}
.product-details-tab {
  max-width: 1170px;
  max-width: 1440px;
  margin: auto;
}
.product-tab-bg .product-details-tab {
  border-top: 1px solid rgba(131, 119, 111, 0.5);
}
.product-tab-bg .product-details-tab .product.data.items:before {
  height: 1px;
}
.product-add-form .swatch-option.text {
  line-height: 28px;
}
.product-info-main .product-info-price .price-box .price-container .price {
  color: #989400;
}
.product-info-main .product-info-price .price-box .special-price .price-container .price {
  color: #ff0000;
}
.product-info-main .product-info-price .old-price .price-container .price-wrapper .price {
  color: #bbbbbb;
}
.product-info-main .stock.available {
  border-top: none;
  margin-top: 0px;
}
.product-info-main .stock.unavailable {
  border-top: none;
  margin-top: 0px;
}
.product-addto-links .action {
  margin-right: 75px;
}
.rating-summary .rating-result > span:before {
  color: #f4c800;
}
.product.related-information .separator h3 {
  font-size: 29px;
  line-height: 29px;
  color: #725E53;
}
.product-infobar {
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 1599px) {
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    height: 195px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 180px !important;
    height: 180px;
  }
  .fotorama__thumb__arr {
    height: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    height: 145px;
  }
  .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__nav--thumbs .fotorama__nav__frame {
    width: 145px !important;
    height: 145px;
  }
  .fotorama__thumb__arr {
    height: 145px;
  }
}
@media (min-width: 1200px) {
  .product-details-tab {
    max-width: 1170px;
  }
}
@media (min-width: 1024px) {
  .product-add-form .swatch-attribute .swatch-option.text {
    font-size: 16px;
  }
}
@media print {
  .product-add-form .swatch-attribute .swatch-option.text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .product-tab-bg .product-details-tab .product.data.items .data.item.content {
    margin-left: 0;
  }
  .product.data.items {
    border-bottom: 0px;
  }
}
@media only screen and (max-width: 639px) {
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before {
    color: #6e645e;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    color: #6e645e;
  }
}
.product-view-content .product-infobar {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.product-view-content .product-infobar h2 {
  font-weight: bold;
  font-size: 16px;
  color: #6e645e;
  margin: 0 0 35px 0;
}
.product-view-content .product-infobar .column.left {
  display: flex;
  width: 50%;
  justify-content: space-between;
}
.product-view-content .product-infobar .column.left .vendor-image {
  width: 60%;
}
.product-view-content .product-infobar .column.left .vendor-information {
  width: 32%;
  width: 100%;
  text-align: center;
}
.product-view-content .product-infobar .column.right {
  display: flex;
  justify-content: space-between;
  width: 47%;
}
.product-view-content .product-infobar .column.right .product-infobar-label {
  text-align: left;
  width: 100%;
}
.product-view-content .product-infobar .column.right .product-infobar-label .product-label-content {
  display: flex;
}
.product-view-content .product-infobar .column.right .eh_label {
  width: 100%;
}
.product-view-content .product-infobar .column.right .certifications {
  width: 100%;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content {
  width: 100%;
  display: inline-block;
  justify-content: space-between;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content .certifications-image {
  max-width: 18%;
  float: left;
  height: 90px;
  margin-right: 2%;
  position: relative;
  margin-left: 0;
  margin-bottom: 2%;
  display: flex;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content .certifications-image img {
  display: block;
  position: absolute;
  max-width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content .certifications-image span {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px;
  color: #fff;
  background-color: #6e645e;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  margin-top: 30px;
  top: 100%;
  white-space: nowrap;
  width: unset;
  height: unset;
  color: #FFFFFF;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content .certifications-image:hover span {
  opacity: 1;
  margin-top: 15px;
  z-index: 1;
  display: flex;
}
.product-view-content .product-infobar .column.right .certifications .certifications.content .certifications-image:hover span:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 100%;
  border-bottom: solid 8px #6e645e;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.product-infobar .vendor-image img {
  max-height: 150px;
}
.rating-summary .rating-result:before {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}
.rating-summary .rating-result > span:before {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
}
@media (min-width: 1600px) {
  .product-details-tab {
    max-width: 1440px;
  }
}
@media (max-width: 1599px) {
  .product-details-tab {
    max-width: 1170px;
  }
}
@media (max-width: 480px) {
  .product-view-content .product-infobar .column.left {
    width: 100%;
    display: inline-block;
  }
  .product-view-content .product-infobar .column.left .vendor-image {
    width: 100%;
    text-align: center;
  }
}
body.catalog-category-view #amasty-shopby-product-list .category-product-wrap {
  position: relative;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div {
  width: calc(33.33333333%);
  float: left;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.more-filter {
  display: none;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.location {
  padding: 0 70px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.location .fa-map-marker {
  position: absolute;
  top: 10px;
  left: 6px;
  color: #6e645e;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.location #input_address {
  height: 35px;
  padding-left: 35px;
  border-radius: 3px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter {
  padding-left: 70px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper {
  margin: 0 0 10px 0;
  width: 100%;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper input {
  padding: 0 20px 0 40px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions {
  position: absolute;
  left: 12px;
  right: auto;
  top: -2px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions button {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #6e645e;
  line-height: 18px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions button span {
  font-size: 0;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions button:hover {
  background: unset !important;
  color: #6e645e !important;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions2 {
  position: absolute;
  right: 0;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper .actions2 button.search2 {
  color: white;
  border: 0;
  position: absolute;
  top: -35px;
  height: 35px;
  background: #6e645e none repeat scroll 0 0;
  right: 0;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 0 3px 3px 0;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .more-filter-toolbar {
  float: left;
  width: 100%;
  background-color: #6e645e;
  border-radius: 3px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .more-filter-toolbar:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .more-filter-toolbar a {
  color: white !important;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 10px 0px;
  text-decoration: none;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .more-filter-toolbar a.active:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: 3px;
  font-weight: 900;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category {
  text-align: left;
  font-weight: 700;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul {
  list-style: none;
  padding: 0;
  -webkit-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li {
  padding-right: 20px;
  position: relative;
  width: 50%;
  float: left;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li a {
  position: relative;
  padding-left: 25px;
  white-space: nowrap;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li a:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #6e645e;
  left: 0;
  position: absolute;
  top: 1px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li a.active:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: 3px;
  font-weight: 900;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li ul.subs-child-cat {
  display: none;
  position: absolute;
  padding-top: 10px;
  padding-left: 25px;
  left: 0;
  top: 30px;
  z-index: 990;
  background: white;
  width: 100%;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li ul.subs-child-cat::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 10px;
  background: transparent;
  top: -10px;
  left: 0;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li ul.subs-child-cat li {
  padding-left: 0;
  width: 100%;
  font-weight: 400;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li ul.subs-child-cat li a {
  white-space: nowrap;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li ul.subs-child-cat li:hover {
  font-weight: 700;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter .filter-by-category ul li:hover .subs-child-cat {
  display: block;
  width: fit-content;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter {
  width: 30%;
  float: left;
  display: none;
  height: 100%;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter #layered-filter-block {
  width: 100%;
  display: inline-block;
  height: 100%;
  position: relative;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .close-filter {
  font-size: 46px;
  position: absolute;
  top: 0px;
  right: 12px;
  color: #6e645e !important;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .close-filter:hover {
  cursor: pointer;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .block-title.filter-title {
  border: none;
  background: #eeedeb;
  color: #6e645e;
  padding: 8px 40px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content {
  padding: 20px 30px;
  background: #eeedeb;
  min-height: calc(100% - 32px);
  margin-bottom: 0;
  overflow: auto;
  height: calc(100% - 32px);
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .product-filters .merged-filter-options-title,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .category-filter .merged-filter-options-title {
  color: #ffffff !important;
  background: #6e645e;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .product-filters .filter-options-content {
  padding: 15px 0 !important;
  border: none !important;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .product-filters .filter-options-content.filter-product-options-content {
  border: 2px solid #6e645e !important;
  border-top: none !important;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .product-filters .filter-options-item {
  margin-bottom: 10px !important;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item {
  width: 100%;
  margin-right: 0;
  border: none;
  padding: 0;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f077";
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.active .filter-product-options-title[aria-selected="true"]:after {
  content: "\f077";
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.active .filter-product-options-title:after {
  content: "\f078";
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-title {
  color: #6e645e;
  border: 2px solid #6e645e;
  padding: 10px 20px 10px 10px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-title:after {
  content: "\f078";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  top: 11px;
  right: 15px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content {
  width: 100%;
  height: auto;
  background: #eeedeb;
  border: 2px solid #6e645e;
  border-top: none;
  overflow: unset;
  padding: 10px 10px 10px 10px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content form {
  overflow: hidden;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li {
  position: relative;
  border: none;
  margin-bottom: 5px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li:hover {
  background: transparent;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="radio"] + a,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="checkbox"] + a {
  position: relative;
  padding: 0 7px 0 25px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="radio"] + a:before,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="checkbox"] + a:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #6e645e;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="radio"]:checked + a:after,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[type="checkbox"]:checked + a:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: 1px;
  font-weight: 900;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content ol.items li.item {
  display: flex;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content ol.items li.item > label {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content ol.items li.item > label .label {
  width: 65%;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.active:before,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.active:after {
  display: none;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-title {
  display: block;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content {
  position: static;
  visibility: visible;
  border: none;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content ul {
  background: #eeedeb;
  padding-left: 0;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content ul li ul {
  display: block !important;
  position: static !important;
  margin-left: 25px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content ul .sub-category {
  margin-left: 25px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .count {
  display: none;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .items-children .count {
  display: block !important;
  margin-right: 30px;
  position: absolute;
  right: 35px;
  width: 35px;
  text-align: center;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .am-filter-items-category_ids .item .accordion-category-title[aria-expanded="true"] .parent-category-expanded-arrow:after {
  content: "\f077";
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .am-filter-items-category_ids .item .accordion-category-title[aria-expanded="false"] .parent-category-expanded-arrow:after {
  content: "\f078";
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .am-filter-items-category_ids .item .accordion-category-title .parent-category-expanded-arrow:after {
  content: "\f078";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  top: -2px;
  padding: 0 7px;
  right: 5px;
  position: absolute;
  border: 1px solid #6e645e;
  cursor: pointer;
  font-size: 10px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .am-filter-items-category_ids .item .accordion-category-children-items {
  display: none;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item.category .filter-options-content .am-filter-items-category_ids .item .accordion-category-children-items.active {
  display: block;
}
@media only screen and (min-width: 1024px) and (max-width: 1559px) {
  body.catalog-category-view #amasty-shopby-product-list .more-filter {
    width: 40%;
  }
}
body.catalog-category-view #amasty-shopby-product-list .products-grid.cat-map .product-items .product-item {
  width: 50%;
}
body.catalog-category-view #amasty-shopby-product-list .products-grid.cat-map .product-items.nomap {
  width: 100%;
}
body.catalog-category-view #amasty-shopby-product-list .products-grid.cat-map .product-items.nomap .product-item {
  width: 25%;
}
body.catalog-category-view .close-filter {
  color: #FFF !important;
  float: right;
}
body.catalog-category-view.filter-active #amasty-shopby-product-list .more-filter {
  display: block;
  position: absolute;
  z-index: 100;
}
body.catalog-category-view.filter-active #amasty-shopby-product-list .more-filter.sticky {
  position: fixed;
  z-index: 100;
  width: 40%;
}
@media only screen and (min-width: 1180px) {
  body.catalog-category-view.filter-active #amasty-shopby-product-list .more-filter.sticky {
    width: 472px;
  }
}
@media only screen and (min-width: 1600px) {
  body.catalog-category-view.filter-active #amasty-shopby-product-list .more-filter.sticky {
    width: 432px;
  }
}
body.catalog-category-view.filter-active #amasty-shopby-product-list .more-filter.stickybottom {
  bottom: 0;
}
body.catalog-category-view .open-map {
  display: none;
  align-content: center;
  align-items: center;
  width: 25px;
  justify-content: center;
  font-size: 24px;
  background: #6e645e;
  position: absolute;
  z-index: 9;
  color: #FFF !important;
  bottom: 0;
  height: 100%;
}
body.catalog-category-view .open-map.show {
  display: flex !important;
}
body.catalog-category-view .open-map.sticky {
  position: fixed;
}
body.catalog-category-view .open-map.sticky:hover {
  text-decoration: none;
}
body.catalog-category-view .open-map.sticky:active {
  text-decoration: none;
}
body.catalog-category-view .open-map .text-open-map {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-size: 13px;
  font-weight: 300;
  position: relative;
}
body.catalog-category-view .open-map .text-open-map .fa-map-marker-alt {
  transform: rotate(90deg);
  position: absolute;
  top: -18px;
  left: 2px;
}
/* Category Page */
.shariff-button a[href*="//"]:not([href*="google.com"])[href*="//"]:not([href*="testkundenportal"])[href*="//"]:not([href*="heimat"]) {
  color: #6e645e !important;
  font-weight: 400;
}
.shariff-button a[href*="//"]:not(.primary):not([href*="google.com"])[href*="//"]:not([href*="testkundenportal"])[href*="//"]:not([href*="heimat"]):hover {
  color: #fff !important;
  text-decoration: none;
}
.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shariff li,
.shariff li a {
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.shariff li {
  overflow: hidden;
}
.shariff li a {
  position: relative;
  display: block;
  text-decoration: none;
}
.shariff li .fab,
.shariff li .far,
.shariff li .fas {
  text-align: center;
  vertical-align: top;
  width: 35px;
  line-height: 35px;
}
.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.shariff .facebook .fa-facebook-f {
  font-size: 22px;
}
.shariff .twitter .fa-twitter {
  font-size: 28px;
}
.shariff .pinterest .fa-pinterest-p {
  font-size: 22px;
}
.shariff .mail .fa-envelope {
  font-size: 21px;
}
.shariff .whatsapp .fa-whatsapp {
  font-size: 28px;
}
.shariff li,
.share_count,
.shariff li .share_text {
  font-size: 12px;
  line-height: 35px;
  vertical-align: top;
}
@media only screen and (max-width: 600px) {
  .shariff .facebook .fa-facebook-f {
    font-size: 19px;
  }
  .shariff .twitter .fa-twitter {
    font-size: 24px;
  }
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px;
  }
  .shariff .mail .fa-envelope {
    font-size: 18px;
  }
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff li,
  .shariff li a {
    height: 30px;
  }
  .shariff li .fab,
  .shariff li .far,
  .shariff li .fas {
    width: 30px;
    line-height: 30px;
  }
  .shariff li,
  .share_count,
  .shariff li .share_text {
    line-height: 30px;
  }
  .catalog-category-view .toolbar-products .toolbar-products-inner .toolbar-search-wrapper h4 {
    display: none;
  }
  .catalog-category-view .toolbar-products .toolbar-products-inner .wrap-filter > div.location h4 {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .toolbar-products .toolbar-products-inner {
    display: none;
  }
}
.catalog-category-view .cat-map.products-grid .product-item-info .product-item-description-inner {
  height: 60px;
  font-size: 1.4rem;
  line-height: unset;
}
.catalog-category-view .toolbar-products .pages {
  display: none;
}
.catalog-category-view .toolbar-products .toolbar-sorter.location .ui-slider-horizontal {
  margin-top: 15px;
}
.catalog-product-view .cat-map.products-grid .product-item-info .product-item-description-inner {
  height: 60px;
  font-size: 1.4rem;
  line-height: unset;
}
.filter-category-content ul {
  margin-bottom: 0px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.location {
  padding: 0px 0px 0px 70px;
  height: 85px;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner .wrap-filter > div.left-toolbar-filter .toolbar-search-wrapper {
  margin: 0 0 10px 0;
}
body.catalog-category-view #amasty-shopby-product-list .toolbar-products .toolbar-products-inner input[type="text"] {
  height: 35px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .block-title.filter-title {
  padding: 25px 8px 8px 35px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-title {
  border: 1px solid #6e645e;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  background: #6e645e;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover {
  background-color: #6e645e;
}
.amshopby-slider-container .am-slider .ui-slider-handle:active {
  background-color: #6e645e;
}
.filter-options-content .item {
  line-height: 25px;
}
ul.items.items-children.level-2.-folding {
  margin-left: 25px;
}
.page-layout-1column .filter-actions {
  display: grid;
  border-bottom: 1px solid #6e645e;
  padding: 5px;
}
.am-shopby-item {
  display: contents;
}
.filter-current .action.remove {
  left: -4px;
  top: 9px;
}
@media (min-width: 1024px) {
  .distance-slider {
    height: 55px;
    width: 80%;
    margin: auto;
    padding-right: 15px;
    display: inline-block;
  }
  .distance-slider span#min {
    top: 25px;
  }
  span.distance-slider-value {
    bottom: 15px;
  }
  .page-layout-1column .filter-current {
    display: grid;
  }
  .page-layout-1column .filter-current .item {
    display: inline-block;
  }
  .page-layout-1column .filter-current .items {
    display: inline-block;
  }
  .page-layout-1column .filter-current-subtitle {
    padding-left: 5px;
  }
  body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content {
    min-height: calc(100% - 49px);
    height: calc(100% - 49px);
  }
}
.toolbar-products.sticky {
  padding: 0;
  opacity: 1;
}
.toolbar-products.sticky .toolbar-products-inner {
  padding-left: 20px;
  padding-right: 20px;
}
#layered-filter-block-category .filter-options-content {
  border: none;
  padding: 0;
}
#layered-filter-block-category .item {
  display: inline-block;
  line-height: 20px;
  width: 100%;
  position: relative;
  padding: 5px;
}
#layered-filter-block-category .item .items-children {
  background: #fff;
  position: absolute;
  /*top: 0 !important;*/
  /*right: 0 !important;*/
}
#layered-filter-block-category input[type="checkbox"],
#layered-filter-block-category input[type="radio"] {
  float: left;
}
#layered-filter-block-category .amshopby-filter-parent {
  /*float: left;*/
  padding: 0;
  display: block;
  text-align: left;
}
#layered-filter-block-category .filter-options-content .count {
  float: none;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li label.am-checkbox-filter-item,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li label.am-checkbox-filter-item {
  position: relative;
  padding: 0 27px 0 25px;
  display: flex;
  flex-wrap: wrap;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li label.am-checkbox-filter-item .label {
  margin-right: 65px;
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li label.am-checkbox-filter-item:before,
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li label.am-checkbox-filter-item:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #6e645e;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.catalog-category-view #amasty-shopby-product-list .more-filter .filter-content .filter-options-item .filter-options-content li input[checked] + label:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
}
.filter-options-content .am-filter-items-category_ids .count:after {
  margin-left: -4px;
}
.vendor-list-page #maincontent .toolbar-products.sticky .page-main {
  padding-left: 15px;
  padding-right: 15px;
}
.vendor-list-page #maincontent .toolbar-products .wrap-filter > div {
  width: calc(33.33333333%);
}
.vendor-list-page #maincontent .toolbar-products .wrap-filter #apply-filter {
  background: #6e645e;
}
.vendor-list-page #maincontent .toolbar-sorter.location {
  padding-left: 70px;
}
.vendor-list-page #maincontent .toolbar-sorter.location > div {
  float: left;
  width: 100%;
}
.vendor-list-page #maincontent .toolbar-sorter.location > div .distance-slider {
  height: auto;
}
.vendor-list-page #maincontent .toolbar-sorter.location > div .distance-slider .distance-slider-value {
  top: 0;
}
.vendor-list-page #maincontent .toolbar-sorter.location .map-vendor-list {
  z-index: 9;
  margin-bottom: 20px;
}
.vendor-list-page #maincontent .toolbar-sorter.location .fa-map-marker {
  position: absolute;
  top: 10px;
  left: 6px;
  color: #6e645e;
}
.vendor-list-page #maincontent .toolbar-sorter.location #input_address {
  height: 35px;
  padding-left: 35px;
  border-radius: 3px;
}
.vendor-list-page #maincontent .toolbar-search-wrapper {
  padding-left: 70px;
  margin: 0;
}
.vendor-list-page #maincontent .toolbar-search-wrapper input {
  padding: 0 20px 0 40px;
  height: 35px;
}
.vendor-list-page #maincontent .toolbar-search-wrapper .actions {
  position: absolute;
  left: 12px;
  right: auto;
  top: 0;
}
.vendor-list-page #maincontent .toolbar-search-wrapper .actions button {
  border: none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #6e645e;
  line-height: 18px;
}
.vendor-list-page #maincontent .toolbar-search-wrapper .actions button span {
  font-size: 0;
}
.vendor-list-page #maincontent .toolbar-search-wrapper .actions2 button.search2 {
  color: white;
  border: 0;
  position: absolute;
  top: 0px;
  height: 35px;
  background: #6e645e none repeat scroll 0 0;
  right: 0;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 0 3px 3px 0;
}
.vendor-roles .vendor-roles-filter input[type="checkbox"] ~ label {
  cursor: pointer;
}
.vendor-roles .vendor-roles-filter input[type="checkbox"] ~ label:before {
  border: 2px solid #6e645e;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
.vendor-roles .vendor-roles-filter input[type="checkbox"]:checked ~ label:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: 5px;
  font-weight: 900;
}
.vendor-roles .vendor-roles-filter.sub-vendor {
  padding-left: 44px !important;
}
.vendor-roles .vendor-roles-filter.sub-vendor input[type="checkbox"] ~ label:before {
  left: 24px;
}
.vendor-roles .vendor-roles-filter.sub-vendor input[type="checkbox"]:checked ~ label:after {
  left: 27px;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/*
     * 	Owl Carousel - Auto Height Plugin
     */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
     *  Core Owl Carousel CSS File
     */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
}
.owl-carousel .owl-grab {
  cursor: move;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-nav div {
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  background: rgba(196, 196, 196, 0.87);
  border-radius: 50%;
}
.owl-carousel .owl-nav div:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 3rem;
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  text-indent: 0;
  left: 3px;
  top: 3px;
  color: #6e645e;
  font-weight: 900;
}
.owl-carousel .owl-nav div.owl-prev {
  left: 10px;
}
.owl-carousel .owl-nav div.owl-prev:before {
  left: -3px;
  content: "\f104";
  font-weight: 900;
}
.owl-carousel .owl-nav div.owl-next {
  right: 10px;
}
.owl-carousel .owl-nav div.owl-next:before {
  content: "\f105";
  font-weight: 900;
}
.owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #bcbcbc;
  margin: 0 5px;
  border-radius: 4px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #6e645e;
  width: 30px;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
     * 	Owl Carousel - Lazy Load Plugin
     */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
     * 	Owl Carousel - Video Plugin
     */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../../../../frontend/Jajuma/default/de_DE/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-nav > .disabled,
.owl-carousel .owl-dots.disabled,
.owl-nav.disabled {
  display: none;
}
@media (min-width: 1024px) {
  .logo {
    float: left;
    margin: 0 0 0 23px;
    max-width: 100%;
    z-index: 5;
  }
  .page-header.header-type2 .menu-toggle {
    display: none;
  }
  .page-header.header-type2:not(.header-container-fixed) .header-menu {
    display: block !important;
  }
  .page-header.header-type2.header-sticky.header-container-fixed {
    height: 70px;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .logo {
    margin: 6px 0 0 40px;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .menu-toggle {
    display: block;
    position: absolute;
    cursor: pointer;
    left: 10px;
    top: 22px;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu .block-custom-header {
    position: static;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu nav.navigation {
    text-align: left;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu nav.navigation li.level0 {
    padding: 0;
    display: block;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu nav.navigation li.level0.parent > a:before {
    content: none;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu nav.navigation li.level0.parent .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    min-width: 0;
    border: none;
    padding: 0;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-menu nav.navigation li.level0.parent .submenu .subchildmenu li {
    text-align: left;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-right {
    position: relative;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-content-right {
    padding-top: 20px;
    padding-right: 50px;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-logo {
    position: static;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .header-logo img {
    max-width: 50%;
  }
  .page-header.header-type2.header-sticky.header-container-fixed .block-custom-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header.header-type2 .header-content-custom.sticky-menu-open nav.navigation li.level0 {
    text-align: left;
  }
}
.page-header.header-type2 {
  border-bottom: 1px solid #888888;
}
.page-header.header-type2 .header-content-right {
  margin: 0;
}
.page-header.header-type2 .header-content-right .header-menu {
  display: block;
  vertical-align: middle;
  width: 100%;
  clear: both;
}
.page-header.header-type2 .block-custom-header {
  display: inline-block;
}
.page-header.header-type2 .header-content-type {
  margin: 0;
  padding: 0;
}
.page-header.header-type2 .header-right {
  text-align: right;
}
footer.page-footer {
  border-top: 1px solid #888888;
  color: #534A41;
}
footer.page-footer .footer-middle {
  padding: 20px 0;
}
footer.page-footer .footer-middle .footer-middle-links .heading a {
  color: #534A41;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
}
.block-custom-header {
  text-align: right;
}
.block-custom-header strong {
  color: #534A41;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  display: block;
}
.nav-before-open .action.nav-toggle:after {
  opacity: 1;
  visibility: visible;
  color: #6e645e;
  font-size: 24px;
  font-weight: normal;
  line-height: 56px;
  transition: .3s ease;
  left: 12%;
  top: -12px;
  position: absolute;
  background: unset;
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.nav-open .fa-bars:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0);
}
.header-content-custom .action.menu-toggle:after {
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg) scale(0);
  color: #6e645e;
  font-size: 24px;
  font-weight: normal;
  line-height: 56px;
  transition: .3s ease;
  left: -20%;
  top: -12px;
  position: absolute;
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.header-content-custom .fa-bars:before {
  opacity: 1;
  visibility: visible;
  transform: rotate(90deg) scale(1);
}
.header-content-custom.sticky-menu-open .action.menu-toggle:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(90deg) scale(1);
}
.header-content-custom.sticky-menu-open .fa-bars:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0);
}
.cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.cms-index-index .column.main {
  padding: 0;
}
.cms-index-index .banner-widget h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #6e645e;
  margin: 20px 0 30px;
}
.cms-index-index .banner-widget ul {
  list-style: none;
  padding: 0;
}
.cms-index-index .banner-widget ul li {
  color: #6e645e;
  list-style: none;
}
.cms-index-index .banner-widget ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 'Font Awesome 5 Free';
  content: "\f00c";
  margin-right: 5px;
  font-weight: 900;
}
.page-vendor-profile .back-link {
  position: relative;
}
.page-vendor-profile .back-link > a {
  position: absolute;
  top: -45px;
  right: 15px;
}
.blog-post-view .back-link {
  position: relative;
}
.blog-post-view .back-link > a {
  position: absolute;
  top: -45px;
  right: 15px;
}
.page-product-giftcard .product.gift-card-image {
  overflow: hidden;
  margin-bottom: 35px;
}
.page-product-giftcard .gift-card-name {
  font-size: 3rem;
  line-height: 36px;
  font-weight: 700;
  color: #6e645e;
  margin-bottom: 45px;
}
.page-product-giftcard .product.attribute.overview {
  font-size: 1.6rem;
  font-weight: 400;
  color: #6e645e;
  margin-bottom: 45px;
}
.page-product-giftcard .product-add-form {
  margin: 0;
}
.page-product-giftcard .gift-card-back-link {
  position: relative;
}
.catalog-category-view .back-link {
  position: relative;
}
.vendor-information {
  clear: both;
  margin: 20px 0 0;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
.vendor-information .vendor-logo {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.vendor-information .vendor-contact {
  font-size: 1.4rem;
}
.vendor-information .vendor-contact td,
.vendor-information .vendor-table-working-time td {
  font-size: 1.4rem;
  padding: 3px 10px;
}
.vendor-information .vendor-contact td:first-child,
.vendor-information .vendor-table-working-time td:first-child {
  white-space: nowrap;
}
.vendor-information .vendor-contact td span,
.vendor-information .vendor-table-working-time td span {
  display: block;
}
@media (min-width: 1600px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .teaser-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .container,
  .header-content .container {
    max-width: 1440px;
  }
  .col-lg-3.header-content-left {
    width: 20%;
  }
  .cms-index-index.layout-1170 .teaser-items .teaser-content {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cms-index-index.layout-1280 .teaser-items .teaser-content {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-kundenportal-oowv .columns {
  color: #534A41;
}
.cms-kundenportal-oowv [data-appearance="full-bleed"] p {
  margin: 0;
}
.cms-kundenportal-oowv .breadcrumbs {
  display: none;
}
.cms-kundenportal-oowv .content-images-slider .widget-item-image .slide-img-desktop {
  background-size: cover;
}
.cms-kundenportal-oowv .content-images-slider .slide-img-mobile {
  max-height: 240px;
  width: 100%;
  object-fit: cover;
}
.cms-kundenportal-oowv .content-images-slider .slider-item-description {
  display: none;
}
.cms-kundenportal-oowv .content-images-slider .splide-flag .teaser {
  padding: 0;
}
.cms-kundenportal-oowv .content-images-slider .splide-flag .teaser img {
  width: 100%;
}
.cms-kundenportal-oowv .content-images-slider .flag-content {
  width: 156px;
  right: 20px;
  display: block !important;
}
@media (min-width: 768px) {
  .cms-kundenportal-oowv .content-images-slider .flag-content {
    width: 260px;
  }
}
.cms-kundenportal-oowv .content-images-slider .flag-content .title-teaser,
.cms-kundenportal-oowv .content-images-slider .flag-content .intro-teaser {
  display: none;
}
.cms-kundenportal-oowv .teaser-items {
  padding-top: 0;
}
.cms-kundenportal-oowv .teaser-items .teaser-title h3 {
  margin: 16px 0 32px;
  color: #534A41;
}
.cms-kundenportal-oowv .teaser-items .teaser-title strong {
  color: #534A41;
}
.cms-kundenportal-oowv .teaser-items .teaser-title.mobile-title .arrow-content {
  display: none;
}
.cms-kundenportal-oowv .teaser-items .teaser-title.mobile-title .mobile-title-wrapper {
  justify-content: center;
  text-align: center;
  padding: 32px 15px 20px !important;
}
.cms-kundenportal-oowv .teaser-items .teaser-title.mobile-title .mobile-title-wrapper .icon {
  display: none;
}
.cms-kundenportal-oowv .teaser-items .teaser-title.mobile-title .mobile-title-wrapper > div:not(.icon) {
  display: flex;
  flex-direction: column-reverse;
  font-weight: 700;
}
.cms-kundenportal-oowv .teaser-items .teaser-title.mobile-title .mobile-title-wrapper > div:not(.icon) .headLine {
  font-size: 18px;
}
.cms-kundenportal-oowv .teaser-items .teaser-title.mobile-title .mobile-title-wrapper > div:not(.icon) h3 {
  font-size: 24px;
  margin-top: 16px;
}
.cms-kundenportal-oowv .teaser-items .teaser-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  padding: 16px;
}
@media (min-width: 480px) {
  .cms-kundenportal-oowv .teaser-items .teaser-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.cms-kundenportal-oowv .teaser-items .teaser-content::before,
.cms-kundenportal-oowv .teaser-items .teaser-content::after {
  display: none;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item {
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  border-color: #DEE4E8;
  border-radius: 8px;
  margin: 0 !important;
  float: unset;
  width: 100%;
  transition: 0.3s ease box-shadow;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item .widget-item-teaser .teaser-bottom {
  padding: 24px;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item .teaser-icon {
  font-weight: 400;
  font-size: 14px;
  padding: 9px 12px;
  border-radius: 54px;
  display: inline-block;
  margin-bottom: 14px;
  height: 38px;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-type-blog .teaser-desc .post-title {
  font-size: 18px;
  line-height: 22.5px;
  font-weight: 700;
  height: auto;
  margin-bottom: 15px;
  color: #534A41;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-type-blog .teaser-desc .post-short-content {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  height: auto;
  color: #534A41;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item .teaser-link-detail {
  margin-top: 32px;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item .teaser-link-detail span {
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
  height: 23px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #534A41;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout {
  border-color: #009EE3;
  background-color: #E0EFF5;
  padding: 24px;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout:hover {
  box-shadow: none;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout [data-content-type='html'] {
  height: 100%;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content {
  flex: 1;
  line-height: 32px;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content picture,
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content .service-logo {
  display: block;
  max-width: 180px;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 24px;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-vom-oowv-callout .aktuelles-callout-content p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 26px;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #0071B8;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  color: #0071B8 !important;
  transition: .3s ease all;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a svg path {
  stroke: #0071B8;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a.btn-link-primary {
  background-color: #0071B8;
  color: #fff !important;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a.btn-link-primary:hover {
  background: #003670 !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none !important;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a.btn-link-primary:focus,
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a.btn-link-primary:focus-within {
  box-shadow: 0 0 3px 5px #76A3F1 !important;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a.btn-link-primary:disabled {
  background: #576770 !important;
  border-color: #576770 !important;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a.btn-link-primary svg path {
  stroke: #fff;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a:not(.btn-link-primary) * {
  transition: .3s ease all;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a:not(.btn-link-primary):hover {
  background: #0071B8 !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none !important;
  border-color: #003670;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a:not(.btn-link-primary):hover svg path {
  stroke: #fff;
}
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a:not(.btn-link-primary):focus,
.cms-kundenportal-oowv .teaser-items .teaser-content .teaser-item.teaser-callout .aktuelles-callout-button-group a:not(.btn-link-primary):focus-within {
  box-shadow: 0 0 3px 5px #76A3F1 !important;
}
.mit-servicekonto {
  padding-left: 10px;
}
.user-logged-in #links-header-trigger:after {
  margin-top: 2px;
  color: #97940C;
}
.user-logged-in .fa-user {
  color: #97940C !important;
}
.vorteile-ihres-kontos-nutzen {
  text-align: center;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 32px auto;
}
.vorteile-ihres-kontos-nutzen h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 24px;
}
.vorteile-ihres-kontos-nutzen > p {
  font-size: 18px;
  line-height: 31.5px;
  margin-top: 24px;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-content {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 16px;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box {
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
  text-align: left;
  background-color: #F2F1F1;
  border-radius: 8px;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box .box-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 5px;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box .box-title .fa-user:before {
  font-size: 26px;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box p {
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 16px;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box ul {
  list-style: none;
  padding-left: 0;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box > *:nth-last-child(2) {
  margin-bottom: auto;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box .btn-link-primary {
  display: block;
  border-bottom: 2px solid #003670;
  background: #0071B8;
  padding: 10px 16px;
  margin-top: 32px;
  text-decoration: none;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  transition: .3s ease all;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box .btn-link-primary:hover {
  background: #003670 !important;
  box-shadow: none !important;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box .btn-link-primary:focus,
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box .btn-link-primary:focus-within {
  box-shadow: 0 0 3px 5px #76A3F1 !important;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box .btn-link-primary:disabled {
  background: #576770 !important;
  border-color: #576770 !important;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box.col-second .box-title .fa-star:before {
  font-size: 23px;
}
.vorteile-ihres-kontos-nutzen .vorteile-ihres-box.col-second .box-title + p {
  font-size: 18px;
  line-height: 31.5px;
}
.mobile-account-menu {
  display: none !important;
}
body.account .nav-view-account-menu {
  font-size: 16px;
  font-weight: 700;
}
body.account .nav-view-account-menu svg {
  margin-right: 12px;
}
body.account .page-main {
  color: #534A41;
}
body.account .page-main a {
  color: #534A41 !important;
}
body.account .page-main .page-title-wrapper h1.page-title {
  color: #534A41;
}
body.account .block-collapsible-nav .content {
  padding: 0;
}
body.account .account-sidebar-modal .modal-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  z-index: 60;
  background: #534A41;
  box-shadow: 0 -4px 4px #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
body.account .account-sidebar-modal .modal-header .action-close {
  position: relative;
  color: #fff !important;
  font-size: 20px;
  padding: 0;
  top: 0;
  font-weight: 700;
}
body.account .account-sidebar-modal .modal-header .action-close:before {
  font-size: 16px;
  margin-top: 7px;
  margin-right: 2px;
  color: #fff;
}
body.account .account-sidebar-modal .modal-header .action-close span {
  position: relative;
  margin: auto;
  font-size: 16px;
}
body.account .account-sidebar-modal .modal-footer {
  display: none;
}
body.account .sidebar-main {
  display: none;
}
body.account .sidebar-main .block {
  margin-bottom: 5px;
}
body.account .sidebar-main .block.block-collapsible-nav:first-child {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-left: 10px;
}
body.account .sidebar-main .block.block-collapsible-nav:first-child .title {
  display: none;
}
body.account .sidebar-main .block.block-collapsible-nav:first-child .content {
  display: flex;
  border: none;
}
body.account .sidebar-main .block.block-collapsible-nav:first-child .content li.nav.item strong {
  margin-left: 0;
  padding: 4px 14px;
  background-color: #F2F1F1;
  border-radius: 8px;
  color: #534A41;
}
body.account .sidebar-main .block.teaser .title {
  font-size: 16px;
  color: #534A41;
  padding-left: 12px;
  margin-top: 20px;
}
body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers a {
  width: 100%;
}
body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser {
  flex-direction: column;
  border-radius: 8px;
  gap: 5px;
}
body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser picture,
body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser img {
  width: 56px;
}
body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser > div {
  width: 100%;
}
body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser .title-teaser {
  text-align: center;
  font-size: 14px;
  height: 24px;
  overflow: hidden;
  color: #37322F;
}
body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser .title-teaser br {
  display: none;
}
body.account .sidebar-main .block.teaser .banner-teasers .teaser-content .teasers .teaser .intro-teaser {
  display: none;
  color: #37322F;
}
body.account .sidebar-main #block-collapsible-nav .nav.items .item,
body.account .sidebar-main #block-collapsible-nav .nav.items a {
  white-space: nowrap;
  color: #534A41 !important;
}
body.account .sidebar-main #block-collapsible-nav .nav.items li {
  padding: 0 0 0 16px;
  line-height: 21px;
}
body.account .sidebar-main #block-collapsible-nav .nav.items li a,
body.account .sidebar-main #block-collapsible-nav .nav.items li strong {
  padding: 4px 14px;
  border-radius: 8px;
  font-size: 14px;
  transition: .3s ease all;
}
body.account .sidebar-main #block-collapsible-nav .nav.items li a:hover,
body.account .sidebar-main #block-collapsible-nav .nav.items li strong:hover {
  font-weight: 700;
  background-color: #F2F1F1;
}
body.account .sidebar-main #block-collapsible-nav .nav.items li.current strong {
  color: #fff;
  background-color: #534A41;
}
body.account .sidebar-main #block-collapsible-nav .nav.items .nav.item:first-child {
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
  padding-bottom: 5px;
}
body.account .sidebar-main #block-collapsible-nav .nav.items .nav.item:first-child:after {
  position: absolute;
  top: 5px;
  left: -8px;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
}
body.account .sidebar-main #block-collapsible-nav .nav.items .nav.item:first-child a {
  padding: 0 5px;
  font-size: 16px;
}
body.account .sidebar-main #show-sub-element {
  padding: 5px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
body.account .sidebar-main #show-sub-element #item-level2 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  margin: 0;
  background-color: transparent;
  border: none;
  padding: 0 0 0 5px;
}
body.account .sidebar-main #show-sub-element #item-level2 svg {
  width: 16px;
}
body.account .sidebar-main #show-sub-element #item-level2 * {
  color: #534A41 !important;
}
body.account .sidebar-main #show-sub-element #item-level2:after {
  display: none;
}
body.account .sidebar-main #show-sub-element .nur-vorteilskonto {
  font-size: 16px;
  max-width: 200px;
}
body.account .sidebar-main #show-sub-element .nur-vorteilskonto .only-side-menu {
  display: none !important;
}
body.account .sidebar-main #show-sub-element .nur-vorteilskonto .only-desktop-menu-dropdown {
  font-size: 16px;
  font-weight: 700;
}
body.account .sidebar-main #show-sub-element .mit-servicekonto {
  padding-top: 4px;
  padding-left: 4px;
}
body.account .sidebar-main #show-sub-element .subchildmenu {
  padding-left: 16px;
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  margin-left: 12px;
  border-left: 1px solid #6e645e;
  margin-bottom: 20px;
  margin-top: 10px;
}
body.account .sidebar-main #show-sub-element .subchildmenu .redirect-register li {
  padding: 2px 14px;
  border-radius: 8px;
  transition: .3s ease all;
}
body.account .sidebar-main #show-sub-element .subchildmenu .redirect-register li:first-child {
  margin-top: 0;
}
body.account .sidebar-main #show-sub-element .subchildmenu .redirect-register li a {
  font-size: 14px;
}
body.account .sidebar-additional {
  display: none;
}
body.account.waterprovider-serviceaccount-register .page-title {
  font-size: 24px;
}
body.account.waterprovider-serviceaccount-register .sidebar-main #show-sub-element {
  background: #F2F1F1;
  padding: 5px 11px;
  border-radius: 4px;
}
body.account.waterprovider-serviceaccount-register .sidebar-main #show-sub-element #item-level2 {
  gap: 12px;
  padding: 0;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper {
  margin-top: 34px;
  margin-bottom: 50px;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 0 0 24px;
  line-height: 24px;
  gap: 12px;
  font-size: 18px;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 strong {
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .description-OOWV00 a:hover {
  text-decoration: none;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .customer-info-form {
  font-size: 16px;
  line-height: 24px;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .customer-info-form .field {
  margin-bottom: 15px;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .customer-info-form .field label {
  display: inline-block;
  margin-bottom: 10px;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .customer-info-form .field input {
  display: block;
  max-width: 405px;
  margin-right: 15px;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .customer-info-form .customer-form-checkbox .field {
  display: flex;
  align-items: start;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .bottom-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}
body.account.waterprovider-serviceaccount-register .water-provider-form-wrapper .bottom-actions button {
  width: 100%;
}
body.account.waterprovider-serviceaccount-register .column.main {
  position: relative;
  padding-top: 70px;
}
body.account.waterprovider-serviceaccount-register .service-logo {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 165px;
}
body.account.waterprovider-serviceaccount-register .service-logo.hidden-mobile {
  display: none;
}
body.account.waterprovider-serviceaccount-register label span.required {
  color: #e02b27;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 12px;
}
body.account.waterprovider-serviceaccount-register .show-tooltip {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px;
  color: #fff;
  background-color: #534A41;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  margin-top: 30px;
  top: 50%;
  width: 100%;
  height: unset;
  color: #FFFFFF;
  max-width: 360px;
}
body.account.waterprovider-serviceaccount-register .register-tooltip {
  display: inline-block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  font-size: 8px;
  text-align: center;
  line-height: 14px;
  background-color: #534A41;
  color: #fff;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
body.account.waterprovider-serviceaccount-register .register-tooltip:hover ~ .show-tooltip {
  opacity: 1;
  margin-top: 15px;
  z-index: 1;
  display: block;
}
.customer-account-create .page-wrapper .page-main,
.waterprovider-vorteilsservice-register .page-wrapper .page-main {
  color: #534A41;
}
.customer-account-create .page-wrapper .page-main .page-title-wrapper,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .page-title-wrapper {
  width: 100%;
}
.customer-account-create .page-wrapper .page-main .columns,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns {
  width: 100%;
  justify-content: space-between;
  display: flex;
  margin-top: 16px;
  padding-bottom: 100px;
}
.customer-account-create .page-wrapper .page-main .columns .column.main,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .column.main {
  order: 0;
  width: auto;
}
.customer-account-create .page-wrapper .page-main .columns .newsletter_right_create,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create {
  display: block;
  width: 100%;
  height: fit-content;
  border-radius: 3px;
  background-color: transparent;
  padding-top: 0;
  max-width: unset;
}
.customer-account-create .page-wrapper .page-main .columns .newsletter_right_create .registrierung-right-box,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create .registrierung-right-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 24px;
  padding: 24px;
  color: #534A41;
  border: 1px solid #BBB9B9;
  border-radius: 3px;
}
.customer-account-create .page-wrapper .page-main .columns .newsletter_right_create .registrierung-right-box strong,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create .registrierung-right-box strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.customer-account-create .page-wrapper .page-main .columns .newsletter_right_create .registrierung-right-box a,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create .registrierung-right-box a {
  border: 1px solid #534A41;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  background-color: #fff;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  display: block;
}
.customer-account-create .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news {
  background-color: #534A41;
  padding-bottom: 16px;
  border-radius: 3px;
}
.customer-account-create .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news .title,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news .title {
  font-size: 20px;
  padding: 16px;
  text-align: left;
  width: 100%;
}
.customer-account-create .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news .img-content img,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news .img-content img {
  width: 100%;
}
.customer-account-create .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news p,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news p {
  text-align: left;
  padding: 0 16px;
}
.customer-account-create .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news .link-to,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news .link-to {
  color: #534A41;
  display: block;
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 12px;
  margin: 16px 16px 0;
  font-weight: 700;
}
.customer-account-create .page-wrapper .page-main .columns .actions-toolbar,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .actions-toolbar {
  width: 100%;
  margin-top: 20px;
}
.customer-account-create .page-wrapper .page-main .columns .actions-toolbar > .primary,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .actions-toolbar > .primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.customer-account-create .page-wrapper .page-main input:disabled,
.waterprovider-vorteilsservice-register .page-wrapper .page-main input:disabled {
  background-color: #d1d1d1;
}
.customer-account-create .page-wrapper .page-main .form-create-account,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account {
  width: 100% !important;
  padding: 16px;
  float: unset;
  border: 1px solid #BBB9B9;
  border-radius: 3px;
}
.customer-account-create .page-wrapper .page-main .form-create-account h2,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
}
.customer-account-create .page-wrapper .page-main .form-create-account h2 .fa,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account h2 .fa {
  margin-right: 16px;
  font-size: 24px;
}
.customer-account-create .page-wrapper .page-main .form-create-account .title-header,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .title-header {
  border: none;
  padding-bottom: 15px;
}
.customer-account-create .page-wrapper .page-main .form-create-account .account-address-register,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register {
  padding: 0;
  border: none;
  margin-bottom: 32px;
}
.customer-account-create .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset.create,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset.create {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  column-gap: 32px;
  margin: 0;
}
.customer-account-create .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register fieldset.fieldset {
  width: 100%;
}
.customer-account-create .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom {
  width: 100%;
}
.customer-account-create .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom .agb,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom .agb {
  padding-left: 0;
}
.customer-account-create .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom .agb a,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom .agb a {
  color: #534A41 !important;
  text-decoration: underline;
}
.customer-account-create .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom .agb a:hover,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom .agb a:hover {
  text-decoration: none;
}
.customer-account-create .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom input[type="checkbox"],
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom input[type="checkbox"] {
  margin-right: 10px;
}
.customer-account-create .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom .newsletter-form-register,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .account-address-register .content-register-bottom .newsletter-form-register {
  background-color: transparent;
  color: inherit;
  padding: 0;
}
.customer-account-create .page-wrapper .page-main .form-create-account .fieldset.create.water,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .fieldset.create.water {
  padding-top: 20px;
  padding-bottom: 0;
  border-color: #CAC7C6;
}
.customer-account-create .page-wrapper .page-main .form-create-account .fieldset.create.water .field-water-info,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .fieldset.create.water .field-water-info {
  margin-bottom: 0;
}
.customer-account-create .page-wrapper .page-main .form-create-account .fieldset.create.water .field-water-info .customer-info,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .fieldset.create.water .field-water-info .customer-info {
  width: 100%;
  margin-left: 0;
}
.customer-account-create .page-wrapper .page-main .form-create-account .fieldset.create.water .bottom-form .checkbox-container,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .fieldset.create.water .bottom-form .checkbox-container {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 0;
}
.customer-account-create .page-wrapper .page-main .form-create-account .checkbox-container small,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .checkbox-container small,
.customer-account-create .page-wrapper .page-main .form-create-account .checkbox-container br,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .checkbox-container br {
  display: none;
}
.customer-account-create .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 24px 0;
  line-height: 24px;
  gap: 32px;
}
.customer-account-create .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 strong,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 strong {
  padding-bottom: 5px;
  display: block;
}
.customer-account-create .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 p,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 p {
  margin-bottom: 5px;
}
.customer-account-create .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 a,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 a {
  color: #534A41 !important;
  font-weight: 700;
  text-decoration: underline;
}
.customer-account-create .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 a:hover,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 a:hover {
  text-decoration: none;
}
.customer-account-create .page-wrapper .page-main .form-create-account .field-water-info,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .field-water-info {
  margin-bottom: 30px;
}
.customer-account-create .page-wrapper .page-main .form-create-account .field-water-info .customer-info input,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .field-water-info .customer-info input {
  display: block;
  max-width: 405px;
  margin-right: 12px;
}
.customer-account-create .page-wrapper .page-main .form-create-account .field-water-info .customer-info .info-right,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .field-water-info .customer-info .info-right {
  margin-bottom: 20px;
}
.customer-account-create .page-wrapper .page-main .form-create-account .field-water-info .customer-info label span.required,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .field-water-info .customer-info label span.required {
  color: #e02b27;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 12px;
}
.customer-account-create .page-wrapper .page-main .mochte-servicekonto-customer,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .mochte-servicekonto-customer {
  margin-top: 10px;
}
.customer-account-create .page-wrapper .page-main .content-register-bottom > .field,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .content-register-bottom > .field,
.customer-account-create .page-wrapper .page-main .customer-info > .field,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .customer-info > .field,
.customer-account-create .page-wrapper .page-main .bottom-form > .field,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .bottom-form > .field {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.customer-account-create .page-wrapper .page-main .content-register-bottom > .field label,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .content-register-bottom > .field label,
.customer-account-create .page-wrapper .page-main .customer-info > .field label,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .customer-info > .field label,
.customer-account-create .page-wrapper .page-main .bottom-form > .field label,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .bottom-form > .field label {
  max-width: calc(100% - 50px);
}
.customer-account-create .page-wrapper .page-main .content-register-bottom > .field label ~ .mage-error,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .content-register-bottom > .field label ~ .mage-error,
.customer-account-create .page-wrapper .page-main .customer-info > .field label ~ .mage-error,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .customer-info > .field label ~ .mage-error,
.customer-account-create .page-wrapper .page-main .bottom-form > .field label ~ .mage-error,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .bottom-form > .field label ~ .mage-error {
  margin-top: 2px;
  margin-left: 20px;
}
.customer-account-create .page-wrapper .page-main .show-tooltip,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .show-tooltip {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px 20px;
  color: #fff;
  background-color: #534A41;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  margin-top: 30px;
  top: 50%;
  width: 100%;
  height: unset;
  color: #FFFFFF;
  max-width: 360px;
}
.customer-account-create .page-wrapper .page-main .register-tooltip,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .register-tooltip {
  display: inline-block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  font-size: 8px;
  text-align: center;
  line-height: 14px;
  background-color: #534A41;
  color: #fff;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
.customer-account-create .page-wrapper .page-main .register-tooltip:hover ~ .show-tooltip,
.waterprovider-vorteilsservice-register .page-wrapper .page-main .register-tooltip:hover ~ .show-tooltip {
  opacity: 1;
  margin-top: 15px;
  z-index: 1;
  display: block;
}
.waterprovider-vorteilsservice-register .page-wrapper .page-main .fieldset {
  margin-bottom: 0;
}
.waterprovider-vorteilsservice-register .page-wrapper .page-main .fieldset.create.water {
  border: none;
  padding-top: 0 !important;
}
.waterprovider-vorteilsservice-register .page-wrapper .page-main .fieldset.create.water label {
  margin-bottom: 10px;
}
.waterprovider-vorteilsservice-register .page-wrapper .page-main .form-create-account .checkbox-container .description-OOWV00 {
  padding-top: 0;
}
.waterprovider-vorteilsservice-register .page-wrapper .page-main .hinweis {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 32px;
}
.waterprovider-vorteilsservice-register .newsletter_right_create {
  padding: 10px 0;
  background: #6e645e;
  color: #fff;
  text-align: center;
}
.waterprovider-vorteilsservice-register .newsletter_right_create .shariff-content-news .title {
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
.page-header.header-type2.header-sticky .header-menu .nav-sections nav.navigation li .subchildmenu > li {
  font-weight: 400;
}
.page-header.header-type2.header-sticky .header-menu .nav-sections nav.navigation li .subchildmenu > li > a {
  padding-left: 0;
  font-size: 16px;
}
.page-header.header-type2.header-sticky .header-menu .nav-sections nav.navigation li .subchildmenu > li ul li > a {
  font-weight: 400;
  padding: 3px 0;
  font-size: 16px;
}
.page-header.header-type2.header-sticky .header-menu .nav-sections nav.navigation li.ui-menu-item.level0 > a.level-top:after {
  font-size: 20px !important;
  right: 24px !important;
  color: #534A41 !important;
}
.page-header.header-type2.header-sticky .header-menu .nav-sections nav.navigation a,
.page-header.header-type2.header-sticky .header-menu .nav-sections nav.navigation .block-title,
.page-header.header-type2.header-sticky .header-menu .nav-sections nav.navigation .open-children-toggle {
  color: #534A41 !important;
}
.page-header.header-type2.header-sticky .header-menu .nav-sections nav.navigation .hidden-desktop.social-header-action {
  text-align: center;
}
.page-header.header-type2.header-sticky .level0.submenu .container {
  min-width: unset !important;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu .bg-service li.ui-menu-item.level1 {
  padding-left: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  background-color: #EFF4F6;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu #service_menu .subchildmenu span#item-level2 {
  padding-left: 0;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu #service_menu .subchildmenu span#item-level2 .only-desktop-menu-dropdown {
  display: none;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu #service_menu .subchildmenu #menu_ablesung {
  padding: 0;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu #service_menu .subchildmenu #menu_ablesung a {
  padding: 7px 0 14px;
  line-height: 24px !important;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu li.ui-menu-item.level0.fullwidth.parent.bg-service {
  background-color: #E0EFF5;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu .footer-middle-links {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  flex-direction: column-reverse !important;
  width: 100%;
  padding-bottom: 100px;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu .footer-middle-links h3.heading {
  position: relative;
  background: #fff !important;
  background-color: #fff !important;
  font-size: 18px !important;
  line-height: 58px !important;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu .footer-middle-links h3.heading span:after {
  font-size: 20px !important;
  right: 24px !important;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu .footer-middle-links .block-footer-left > img {
  display: none;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu .footer-middle-links .block-footer-left .social-footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu .footer-middle-links .block-footer-left .social-footer-links li a {
  display: inline-flex !important;
  border: 1px solid #6e645e;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 26px !important;
  border-radius: 40px;
  padding-left: 4px !important;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.page-header.header-type2.header-sticky .navigation.jajuma-megamenu .footer-middle-links .block-footer-right {
  display: none;
}
html.nav-open .header-menu .nav-sections nav.navigation li > a,
.header-container-fixed .header-menu .nav-sections nav.navigation li > a {
  font-size: 16px !important;
  font-weight: 400 !important;
}
html.nav-open .header-menu .nav-sections nav.navigation .ui-menu-item.level0 > a,
.header-container-fixed .header-menu .nav-sections nav.navigation .ui-menu-item.level0 > a {
  font-size: 18px !important;
  line-height: 56px !important;
  font-weight: 700 !important;
}
html.nav-open .header-menu .nav-sections nav.navigation #service_menu .subchildmenu,
.header-container-fixed .header-menu .nav-sections nav.navigation #service_menu .subchildmenu {
  background-color: #EFF4F6;
  display: block;
}
html.nav-open .header-menu .nav-sections nav.navigation #service_menu .subchildmenu.childmenu-custom,
.header-container-fixed .header-menu .nav-sections nav.navigation #service_menu .subchildmenu.childmenu-custom {
  padding: 0 35px 15px;
}
html.nav-open .header-menu .nav-sections nav.navigation #service_menu .subchildmenu a,
.header-container-fixed .header-menu .nav-sections nav.navigation #service_menu .subchildmenu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 58px;
}
html.nav-open .header-menu .nav-sections nav.navigation #service_menu .subchildmenu .redirect-register,
.header-container-fixed .header-menu .nav-sections nav.navigation #service_menu .subchildmenu .redirect-register {
  padding-left: 18px;
}
html.nav-open .header-menu .nav-sections nav.navigation #service_menu .subchildmenu .redirect-register li > a,
.header-container-fixed .header-menu .nav-sections nav.navigation #service_menu .subchildmenu .redirect-register li > a {
  line-height: 20px !important;
}
html.nav-open .header-menu .nav-sections nav.navigation #service_menu .subchildmenu .mit-servicekonto,
.header-container-fixed .header-menu .nav-sections nav.navigation #service_menu .subchildmenu .mit-servicekonto {
  padding: 18px;
  font-size: 16px;
}
html.nav-open .header-menu .nav-sections nav.navigation #service_menu .subchildmenu #menu_ablesung a,
.header-container-fixed .header-menu .nav-sections nav.navigation #service_menu .subchildmenu #menu_ablesung a {
  padding: 14px 0 !important;
  border-top: 1px solid #BBB9B9;
}
html.nav-open #show-sub-element-ablesung .subchildmenu-ablesung,
.header-container-fixed #show-sub-element-ablesung .subchildmenu-ablesung {
  display: block;
  background-color: #EFF4F6;
}
html.nav-open #show-sub-element-ablesung .subchildmenu-ablesung .redirect-register,
.header-container-fixed #show-sub-element-ablesung .subchildmenu-ablesung .redirect-register {
  padding-left: 20px;
}
html.nav-open #show-sub-element #item-level2,
.header-container-fixed #show-sub-element #item-level2,
html.nav-open #show-sub-element #ablesung-item-level2,
.header-container-fixed #show-sub-element #ablesung-item-level2 {
  padding-left: 20px;
  margin: 0;
  background-color: #EFF4F6;
  border-top: 1px solid #BBB9B9;
}
html.nav-open #show-sub-element #item-level2,
.header-container-fixed #show-sub-element #item-level2 {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 20px;
}
html.nav-open #show-sub-element #item-level2 a,
.header-container-fixed #show-sub-element #item-level2 a {
  font-weight: 400;
  border: none !important;
  display: block;
  padding-left: 18px;
  padding-top: 0;
  padding-bottom: 0;
}
html.nav-open #show-sub-element #item-level2:after,
.header-container-fixed #show-sub-element #item-level2:after {
  display: none !important;
}
html.nav-open #show-sub-element #item-level2 svg,
.header-container-fixed #show-sub-element #item-level2 svg {
  width: 14px;
}
.account-sidebar-modal .modal-inner-wrap {
  background-color: #fff !important;
  overflow: hidden;
}
.account-sidebar-modal .modal-content {
  padding: 12px 12px 100px;
  overflow: auto;
}
@media (min-width: 768px) {
  .customer-account-create .page-wrapper .page-main .columns .newsletter_right_create,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .customer-account-create .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news,
  .waterprovider-vorteilsservice-register .page-wrapper .page-main .columns .newsletter_right_create .shariff-content-news {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
/**
 * 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 {
  text-shadow: none;
  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;
  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.8;
}
.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 {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}
.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: 'Lora', 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;
}
#amasty-shopby-product-list .accordion-category-title:hover > label.am-checkbox-filter-item:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: -0.5px;
  font-weight: 900;
}
#amasty-shopby-product-list .accordion-category-title > label.checked.am-checkbox-filter-item:after {
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  top: -0.5px;
  font-weight: 900;
}
.mst-searchautocomplete__highlight {
  font-weight: 600;
  color: #989400;
}
.mst-searchautocomplete__autocomplete {
  border-top: 1px solid #efefef;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  padding: 11px 0 11px 0px;
  font-size: 1.3rem;
  line-height: unset;
  font-weight: 600;
  color: #6e645e;
}
.mst-search__highlight {
  color: #989400;
  background: unset;
}
@media only screen and (max-width: 1023px) {
  .catalog-category-view .left-toolbar-filter {
    overflow: unset;
  }
  .catalog-category-view .modal-filter-popup .mst-searchautocomplete__autocomplete._active {
    width: 320px !important;
    left: -20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666666;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .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;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .mobile-hidden {
    display: none;
  }
  #service_menu .subchildmenu .ui-menu-item.level1 > a,
  #service_menu .subchildmenu .ui-menu-item.level1 > span {
    font-weight: 400 !important;
    padding-left: 0 !important;
  }
  #service_menu .subchildmenu .ui-menu-item.level1 > span {
    padding: 10px 0 15px 10px;
  }
  #service_menu .subchildmenu #menu_ablesung {
    line-height: 18px;
  }
  .nur-vorteilskonto {
    font-weight: 400;
  }
  .oowv-main-menu ul.subchildmenu.col-md-12.mega-columns.columns4.my-account-html li a {
    padding-left: 0;
    margin: 0 20px;
    font-weight: 400;
  }
  .oowv-main-menu ul.subchildmenu.col-md-12.mega-columns.columns4.my-account-html li:not(:last-child) a {
    border-bottom: 1px solid #BBB9B9;
  }
  body.account .modal-popup.modal-slide._show {
    left: 0;
  }
  body.account .mobile-account-menu {
    display: block !important;
  }
  .customer-account-create .header-menu .nav-sections,
  .cms-kundenportal-oowv .header-menu .nav-sections {
    height: 100% !important;
    max-height: 100%;
  }
  .header-menu .nav-sections {
    height: 94.5% !important;
  }
  #mobile-account-menu {
    background: #534A41 !important;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-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 10px;
    display: block;
    text-decoration: none;
  }
  .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';
    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';
    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: 10px;
    padding-right: 10px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 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: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 0;
  }
  .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;
  }
  .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-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 0.8rem 20px;
    color: #333333;
    font-size: 14px;
  }
  .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: 71px;
    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: #ffffff;
    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 {
    color: #333333;
    text-decoration: none;
  }
  .navigation a:hover {
    color: #6e645e;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #6e645e;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .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);
  }
  .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;
  }
  .aw-pquestion__question-listing.product.header .product-details {
    margin-bottom: 30px;
  }
  .aw-pquestion__question-listing.product.header .explanatory-message {
    margin-bottom: 10px;
  }
  .aw-pquestion__product-question.container .aw-pq__question-form {
    padding: 0 15px;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content {
    max-width: 250px;
    left: -40%;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:after,
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:before {
    left: 30%;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content .tooltip-content-inner {
    max-height: 350px;
    max-width: 250px;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .ablesung-index-index .page-title-wrapper .page-title {
    font-size: 24px;
    margin-left: 12px;
    margin-top: 24px !important;
    line-height: 32px;
  }
  .water-report-title {
    position: relative;
    padding: 10px 50px 10px 10px;
    margin-bottom: 20px;
  }
  .content-report .water-meter {
    width: 100%;
  }
  .section-right-opened .water-report-content {
    display: block;
  }
  .water-report-title {
    position: relative;
  }
  .water-report-title:after {
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    height: 40px;
    font-weight: 900;
    font-size: 32px;
    right: 25px;
    top: 0;
    transition: .3s ease all;
    transform-origin: center;
  }
  .water-report-title.active:after {
    transform: rotate(180deg);
  }
  .jajuma-megamenu.navigation.side-megamenu {
    display: none;
  }
  .jajuma-megamenu.navigation .submenu.level0 {
    visibility: visible;
    height: auto;
  }
  .jajuma-megamenu.navigation .submenu.level0.opened {
    height: 0;
    visibility: hidden;
  }
  .jajuma-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .jajuma-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .jajuma-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .jajuma-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .jajuma-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .jajuma-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .jajuma-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .jajuma-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .jajuma-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .jajuma-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .jajuma-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .jajuma-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .jajuma-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty: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: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .minicart-wrapper {
    max-width: 35px;
  }
  .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 .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .payment-method-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;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -10px 20px;
  }
  .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 {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e62a';
    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: #8f8f8f;
  }
  .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 + .towishlist {
    left: 43px;
    position: absolute;
  }
  .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;
  }
  #newsletter-popup {
    background-image: none !important;
  }
  #newsletter-popup .block-popup-subscribe .newsletter-popup-content {
    max-width: 100%;
    left: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -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;
  }
  .teaser-content {
    padding: 0 10px;
  }
  .teaser-left {
    margin-bottom: 20px;
  }
  .content-teasers {
    margin-bottom: 0px;
  }
  .content-teasers .teaser-items {
    padding: 0;
  }
  .content-teasers .teaser-items .teaser-title.desktop-title {
    display: none;
  }
  .content-teasers .teaser-items .teaser-title.mobile-title {
    position: relative;
  }
  .content-teasers .teaser-items .teaser-title.mobile-title > a {
    display: flex;
    align-items: center;
    padding: 20px 15px;
  }
  .content-teasers .teaser-items .teaser-title.mobile-title .icon {
    width: 80px;
    margin-right: 10px;
    min-width: 80px;
  }
  .content-teasers .teaser-items .teaser-title.mobile-title .icon img {
    max-width: 100%;
  }
  .content-teasers .teaser-items .teaser-title.mobile-title h3 {
    margin: 0;
    color: #4a4a49;
  }
  .content-teasers .teaser-items .teaser-title.mobile-title .headLine {
    color: #4a4a49;
    font-weight: 700;
  }
  .content-teasers .teaser-items .teaser-title.mobile-title .arrow-content {
    position: absolute;
    width: 50px;
    height: 30px;
    bottom: 0;
    right: 0;
  }
  .content-teasers .teaser-items .teaser-title.mobile-title .arrow-content:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 12px #6e645e;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
    bottom: 8px;
    right: 12px;
  }
  .content-teasers .teaser-items .teaser-title.mobile-title .arrow-content.active:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  .content-teasers .teaser-items .teaser-content {
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .content-teasers .teaser-bottom {
    padding: 15px;
  }
  .teaser-content .teaser-item {
    float: left;
    width: 49%;
    margin-bottom: 15px;
  }
  .teaser-content .teaser-item:nth-child(2n + 1) {
    clear: left;
  }
  .teaser-content .teaser-item:nth-child(2n) {
    float: right;
  }
  .catalog-category-view .bottom-pager {
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .catalog-category-view .bottom-pager .pages {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .catalog-category-view .toolbar-products .more-filter {
    text-align: left;
  }
  .catalog-category-view .toolbar-products .pages {
    display: inline-block;
    float: none;
    margin: 20px 0;
  }
  .catalog-category-view .toolbar-products .toolbar-sorter.location {
    position: static;
  }
  .catalog-category-view .toolbar-products .toolbar-amount {
    display: none;
  }
  .catalog-category-view .toolbar-products .filter .block-title.filter-title {
    position: static;
    clear: both;
    padding-top: 20px;
    text-align: center;
  }
  .catalog-category-view .toolbar-products .filter.active .block-title.filter-title {
    padding-top: 0;
    position: fixed;
    text-align: right;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category:before,
  .catalog-category-view .toolbar-products #layered-filter-block-category:after {
    content: '';
    display: table;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category:after {
    clear: both;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category .action.toggle:hover:after {
    color: inherit;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category .action.toggle:active:after {
    color: inherit;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category .action.toggle.active {
    display: inline-block;
    text-decoration: none;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category .action.toggle.active:hover:after {
    color: inherit;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category .action.toggle.active:active:after {
    color: inherit;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown {
    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);
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown li {
    margin: 0;
    padding: 3px 5px;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown:before,
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown:before {
    left: 10px;
    top: -12px;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown:after {
    left: 9px;
    top: -14px;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category.active {
    overflow: visible;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category.active ul.dropdown {
    display: block;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category .action.toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6e645e;
    font-size: 15px;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown {
    border: 0;
    width: 240px;
    text-align: left;
    padding: 10px 15px;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown:before,
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown:after {
    display: none;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown li {
    font-size: 16px;
    color: #6e645e;
    padding: 5px 0;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown li input[type="checkbox"] {
    width: 15px;
    height: 15px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #6e645e;
    border-radius: 2px;
    margin-right: 5px;
  }
  .catalog-category-view .toolbar-products #layered-filter-block-category ul.dropdown li:hover {
    background: transparent;
  }
  .catalog-category-view #map-direction-toolbar {
    position: relative;
    overflow: hidden;
    top: inherit !important;
    margin-bottom: 50px;
  }
  .catalog-category-view .products-grid.cat-map {
    padding-top: 0 !important;
  }
  .catalog-category-view.page-products .columns {
    padding: 0;
  }
  .wrap-filter {
    display: none;
    padding: 0 20px;
  }
  .wrap-filter .fa-map-marker-search {
    position: absolute;
    top: 8px;
    left: 6px;
    color: #6e645e;
  }
  .wrap-filter .fa-map-marker-search.fa-map-marker-active:after {
    content: "\f00d";
    font-size: 10px;
    position: absolute;
    right: -11px;
    top: 3px;
  }
  #category-product-mobile-nav,
  .mobile-nav-bottom {
    display: block;
    position: fixed;
    height: 50px;
    bottom: 0;
    background: #534A41;
    width: 100%;
    z-index: 60;
    box-shadow: 0 -4px 4px #cccccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    left: 0;
    color: #fff;
  }
  #category-product-mobile-nav #mobile-map span,
  .mobile-nav-bottom #mobile-map span,
  #category-product-mobile-nav #mobile-search span,
  .mobile-nav-bottom #mobile-search span,
  #category-product-mobile-nav .mobile-map span,
  .mobile-nav-bottom .mobile-map span {
    position: relative;
  }
  #category-product-mobile-nav #mobile-map span:after,
  .mobile-nav-bottom #mobile-map span:after,
  #category-product-mobile-nav #mobile-search span:after,
  .mobile-nav-bottom #mobile-search span:after,
  #category-product-mobile-nav .mobile-map span:after,
  .mobile-nav-bottom .mobile-map span:after {
    height: 30px;
    width: 1px;
    position: absolute;
    top: 10px;
    right: 0;
    background: #FFFFFF;
    content: "";
  }
  #category-product-mobile-nav #mobile-map,
  .mobile-nav-bottom #mobile-map,
  #category-product-mobile-nav #mobile-filter,
  .mobile-nav-bottom #mobile-filter,
  #category-product-mobile-nav #mobile-search,
  .mobile-nav-bottom #mobile-search,
  #category-product-mobile-nav .mobile-nav-item,
  .mobile-nav-bottom .mobile-nav-item,
  #category-product-mobile-nav .back-vender-list,
  .mobile-nav-bottom .back-vender-list {
    font-size: 15px;
    display: block;
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  #category-product-mobile-nav #mobile-map .fa,
  .mobile-nav-bottom #mobile-map .fa,
  #category-product-mobile-nav #mobile-filter .fa,
  .mobile-nav-bottom #mobile-filter .fa,
  #category-product-mobile-nav #mobile-search .fa,
  .mobile-nav-bottom #mobile-search .fa,
  #category-product-mobile-nav .mobile-nav-item .fa,
  .mobile-nav-bottom .mobile-nav-item .fa,
  #category-product-mobile-nav .back-vender-list .fa,
  .mobile-nav-bottom .back-vender-list .fa {
    margin-right: 5px;
    color: #fff;
  }
  #category-product-mobile-nav #mobile-map span,
  .mobile-nav-bottom #mobile-map span,
  #category-product-mobile-nav #mobile-filter span,
  .mobile-nav-bottom #mobile-filter span,
  #category-product-mobile-nav #mobile-search span,
  .mobile-nav-bottom #mobile-search span,
  #category-product-mobile-nav .mobile-nav-item span,
  .mobile-nav-bottom .mobile-nav-item span,
  #category-product-mobile-nav .back-vender-list span,
  .mobile-nav-bottom .back-vender-list span {
    display: block;
    cursor: pointer;
  }
  #category-product-mobile-nav #mobile-map .btn-back:before,
  .mobile-nav-bottom #mobile-map .btn-back:before,
  #category-product-mobile-nav #mobile-filter .btn-back:before,
  .mobile-nav-bottom #mobile-filter .btn-back:before,
  #category-product-mobile-nav #mobile-search .btn-back:before,
  .mobile-nav-bottom #mobile-search .btn-back:before,
  #category-product-mobile-nav .mobile-nav-item .btn-back:before,
  .mobile-nav-bottom .mobile-nav-item .btn-back:before,
  #category-product-mobile-nav .back-vender-list .btn-back:before,
  .mobile-nav-bottom .back-vender-list .btn-back:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    font-size: inherit;
    margin: 0 5px 0 0;
    font-weight: 900;
  }
  #category-product-mobile-nav #mobile-map .nav-back,
  .mobile-nav-bottom #mobile-map .nav-back,
  #category-product-mobile-nav #mobile-filter .nav-back,
  .mobile-nav-bottom #mobile-filter .nav-back,
  #category-product-mobile-nav #mobile-search .nav-back,
  .mobile-nav-bottom #mobile-search .nav-back,
  #category-product-mobile-nav .mobile-nav-item .nav-back,
  .mobile-nav-bottom .mobile-nav-item .nav-back,
  #category-product-mobile-nav .back-vender-list .nav-back,
  .mobile-nav-bottom .back-vender-list .nav-back {
    display: none;
  }
  #category-product-mobile-nav #mobile-map.active > *,
  .mobile-nav-bottom #mobile-map.active > *,
  #category-product-mobile-nav #mobile-filter.active > *,
  .mobile-nav-bottom #mobile-filter.active > *,
  #category-product-mobile-nav #mobile-search.active > *,
  .mobile-nav-bottom #mobile-search.active > *,
  #category-product-mobile-nav .mobile-nav-item.active > *,
  .mobile-nav-bottom .mobile-nav-item.active > *,
  #category-product-mobile-nav .back-vender-list.active > *,
  .mobile-nav-bottom .back-vender-list.active > * {
    display: none;
  }
  #category-product-mobile-nav #mobile-map.active .nav-back,
  .mobile-nav-bottom #mobile-map.active .nav-back,
  #category-product-mobile-nav #mobile-filter.active .nav-back,
  .mobile-nav-bottom #mobile-filter.active .nav-back,
  #category-product-mobile-nav #mobile-search.active .nav-back,
  .mobile-nav-bottom #mobile-search.active .nav-back,
  #category-product-mobile-nav .mobile-nav-item.active .nav-back,
  .mobile-nav-bottom .mobile-nav-item.active .nav-back,
  #category-product-mobile-nav .back-vender-list.active .nav-back,
  .mobile-nav-bottom .back-vender-list.active .nav-back {
    display: block;
  }
  #category-product-mobile-nav #mobile-map,
  #category-product-mobile-nav #mobile-filter,
  #category-product-mobile-nav #mobile-search {
    width: 33.33%;
  }
  .catalog-product-view #category-product-mobile-nav #mobile-map,
  .vendor-list-page #category-product-mobile-nav #mobile-map,
  .page-vendor-profile #category-product-mobile-nav #mobile-map,
  .catalog-product-view #category-product-mobile-nav #mobile-filter,
  .vendor-list-page #category-product-mobile-nav #mobile-filter,
  .page-vendor-profile #category-product-mobile-nav #mobile-filter,
  .catalog-product-view #category-product-mobile-nav #mobile-search,
  .vendor-list-page #category-product-mobile-nav #mobile-search,
  .page-vendor-profile #category-product-mobile-nav #mobile-search {
    width: 50%;
  }
  .cms-home .mobile-nav-bottom #mobile-map {
    width: 100%;
  }
  .distance-slider {
    height: 80px;
    padding: 0 30px;
    position: relative;
  }
  .vendor-list-page #maincontent .vendor-roles {
    padding: 0;
    margin-bottom: 20px;
  }
  .vendor-list-page .distance-slider {
    height: 80px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    bottom: 5px;
  }
  .vendor-list-page .distance-slider span#min {
    left: -10%;
    position: relative;
    top: 32px;
  }
  .vendor-list-page .distance-slider span#max {
    right: -96%;
    position: relative;
    bottom: 42px;
  }
  .vendor-list-page .vendor-roles .vendor-roles-filter {
    width: 100%;
  }
  #location-search {
    position: relative;
  }
  #location-search .location-search-tooltip {
    display: none;
    position: absolute;
    width: 100%;
    /* height: 90px; */
    z-index: 100;
    background-color: white;
    color: black;
    padding: 10px;
    text-align: left;
    border: 1px solid #dddddd;
    font-size: 13px;
    top: 10px;
  }
  #location-search .location-search-tooltip.active {
    display: block;
  }
  #location-search .location-search-tooltip.active:before {
    background: linear-gradient(45deg, #ffffff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: 2px;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 15px;
  }
  .distance-slider span#min {
    position: relative;
    top: 30px;
    left: -7%;
  }
  .distance-slider span#max {
    right: -96%;
    position: relative;
    bottom: 42px;
  }
  span.distance-slider-value {
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .vendor-list-page #maincontent .vendor-roles {
    width: 100%;
  }
  .page-layout-vendor_view .vendor-general-information .shop-name {
    margin-bottom: 15px;
  }
  .page-layout-vendor_view .vendor-general-information .vendor-logo {
    margin-bottom: 20px;
  }
  .page-layout-vendor_view .vendor-general-information .vendor-logo img {
    margin: auto;
    display: block;
  }
  .page-layout-vendor_view .vendor-general-information .vendor-roles-service {
    text-align: center;
  }
  .page-layout-vendor_view .vendor-tabs {
    flex-wrap: wrap;
    align-items: normal;
    margin: 0;
  }
  .page-layout-vendor_view .vendor-tabs li {
    width: 48%;
    margin: 5px 4% 5px 0;
    text-align: left;
  }
  .page-layout-vendor_view .vendor-tabs li:nth-child(2n) {
    margin-right: 0;
  }
  .page-layout-vendor_view .vendor-tabs li a {
    font-size: 16px;
  }
  .page-layout-vendor_view .tab-content h2 {
    margin-top: 0;
    font-size: 20px;
  }
  .page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .wrap-filter {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .wrap-filter .toolbar-sorter.location {
    width: 100%;
  }
  .page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .wrap-filter .toolbar-sorter.location .div-distance-slider {
    display: block;
    margin: auto;
    float: none;
  }
  .page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .wrap-filter .toolbar-sorter.location .div-distance-slider .distance-slider span#min {
    right: 60%;
    left: auto;
  }
  .page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .wrap-filter .toolbar-sorter.location .div-distance-slider .distance-slider span#max {
    left: 60%;
  }
  .page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .wrap-filter .map-vendor-list {
    width: 100% !important;
  }
  .page-layout-vendor_view .tab-content .catalog-category-view .toolbar-products .wrap-filter .more-filter #layered-filter-block-category .action.toggle {
    width: 100%;
    text-align: center;
  }
  .page-layout-vendor_view .tab-content img {
    margin-bottom: 10px;
  }
  .page-layout-vendor_view .tab-content #vendor-address table {
    margin-bottom: 30px;
  }
  .page-layout-vendor_view .vendor-list-tab > .row {
    display: flex;
    flex-wrap: wrap;
  }
  .page-layout-vendor_view .vendor-list-tab > .row .vendor-list-right {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-layout-vendor_view .vendor-list-tab > .row .vendor-list-left {
    width: 100%;
  }
  .page-layout-vendor_view #map-direction {
    padding: 0;
  }
  .category-description {
    margin-bottom: 0px;
  }
  .blog-page {
    /*.teaser-items {
            .teaser-content {
                .teaser-category-desc-right,
                .teaser-category-desc-left {
                    width: 100%;
                }

                .teaser-bottom:before {
                    right: 0;
                }
            }
        }*/
  }
  .blog-page .blog-category-description-icon {
    background-color: #fff;
  }
  .blog-page .blog-category-description-icon .blog-cat-icon {
    padding-bottom: 0;
  }
  .blog-page .blog-category-description-icon .blog-cat-icon li {
    width: 100%;
    margin: 0 0 20px;
  }
  .blog-page .blog-category-description-icon p {
    margin: 0;
  }
  .blog-page .blog-toolbar .toolbar-products {
    padding: 20px 0;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .blog-page .blog-toolbar .toolbar-products .wrap-filter {
    display: block;
  }
  .blog-page .blog-toolbar .toolbar-products .wrap-filter .sorter {
    width: 100%;
  }
  .blog-page .blog-toolbar .toolbar-products .block-categories {
    width: 100%;
  }
  .blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories {
    justify-content: center;
    flex-wrap: wrap;
  }
  .blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter.filter-action {
    margin: 15px 0 0;
    width: 100%;
    text-align: center;
  }
  .post-view .author-information {
    flex-wrap: wrap;
  }
  .post-view .author-information .personal-questions {
    width: 100%;
    padding-top: 20px;
  }
  .post-view .author-information .author-info {
    width: calc(100% - 170px);
  }
  .teaser-left .vendor-roles .vendor-roles-filter  {
    width: 100%;
  }
  .filter-action #apply-filter {
    margin-top: 15px;
  }
  page-products .products-grid .product-item {
    padding: 0 15px;
    width: 50%;
  }
  .normal-product .breadcrumbs {
    width: 100%;
  }
  .normal-product .breadcrumbs .items {
    padding-bottom: 20px;
  }
  .normal-product .container {
    padding: 0;
    padding: 0 10px;
  }
  .product-tab-bg .product-details-tab .product.data.items {
    text-align: center;
  }
  .product-tab-bg .product-details-tab .product.data.items .item.title a:after {
    content: unset !important;
  }
  .product-tab-bg .product-details-tab .product.data.items .product.data.items:before {
    background: rgba(131, 119, 111, 0.5);
  }
  .product-tab-bg .product-details-tab .product.data.items > .item.title {
    margin: 0;
    display: inline-block;
    float: none;
    margin: 0 1px 0 0;
    padding: 15px 45px 14px;
    position: relative;
    width: auto;
  }
  .product-tab-bg .product-details-tab .product.data.items > .item.title .switch {
    padding: 2px 5px;
    border: 0 none;
    font-weight: 500;
    height: auto;
    letter-spacing: 0;
    line-height: 25px;
    display: inline-block !important;
    color: #6e645e;
    font-style: normal;
    font-size: 20px;
    position: relative;
    font-family: Lora;
  }
  .product-tab-bg .product-details-tab .product.data.items .item.title.active > .switch {
    font-weight: bold;
    border-bottom: 2px solid #c4390f;
  }
  .product-tab-bg .product-details-tab .product.data.items .data.item.content {
    margin-top: 1%;
    float: right;
    margin-left: -100%;
    margin-top: 40px;
    padding: 20px 0;
    text-align: left;
    width: 100%;
  }
  .product-tab-bg .product-details-tab .product.data.items .data.item.content .vendor-information {
    width: 100% !important;
  }
  .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;
    width: 100% !important;
  }
  .catalog-product-view .product-info-main {
    width: 100% !important;
  }
  .catalog-product-view .product-info-main .product.attribute.delivery_time {
    margin: 0px;
  }
  .catalog-product-view .product-info-main .attribute.overview {
    line-height: 25px;
    margin-bottom: 20px;
    color: #725E53;
  }
  .catalog-product-view .map.block-content {
    display: none;
  }
  .catalog-product-view .modal-popup.modal-slide {
    left: 0;
  }
  .catalog-product-view .modal-popup.modal-slide .modal-header {
    padding: 0;
  }
  .catalog-product-view .modal-popup.modal-slide .modal-content {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .catalog-product-view .modal-popup.modal-slide .modal-content #map-view-canvas {
    height: 100% !important;
  }
  .catalog-product-view .modal-popup.modal-slide .modal-content .vendor-information {
    width: 100% !important;
  }
  .catalog-product-view .modal-popup.modal-slide footer.modal-footer {
    display: block;
    position: fixed;
    height: 50px;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 60;
    box-shadow: 0 -4px 4px #cccccc;
    left: 0;
  }
  .catalog-product-view .modal-popup.modal-slide footer.modal-footer button.open-list-product {
    font-size: 15px;
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 32px;
    text-align: center;
    background: transparent;
    border: none;
    color: #6e645e;
    position: absolute;
    top: 0;
    left: 0;
  }
  .catalog-product-view .modal-popup.modal-slide footer.modal-footer button.open-list-product:before {
    content: "\f104";
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    margin-right: 5px;
    font-weight: 900;
  }
  .blog-page #category-product-mobile-nav #mobile-filter,
  .blog-page #category-product-mobile-nav .back-blog-list {
    width: 100%;
  }
  .blog-page #category-product-mobile-nav #mobile-filter .btn-back:before,
  .blog-page #category-product-mobile-nav .back-blog-list .btn-back:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    font-size: inherit;
    margin: 0 5px 0 0;
    font-weight: 900;
  }
  .blog-page #category-product-mobile-nav #mobile-filter a,
  .blog-page #category-product-mobile-nav .back-blog-list a {
    font-weight: initial;
    color: #fff !important;
  }
  .blog-page #category-product-mobile-nav .back-blog-list {
    font-size: 15px;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .blog-page .toolbar.toolbar-products {
    display: none;
  }
  .blog-page aside.modal-popup.modal-toolbar-products.modal-filter-popup.modal-slide._show {
    width: 100%;
    /* margin: 0 auto; */
    left: 0;
    top: 0;
  }
  .blog-page aside.modal-popup.modal-toolbar-products.modal-filter-popup.modal-slide._show .widget.blog-search {
    margin-bottom: 0;
  }
  .blog-page aside.modal-popup.modal-toolbar-products.modal-filter-popup.modal-slide._show .filter-action.blog-categories-filter {
    text-align: center;
    margin-top: 20px;
  }
  .blog-page aside.modal-popup.modal-toolbar-products.modal-filter-popup.modal-slide._show .filter-action.blog-categories-filter .action.primary,
  .blog-page aside.modal-popup.modal-toolbar-products.modal-filter-popup.modal-slide._show .filter-action.blog-categories-filter .amshopby-button,
  .blog-page aside.modal-popup.modal-toolbar-products.modal-filter-popup.modal-slide._show .filter-action.blog-categories-filter .am-filter-go {
    background: #004364;
    border: none;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    padding-left: 25px;
    position: relative;
  }
  .blog-page aside.modal-popup.modal-toolbar-products.modal-filter-popup.modal-slide._show .modal-footer {
    display: block;
    position: fixed;
    height: 50px;
    bottom: 0;
    color: #fff;
    background-color: #534A41;
    width: 100%;
    z-index: 60;
    box-shadow: 0 -4px 4px #cccccc;
    left: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
  }
  .blog-page aside.modal-popup.modal-toolbar-products.modal-filter-popup.modal-slide._show .modal-footer button.open-list-product {
    font-size: 15px;
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 32px;
    text-align: center;
    background: transparent;
    border: none;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .blog-page aside.modal-popup.modal-toolbar-products.modal-filter-popup.modal-slide._show .modal-footer button.open-list-product:before {
    content: "\f104";
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    margin-right: 5px;
    font-weight: 900;
  }
  .top-container {
    display: none;
  }
  .product-view-content .product-infobar {
    flex-wrap: wrap;
    max-height: unset;
    margin-right: 0;
    margin-left: 0;
  }
  .product-view-content .product-infobar .column.left {
    width: 100%;
    margin-bottom: 30px;
  }
  .product-view-content .product-infobar .column.right {
    width: 100%;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .page-product-giftcard .product-view-content .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    display: block;
    padding-left: 10px;
    text-align: left;
  }
  .page-product-giftcard .box-tocart {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
  }
  .page-product-giftcard .box-tocart .field.note {
    font-size: 1.8rem;
    font-weight: 400;
    color: #6e645e;
    padding: 0;
    margin: 0;
    line-height: normal;
  }
  .page-product-giftcard .box-tocart .actions {
    float: right;
  }
  .page-product-giftcard .box-tocart .actions.login-msg {
    width: 100%;
    text-align: right;
  }
  .page-product-giftcard .box-tocart .field.control-wrap .box-tocart .actions {
    width: 100%;
  }
  .page-product-giftcard .box-tocart .field.qty {
    float: left;
    margin: 0;
  }
  .page-product-giftcard .box-tocart .field.qty .control {
    border: 1px solid #C3390F;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 40px;
  }
  .page-product-giftcard .box-tocart .field.qty .items.increase {
    right: 0;
    top: 0;
    height: 58px;
    width: 40px;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .page-product-giftcard .box-tocart .field.qty .items.reduced {
    left: 0;
    top: 0;
    height: 58px;
    width: 40px;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .page-product-giftcard .box-tocart .field.qty .input-text.qty {
    text-align: center;
    border: none;
    padding: 0;
    height: 58px;
    width: 60px;
    border-left: 1px solid #C3390F;
    border-right: 1px solid #C3390F;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
  }
  .page-product-giftcard .box-tocart .action.tocart {
    padding: 0 25px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 16px;
  }
  .page-product-giftcard .product.giftcard-related-information {
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items {
    clear: both;
    margin: 20px auto 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item {
    float: left;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available {
    text-align: center;
    margin: 0 30px 0 0;
    float: none;
    display: inline-block;
    position: relative;
    padding-top: 40px;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-label,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value {
    background: #6e645e;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value:before,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/oowv_icons.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 250px auto;
    text-indent: -9999px;
    content: "";
    display: block;
    width: 37px;
    height: 15px;
    background-position: -181px -140px;
    top: 50%;
    left: 50%;
    margin-top: -8.5px;
    margin-left: -18.5px;
    /* margin: 0; */
    position: absolute;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-sub-title,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-sub-title {
    display: block;
    color: #6e645e;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-period {
    text-align: left;
    float: none;
    display: inline-block;
    position: relative;
    padding-top: 40px;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-label,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value {
    color: #6e645e;
    padding-left: 45px;
    position: relative;
    min-height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value .break,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value .break {
    flex-basis: 100%;
    height: 0;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value:before,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value:before {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../images/oowv_icons.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 250px auto;
    text-indent: -9999px;
    content: "";
    position: absolute;
    width: 35px;
    height: 40px;
    left: 0;
    top: 0;
    margin-top: 0;
    background-position: -181px -91px;
  }
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item .additional-label {
    color: #6e645e;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  .page-product-giftcard .vendor-table-working-time {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  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';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    background: #eeeeee;
    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';
    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;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: -2px;
  }
  .page-footer .footer.content .switcher-store {
    background: #f4f4f4;
    font-size: 1.6rem;
    margin: 0 -10px;
  }
  .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 15px;
  }
  .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;
  }
  .nav-open .siderbarmenu {
    display: block;
  }
  .page-header {
    position: relative;
    padding: 0;
    height: 60px;
  }
  .page-header .logo img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
    left: 10px;
    position: relative;
  }
  .page-header .header-search {
    left: 60px;
    position: absolute;
    top: 27px;
    z-index: 10;
  }
  .page-header .header-search .dropdown-switcher {
    padding: 0 15px;
    width: 270px;
    left: 0;
    right: auto;
  }
  .page-header .block-search .action.search::before {
    font-size: 16px;
  }
  .page-header .header-content-center {
    float: none;
    position: static;
    text-align: left;
  }
  .page-header .header-content-menu .header-menu {
    text-align: left;
  }
  .page-header .switcher .switcher-label {
    display: block;
    margin-bottom: 10px;
  }
  .page-header .header-content-left {
    padding: 0;
    text-align: center;
  }
  .page-header .header-custom-block .block-phone {
    margin-right: 5px;
  }
  .page-header .line-padding {
    display: none;
  }
  .page-header.header-type1 .panel.wrapper,
  .page-header.header-type2 .panel.wrapper {
    display: none;
  }
  .page-header.header-type1 .header-content-type,
  .page-header.header-type2 .header-content-type {
    margin: 0;
  }
  .page-header.header-type1 .action.nav-toggle,
  .page-header.header-type2 .action.nav-toggle {
    top: 18px;
    left: 10px;
  }
  .page-header.header-type1 .header-content .header-right,
  .page-header.header-type2 .header-content .header-right {
    position: absolute;
    right: 15px;
    top: 18px;
  }
  .page-header.header-type1 .header-content .header-right .block-custom-header,
  .page-header.header-type2 .header-content .header-right .block-custom-header {
    display: none;
  }
  .page-header.header-type1 .nav-sections-item-content,
  .page-header.header-type2 .nav-sections-item-content {
    text-align: left;
  }
  .page-header.header-type1 .header-center,
  .page-header.header-type2 .header-center {
    position: static;
  }
  .page-header.header-type1 .header-content-menu .header-menu,
  .page-header.header-type2 .header-content-menu .header-menu {
    text-align: left;
  }
  .page-header.header-type1 .wishlist-header a,
  .page-header.header-type2 .wishlist-header a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 30px;
  }
  .page-header.header-type1 .header-search,
  .page-header.header-type2 .header-search {
    left: 40px;
    position: static;
    top: 28px;
    float: right;
    margin: 0;
  }
  .page-header.header-type1 .header-search .search-switcher .dropdown-toggle,
  .page-header.header-type2 .header-search .search-switcher .dropdown-toggle {
    display: block;
    line-height: normal;
  }
  .page-header.header-type1 .header-search .search-switcher .dropdown-switcher,
  .page-header.header-type2 .header-search .search-switcher .dropdown-switcher {
    right: 0;
    /* right: inherit; */
    width: 320px;
    padding: 0;
    left: auto;
    background: transparent;
    top: 40px;
  }
  .page-header.header-type1 .header-search .block-search .action.search,
  .page-header.header-type2 .header-search .block-search .action.search {
    font-size: 12px;
    padding: 0 8px;
    color: white;
  }
  .footer-middle {
    padding: 30px 0;
  }
  .footer-newletter-content .block-title {
    margin: 0 0 20px;
    text-align: center;
  }
  #backtotop {
    bottom: 55px;
  }
  .fancybox-inner {
    overflow-y: auto !important;
  }
  .initiate-shuffle-js .shuffle-filtering ul {
    text-align: center;
  }
  .initiate-shuffle-js .shuffle-filtering ul li {
    display: inline-block;
    float: none;
  }
  .shuffle-items-container .shuffle-item {
    width: 50%;
  }
  .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;
  }
  .page-header.header-type2 .header-logo {
    max-width: 145px;
    margin-left: 20px;
  }
  .page-header.header-type2 .switcher {
    float: right;
    margin-left: 25px;
  }
  .page-header.header-type2 .action.menu-toggle {
    display: none;
  }
  .page-header.header-type2 .fa {
    color: #6e645e;
    font-size: 25px;
    font-weight: 900;
  }
  .page-header.header-type2 .fa-search:before {
    color: #6e645e;
    font-size: 25px;
    font-weight: 900;
  }
  .page-header.header-type2.header-container-fixed .header-logo {
    position: static;
  }
  .page-header.header-type2.header-container-fixed .header-logo .logo img {
    max-width: 145px;
    left: 10px;
    position: relative;
  }
  .page-header.header-type2.header-container-fixed .header-content-right {
    position: static;
  }
  .minicart-wrapper {
    float: right;
  }
  .cms-index-index .home-banners {
    margin-bottom: 0;
  }
  .cms-index-index .home-banners + br,
  .cms-index-index .maps-teaser + br {
    display: none;
  }
  .cms-index-index .home-banners + br ~ br,
  .cms-index-index .maps-teaser + br ~ br {
    display: none;
  }
  .cms-index-index .banner-widget {
    position: relative;
  }
  .cms-index-index .banner-widget .cms-content-head {
    transform: none;
    padding: 0;
    position: absolute;
    width: 50%;
    left: 6% !important;
    top: 10% !important;
  }
  .cms-index-index .banner-widget .cms-content-head > * {
    display: none;
  }
  .cms-index-index .banner-widget .cms-content-head h1 {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .cms-index-index .banner-widget .cms-content-head .block-custom-header {
    display: block;
    text-align: center;
    margin-top: 10%;
  }
  .cms-index-index .banner-widget .cms-content-head .block-custom-header strong {
    font-size: 16px;
  }
  .cms-index-index .banner-widget .cms-content-head .block-custom-header img {
    max-width: 115px;
  }
  footer.page-footer .footer .footer-middle {
    padding: 15px;
  }
  .page-product-giftcard .gift-card-back-link {
    position: relative;
    clear: both;
    display: none;
    margin: 0 10px;
  }
  .cms-index-index .initiate-shuffle-js {
    /*display: none;*/
  }
  .modal-popup.modal-slide.modal-share-popup {
    width: 100%;
    left: 0;
    display: flex;
  }
  .modal-popup.modal-slide.modal-share-popup .modal-inner-wrap {
    width: 100%;
  }
  .modal-popup.modal-slide.modal-share-popup .modal-header {
    display: none;
  }
  .modal-popup.modal-slide.modal-share-popup .modal-content {
    padding-left: 15px;
    padding-right: 15px;
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
  }
  .modal-popup.modal-slide.modal-share-popup .modal-content .initiate-shuffle-js {
    padding: 10px;
  }
  .modal-popup.modal-slide.modal-share-popup .modal-content .initiate-shuffle-js .shuffle-box-content {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .modal-map-popup.with-3-button .modal-header {
    display: none;
  }
  .modal-map-popup #maps-teaser-modal .vendor-roles {
    position: fixed;
    bottom: 50px;
    z-index: 99999;
    background: #ffffff;
    border: none;
    padding: 10px 15px;
    display: none;
  }
  .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);
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .modal-popup.modal-slide .modal-inner-wrap {
    max-height: 100vh;
  }
}
@media only screen and (max-width: 1023px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1023px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 1023px) and only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and only screen and (min-resolution: 192dpi), only screen and (max-width: 1023px) and only screen and (min-resolution: 2dppx) {
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.minimum-age .additional-value .maximum-value:before,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.qty-customer-available .additional-value .maximum-value:before {
    background-image: url('../images/oowv_icons.png');
    background-size: 250px auto;
  }
}
@media only screen and (max-width: 1023px) and only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and only screen and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1023px) and only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 1023px) and only screen and (min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and only screen and (min-resolution: 192dpi), only screen and (max-width: 1023px) and only screen and (min-resolution: 2dppx) {
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-schedule .additional-value:before,
  .page-product-giftcard .product.giftcard-general-information .additional-information-items .additional-information-item.event-period .additional-value:before {
    background-image: url('../images/oowv_icons.png');
    background-size: 250px auto;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:before,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:before,
  .multicheckout.order-review .data.table tbody > tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody > tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody > tr > td.col.qty: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.orders-recent {
    margin-top: -20px;
  }
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):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,
  .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,
  .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 {
    border: 0;
  }
  .abs-no-border-top,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper,
  .product.info.detailed .additional-attributes-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 {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 10px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .pages .pages-items {
    display: block;
    padding: 2px 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
  }
  .pages-item-previous {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .table-magento-payments-review-items .col.subtotal {
    text-align: left;
  }
  .table-magento-payments-review-items .product-item-name {
    display: inline-block;
  }
  .cart-summary .apple-pay {
    margin-top: 14px;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content {
    left: 0;
  }
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:after,
  .aw-pquestion__customer-question.container .tooltip-container .tooltip-content:before {
    left: 15px;
  }
  .aw-pquestion__product-question.header .title {
    width: 100%;
    margin-bottom: 5px;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    text-shadow: none;
    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;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.8;
  }
  .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 {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 20px 0 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: #8f8f8f;
    content: '\e601';
    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: #8f8f8f;
  }
  .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-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .block-search {
    margin-top: 10px;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .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;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .teaser-content .teaser-category-desc-left,
  .teaser-content .teaser-category-desc-right {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-layout-vendor_view .vendor-roles-service .role-item {
    margin-right: 5px;
  }
  .page-layout-vendor_view .vendor-roles-service .role-item .role-icon {
    width: 50px;
    height: 50px;
  }
  .page-layout-vendor_view .tab-content .products-grid .product-items {
    flex-wrap: wrap;
  }
  .page-layout-vendor_view .tab-content .products-grid .product-items .product-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-layout-vendor_view .tab-content #vendor-address table {
    width: 100%;
  }
  .post-view .author-information {
    padding: 15px;
  }
  .post-view .author-information .author-feature-img {
    width: calc(40% - 10px);
    margin-right: 10px;
  }
  .post-view .author-information .author-info {
    width: calc(60% - 10px);
    margin-right: 0;
  }
  .post-view .author-information .author-info h3 {
    font-size: 18px;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    margin-left: 2px;
    width: calc(100% + 2*10px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 0;
  }
  .product-info-price > *:last-child {
    padding-right: 10px;
  }
  .normal-product .product-info-main .product-info-price {
    width: unset !important;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .page-product-giftcard .box-tocart .action.tocart {
    padding: 0 15px;
    font-size: 15px;
  }
  .page-product-giftcard .box-tocart .field.control-wrap {
    float: right;
    text-align: left;
  }
  .logo {
    margin-bottom: 13px;
    margin-top: 4px;
  }
  .direction-menu {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 10px 0;
  }
  .direction-menu > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .direction-menu > div.direct-to-map .to-map {
    justify-content: center;
  }
  .direction-menu > div.direct-to-map .to-map:after {
    margin: 0;
    font-size: 60px;
  }
  .direction-menu > div.direct-to-map .to-map span {
    font-size: 14px;
    max-width: initial;
  }
  .direction-menu > div.direction-travel-mode {
    width: 100%;
  }
  .braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
  .teaser-items .teaser-content .teaser-item {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .blog-page .blog-toolbar .toolbar-products .block-categories .blog-categories .blog-categories-filter {
    margin-right: 0;
    width: 100%;
    text-align: left;
  }
  .blog-page .post-list-wrapper .category-blog-view .owl-carousel .owl-nav div {
    top: 33%;
    margin-top: -25px;
  }
  .blog-page.blog-page-list:not(.blog-index-index) .post-list .banner-item {
    width: 100%;
  }
  .catalog-category-view .cat-map.products-grid .product-item-info .product-item-name a,
  .catalog-product-view .cat-map.products-grid .product-item-info .product-item-name a {
    height: auto;
  }
  .catalog-category-view .cat-map.products-grid .product-item-info .product-item-description-inner,
  .catalog-product-view .cat-map.products-grid .product-item-info .product-item-description-inner {
    height: auto;
  }
  .catalog-category-view .cat-map.products-grid .product-item-info .product-item-details .product-details-wrapper,
  .catalog-product-view .cat-map.products-grid .product-item-info .product-item-details .product-details-wrapper {
    height: auto;
  }
  .shuffle-items-container .shuffle-item {
    width: 100%;
    padding: 5px 0;
  }
  .initiate-shuffle-js .shuffle-filtering ul li {
    margin: 2px;
  }
  .initiate-shuffle-js .shuffle-filtering ul li a {
    min-width: auto;
  }
  .shuffle-modal .modal-inner-wrap .shuffle-item-content {
    flex-wrap: wrap;
  }
  .shuffle-modal .modal-inner-wrap .shuffle-item-content .post-content {
    max-width: 100%;
    padding: 10px;
  }
  .shuffle-modal .modal-inner-wrap .shuffle-item-content .post-content .detail-network-background {
    display: none;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    text-shadow: none;
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #333333;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.8;
  }
  .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 {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
  }
  .column .block-addbysku .action.remove:visited {
    color: #333333;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #6e645e;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #6e645e;
    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: #333333;
    opacity: 0.8;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:visited {
    color: #333333;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #6e645e;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #6e645e;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover {
    color: #6e645e;
  }
  .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: #333333;
    opacity: 0.8;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
